@charset "UTF-8";
/*********************************************************************************
  Template Name: Corpox - Business & Consulting Bootstrap5 Template
  Description: Transform your business with expert consulting. Our team delivers strategic insights, innovative solutions, and professional guidance to help you achieve lasting success.
  Note: This is style css.
**********************************************************************************/
/**************************************************************
  STYLESHEET INDEXING
  |
  |
  |___ Default Styles
  | |
  | |___ variables
  | |___ mixins
  | |___ reset
  | |___ typography
  | |___ extend
  | |___ animations
  | |___ shortcode
  | |___ spacing
  | |___ edu-common
  | |___ forms
  | |___ sal
  | |___ text-animation
  |
  |
  |___Header Styles
  | |___ header-common
  | |___ headertop
  | |___ offertopbar
  | |___ headermid
  | |___ social-share
  | |___ header
  | |___ nav
  | |___ mega-menu
  | |___ mobilemenu
  | |___ offcanvas
  | |___ one-page-navigation
  |
  |
  |___Elements Styles
  | |___ button
  | |___ section-title
  | |___ breadcrumb
  | |___ card
  | |___ course-meta
  | |___ service
  | |___ feature
  | |___ about
  | |___ callto-action
  | |___ accordion
  | |___ image-gallery
  | |___ counterup
  | |___ pricingtable
  | |___ badge
  | |___ team
  | |___ social
  | |___ pagination
  | |___ backtotop
  | |___ newsletterform
  | |___ brand
  | |___ portfolio
  | |___ contact
  | |___ testimonial
  | |___ advance-tab
  | |___ category
  | |___ instagram
  | |___ split
  | |___ countdown
  | |___ progressbar
  | |___ category-box
  | |___ course-filter
  | |___ modal
  | |___ list
  | |___ search
  | |___ video
  | |___ 404
  |___Blog Styles
  | |___ blog
  | |___ post-default
  | |___ sidebar
  | |___ blog-details
  |___Template Styles
  | |___ banner
  | |___ course-details
  | |___ course-sidebar
  | |___ contact
  | |___ sidebar
  | |___ course-action-bottom
  |___Footer Styles
  | |___ footer
  | |___ copyright
  | |___ back-to-top
  |
  |
  |___ END STYLESHEET INDEXING
***************************************************************/
/**************************************
    Default Styles
***************************************/
/*-- Variables --*/
:root {
  --color-primary: #5237f9;
  --color-primary-alt: #8680ff;
  --color-secondary: #6369ff;
  --color-secondary-alt: #e07bc7;
  --color-tertiary: #f604b9;
  --color-tertiary-alt: #e07bc7;
  --color-yellow: #e3f800;
  --color-yellow-alt: #e7f368;
  --color-card: #1b1b1c;
  --color-lessdark: #232324;
  --color-primary-opacity-1: rgba(124, 118, 242, .15);
  --color-primary-opacity-2: rgba(123, 117, 240, .25);
  --color-tertiary-opacity-1: rgba(224, 123, 199, .15);
  --color-tertiary-opacity-2: rgba(224, 123, 199, .25);
  --color-yellow-opacity-1: rgba(231, 243, 104, .15);
  --color-yellow-opacity-2: rgba(231, 243, 104, .25);
  --color-dark: #000000;
  --color-bg-alt: #121326;
  --color-dark-alt: #171930;
  --color-darker: #16172e;
  --color-heading: #ffffff;
  --heading-opacity-2: #e9e9e950;
  --color-body: rgba(226, 230, 255, .65);
  --color-white: #ffffff;
  --color-pink: #e07bc7;
  --color-light-green: #36C6F0;
  --color-coral: #E9967A;
  --color-violet: #800080;
  --color-white-off: #FFFFFFAB;
  --color-bodyest: #273041;
  --color-darkest: #232d40;
  --color-black: #111113;
  --color-grey: rgba(207,207,207,.24);
  --color-grey2: #f4f5f7;
  --color-gray: #A1A9AC;
  --color-gray-light: #F6F6F6;
  --color-gray-lighter: #ebebeb;
  --color-light: #F5F7FA;
  --color-lighter: #F2F5F9;
  --primary-opacity: #6a48f221;
  --secondary-opacity: #b966e721;
  --coral-opacity: #E9967A21;
  --violet-opacity: #80008021;
  --pink-opacity: #DB709321;
  --white-opacity: #ffffff21;
  --danger-opacity: #FF000310;
  --warning-opacity: #FF8F3C10;
  --success-opacity: #3EB75E10;
  --black-opacity: rgba(0, 0, 0, 0.04);
  --heading-opacity: #19233550;
  --color-card-1: #fffccf;
  --color-card-2: #ffedff;
  --color-card-3: #ffe8eb;
  --color-card-4: #e9f6ff;
  --color-card-5: #5024D1;
  --color-card-6: #3B3B46;
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-primary-light: #f1f7ff;
  --color-primary-lighter: #EEEEFF;
  --color-secondary-alt: #fef4f4;
  --color-extra: rgb(249, 249, 255);
  --color-extra2: #F9F9FF;
  --color-border: rgba(157,157,255,.05);
  --color-border-2: #21262d4f;
  --color-border-3: #484646;
  --color-badge-1: #303F5B;
  --color-badge-2: #F2C94C;
  --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;
  --radius-10: 10px;
  --radius-big: 16px;
  --radius-small: 6px;
  --border-width: 2px;
  --radius: 6px;
  --f-light: 300;
  --f-regular: 400;
  --f-medium: 500;
  --f-semi-bold: 600;
  --f-bold: 700;
  --f-extra-bold: 800;
  --f-black: 900;
  --shadow-primary: 0px 4px 10px rgba(37, 47, 63, 0.1);
  --shadow-light: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  --shadow-dark: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  --shadow-1: 0px 6px 34px rgba(0, 0, 0, 0.41);
  --shadow-slide-item: 0px 0 10px 0 rgba(215, 216, 222, 0.20);
  --shadow-2: 0 15px 34px 0 rgba(175, 181, 204, 0.32);
  --shadow-3: 0 5px 15px 0 rgba(85, 74, 101, 0.37);
  --shadow-5: 0px 20px 70px 0px rgba(0, 0, 0, 0.1);
  --shadow-7: 0 0 20px 5px rgb(82 55 249 / 33%);
  --shadow-8: -5px 18px 60px 0 rgba(210, 210, 234, 0.4);
  --shadow-9: 0 13px 48px 0 rgba(215, 216, 222, 0.44);
  --shadow-10: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
  --shadow-11: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  --transition: 0.3s;
  --transition-2: 256ms ease-in-out;
  --transition-3: transform .85s cubic-bezier(.23,1,.32,1),background .3s,border .3s,border-radius .3s,box-shadow .3s;
  --transition-4: all .25s cubic-bezier(.645,.045,.355,1);
  --font-primary: "Plus Jakarta Sans", sans-serif;
  --font-secondary: "Plus Jakarta Sans", sans-serif;
  --font-alt: "Source Serif Pro", serif;
  --font-awesome: "Font Awesome 5 Pro";
  --font-size-b1: 18px;
  --font-size-b2: 16px;
  --font-size-b3: 14px;
  --font-size-b4: 12px;
  --line-height-b1: 1.67;
  --line-height-b2: 1.7;
  --line-height-b3: 1.6;
  --line-height-b4: 1.3;
  --h1: 56px;
  --h2: 44px;
  --h3: 36px;
  --h4: 24px;
  --h5: 18px;
  --h6: 16px;
  --div-gap-1: 10px;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --gradient-1: linear-gradient(90deg, var(--color-primary), var(--color-primary) 33%, var(--color-secondary) 66%, var(--color-secondary));
  --gradient-2: radial-gradient(circle, rgba(123, 97, 255, 0.2), rgba(123, 97, 255, 0.05));
  --gradient-3: linear-gradient(90deg, #8DA9FC 0%, #B48DD5 100%);
  --gradient-4: linear-gradient(180deg,#fff,#f6f9ff);
  --gradient-5: linear-gradient(rgb(239, 241, 255) 0%, rgb(239, 241, 255) 100%);
  --gradient-6: linear-gradient(180deg, #6827FF 0%, #E3F0FF 100%);
  --gradient-7: linear-gradient(218.15deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  --gradient-8: linear-gradient(270deg, #9e77ff 0%, #4460ff 100%);
  --gradient-9: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(251, 199, 226, 0.15), rgba(220, 217, 254, 0.15));
}

/**
 * Reset Styels
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  color: var(--color-heading);
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: var(--color-secondary);
}

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}

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

b,
strong {
  font-weight: bold;
}

mark {
  background: var(--color-primary);
  color: #ffffff;
}

code,
kbd,
pre,
samp {
  font-size: var(--font-size-b3);
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: var(--color-primary);
}

kbd,
ins {
  color: #ffffff;
}

small {
  font-size: smaller;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin-top: 0;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

dt {
  font-weight: bold;
  color: var(--color-heading);
}

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

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

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

ol ul {
  margin-bottom: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid var(--color-border);
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

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

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

button,
input {
  line-height: normal;
}

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

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

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

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

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

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

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

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

table thead th {
  font-weight: 700;
}

td,
.wp-block-calendar tfoot td {
  border: 1px solid var(--color-border);
  padding: 7px 10px;
}

del {
  color: #333;
}

ins {
  background: rgba(56, 88, 246, 0.6);
  text-decoration: none;
  padding: 0 5px;
}

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

table a,
table a:link,
table a:visited {
  text-decoration: underline;
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

kbd {
  background: var(--heading-color);
}

dfn,
cite,
em {
  font-style: italic;
}

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

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

blockquote {
  font-size: var(--font-size-b1);
  font-style: italic;
  font-weight: var(--p-light);
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: var(--font-size-b3);
  font-weight: normal;
}

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

/**
 * Typography
 */
* {
  box-sizing: border-box;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
body {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  font-family: var(--font-primary);
  color: var(--color-body);
  font-weight: var(--f-regular);
  margin: 0;
  padding: 0;
  scroll-behavior: auto;
  position: relative;
  overflow-x: hidden;
  z-index: 1;
  background-color: #121214;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/icons/noise.gif);
  z-index: -1;
  background-color: rebeccapurple;
  opacity: 0.03;
}

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

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

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

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;
  transition: 0.5s;
}

a {
  color: var(--color-body);
}

@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(--p-bold);
}

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

h6,
.h6 {
  font-weight: var(--p-medium);
}

p {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  font-weight: var(--f-regular);
  color: var(--color-body);
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 20px;
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
  }
}
p.has-large-font-size {
  line-height: 1.5;
  font-size: 36px;
}
p.has-medium-font-size {
  font-size: 24px;
  line-height: 36px;
}
p.has-small-font-size {
  font-size: 13px;
}
p.has-very-light-gray-color {
  color: var(--color-white);
}
p.has-background {
  padding: 20px 30px;
}
p.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}
p.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}
p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}
p.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}
@media only screen and (max-width: 767px) {
  p br {
    display: none;
  }
}

.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}

.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}

.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 40px;
  width: 100%;
}

table a,
table a:link,
table a:visited {
  text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  color: var(--color-heading);
}

var {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

/*---------------------------
	List Style 
---------------------------*/
ul,
ol {
  padding-left: 18px;
}

ul {
  list-style: square;
  margin-bottom: 30px;
  padding-left: 20px;
}
ul.liststyle.bullet li {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-body);
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  ul.liststyle.bullet li {
    padding-left: 19px;
  }
}
ul.liststyle.bullet li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--color-body);
  left: 0;
  top: 10px;
}
ul.liststyle.bullet li + li {
  margin-top: 8px;
}
ul li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body);
  font-weight: 400;
}
ul li a {
  text-decoration: none;
  color: var(--color-body);
}
ul li a:hover {
  color: var(--color-secondary);
}
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-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}
ol li a {
  color: var(--heading-color);
  text-decoration: none;
}
ol li a:hover {
  color: var(--color-primary);
}
ol ul {
  padding-left: 30px;
}

hr {
  display: block;
  height: 0;
  margin: 15px 0;
  border-top: 2px solid var(--color-border);
  background: transparent;
}

kbd {
  background: var(--color-primary);
}

/*=====================
All Extend Here
=======================*/
[data-overlay]:before {
  background: var(--color-primary);
}

/* Radius */
.inv-card .inner .thumbnail .card-image img, .inv-card .inner .thumbnail .card-image a, .tmp-card .inner .thumbnail .card-image img, .tmp-card .inner .thumbnail .card-image a, .radius-small {
  border-radius: var(--radius-small);
}

.radius-small {
  border-radius: var(--radius-small);
}

.radius, .post-scale {
  border-radius: var(--radius);
}

.radius-big {
  border-radius: var(--radius-big);
}

/* Font Weight */
.w-300 {
  font-weight: 300 !important;
}

.w-400 {
  font-weight: 400 !important;
}

.w-500 {
  font-weight: 500 !important;
}

.w-600 {
  font-weight: 600 !important;
}

.w-700 {
  font-weight: 700 !important;
}

.w-800 {
  font-weight: 800 !important;
}

.w-900 {
  font-weight: 900 !important;
}

/* Shadows */
.shadow-primary {
  box-shadow: var(--shadow-primary);
}

.shadow-light {
  box-shadow: var(--shadow-light);
}

.shadow-lighter {
  box-shadow: var(--shadow-lighter);
}

/*=============== Style Css =============*/
.tmp-widget-sidebar .tmp-default-sidebar-list, .tmp-meta-list, .advance-pricing .pricing-right .plan-offer-list, .advance-brand, .breadcrumb-inner ul.page-list, .plan-offer-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.inv-card .inner .content .title a, .inv-card .inner .thumbnail .card-image img, .inv-card, .about-author .media-body .author-info .title a, .tmp-single-widget.widget_recent_comments ul li span, .tmp-single-widget.widget_recent_entries ul li span, .tmp-single-widget.widget_archive ul li span, .tmp-single-widget.widget_categories ul li span, .tmp-single-widget.widget_meta ul li span, .tmp-single-widget.widget_pages ul li span, .tmp-single-widget.widget_nav_menu ul li span, .tmp-single-widget.widget_recent_comments ul li a, .tmp-single-widget.widget_recent_entries ul li a, .tmp-single-widget.widget_archive ul li a, .tmp-single-widget.widget_categories ul li a, .tmp-single-widget.widget_meta ul li a, .tmp-single-widget.widget_pages ul li a, .tmp-single-widget.widget_nav_menu ul li a, .tmp-address .inner p a, .tmp-card .inner .content .title a, .tmp-card .inner .thumbnail .card-image img, .tmp-card, .card-box .inner .content .title a, .service.service__style--2 .content p, .service.service__style--2 .content .title a, .service.service__style--2 .content .title, .service.gallery-style .content p, .service.gallery-style .content .title a, .service.gallery-style .content .title, .service.service__style--1 .content p, .service.service__style--1 .content .title a, .service.service__style--1 .content .title, .service.service__style--1 .icon, .mainmenu-nav .mainmenu li.has-droupdown .submenu li a, .form-group textarea, .form-group input, #scrollUp, ul li a, ol li a {
  transition: var(--transition);
}

.bg_image, .bgImagePosition {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*----------------------
    Animation Css  
-----------------------*/
.tmponhover {
  position: relative;
  overflow: hidden;
}
.tmponhover::before {
  content: "";
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  background: radial-gradient(var(--color-primary), transparent, transparent);
  width: 200%;
  height: 200%;
  opacity: 0;
  transition: 0.5s, top 0s, left 0s;
  border-radius: var(--radius);
}
.tmponhover:hover::before {
  opacity: 1;
}
.tmponhover::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: var(--color-card);
  border-radius: var(--radius);
}
.tmponhover > * {
  z-index: 2;
  position: relative;
}

.post-scale {
  overflow: hidden;
}
.post-scale img {
  transition: 0.5s;
}
.post-scale:hover img {
  transform: scale(1.1);
}

@keyframes customOne {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
@keyframes customTwo {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(100px, 0px);
  }
  100% {
    transform: translate(50px, 50px);
  }
}
.customOne {
  animation: customOne 2s infinite;
}

@keyframes moveright {
  from {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes moveLeft {
  from {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes moveOut {
  0% {
    -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.move-right {
  animation: moveright 1s linear;
}

.move-left {
  animation: moveLeft 1s linear;
}

.move-down {
  animation: movedown 1s linear;
}

.move-out {
  border-radius: 50%;
  animation: moveOut 2s linear;
}

@keyframes movedown {
  from {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.move-up {
  animation: moveup 1s linear;
}

@keyframes moveup {
  from {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  to {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes moveOut {
  0% {
    -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes toBottomLeft {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0);
    clip-path: polygon(100% 0, 100% 0, 100% 0, 100% 0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.toBottomLeft {
  animation: toBottomLeft 1.5s linear;
}

/* ------------------------
    Custom Animation 01 
----------------------------*/
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
/*------------------------
	slidefadeinup
--------------------------*/
@-webkit-keyframes slideFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes slideFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.slideFadeInUp {
  -webkit-animation-name: slideFadeInUp;
  animation-name: slideFadeInUp;
}

/* -----------------------------------
    Custom Animation For All Page
---------------------------------------*/
@-webkit-keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*--------------------------------
Scroll Down Button Animation  
----------------------------------*/
@keyframes scrollDown {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}
.invers-anime {
  position: relative;
  overflow: hidden;
}
.invers-anime::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
  pointer-events: none;
}
.invers-anime:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

/*==============================
 *  Utilities
=================================*/
@media only screen and (max-width: 767px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

iframe {
  width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.fix {
  overflow: hidden;
}

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

.bg-color-primary-alt {
  background: var(--color-primary-alt) !important;
}

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

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

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

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

.bg-color-yellow {
  background: var(--color-yellow) !important;
}

.bg-color-yellow-alt {
  background: var(--color-yellow-alt) !important;
}

.bg-color-primary-opacity-1 {
  background: var(--color-primary-opacity-1) !important;
}

.bg-color-primary-opacity-2 {
  background: var(--color-primary-opacity-2) !important;
}

.bg-color-tertiary-opacity-1 {
  background: var(--color-tertiary-opacity-1) !important;
}

.bg-color-tertiary-opacity-2 {
  background: var(--color-tertiary-opacity-2) !important;
}

.bg-color-yellow-opacity-1 {
  background: var(--color-yellow-opacity-1) !important;
}

.bg-color-yellow-opacity-2 {
  background: var(--color-yellow-opacity-2) !important;
}

.bg-color-dark {
  background: var(--color-dark) !important;
}

.bg-color-dark-alt {
  background: var(--color-dark-alt) !important;
}

.bg-color-darker {
  background: linear-gradient(162deg, #1b1b26 -70%, #09090d 92%) !important;
}

.bg-color-heading {
  background: var(--color-heading) !important;
}

.bg-color-body {
  background: var(--color-body) !important;
}

.bg-color-white {
  background: var(--color-white) !important;
}

.bg-color-pink {
  background: var(--color-pink) !important;
}

.bg-color-bg-alt {
  background: var(--color-bg-alt) !important;
}

.bg-color-grey {
  background: #F0F2F5 !important;
}

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

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

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

.bg-color-lessdark {
  background: var(--color-lessdark) !important;
}

.bg-color-2 {
  backdrop-filter: saturate(180%) blur(8px);
  background-color: var(--color-card);
  background-image: linear-gradient(180deg, var(--color-black), transparent);
}

.color-primary {
  color: var(--color-primary) !important;
}

.color-primary-alt {
  color: var(--color-primary-alt) !important;
}

.color-secondary {
  color: var(--color-secondary) !important;
}

.color-secondary-alt {
  color: var(--color-secondary-alt) !important;
}

.color-tertiary {
  color: var(--color-tertiary) !important;
}

.color-tertiary-alt {
  color: var(--color-tertiary-alt) !important;
}

.color-yellow {
  color: var(--color-yellow) !important;
}

.color-yellow-alt {
  color: var(--color-yellow-alt) !important;
}

.color-primary-opacity-1 {
  color: var(--color-primary-opacity-1) !important;
}

.color-primary-opacity-2 {
  color: var(--color-primary-opacity-2) !important;
}

.color-tertiary-opacity-1 {
  color: var(--color-tertiary-opacity-1) !important;
}

.color-tertiary-opacity-2 {
  color: var(--color-tertiary-opacity-2) !important;
}

.color-yellow-opacity-1 {
  color: var(--color-yellow-opacity-1) !important;
}

.color-yellow-opacity-2 {
  color: var(--color-yellow-opacity-2) !important;
}

.color-dark {
  color: var(--color-dark) !important;
}

.color-dark-alt {
  color: var(--color-dark-alt) !important;
}

.color-darker {
  color: var(--color-card) !important;
}

.color-heading {
  color: var(--color-heading) !important;
}

.color-body {
  color: var(--color-body) !important;
}

.color-white {
  color: var(--color-white) !important;
}

.color-pink {
  color: var(--color-pink) !important;
}

.color-grey {
  color: #F0F2F5 !important;
}

.color-white {
  color: #FFFFFF !important;
}

.color-black {
  color: #1A1A1A !important;
}

.color-extra03 {
  color: var(--color-extra03) !important;
}

.color-lessdark {
  color: var(--color-lessdark) !important;
}

.bg-gradient-1 {
  background: var(--gradient-1) !important;
}

.bg-gradient-2 {
  background: var(--gradient-2) !important;
}

.bg-gradient-3 {
  background: var(--gradient-3) !important;
}

.bg-gradient-4 {
  background: var(--gradient-4) !important;
}

.bg-gradient-5 {
  background: var(--gradient-5) !important;
}

.bg-gradient-6 {
  background: var(--gradient-6) !important;
}

.bg-gradient-7 {
  background: var(--gradient-7) !important;
}

.bg-gradient-8 {
  background: var(--gradient-8) !important;
}

.bg-gradient-9 {
  background: var(--gradient-9) !important;
}

/*===========================
    Background Image 
=============================*/
.bg_image_fixed {
  background-attachment: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Height and width */
.fullscreen {
  min-height: 100vh;
  width: 100%;
}

/*===================
Custom Row
======================*/
.row--0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row--0 > [class*=col] {
  padding-left: 0px;
  padding-right: 0px;
}

.row--5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row--5 > [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.row--10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row--10 > [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.row--15 {
  margin-left: -15px;
  margin-right: -15px;
}
.row--15 > [class*=col] {
  padding-left: 15px;
  padding-right: 15px;
}

.row--20 {
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--20 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--20 > [class*=col], .row--20 > [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--20 > [class*=col], .row--20 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--25 {
  margin-left: -25px;
  margin-right: -25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--25 > [class*=col], .row--25 > [class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--25 > [class*=col], .row--25 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--30 {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--30 > [class*=col], .row--30 > [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 > [class*=col], .row--30 > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

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

[data-overlay] > div,
[data-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > * {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

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

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1;
}

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

.slick-gutter-15 {
  margin: 0 -15px;
}
.slick-gutter-15 .slick-slide {
  padding: 0 15px;
}

.tmp-alignwide {
  margin-left: -144px;
  margin-right: -144px;
  max-width: 1600px;
  width: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-alignwide {
    margin-left: -110px;
    margin-right: -110px;
    max-width: 1400px;
    width: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-alignwide {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-alignwide {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}

.tmp-inner-alignwide {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media only screen and (min-width: 1400px) {
  .tmp-inner-alignwide {
    max-width: 1290px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tmp-inner-alignwide {
    max-width: 985px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-inner-alignwide {
    max-width: 948px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-inner-alignwide {
    max-width: 708px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-inner-alignwide {
    max-width: 708px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-inner-alignwide {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.bg-color-card {
  background: var(--color-card) !important;
}

[data-tmp-position-vertical="1"] {
  top: 1%;
}

[data-tmp-position-vertical="2"] {
  top: 2%;
}

[data-tmp-position-vertical="3"] {
  top: 3%;
}

[data-tmp-position-vertical="4"] {
  top: 4%;
}

[data-tmp-position-vertical="5"] {
  top: 5%;
}

[data-tmp-position-vertical="6"] {
  top: 6%;
}

[data-tmp-position-vertical="7"] {
  top: 7%;
}

[data-tmp-position-vertical="8"] {
  top: 8%;
}

[data-tmp-position-vertical="9"] {
  top: 9%;
}

[data-tmp-position-vertical="10"] {
  top: 10%;
}

[data-tmp-position-vertical="11"] {
  top: 11%;
}

[data-tmp-position-vertical="12"] {
  top: 12%;
}

[data-tmp-position-vertical="13"] {
  top: 13%;
}

[data-tmp-position-vertical="14"] {
  top: 14%;
}

[data-tmp-position-vertical="15"] {
  top: 15%;
}

[data-tmp-position-vertical="16"] {
  top: 16%;
}

[data-tmp-position-vertical="17"] {
  top: 17%;
}

[data-tmp-position-vertical="18"] {
  top: 18%;
}

[data-tmp-position-vertical="19"] {
  top: 19%;
}

[data-tmp-position-vertical="20"] {
  top: 20%;
}

[data-tmp-position-vertical="21"] {
  top: 21%;
}

[data-tmp-position-vertical="22"] {
  top: 22%;
}

[data-tmp-position-vertical="23"] {
  top: 23%;
}

[data-tmp-position-vertical="24"] {
  top: 24%;
}

[data-tmp-position-vertical="25"] {
  top: 25%;
}

[data-tmp-position-vertical="26"] {
  top: 26%;
}

[data-tmp-position-vertical="27"] {
  top: 27%;
}

[data-tmp-position-vertical="28"] {
  top: 28%;
}

[data-tmp-position-vertical="29"] {
  top: 29%;
}

[data-tmp-position-vertical="30"] {
  top: 30%;
}

[data-tmp-position-vertical="31"] {
  top: 31%;
}

[data-tmp-position-vertical="32"] {
  top: 32%;
}

[data-tmp-position-vertical="33"] {
  top: 33%;
}

[data-tmp-position-vertical="34"] {
  top: 34%;
}

[data-tmp-position-vertical="35"] {
  top: 35%;
}

[data-tmp-position-vertical="36"] {
  top: 36%;
}

[data-tmp-position-vertical="37"] {
  top: 37%;
}

[data-tmp-position-vertical="38"] {
  top: 38%;
}

[data-tmp-position-vertical="39"] {
  top: 39%;
}

[data-tmp-position-vertical="40"] {
  top: 40%;
}

[data-tmp-position-vertical="41"] {
  top: 41%;
}

[data-tmp-position-vertical="42"] {
  top: 42%;
}

[data-tmp-position-vertical="43"] {
  top: 43%;
}

[data-tmp-position-vertical="44"] {
  top: 44%;
}

[data-tmp-position-vertical="45"] {
  top: 45%;
}

[data-tmp-position-vertical="46"] {
  top: 46%;
}

[data-tmp-position-vertical="47"] {
  top: 47%;
}

[data-tmp-position-vertical="48"] {
  top: 48%;
}

[data-tmp-position-vertical="49"] {
  top: 49%;
}

[data-tmp-position-vertical="50"] {
  top: 50%;
}

[data-tmp-position-vertical="51"] {
  top: 51%;
}

[data-tmp-position-vertical="52"] {
  top: 52%;
}

[data-tmp-position-vertical="53"] {
  top: 53%;
}

[data-tmp-position-vertical="54"] {
  top: 54%;
}

[data-tmp-position-vertical="55"] {
  top: 55%;
}

[data-tmp-position-vertical="56"] {
  top: 56%;
}

[data-tmp-position-vertical="57"] {
  top: 57%;
}

[data-tmp-position-vertical="58"] {
  top: 58%;
}

[data-tmp-position-vertical="59"] {
  top: 59%;
}

[data-tmp-position-vertical="60"] {
  top: 60%;
}

[data-tmp-position-vertical="61"] {
  top: 61%;
}

[data-tmp-position-vertical="62"] {
  top: 62%;
}

[data-tmp-position-vertical="63"] {
  top: 63%;
}

[data-tmp-position-vertical="64"] {
  top: 64%;
}

[data-tmp-position-vertical="65"] {
  top: 65%;
}

[data-tmp-position-vertical="66"] {
  top: 66%;
}

[data-tmp-position-vertical="67"] {
  top: 67%;
}

[data-tmp-position-vertical="68"] {
  top: 68%;
}

[data-tmp-position-vertical="69"] {
  top: 69%;
}

[data-tmp-position-vertical="70"] {
  top: 70%;
}

[data-tmp-position-vertical="71"] {
  top: 71%;
}

[data-tmp-position-vertical="72"] {
  top: 72%;
}

[data-tmp-position-vertical="73"] {
  top: 73%;
}

[data-tmp-position-vertical="74"] {
  top: 74%;
}

[data-tmp-position-vertical="75"] {
  top: 75%;
}

[data-tmp-position-vertical="76"] {
  top: 76%;
}

[data-tmp-position-vertical="77"] {
  top: 77%;
}

[data-tmp-position-vertical="78"] {
  top: 78%;
}

[data-tmp-position-vertical="79"] {
  top: 79%;
}

[data-tmp-position-vertical="80"] {
  top: 80%;
}

[data-tmp-position-vertical="81"] {
  top: 81%;
}

[data-tmp-position-vertical="82"] {
  top: 82%;
}

[data-tmp-position-vertical="83"] {
  top: 83%;
}

[data-tmp-position-vertical="84"] {
  top: 84%;
}

[data-tmp-position-vertical="85"] {
  top: 85%;
}

[data-tmp-position-vertical="86"] {
  top: 86%;
}

[data-tmp-position-vertical="87"] {
  top: 87%;
}

[data-tmp-position-vertical="88"] {
  top: 88%;
}

[data-tmp-position-vertical="89"] {
  top: 89%;
}

[data-tmp-position-vertical="90"] {
  top: 90%;
}

[data-tmp-position-vertical="91"] {
  top: 91%;
}

[data-tmp-position-vertical="92"] {
  top: 92%;
}

[data-tmp-position-vertical="93"] {
  top: 93%;
}

[data-tmp-position-vertical="94"] {
  top: 94%;
}

[data-tmp-position-vertical="95"] {
  top: 95%;
}

[data-tmp-position-vertical="96"] {
  top: 96%;
}

[data-tmp-position-vertical="97"] {
  top: 97%;
}

[data-tmp-position-vertical="98"] {
  top: 98%;
}

[data-tmp-position-vertical="99"] {
  top: 99%;
}

[data-tmp-position-vertical="100"] {
  top: 100%;
}

[data-tmp-position-horigental="1"] {
  left: 1%;
}

[data-tmp-position-horigental="2"] {
  left: 2%;
}

[data-tmp-position-horigental="3"] {
  left: 3%;
}

[data-tmp-position-horigental="4"] {
  left: 4%;
}

[data-tmp-position-horigental="5"] {
  left: 5%;
}

[data-tmp-position-horigental="6"] {
  left: 6%;
}

[data-tmp-position-horigental="7"] {
  left: 7%;
}

[data-tmp-position-horigental="8"] {
  left: 8%;
}

[data-tmp-position-horigental="9"] {
  left: 9%;
}

[data-tmp-position-horigental="10"] {
  left: 10%;
}

[data-tmp-position-horigental="11"] {
  left: 11%;
}

[data-tmp-position-horigental="12"] {
  left: 12%;
}

[data-tmp-position-horigental="13"] {
  left: 13%;
}

[data-tmp-position-horigental="14"] {
  left: 14%;
}

[data-tmp-position-horigental="15"] {
  left: 15%;
}

[data-tmp-position-horigental="16"] {
  left: 16%;
}

[data-tmp-position-horigental="17"] {
  left: 17%;
}

[data-tmp-position-horigental="18"] {
  left: 18%;
}

[data-tmp-position-horigental="19"] {
  left: 19%;
}

[data-tmp-position-horigental="20"] {
  left: 20%;
}

[data-tmp-position-horigental="21"] {
  left: 21%;
}

[data-tmp-position-horigental="22"] {
  left: 22%;
}

[data-tmp-position-horigental="23"] {
  left: 23%;
}

[data-tmp-position-horigental="24"] {
  left: 24%;
}

[data-tmp-position-horigental="25"] {
  left: 25%;
}

[data-tmp-position-horigental="26"] {
  left: 26%;
}

[data-tmp-position-horigental="27"] {
  left: 27%;
}

[data-tmp-position-horigental="28"] {
  left: 28%;
}

[data-tmp-position-horigental="29"] {
  left: 29%;
}

[data-tmp-position-horigental="30"] {
  left: 30%;
}

[data-tmp-position-horigental="31"] {
  left: 31%;
}

[data-tmp-position-horigental="32"] {
  left: 32%;
}

[data-tmp-position-horigental="33"] {
  left: 33%;
}

[data-tmp-position-horigental="34"] {
  left: 34%;
}

[data-tmp-position-horigental="35"] {
  left: 35%;
}

[data-tmp-position-horigental="36"] {
  left: 36%;
}

[data-tmp-position-horigental="37"] {
  left: 37%;
}

[data-tmp-position-horigental="38"] {
  left: 38%;
}

[data-tmp-position-horigental="39"] {
  left: 39%;
}

[data-tmp-position-horigental="40"] {
  left: 40%;
}

[data-tmp-position-horigental="41"] {
  left: 41%;
}

[data-tmp-position-horigental="42"] {
  left: 42%;
}

[data-tmp-position-horigental="43"] {
  left: 43%;
}

[data-tmp-position-horigental="44"] {
  left: 44%;
}

[data-tmp-position-horigental="45"] {
  left: 45%;
}

[data-tmp-position-horigental="46"] {
  left: 46%;
}

[data-tmp-position-horigental="47"] {
  left: 47%;
}

[data-tmp-position-horigental="48"] {
  left: 48%;
}

[data-tmp-position-horigental="49"] {
  left: 49%;
}

[data-tmp-position-horigental="50"] {
  left: 50%;
}

[data-tmp-position-horigental="51"] {
  left: 51%;
}

[data-tmp-position-horigental="52"] {
  left: 52%;
}

[data-tmp-position-horigental="53"] {
  left: 53%;
}

[data-tmp-position-horigental="54"] {
  left: 54%;
}

[data-tmp-position-horigental="55"] {
  left: 55%;
}

[data-tmp-position-horigental="56"] {
  left: 56%;
}

[data-tmp-position-horigental="57"] {
  left: 57%;
}

[data-tmp-position-horigental="58"] {
  left: 58%;
}

[data-tmp-position-horigental="59"] {
  left: 59%;
}

[data-tmp-position-horigental="60"] {
  left: 60%;
}

[data-tmp-position-horigental="61"] {
  left: 61%;
}

[data-tmp-position-horigental="62"] {
  left: 62%;
}

[data-tmp-position-horigental="63"] {
  left: 63%;
}

[data-tmp-position-horigental="64"] {
  left: 64%;
}

[data-tmp-position-horigental="65"] {
  left: 65%;
}

[data-tmp-position-horigental="66"] {
  left: 66%;
}

[data-tmp-position-horigental="67"] {
  left: 67%;
}

[data-tmp-position-horigental="68"] {
  left: 68%;
}

[data-tmp-position-horigental="69"] {
  left: 69%;
}

[data-tmp-position-horigental="70"] {
  left: 70%;
}

[data-tmp-position-horigental="71"] {
  left: 71%;
}

[data-tmp-position-horigental="72"] {
  left: 72%;
}

[data-tmp-position-horigental="73"] {
  left: 73%;
}

[data-tmp-position-horigental="74"] {
  left: 74%;
}

[data-tmp-position-horigental="75"] {
  left: 75%;
}

[data-tmp-position-horigental="76"] {
  left: 76%;
}

[data-tmp-position-horigental="77"] {
  left: 77%;
}

[data-tmp-position-horigental="78"] {
  left: 78%;
}

[data-tmp-position-horigental="79"] {
  left: 79%;
}

[data-tmp-position-horigental="80"] {
  left: 80%;
}

[data-tmp-position-horigental="81"] {
  left: 81%;
}

[data-tmp-position-horigental="82"] {
  left: 82%;
}

[data-tmp-position-horigental="83"] {
  left: 83%;
}

[data-tmp-position-horigental="84"] {
  left: 84%;
}

[data-tmp-position-horigental="85"] {
  left: 85%;
}

[data-tmp-position-horigental="86"] {
  left: 86%;
}

[data-tmp-position-horigental="87"] {
  left: 87%;
}

[data-tmp-position-horigental="88"] {
  left: 88%;
}

[data-tmp-position-horigental="89"] {
  left: 89%;
}

[data-tmp-position-horigental="90"] {
  left: 90%;
}

[data-tmp-position-horigental="91"] {
  left: 91%;
}

[data-tmp-position-horigental="92"] {
  left: 92%;
}

[data-tmp-position-horigental="93"] {
  left: 93%;
}

[data-tmp-position-horigental="94"] {
  left: 94%;
}

[data-tmp-position-horigental="95"] {
  left: 95%;
}

[data-tmp-position-horigental="96"] {
  left: 96%;
}

[data-tmp-position-horigental="97"] {
  left: 97%;
}

[data-tmp-position-horigental="98"] {
  left: 98%;
}

[data-tmp-position-horigental="99"] {
  left: 99%;
}

[data-tmp-position-horigental="100"] {
  left: 100%;
}

/*=========================
    Section Separation 
==========================*/
.mt_dec--30 {
  margin-top: -30px;
}

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

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

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

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

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

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

.tmp-section-gapTop {
  padding-top: 120px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-section-gapTop {
    padding-top: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-section-gapTop {
    padding-top: 60px !important;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .pb--70 {
    padding-bottom: 60px !important;
  }
}

.pl--0 {
  padding-left: 0 !important;
}

.pr--0 {
  padding-right: 0 !important;
}

.pt--0 {
  padding-top: 0 !important;
}

.pb--0 {
  padding-bottom: 0 !important;
}

.mr--0 {
  margin-right: 0 !important;
}

.ml--0 {
  margin-left: 0 !important;
}

.mt--0 {
  margin-top: 0 !important;
}

.mb--0 {
  margin-bottom: 0 !important;
}

.pt--260 {
  padding-top: 260px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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;
  }
  .plr--120 {
    padding: 0 90px;
  }
}
@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;
  }
  .mb_lg--5 {
    margin-bottom: 5px;
  }
  .ml_lg--5 {
    margin-left: 5px;
  }
  .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;
  }
  .mb_lg--10 {
    margin-bottom: 10px;
  }
  .ml_lg--10 {
    margin-left: 10px;
  }
  .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;
  }
  .mb_lg--15 {
    margin-bottom: 15px;
  }
  .ml_lg--15 {
    margin-left: 15px;
  }
  .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;
  }
  .mb_lg--20 {
    margin-bottom: 20px;
  }
  .ml_lg--20 {
    margin-left: 20px;
  }
  .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;
  }
  .mb_lg--25 {
    margin-bottom: 25px;
  }
  .ml_lg--25 {
    margin-left: 25px;
  }
  .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;
  }
  .mb_lg--30 {
    margin-bottom: 30px;
  }
  .ml_lg--30 {
    margin-left: 30px;
  }
  .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;
  }
  .mb_lg--35 {
    margin-bottom: 35px;
  }
  .ml_lg--35 {
    margin-left: 35px;
  }
  .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;
  }
  .mb_lg--40 {
    margin-bottom: 40px;
  }
  .ml_lg--40 {
    margin-left: 40px;
  }
  .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;
  }
  .mb_lg--45 {
    margin-bottom: 45px;
  }
  .ml_lg--45 {
    margin-left: 45px;
  }
  .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;
  }
  .mb_lg--50 {
    margin-bottom: 50px;
  }
  .ml_lg--50 {
    margin-left: 50px;
  }
  .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;
  }
  .mb_lg--55 {
    margin-bottom: 55px;
  }
  .ml_lg--55 {
    margin-left: 55px;
  }
  .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;
  }
  .mb_lg--60 {
    margin-bottom: 60px;
  }
  .ml_lg--60 {
    margin-left: 60px;
  }
  .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;
  }
  .mb_lg--65 {
    margin-bottom: 65px;
  }
  .ml_lg--65 {
    margin-left: 65px;
  }
  .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;
  }
  .mb_lg--70 {
    margin-bottom: 70px;
  }
  .ml_lg--70 {
    margin-left: 70px;
  }
  .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;
  }
  .mb_lg--75 {
    margin-bottom: 75px;
  }
  .ml_lg--75 {
    margin-left: 75px;
  }
  .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;
  }
  .mb_lg--80 {
    margin-bottom: 80px;
  }
  .ml_lg--80 {
    margin-left: 80px;
  }
  .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;
  }
  .mb_lg--85 {
    margin-bottom: 85px;
  }
  .ml_lg--85 {
    margin-left: 85px;
  }
  .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;
  }
  .mb_lg--90 {
    margin-bottom: 90px;
  }
  .ml_lg--90 {
    margin-left: 90px;
  }
  .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;
  }
  .mb_lg--95 {
    margin-bottom: 95px;
  }
  .ml_lg--95 {
    margin-left: 95px;
  }
  .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;
  }
  .mb_lg--100 {
    margin-bottom: 100px;
  }
  .ml_lg--100 {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb_md--0 {
    padding: 0 !important;
  }
  .pl_md--0 {
    padding-left: 0 !important;
  }
  .pr_md--0 {
    padding-right: 0 !important;
  }
  .pt_md--0 {
    padding-top: 0 !important;
  }
  .pb_md--0 {
    padding-bottom: 0 !important;
  }
  .mr_md--0 {
    margin-right: 0 !important;
  }
  .ml_md--0 {
    margin-left: 0 !important;
  }
  .mt_md--0 {
    margin-top: 0 !important;
  }
  .mb_md--0 {
    margin-bottom: 0 !important;
  }
  .ptb_md--250 {
    padding: 250px 0 !important;
  }
  .ptb_md--5 {
    padding: 5px 0 !important;
  }
  .plr_md--5 {
    padding: 0 5px !important;
  }
  .pt_md--5 {
    padding-top: 5px !important;
  }
  .pb_md--5 {
    padding-bottom: 5px !important;
  }
  .pl_md--5 {
    padding-left: 5px !important;
  }
  .pr_md--5 {
    padding-right: 5px !important;
  }
  .mt_md--5 {
    margin-top: 5px !important;
  }
  .mb_md--5 {
    margin-bottom: 5px !important;
  }
  .ptb_md--10 {
    padding: 10px 0 !important;
  }
  .plr_md--10 {
    padding: 0 10px !important;
  }
  .pt_md--10 {
    padding-top: 10px !important;
  }
  .pb_md--10 {
    padding-bottom: 10px !important;
  }
  .pl_md--10 {
    padding-left: 10px !important;
  }
  .pr_md--10 {
    padding-right: 10px !important;
  }
  .mt_md--10 {
    margin-top: 10px !important;
  }
  .mb_md--10 {
    margin-bottom: 10px !important;
  }
  .ptb_md--15 {
    padding: 15px 0 !important;
  }
  .plr_md--15 {
    padding: 0 15px !important;
  }
  .pt_md--15 {
    padding-top: 15px !important;
  }
  .pb_md--15 {
    padding-bottom: 15px !important;
  }
  .pl_md--15 {
    padding-left: 15px !important;
  }
  .pr_md--15 {
    padding-right: 15px !important;
  }
  .mt_md--15 {
    margin-top: 15px !important;
  }
  .mb_md--15 {
    margin-bottom: 15px !important;
  }
  .ptb_md--20 {
    padding: 20px 0 !important;
  }
  .plr_md--20 {
    padding: 0 20px !important;
  }
  .pt_md--20 {
    padding-top: 20px !important;
  }
  .pb_md--20 {
    padding-bottom: 20px !important;
  }
  .pl_md--20 {
    padding-left: 20px !important;
  }
  .pr_md--20 {
    padding-right: 20px !important;
  }
  .mt_md--20 {
    margin-top: 20px !important;
  }
  .mb_md--20 {
    margin-bottom: 20px !important;
  }
  .ptb_md--25 {
    padding: 25px 0 !important;
  }
  .plr_md--25 {
    padding: 0 25px !important;
  }
  .pt_md--25 {
    padding-top: 25px !important;
  }
  .pb_md--25 {
    padding-bottom: 25px !important;
  }
  .pl_md--25 {
    padding-left: 25px !important;
  }
  .pr_md--25 {
    padding-right: 25px !important;
  }
  .mt_md--25 {
    margin-top: 25px !important;
  }
  .mb_md--25 {
    margin-bottom: 25px !important;
  }
  .ptb_md--30 {
    padding: 30px 0 !important;
  }
  .plr_md--30 {
    padding: 0 30px !important;
  }
  .pt_md--30 {
    padding-top: 30px !important;
  }
  .pb_md--30 {
    padding-bottom: 30px !important;
  }
  .pl_md--30 {
    padding-left: 30px !important;
  }
  .pr_md--30 {
    padding-right: 30px !important;
  }
  .mt_md--30 {
    margin-top: 30px !important;
  }
  .mb_md--30 {
    margin-bottom: 30px !important;
  }
  .ptb_md--35 {
    padding: 35px 0 !important;
  }
  .plr_md--35 {
    padding: 0 35px !important;
  }
  .pt_md--35 {
    padding-top: 35px !important;
  }
  .pb_md--35 {
    padding-bottom: 35px !important;
  }
  .pl_md--35 {
    padding-left: 35px !important;
  }
  .pr_md--35 {
    padding-right: 35px !important;
  }
  .mt_md--35 {
    margin-top: 35px !important;
  }
  .mb_md--35 {
    margin-bottom: 35px !important;
  }
  .ptb_md--40 {
    padding: 40px 0 !important;
  }
  .plr_md--40 {
    padding: 0 40px !important;
  }
  .pt_md--40 {
    padding-top: 40px !important;
  }
  .pb_md--40 {
    padding-bottom: 40px !important;
  }
  .pl_md--40 {
    padding-left: 40px !important;
  }
  .pr_md--40 {
    padding-right: 40px !important;
  }
  .mt_md--40 {
    margin-top: 40px !important;
  }
  .mb_md--40 {
    margin-bottom: 40px !important;
  }
  .ptb_md--45 {
    padding: 45px 0 !important;
  }
  .plr_md--45 {
    padding: 0 45px !important;
  }
  .pt_md--45 {
    padding-top: 45px !important;
  }
  .pb_md--45 {
    padding-bottom: 45px !important;
  }
  .pl_md--45 {
    padding-left: 45px !important;
  }
  .pr_md--45 {
    padding-right: 45px !important;
  }
  .mt_md--45 {
    margin-top: 45px !important;
  }
  .mb_md--45 {
    margin-bottom: 45px !important;
  }
  .ptb_md--50 {
    padding: 50px 0 !important;
  }
  .plr_md--50 {
    padding: 0 50px !important;
  }
  .pt_md--50 {
    padding-top: 50px !important;
  }
  .pb_md--50 {
    padding-bottom: 50px !important;
  }
  .pl_md--50 {
    padding-left: 50px !important;
  }
  .pr_md--50 {
    padding-right: 50px !important;
  }
  .mt_md--50 {
    margin-top: 50px !important;
  }
  .mb_md--50 {
    margin-bottom: 50px !important;
  }
  .ptb_md--55 {
    padding: 55px 0 !important;
  }
  .plr_md--55 {
    padding: 0 55px !important;
  }
  .pt_md--55 {
    padding-top: 55px !important;
  }
  .pb_md--55 {
    padding-bottom: 55px !important;
  }
  .pl_md--55 {
    padding-left: 55px !important;
  }
  .pr_md--55 {
    padding-right: 55px !important;
  }
  .mt_md--55 {
    margin-top: 55px !important;
  }
  .mb_md--55 {
    margin-bottom: 55px !important;
  }
  .ptb_md--60 {
    padding: 60px 0 !important;
  }
  .plr_md--60 {
    padding: 0 60px !important;
  }
  .pt_md--60 {
    padding-top: 60px !important;
  }
  .pb_md--60 {
    padding-bottom: 60px !important;
  }
  .pl_md--60 {
    padding-left: 60px !important;
  }
  .pr_md--60 {
    padding-right: 60px !important;
  }
  .mt_md--60 {
    margin-top: 60px !important;
  }
  .mb_md--60 {
    margin-bottom: 60px !important;
  }
  .ptb_md--65 {
    padding: 65px 0 !important;
  }
  .plr_md--65 {
    padding: 0 65px !important;
  }
  .pt_md--65 {
    padding-top: 65px !important;
  }
  .pb_md--65 {
    padding-bottom: 65px !important;
  }
  .pl_md--65 {
    padding-left: 65px !important;
  }
  .pr_md--65 {
    padding-right: 65px !important;
  }
  .mt_md--65 {
    margin-top: 65px !important;
  }
  .mb_md--65 {
    margin-bottom: 65px !important;
  }
  .ptb_md--70 {
    padding: 70px 0 !important;
  }
  .plr_md--70 {
    padding: 0 70px !important;
  }
  .pt_md--70 {
    padding-top: 70px !important;
  }
  .pb_md--70 {
    padding-bottom: 70px !important;
  }
  .pl_md--70 {
    padding-left: 70px !important;
  }
  .pr_md--70 {
    padding-right: 70px !important;
  }
  .mt_md--70 {
    margin-top: 70px !important;
  }
  .mb_md--70 {
    margin-bottom: 70px !important;
  }
  .ptb_md--75 {
    padding: 75px 0 !important;
  }
  .plr_md--75 {
    padding: 0 75px !important;
  }
  .pt_md--75 {
    padding-top: 75px !important;
  }
  .pb_md--75 {
    padding-bottom: 75px !important;
  }
  .pl_md--75 {
    padding-left: 75px !important;
  }
  .pr_md--75 {
    padding-right: 75px !important;
  }
  .mt_md--75 {
    margin-top: 75px !important;
  }
  .mb_md--75 {
    margin-bottom: 75px !important;
  }
  .ptb_md--80 {
    padding: 80px 0 !important;
  }
  .plr_md--80 {
    padding: 0 80px !important;
  }
  .pt_md--80 {
    padding-top: 80px !important;
  }
  .pb_md--80 {
    padding-bottom: 80px !important;
  }
  .pl_md--80 {
    padding-left: 80px !important;
  }
  .pr_md--80 {
    padding-right: 80px !important;
  }
  .mt_md--80 {
    margin-top: 80px !important;
  }
  .mb_md--80 {
    margin-bottom: 80px !important;
  }
  .ptb_md--85 {
    padding: 85px 0 !important;
  }
  .plr_md--85 {
    padding: 0 85px !important;
  }
  .pt_md--85 {
    padding-top: 85px !important;
  }
  .pb_md--85 {
    padding-bottom: 85px !important;
  }
  .pl_md--85 {
    padding-left: 85px !important;
  }
  .pr_md--85 {
    padding-right: 85px !important;
  }
  .mt_md--85 {
    margin-top: 85px !important;
  }
  .mb_md--85 {
    margin-bottom: 85px !important;
  }
  .ptb_md--90 {
    padding: 90px 0 !important;
  }
  .plr_md--90 {
    padding: 0 90px !important;
  }
  .pt_md--90 {
    padding-top: 90px !important;
  }
  .pb_md--90 {
    padding-bottom: 90px !important;
  }
  .pl_md--90 {
    padding-left: 90px !important;
  }
  .pr_md--90 {
    padding-right: 90px !important;
  }
  .mt_md--90 {
    margin-top: 90px !important;
  }
  .mb_md--90 {
    margin-bottom: 90px !important;
  }
  .ptb_md--95 {
    padding: 95px 0 !important;
  }
  .plr_md--95 {
    padding: 0 95px !important;
  }
  .pt_md--95 {
    padding-top: 95px !important;
  }
  .pb_md--95 {
    padding-bottom: 95px !important;
  }
  .pl_md--95 {
    padding-left: 95px !important;
  }
  .pr_md--95 {
    padding-right: 95px !important;
  }
  .mt_md--95 {
    margin-top: 95px !important;
  }
  .mb_md--95 {
    margin-bottom: 95px !important;
  }
  .ptb_md--100 {
    padding: 100px 0 !important;
  }
  .plr_md--100 {
    padding: 0 100px !important;
  }
  .pt_md--100 {
    padding-top: 100px !important;
  }
  .pb_md--100 {
    padding-bottom: 100px !important;
  }
  .pl_md--100 {
    padding-left: 100px !important;
  }
  .pr_md--100 {
    padding-right: 100px !important;
  }
  .mt_md--100 {
    margin-top: 100px !important;
  }
  .mb_md--100 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ptb_sm--250 {
    padding: 250px 0 !important;
  }
  .ptb_sm--0 {
    padding: 0 !important;
  }
  .pl_sm--0 {
    padding-left: 0 !important;
  }
  .pr_sm--0 {
    padding-right: 0 !important;
  }
  .pt_sm--0 {
    padding-top: 0 !important;
  }
  .pb_sm--0 {
    padding-bottom: 0 !important;
  }
  .mr_sm--0 {
    margin-right: 0 !important;
  }
  .ml_sm--0 {
    margin-left: 0 !important;
  }
  .mt_sm--0 {
    margin-top: 0 !important;
  }
  .mb_sm--0 {
    margin-bottom: 0 !important;
  }
  .pt_sm--150 {
    padding-top: 150px !important;
  }
  .pb_sm--110 {
    padding-bottom: 110px !important;
  }
  .ptb_sm--5 {
    padding: 5px 0 !important;
  }
  .plr_sm--5 {
    padding: 0 5px !important;
  }
  .pt_sm--5 {
    padding-top: 5px !important;
  }
  .pb_sm--5 {
    padding-bottom: 5px !important;
  }
  .pl_sm--5 {
    padding-left: 5px !important;
  }
  .pr_sm--5 {
    padding-right: 5px !important;
  }
  .mt_sm--5 {
    margin-top: 5px !important;
  }
  .ml_sm--5 {
    margin-left: 5px !important;
  }
  .mr_sm--5 {
    margin-right: 5px !important;
  }
  .mb_sm--5 {
    margin-bottom: 5px !important;
  }
  .ptb_sm--10 {
    padding: 10px 0 !important;
  }
  .plr_sm--10 {
    padding: 0 10px !important;
  }
  .pt_sm--10 {
    padding-top: 10px !important;
  }
  .pb_sm--10 {
    padding-bottom: 10px !important;
  }
  .pl_sm--10 {
    padding-left: 10px !important;
  }
  .pr_sm--10 {
    padding-right: 10px !important;
  }
  .mt_sm--10 {
    margin-top: 10px !important;
  }
  .ml_sm--10 {
    margin-left: 10px !important;
  }
  .mr_sm--10 {
    margin-right: 10px !important;
  }
  .mb_sm--10 {
    margin-bottom: 10px !important;
  }
  .ptb_sm--15 {
    padding: 15px 0 !important;
  }
  .plr_sm--15 {
    padding: 0 15px !important;
  }
  .pt_sm--15 {
    padding-top: 15px !important;
  }
  .pb_sm--15 {
    padding-bottom: 15px !important;
  }
  .pl_sm--15 {
    padding-left: 15px !important;
  }
  .pr_sm--15 {
    padding-right: 15px !important;
  }
  .mt_sm--15 {
    margin-top: 15px !important;
  }
  .ml_sm--15 {
    margin-left: 15px !important;
  }
  .mr_sm--15 {
    margin-right: 15px !important;
  }
  .mb_sm--15 {
    margin-bottom: 15px !important;
  }
  .ptb_sm--20 {
    padding: 20px 0 !important;
  }
  .plr_sm--20 {
    padding: 0 20px !important;
  }
  .pt_sm--20 {
    padding-top: 20px !important;
  }
  .pb_sm--20 {
    padding-bottom: 20px !important;
  }
  .pl_sm--20 {
    padding-left: 20px !important;
  }
  .pr_sm--20 {
    padding-right: 20px !important;
  }
  .mt_sm--20 {
    margin-top: 20px !important;
  }
  .ml_sm--20 {
    margin-left: 20px !important;
  }
  .mr_sm--20 {
    margin-right: 20px !important;
  }
  .mb_sm--20 {
    margin-bottom: 20px !important;
  }
  .ptb_sm--25 {
    padding: 25px 0 !important;
  }
  .plr_sm--25 {
    padding: 0 25px !important;
  }
  .pt_sm--25 {
    padding-top: 25px !important;
  }
  .pb_sm--25 {
    padding-bottom: 25px !important;
  }
  .pl_sm--25 {
    padding-left: 25px !important;
  }
  .pr_sm--25 {
    padding-right: 25px !important;
  }
  .mt_sm--25 {
    margin-top: 25px !important;
  }
  .ml_sm--25 {
    margin-left: 25px !important;
  }
  .mr_sm--25 {
    margin-right: 25px !important;
  }
  .mb_sm--25 {
    margin-bottom: 25px !important;
  }
  .ptb_sm--30 {
    padding: 30px 0 !important;
  }
  .plr_sm--30 {
    padding: 0 30px !important;
  }
  .pt_sm--30 {
    padding-top: 30px !important;
  }
  .pb_sm--30 {
    padding-bottom: 30px !important;
  }
  .pl_sm--30 {
    padding-left: 30px !important;
  }
  .pr_sm--30 {
    padding-right: 30px !important;
  }
  .mt_sm--30 {
    margin-top: 30px !important;
  }
  .ml_sm--30 {
    margin-left: 30px !important;
  }
  .mr_sm--30 {
    margin-right: 30px !important;
  }
  .mb_sm--30 {
    margin-bottom: 30px !important;
  }
  .ptb_sm--35 {
    padding: 35px 0 !important;
  }
  .plr_sm--35 {
    padding: 0 35px !important;
  }
  .pt_sm--35 {
    padding-top: 35px !important;
  }
  .pb_sm--35 {
    padding-bottom: 35px !important;
  }
  .pl_sm--35 {
    padding-left: 35px !important;
  }
  .pr_sm--35 {
    padding-right: 35px !important;
  }
  .mt_sm--35 {
    margin-top: 35px !important;
  }
  .ml_sm--35 {
    margin-left: 35px !important;
  }
  .mr_sm--35 {
    margin-right: 35px !important;
  }
  .mb_sm--35 {
    margin-bottom: 35px !important;
  }
  .ptb_sm--40 {
    padding: 40px 0 !important;
  }
  .plr_sm--40 {
    padding: 0 40px !important;
  }
  .pt_sm--40 {
    padding-top: 40px !important;
  }
  .pb_sm--40 {
    padding-bottom: 40px !important;
  }
  .pl_sm--40 {
    padding-left: 40px !important;
  }
  .pr_sm--40 {
    padding-right: 40px !important;
  }
  .mt_sm--40 {
    margin-top: 40px !important;
  }
  .ml_sm--40 {
    margin-left: 40px !important;
  }
  .mr_sm--40 {
    margin-right: 40px !important;
  }
  .mb_sm--40 {
    margin-bottom: 40px !important;
  }
  .ptb_sm--45 {
    padding: 45px 0 !important;
  }
  .plr_sm--45 {
    padding: 0 45px !important;
  }
  .pt_sm--45 {
    padding-top: 45px !important;
  }
  .pb_sm--45 {
    padding-bottom: 45px !important;
  }
  .pl_sm--45 {
    padding-left: 45px !important;
  }
  .pr_sm--45 {
    padding-right: 45px !important;
  }
  .mt_sm--45 {
    margin-top: 45px !important;
  }
  .ml_sm--45 {
    margin-left: 45px !important;
  }
  .mr_sm--45 {
    margin-right: 45px !important;
  }
  .mb_sm--45 {
    margin-bottom: 45px !important;
  }
  .ptb_sm--50 {
    padding: 50px 0 !important;
  }
  .plr_sm--50 {
    padding: 0 50px !important;
  }
  .pt_sm--50 {
    padding-top: 50px !important;
  }
  .pb_sm--50 {
    padding-bottom: 50px !important;
  }
  .pl_sm--50 {
    padding-left: 50px !important;
  }
  .pr_sm--50 {
    padding-right: 50px !important;
  }
  .mt_sm--50 {
    margin-top: 50px !important;
  }
  .ml_sm--50 {
    margin-left: 50px !important;
  }
  .mr_sm--50 {
    margin-right: 50px !important;
  }
  .mb_sm--50 {
    margin-bottom: 50px !important;
  }
  .ptb_sm--55 {
    padding: 55px 0 !important;
  }
  .plr_sm--55 {
    padding: 0 55px !important;
  }
  .pt_sm--55 {
    padding-top: 55px !important;
  }
  .pb_sm--55 {
    padding-bottom: 55px !important;
  }
  .pl_sm--55 {
    padding-left: 55px !important;
  }
  .pr_sm--55 {
    padding-right: 55px !important;
  }
  .mt_sm--55 {
    margin-top: 55px !important;
  }
  .ml_sm--55 {
    margin-left: 55px !important;
  }
  .mr_sm--55 {
    margin-right: 55px !important;
  }
  .mb_sm--55 {
    margin-bottom: 55px !important;
  }
  .ptb_sm--60 {
    padding: 60px 0 !important;
  }
  .plr_sm--60 {
    padding: 0 60px !important;
  }
  .pt_sm--60 {
    padding-top: 60px !important;
  }
  .pb_sm--60 {
    padding-bottom: 60px !important;
  }
  .pl_sm--60 {
    padding-left: 60px !important;
  }
  .pr_sm--60 {
    padding-right: 60px !important;
  }
  .mt_sm--60 {
    margin-top: 60px !important;
  }
  .ml_sm--60 {
    margin-left: 60px !important;
  }
  .mr_sm--60 {
    margin-right: 60px !important;
  }
  .mb_sm--60 {
    margin-bottom: 60px !important;
  }
  .ptb_sm--65 {
    padding: 65px 0 !important;
  }
  .plr_sm--65 {
    padding: 0 65px !important;
  }
  .pt_sm--65 {
    padding-top: 65px !important;
  }
  .pb_sm--65 {
    padding-bottom: 65px !important;
  }
  .pl_sm--65 {
    padding-left: 65px !important;
  }
  .pr_sm--65 {
    padding-right: 65px !important;
  }
  .mt_sm--65 {
    margin-top: 65px !important;
  }
  .ml_sm--65 {
    margin-left: 65px !important;
  }
  .mr_sm--65 {
    margin-right: 65px !important;
  }
  .mb_sm--65 {
    margin-bottom: 65px !important;
  }
  .ptb_sm--70 {
    padding: 70px 0 !important;
  }
  .plr_sm--70 {
    padding: 0 70px !important;
  }
  .pt_sm--70 {
    padding-top: 70px !important;
  }
  .pb_sm--70 {
    padding-bottom: 70px !important;
  }
  .pl_sm--70 {
    padding-left: 70px !important;
  }
  .pr_sm--70 {
    padding-right: 70px !important;
  }
  .mt_sm--70 {
    margin-top: 70px !important;
  }
  .ml_sm--70 {
    margin-left: 70px !important;
  }
  .mr_sm--70 {
    margin-right: 70px !important;
  }
  .mb_sm--70 {
    margin-bottom: 70px !important;
  }
  .ptb_sm--75 {
    padding: 75px 0 !important;
  }
  .plr_sm--75 {
    padding: 0 75px !important;
  }
  .pt_sm--75 {
    padding-top: 75px !important;
  }
  .pb_sm--75 {
    padding-bottom: 75px !important;
  }
  .pl_sm--75 {
    padding-left: 75px !important;
  }
  .pr_sm--75 {
    padding-right: 75px !important;
  }
  .mt_sm--75 {
    margin-top: 75px !important;
  }
  .ml_sm--75 {
    margin-left: 75px !important;
  }
  .mr_sm--75 {
    margin-right: 75px !important;
  }
  .mb_sm--75 {
    margin-bottom: 75px !important;
  }
  .ptb_sm--80 {
    padding: 80px 0 !important;
  }
  .plr_sm--80 {
    padding: 0 80px !important;
  }
  .pt_sm--80 {
    padding-top: 80px !important;
  }
  .pb_sm--80 {
    padding-bottom: 80px !important;
  }
  .pl_sm--80 {
    padding-left: 80px !important;
  }
  .pr_sm--80 {
    padding-right: 80px !important;
  }
  .mt_sm--80 {
    margin-top: 80px !important;
  }
  .ml_sm--80 {
    margin-left: 80px !important;
  }
  .mr_sm--80 {
    margin-right: 80px !important;
  }
  .mb_sm--80 {
    margin-bottom: 80px !important;
  }
  .ptb_sm--85 {
    padding: 85px 0 !important;
  }
  .plr_sm--85 {
    padding: 0 85px !important;
  }
  .pt_sm--85 {
    padding-top: 85px !important;
  }
  .pb_sm--85 {
    padding-bottom: 85px !important;
  }
  .pl_sm--85 {
    padding-left: 85px !important;
  }
  .pr_sm--85 {
    padding-right: 85px !important;
  }
  .mt_sm--85 {
    margin-top: 85px !important;
  }
  .ml_sm--85 {
    margin-left: 85px !important;
  }
  .mr_sm--85 {
    margin-right: 85px !important;
  }
  .mb_sm--85 {
    margin-bottom: 85px !important;
  }
  .ptb_sm--90 {
    padding: 90px 0 !important;
  }
  .plr_sm--90 {
    padding: 0 90px !important;
  }
  .pt_sm--90 {
    padding-top: 90px !important;
  }
  .pb_sm--90 {
    padding-bottom: 90px !important;
  }
  .pl_sm--90 {
    padding-left: 90px !important;
  }
  .pr_sm--90 {
    padding-right: 90px !important;
  }
  .mt_sm--90 {
    margin-top: 90px !important;
  }
  .ml_sm--90 {
    margin-left: 90px !important;
  }
  .mr_sm--90 {
    margin-right: 90px !important;
  }
  .mb_sm--90 {
    margin-bottom: 90px !important;
  }
  .ptb_sm--95 {
    padding: 95px 0 !important;
  }
  .plr_sm--95 {
    padding: 0 95px !important;
  }
  .pt_sm--95 {
    padding-top: 95px !important;
  }
  .pb_sm--95 {
    padding-bottom: 95px !important;
  }
  .pl_sm--95 {
    padding-left: 95px !important;
  }
  .pr_sm--95 {
    padding-right: 95px !important;
  }
  .mt_sm--95 {
    margin-top: 95px !important;
  }
  .ml_sm--95 {
    margin-left: 95px !important;
  }
  .mr_sm--95 {
    margin-right: 95px !important;
  }
  .mb_sm--95 {
    margin-bottom: 95px !important;
  }
  .ptb_sm--100 {
    padding: 100px 0 !important;
  }
  .plr_sm--100 {
    padding: 0 100px !important;
  }
  .pt_sm--100 {
    padding-top: 100px !important;
  }
  .pb_sm--100 {
    padding-bottom: 100px !important;
  }
  .pl_sm--100 {
    padding-left: 100px !important;
  }
  .pr_sm--100 {
    padding-right: 100px !important;
  }
  .mt_sm--100 {
    margin-top: 100px !important;
  }
  .ml_sm--100 {
    margin-left: 100px !important;
  }
  .mr_sm--100 {
    margin-right: 100px !important;
  }
  .mb_sm--100 {
    margin-bottom: 100px !important;
  }
  .pl_sm--0 {
    padding-left: 0 !important;
  }
  .pr_sm--0 {
    padding-right: 0 !important;
  }
  .pt_sm--0 {
    padding-top: 0 !important;
  }
  .pb_sm--0 {
    padding-bottom: 0 !important;
  }
  .mr_sm--0 {
    margin-right: 0 !important;
  }
  .ml_sm--0 {
    margin-left: 0 !important;
  }
  .mt_sm--0 {
    margin-top: 0 !important;
  }
  .mb_sm--0 {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  .ptb_mobile--5 {
    padding: 5px 0;
  }
  .plr_mobile--5 {
    padding: 0 5px;
  }
  .pt_mobile--5 {
    padding-top: 5px;
  }
  .pb_mobile--5 {
    padding-bottom: 5px;
  }
  .pl_mobile--5 {
    padding-left: 5px;
  }
  .pr_mobile--5 {
    padding-right: 5px;
  }
  .mt_mobile--5 {
    margin-top: 5px;
  }
  .mb_mobile--5 {
    margin-bottom: 5px;
  }
  .ptb_mobile--10 {
    padding: 10px 0;
  }
  .plr_mobile--10 {
    padding: 0 10px;
  }
  .pt_mobile--10 {
    padding-top: 10px;
  }
  .pb_mobile--10 {
    padding-bottom: 10px;
  }
  .pl_mobile--10 {
    padding-left: 10px;
  }
  .pr_mobile--10 {
    padding-right: 10px;
  }
  .mt_mobile--10 {
    margin-top: 10px;
  }
  .mb_mobile--10 {
    margin-bottom: 10px;
  }
  .ptb_mobile--15 {
    padding: 15px 0;
  }
  .plr_mobile--15 {
    padding: 0 15px;
  }
  .pt_mobile--15 {
    padding-top: 15px;
  }
  .pb_mobile--15 {
    padding-bottom: 15px;
  }
  .pl_mobile--15 {
    padding-left: 15px;
  }
  .pr_mobile--15 {
    padding-right: 15px;
  }
  .mt_mobile--15 {
    margin-top: 15px;
  }
  .mb_mobile--15 {
    margin-bottom: 15px;
  }
  .ptb_mobile--20 {
    padding: 20px 0;
  }
  .plr_mobile--20 {
    padding: 0 20px;
  }
  .pt_mobile--20 {
    padding-top: 20px;
  }
  .pb_mobile--20 {
    padding-bottom: 20px;
  }
  .pl_mobile--20 {
    padding-left: 20px;
  }
  .pr_mobile--20 {
    padding-right: 20px;
  }
  .mt_mobile--20 {
    margin-top: 20px;
  }
  .mb_mobile--20 {
    margin-bottom: 20px;
  }
  .ptb_mobile--25 {
    padding: 25px 0;
  }
  .plr_mobile--25 {
    padding: 0 25px;
  }
  .pt_mobile--25 {
    padding-top: 25px;
  }
  .pb_mobile--25 {
    padding-bottom: 25px;
  }
  .pl_mobile--25 {
    padding-left: 25px;
  }
  .pr_mobile--25 {
    padding-right: 25px;
  }
  .mt_mobile--25 {
    margin-top: 25px;
  }
  .mb_mobile--25 {
    margin-bottom: 25px;
  }
  .ptb_mobile--30 {
    padding: 30px 0;
  }
  .plr_mobile--30 {
    padding: 0 30px;
  }
  .pt_mobile--30 {
    padding-top: 30px;
  }
  .pb_mobile--30 {
    padding-bottom: 30px;
  }
  .pl_mobile--30 {
    padding-left: 30px;
  }
  .pr_mobile--30 {
    padding-right: 30px;
  }
  .mt_mobile--30 {
    margin-top: 30px;
  }
  .mb_mobile--30 {
    margin-bottom: 30px;
  }
  .ptb_mobile--35 {
    padding: 35px 0;
  }
  .plr_mobile--35 {
    padding: 0 35px;
  }
  .pt_mobile--35 {
    padding-top: 35px;
  }
  .pb_mobile--35 {
    padding-bottom: 35px;
  }
  .pl_mobile--35 {
    padding-left: 35px;
  }
  .pr_mobile--35 {
    padding-right: 35px;
  }
  .mt_mobile--35 {
    margin-top: 35px;
  }
  .mb_mobile--35 {
    margin-bottom: 35px;
  }
  .ptb_mobile--40 {
    padding: 40px 0;
  }
  .plr_mobile--40 {
    padding: 0 40px;
  }
  .pt_mobile--40 {
    padding-top: 40px;
  }
  .pb_mobile--40 {
    padding-bottom: 40px;
  }
  .pl_mobile--40 {
    padding-left: 40px;
  }
  .pr_mobile--40 {
    padding-right: 40px;
  }
  .mt_mobile--40 {
    margin-top: 40px;
  }
  .mb_mobile--40 {
    margin-bottom: 40px;
  }
  .ptb_mobile--45 {
    padding: 45px 0;
  }
  .plr_mobile--45 {
    padding: 0 45px;
  }
  .pt_mobile--45 {
    padding-top: 45px;
  }
  .pb_mobile--45 {
    padding-bottom: 45px;
  }
  .pl_mobile--45 {
    padding-left: 45px;
  }
  .pr_mobile--45 {
    padding-right: 45px;
  }
  .mt_mobile--45 {
    margin-top: 45px;
  }
  .mb_mobile--45 {
    margin-bottom: 45px;
  }
  .ptb_mobile--50 {
    padding: 50px 0;
  }
  .plr_mobile--50 {
    padding: 0 50px;
  }
  .pt_mobile--50 {
    padding-top: 50px;
  }
  .pb_mobile--50 {
    padding-bottom: 50px;
  }
  .pl_mobile--50 {
    padding-left: 50px;
  }
  .pr_mobile--50 {
    padding-right: 50px;
  }
  .mt_mobile--50 {
    margin-top: 50px;
  }
  .mb_mobile--50 {
    margin-bottom: 50px;
  }
  .ptb_mobile--55 {
    padding: 55px 0;
  }
  .plr_mobile--55 {
    padding: 0 55px;
  }
  .pt_mobile--55 {
    padding-top: 55px;
  }
  .pb_mobile--55 {
    padding-bottom: 55px;
  }
  .pl_mobile--55 {
    padding-left: 55px;
  }
  .pr_mobile--55 {
    padding-right: 55px;
  }
  .mt_mobile--55 {
    margin-top: 55px;
  }
  .mb_mobile--55 {
    margin-bottom: 55px;
  }
  .ptb_mobile--60 {
    padding: 60px 0;
  }
  .plr_mobile--60 {
    padding: 0 60px;
  }
  .pt_mobile--60 {
    padding-top: 60px;
  }
  .pb_mobile--60 {
    padding-bottom: 60px;
  }
  .pl_mobile--60 {
    padding-left: 60px;
  }
  .pr_mobile--60 {
    padding-right: 60px;
  }
  .mt_mobile--60 {
    margin-top: 60px;
  }
  .mb_mobile--60 {
    margin-bottom: 60px;
  }
  .ptb_mobile--65 {
    padding: 65px 0;
  }
  .plr_mobile--65 {
    padding: 0 65px;
  }
  .pt_mobile--65 {
    padding-top: 65px;
  }
  .pb_mobile--65 {
    padding-bottom: 65px;
  }
  .pl_mobile--65 {
    padding-left: 65px;
  }
  .pr_mobile--65 {
    padding-right: 65px;
  }
  .mt_mobile--65 {
    margin-top: 65px;
  }
  .mb_mobile--65 {
    margin-bottom: 65px;
  }
  .ptb_mobile--70 {
    padding: 70px 0;
  }
  .plr_mobile--70 {
    padding: 0 70px;
  }
  .pt_mobile--70 {
    padding-top: 70px;
  }
  .pb_mobile--70 {
    padding-bottom: 70px;
  }
  .pl_mobile--70 {
    padding-left: 70px;
  }
  .pr_mobile--70 {
    padding-right: 70px;
  }
  .mt_mobile--70 {
    margin-top: 70px;
  }
  .mb_mobile--70 {
    margin-bottom: 70px;
  }
  .ptb_mobile--75 {
    padding: 75px 0;
  }
  .plr_mobile--75 {
    padding: 0 75px;
  }
  .pt_mobile--75 {
    padding-top: 75px;
  }
  .pb_mobile--75 {
    padding-bottom: 75px;
  }
  .pl_mobile--75 {
    padding-left: 75px;
  }
  .pr_mobile--75 {
    padding-right: 75px;
  }
  .mt_mobile--75 {
    margin-top: 75px;
  }
  .mb_mobile--75 {
    margin-bottom: 75px;
  }
  .ptb_mobile--80 {
    padding: 80px 0;
  }
  .plr_mobile--80 {
    padding: 0 80px;
  }
  .pt_mobile--80 {
    padding-top: 80px;
  }
  .pb_mobile--80 {
    padding-bottom: 80px;
  }
  .pl_mobile--80 {
    padding-left: 80px;
  }
  .pr_mobile--80 {
    padding-right: 80px;
  }
  .mt_mobile--80 {
    margin-top: 80px;
  }
  .mb_mobile--80 {
    margin-bottom: 80px;
  }
  .ptb_mobile--85 {
    padding: 85px 0;
  }
  .plr_mobile--85 {
    padding: 0 85px;
  }
  .pt_mobile--85 {
    padding-top: 85px;
  }
  .pb_mobile--85 {
    padding-bottom: 85px;
  }
  .pl_mobile--85 {
    padding-left: 85px;
  }
  .pr_mobile--85 {
    padding-right: 85px;
  }
  .mt_mobile--85 {
    margin-top: 85px;
  }
  .mb_mobile--85 {
    margin-bottom: 85px;
  }
  .ptb_mobile--90 {
    padding: 90px 0;
  }
  .plr_mobile--90 {
    padding: 0 90px;
  }
  .pt_mobile--90 {
    padding-top: 90px;
  }
  .pb_mobile--90 {
    padding-bottom: 90px;
  }
  .pl_mobile--90 {
    padding-left: 90px;
  }
  .pr_mobile--90 {
    padding-right: 90px;
  }
  .mt_mobile--90 {
    margin-top: 90px;
  }
  .mb_mobile--90 {
    margin-bottom: 90px;
  }
  .ptb_mobile--95 {
    padding: 95px 0;
  }
  .plr_mobile--95 {
    padding: 0 95px;
  }
  .pt_mobile--95 {
    padding-top: 95px;
  }
  .pb_mobile--95 {
    padding-bottom: 95px;
  }
  .pl_mobile--95 {
    padding-left: 95px;
  }
  .pr_mobile--95 {
    padding-right: 95px;
  }
  .mt_mobile--95 {
    margin-top: 95px;
  }
  .mb_mobile--95 {
    margin-bottom: 95px;
  }
  .ptb_mobile--100 {
    padding: 100px 0;
  }
  .plr_mobile--100 {
    padding: 0 100px;
  }
  .pt_mobile--100 {
    padding-top: 100px;
  }
  .pb_mobile--100 {
    padding-bottom: 100px;
  }
  .pl_mobile--100 {
    padding-left: 100px;
  }
  .pr_mobile--100 {
    padding-right: 100px;
  }
  .mt_mobile--100 {
    margin-top: 100px;
  }
  .mb_mobile--100 {
    margin-bottom: 100px;
  }
}
.slick-gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.slick-gutter-5 .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
}

.slick-gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.slick-gutter-10 .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

.slick-gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.slick-gutter-15 .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.slick-gutter-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.slick-gutter-20 .slick-slide {
  margin-left: 20px;
  margin-right: 20px;
}

.slick-gutter-25 {
  margin-left: -25px;
  margin-right: -25px;
}
.slick-gutter-25 .slick-slide {
  margin-left: 25px;
  margin-right: 25px;
}

.slick-gutter-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.slick-gutter-30 .slick-slide {
  margin-left: 30px;
  margin-right: 30px;
}

.slick-gutter-35 {
  margin-left: -35px;
  margin-right: -35px;
}
.slick-gutter-35 .slick-slide {
  margin-left: 35px;
  margin-right: 35px;
}

.slick-gutter-40 {
  margin-left: -40px;
  margin-right: -40px;
}
.slick-gutter-40 .slick-slide {
  margin-left: 40px;
  margin-right: 40px;
}

.slick-gutter-45 {
  margin-left: -45px;
  margin-right: -45px;
}
.slick-gutter-45 .slick-slide {
  margin-left: 45px;
  margin-right: 45px;
}

.slick-gutter-50 {
  margin-left: -50px;
  margin-right: -50px;
}
.slick-gutter-50 .slick-slide {
  margin-left: 50px;
  margin-right: 50px;
}

.slick-gutter-55 {
  margin-left: -55px;
  margin-right: -55px;
}
.slick-gutter-55 .slick-slide {
  margin-left: 55px;
  margin-right: 55px;
}

.slick-gutter-60 {
  margin-left: -60px;
  margin-right: -60px;
}
.slick-gutter-60 .slick-slide {
  margin-left: 60px;
  margin-right: 60px;
}

.slick-gutter-65 {
  margin-left: -65px;
  margin-right: -65px;
}
.slick-gutter-65 .slick-slide {
  margin-left: 65px;
  margin-right: 65px;
}

.slick-gutter-70 {
  margin-left: -70px;
  margin-right: -70px;
}
.slick-gutter-70 .slick-slide {
  margin-left: 70px;
  margin-right: 70px;
}

.slick-gutter-75 {
  margin-left: -75px;
  margin-right: -75px;
}
.slick-gutter-75 .slick-slide {
  margin-left: 75px;
  margin-right: 75px;
}

.slick-gutter-80 {
  margin-left: -80px;
  margin-right: -80px;
}
.slick-gutter-80 .slick-slide {
  margin-left: 80px;
  margin-right: 80px;
}

.slick-gutter-85 {
  margin-left: -85px;
  margin-right: -85px;
}
.slick-gutter-85 .slick-slide {
  margin-left: 85px;
  margin-right: 85px;
}

.slick-gutter-90 {
  margin-left: -90px;
  margin-right: -90px;
}
.slick-gutter-90 .slick-slide {
  margin-left: 90px;
  margin-right: 90px;
}

.slick-gutter-95 {
  margin-left: -95px;
  margin-right: -95px;
}
.slick-gutter-95 .slick-slide {
  margin-left: 95px;
  margin-right: 95px;
}

.slick-gutter-100 {
  margin-left: -100px;
  margin-right: -100px;
}
.slick-gutter-100 .slick-slide {
  margin-left: 100px;
  margin-right: 100px;
}

.max-width-160 {
  max-width: 160px;
}

.collaborate-plr-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

/*======================== 
    Common Style Css
==========================*/
.theme-gradient, .counter-style-1 .count-number {
  color: var(--color-primary);
}

.bg-lessdark-gradient {
  background: linear-gradient(180deg, var(--color-lessdark) 20%, rgba(19, 19, 19, 0.4));
}

.bg-theme-gradient {
  background-color: transparent;
  background-image: linear-gradient(90deg, var(--color-primary-lightest) 10%, var(--color-primary-alt) 50%, var(--color-tertiary-alt) 90%);
}

.bg-primary-gradient {
  background-color: var(--color-primary);
  background: linear-gradient(95deg, var(--color-primary) 15%, var(--color-tertiary) 45%, var(--color-pink) 75%, var(--color-secondary) 100%) 95%/200% 100%;
}

.bg_patern-1 {
  position: relative;
  z-index: 1;
  background-image: none !important;
  background-color: rgba(27, 27, 28, 0.5568627451) !important;
}
.bg_patern-1::after {
  background-size: auto !important;
  background-repeat: repeat !important;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/bg/patern.svg) !important;
  z-index: -1;
  opacity: 0.5;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .theme-gradient, .counter-style-1 .count-number {
    color: var(--color-secondary);
    background: none !important;
  }
}
.real-estate-demo {
  background-image: url(../images/bg/dot.svg);
}

/* Heading Font  */
.h1 {
  font-size: var(--h1) !important;
}

.h2 {
  font-size: var(--h2) !important;
}

.h3 {
  font-size: var(--h3) !important;
}

.h4 {
  font-size: var(--h4) !important;
}

.h5 {
  font-size: var(--h5) !important;
}

.h6 {
  font-size: var(--h6) !important;
}

/*------------------------
    Text Color  
-------------------------*/
.tmp-bg-shape-secondary {
  background: var(--color-secondary-opacity-1) !important;
  color: var(--color-secondary-alt) !important;
  border: 1px solid var(--color-secondary-opacity-2) !important;
}

.tmp-bg-shape-tertiary {
  background: var(--color-tertiary-opacity-1) !important;
  color: var(--color-tertiary-alt) !important;
  border: 1px solid var(--color-tertiary-opacity-2) !important;
}

.tmp-bg-shape-yellow {
  background: var(--color-yellow-opacity-1) !important;
  color: var(--color-yellow-alt) !important;
  border: 1px solid var(--color-yellow-opacity-2) !important;
}

/* Radius */
.square {
  border-radius: 0 !important;
}

.tmp-radius {
  border-radius: 6px !important;
}

.radius {
  border-radius: 6px !important;
}

.radius-6 {
  border-radius: 6px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-round {
  border-radius: 500px !important;
}

.border-color-white {
  border-color: var(--color-white) !important;
}

/* Font Weight */
/* Shadows */
/* Others  */
.liststyle {
  padding: 0;
  margin: 0;
  list-style: none;
}

.transition-transform {
  transition: var(--transition-transform);
}

.heading-opacity-2 {
  color: var(--heading-opacity-2) !important;
}

.tmp-display-1 {
  font-size: 80px !important;
  line-height: 1.1 !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-display-1 {
    font-size: 58px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-display-1 {
    font-size: 62px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-display-1 {
    font-size: 62px !important;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-display-1 {
    font-size: 52px !important;
  }
}

.list-icon {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-icon li {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  .list-icon li {
    font-size: 16px;
  }
}
.list-icon li .icon {
  width: 30px;
  background-color: var(--color-card);
  height: 30px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  margin-right: 9px;
  min-width: 30px;
  min-height: 30px;
}
.list-icon li .icon.background-transparent {
  background-color: transparent;
}
.list-icon li .icon i {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 51%;
  left: 51%;
  transform: translate(-50%, -50%);
  color: var(--color-white);
}

.number-step {
  color: var(--color-primary);
  font-weight: 600;
  margin-right: 10px;
  font-size: 16px;
}

.tmp-sub-badge {
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 12px;
  display: inline-block;
  padding: 7px 14px;
  background-color: var(--color-blackest);
  box-shadow: var(--shadow-lighter);
}

.max-width-800 {
  max-width: 800px;
}

/*------------------------
    Prs Code New  
--------------------------*/
.color-box-inner .title {
  text-transform: capitalize;
}
.color-box-inner .color-box {
  width: 100%;
  height: 100px;
  box-shadow: var(--shadow-1);
}

.tmp-shadow-box {
  border-radius: var(--radius);
  background: var(--color-card);
  overflow: hidden;
  box-shadow: var(--shadow-1);
  padding: 30px;
}

.tmp-gradient-border {
  background: var(--color-primary);
  z-index: 10;
}
.tmp-gradient-border::before {
  content: "";
  z-index: -1;
  top: 3px;
  left: 3px;
  position: absolute;
  background: var(--color-card);
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: var(--radius);
}

.sticky-top {
  top: 30px;
  z-index: 9;
}

.tmp-bounce {
  will-change: transform;
  -webkit-animation-name: pix_bounce_sm;
  animation-name: pix_bounce_sm;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pix_bounce_sm {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}
.border-yellow {
  border-color: var(--color-yellow) !important;
}

.border-secondary {
  border-color: var(--color-secondary) !important;
}

.plan-offer-list {
  margin: -10px;
}
.plan-offer-list li {
  font-size: 16px;
  margin: 10px;
}
.plan-offer-list li i {
  width: 22px;
  height: 22px;
  background: var(--color-success);
  margin: 0 auto;
  line-height: 22px;
  text-align: center;
  border-radius: 100%;
  color: var(--color-white);
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
}
.plan-offer-list li.off {
  opacity: 0.5;
}
.plan-offer-list li.off i {
  background: var(--color-danger);
}
.plan-offer-list.tmp-list-primary-opacity li i {
  background: var(--primary-opacity) !important;
  color: var(--color-primary) !important;
}
.plan-offer-list.tmp-list-white-opacity li i {
  background: var(--white-opacity) !important;
  color: var(--color-white) !important;
}

.tmp-overflow {
  overflow: visible;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-overflow {
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-overflow {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-overflow {
    overflow-x: hidden;
  }
}

.rating a {
  display: inline-block;
}
.rating a i {
  color: var(--color-warning);
  font-style: normal;
}

.container-1850 {
  max-width: 1850px;
  margin: auto;
}

.overflow-visible {
  overflow-x: hidden;
}

.profile-image-1-personal {
  position: sticky;
  top: 110px;
  left: 80px;
  bottom: 80px;
  padding: 30px;
  border: 1px solid rgba(121, 121, 121, 0.09);
  z-index: 1;
}
.profile-image-1-personal::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 60px;
  border-radius: 0;
  background: var(--color-primary);
  z-index: -1;
  filter: blur(0px);
}

.personal-page-wrapper .container-fluid {
  padding: 0 50px;
}

.personal-page-wrapper .tmp-fluid-header .container-wrapper {
  max-width: 1903px !important;
}

@keyframes BgNoise {
  0% {
    transform: translate3d(0, 9rem, 0);
  }
  10% {
    transform: translate3d(-1rem, -4rem, 0);
  }
  20% {
    transform: translate3d(-8rem, 2rem, 0);
  }
  30% {
    transform: translate3d(9rem, -9rem, 0);
  }
  40% {
    transform: translate3d(-2rem, 7rem, 0);
  }
  50% {
    transform: translate3d(-9rem, -4rem, 0);
  }
  60% {
    transform: translate3d(2rem, 6rem, 0);
  }
  70% {
    transform: translate3d(7rem, -8rem, 0);
  }
  80% {
    transform: translate3d(-9rem, 1rem, 0);
  }
  90% {
    transform: translate3d(6rem, -5rem, 0);
  }
  to {
    transform: translate3d(-7rem, 0, 0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.container-full-120 {
  padding: 0 120px;
}

.demo-switcher-btn {
  position: fixed;
  right: 0;
  top: 50%;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 20px 10px;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, var(--color-primary), #23d5ab);
  background-size: 400% 400%;
  animation: gradient 3s ease infinite;
  z-index: 100;
  color: #fff;
  cursor: pointer;
}
.demo-switcher-btn span {
  font-size: 16px;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

body {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background: var(--color-primary);
}
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.row--20 {
  margin-left: -20px;
  margin-right: -20px;
}

.tmp-about-area .large-size .progress {
  height: 10px;
  background: #18181a;
}

.title-flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.overflow-x-visible {
  overflow-x: visible;
}

.listing-style-solid {
  padding: 0;
  margin: 0;
  list-style: none;
}
.listing-style-solid li {
  position: relative;
  padding-left: 30px;
  line-height: 34px;
  font-weight: 500;
  font-size: 16px;
}
.listing-style-solid li::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\e92c";
  color: var(--color-primary);
  font-size: 20px;
  font-family: "feather" !important;
}

.typography-elements {
  padding: 25px;
  border-radius: 10px;
}

#buy-now {
  position: fixed;
  bottom: 60px;
  left: 40px;
  z-index: 10000;
  direction: ltr !important;
}
#buy-now a {
  color: #ffffff;
  z-index: 1;
  position: absolute;
  background: #333333;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
  width: 150px;
  line-height: 1em;
  text-decoration: none;
  animation: shadow-pulse-envato 1s infinite;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
#buy-now a img {
  width: 64px;
  margin-left: 3px;
}
@keyframes shadow-pulse-envato {
  0% {
    box-shadow: 0 0 0 0px rgba(120, 169, 56, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(120, 169, 56, 0);
  }
}

.error-msg p {
  color: var(--color-danger);
  margin-top: 10px;
  margin-bottom: 0;
}

.success-msg p {
  color: var(--color-success);
  margin-top: 10px;
  margin-bottom: 0;
}

/* ========= Forms Styles ========= */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

input,
select,
textarea {
  width: 100%;
  transition: 0.3s;
}

input {
  height: 40px;
  padding: 0 15px;
}

select {
  transition: 0.3s;
  height: 60px;
  line-height: 28px;
  padding: 10px 20px;
  outline: none;
  color: var(--color-body);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding-right: 30px;
  background: transparent;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 28px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  color: var(--color-body);
  /* -- Placeholder -- */
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: var(--body-color);
  /* Firefox */
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--body-color);
  opacity: 1;
}
input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--body-color);
  opacity: 1;
}
input[type=text].p-holder__active, .input-active input[type=text], input[type=text].input-active,
input[type=password].p-holder__active,
.input-active input[type=password],
input[type=password].input-active,
input[type=email].p-holder__active,
.input-active input[type=email],
input[type=email].input-active,
input[type=number].p-holder__active,
.input-active input[type=number],
input[type=number].input-active,
input[type=tel].p-holder__active,
.input-active input[type=tel],
input[type=tel].input-active,
textarea.p-holder__active,
textarea.input-active {
  border-color: var(--color-primary);
  /* -- Placeholder -- */
}
input[type=text].p-holder__active::placeholder, .input-active input[type=text]::placeholder, input[type=text].input-active::placeholder,
input[type=password].p-holder__active::placeholder,
.input-active input[type=password]::placeholder,
input[type=password].input-active::placeholder,
input[type=email].p-holder__active::placeholder,
.input-active input[type=email]::placeholder,
input[type=email].input-active::placeholder,
input[type=number].p-holder__active::placeholder,
.input-active input[type=number]::placeholder,
input[type=number].input-active::placeholder,
input[type=tel].p-holder__active::placeholder,
.input-active input[type=tel]::placeholder,
input[type=tel].input-active::placeholder,
textarea.p-holder__active::placeholder,
textarea.input-active::placeholder {
  color: var(--color-primary);
  /* Firefox */
  opacity: 1;
}
input[type=text].p-holder__active:-ms-input-placeholder, .input-active input[type=text]:-ms-input-placeholder, input[type=text].input-active:-ms-input-placeholder,
input[type=password].p-holder__active:-ms-input-placeholder,
.input-active input[type=password]:-ms-input-placeholder,
input[type=password].input-active:-ms-input-placeholder,
input[type=email].p-holder__active:-ms-input-placeholder,
.input-active input[type=email]:-ms-input-placeholder,
input[type=email].input-active:-ms-input-placeholder,
input[type=number].p-holder__active:-ms-input-placeholder,
.input-active input[type=number]:-ms-input-placeholder,
input[type=number].input-active:-ms-input-placeholder,
input[type=tel].p-holder__active:-ms-input-placeholder,
.input-active input[type=tel]:-ms-input-placeholder,
input[type=tel].input-active:-ms-input-placeholder,
textarea.p-holder__active:-ms-input-placeholder,
textarea.input-active:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-primary);
}
input[type=text].p-holder__active::-ms-input-placeholder, .input-active input[type=text]::-ms-input-placeholder, input[type=text].input-active::-ms-input-placeholder,
input[type=password].p-holder__active::-ms-input-placeholder,
.input-active input[type=password]::-ms-input-placeholder,
input[type=password].input-active::-ms-input-placeholder,
input[type=email].p-holder__active::-ms-input-placeholder,
.input-active input[type=email]::-ms-input-placeholder,
input[type=email].input-active::-ms-input-placeholder,
input[type=number].p-holder__active::-ms-input-placeholder,
.input-active input[type=number]::-ms-input-placeholder,
input[type=number].input-active::-ms-input-placeholder,
input[type=tel].p-holder__active::-ms-input-placeholder,
.input-active input[type=tel]::-ms-input-placeholder,
input[type=tel].input-active::-ms-input-placeholder,
textarea.p-holder__active::-ms-input-placeholder,
textarea.input-active::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-primary);
}
input[type=text].p-holder__error, .input-error input[type=text], input[type=text].input-error,
input[type=password].p-holder__error,
.input-error input[type=password],
input[type=password].input-error,
input[type=email].p-holder__error,
.input-error input[type=email],
input[type=email].input-error,
input[type=number].p-holder__error,
.input-error input[type=number],
input[type=number].input-error,
input[type=tel].p-holder__error,
.input-error input[type=tel],
input[type=tel].input-error,
textarea.p-holder__error,
textarea.input-error {
  border-color: #f4282d;
  /* -- Placeholder -- */
}
input[type=text].p-holder__error::placeholder, .input-error input[type=text]::placeholder, input[type=text].input-error::placeholder,
input[type=password].p-holder__error::placeholder,
.input-error input[type=password]::placeholder,
input[type=password].input-error::placeholder,
input[type=email].p-holder__error::placeholder,
.input-error input[type=email]::placeholder,
input[type=email].input-error::placeholder,
input[type=number].p-holder__error::placeholder,
.input-error input[type=number]::placeholder,
input[type=number].input-error::placeholder,
input[type=tel].p-holder__error::placeholder,
.input-error input[type=tel]::placeholder,
input[type=tel].input-error::placeholder,
textarea.p-holder__error::placeholder,
textarea.input-error::placeholder {
  color: #f4282d;
  /* Firefox */
  opacity: 1;
}
input[type=text].p-holder__error:-ms-input-placeholder, .input-error input[type=text]:-ms-input-placeholder, input[type=text].input-error:-ms-input-placeholder,
input[type=password].p-holder__error:-ms-input-placeholder,
.input-error input[type=password]:-ms-input-placeholder,
input[type=password].input-error:-ms-input-placeholder,
input[type=email].p-holder__error:-ms-input-placeholder,
.input-error input[type=email]:-ms-input-placeholder,
input[type=email].input-error:-ms-input-placeholder,
input[type=number].p-holder__error:-ms-input-placeholder,
.input-error input[type=number]:-ms-input-placeholder,
input[type=number].input-error:-ms-input-placeholder,
input[type=tel].p-holder__error:-ms-input-placeholder,
.input-error input[type=tel]:-ms-input-placeholder,
input[type=tel].input-error:-ms-input-placeholder,
textarea.p-holder__error:-ms-input-placeholder,
textarea.input-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f4282d;
}
input[type=text].p-holder__error::-ms-input-placeholder, .input-error input[type=text]::-ms-input-placeholder, input[type=text].input-error::-ms-input-placeholder,
input[type=password].p-holder__error::-ms-input-placeholder,
.input-error input[type=password]::-ms-input-placeholder,
input[type=password].input-error::-ms-input-placeholder,
input[type=email].p-holder__error::-ms-input-placeholder,
.input-error input[type=email]::-ms-input-placeholder,
input[type=email].input-error::-ms-input-placeholder,
input[type=number].p-holder__error::-ms-input-placeholder,
.input-error input[type=number]::-ms-input-placeholder,
input[type=number].input-error::-ms-input-placeholder,
input[type=tel].p-holder__error::-ms-input-placeholder,
.input-error input[type=tel]::-ms-input-placeholder,
input[type=tel].input-error::-ms-input-placeholder,
textarea.p-holder__error::-ms-input-placeholder,
textarea.input-error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f4282d;
}
input[type=text].p-holder__error:focus, .input-error input[type=text]:focus, input[type=text].input-error:focus,
input[type=password].p-holder__error:focus,
.input-error input[type=password]:focus,
input[type=password].input-error:focus,
input[type=email].p-holder__error:focus,
.input-error input[type=email]:focus,
input[type=email].input-error:focus,
input[type=number].p-holder__error:focus,
.input-error input[type=number]:focus,
input[type=number].input-error:focus,
input[type=tel].p-holder__error:focus,
.input-error input[type=tel]:focus,
input[type=tel].input-error:focus,
textarea.p-holder__error:focus,
textarea.input-error:focus {
  border-color: #f4282d;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: var(--color-primary);
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
}
input[type=checkbox] ~ label,
input[type=radio] ~ label {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  color: var(--body-color);
  font-weight: 400;
  padding-left: 20px;
  cursor: pointer;
  margin-bottom: 0;
}
input[type=checkbox] ~ label::before,
input[type=radio] ~ label::before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: var(--border-width) solid rgba(24, 152, 165, 0.2);
  border-radius: 2px;
  transition: all 0.3s;
}
input[type=checkbox] ~ label::after,
input[type=radio] ~ label::after {
  content: " ";
  position: absolute;
  top: 9px;
  left: 2px;
  width: 10px;
  height: 5px;
  background-color: transparent;
  border-bottom: var(--border-width) solid #fff;
  border-left: var(--border-width) solid #fff;
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}
input[type=checkbox]:checked ~ label::before,
input[type=radio]:checked ~ label::before {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
input[type=checkbox]:checked ~ label::after,
input[type=radio]:checked ~ label::after {
  opacity: 1;
}

input[type=radio] ~ label::before {
  border-radius: 50%;
}
input[type=radio] ~ label::after {
  width: 8px;
  height: 8px;
  left: 3px;
  background: #fff;
  border-radius: 50%;
}

.form-group {
  margin-bottom: 20px;
}
.form-group input {
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  height: 50px;
  font-size: 16px;
  padding: 0 15px;
}
.form-group input:focus {
  border-color: var(--color-primary);
}
.form-group textarea {
  min-height: 193px;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  resize: none;
  padding: 15px;
  font-size: 16px;
}
.form-group textarea:focus {
  border-color: var(--color-primary);
}

input[disabled] {
  display: none;
}

.form-check {
  padding-left: 0;
}

input[type=submit] {
  width: auto;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 15px 20px;
  border-radius: 6px;
  display: block;
  font-weight: 500;
  transition: 0.3s;
  border: var(--border-width) solid var(--color-primary);
  background: var(--color-primary);
  color: #ffffff;
  height: 60px;
  margin-top: 30px;
}
input[type=submit]:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.contact-form--1 form input::-webkit-input-placeholder,
.contact-form--1 form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-body) !important;
}

.contact-form--1 form input::-moz-placeholder,
.contact-form--1 form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-body) !important;
}

.contact-form--1 form input:-ms-input-placeholder,
.contact-form--1 form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-body) !important;
}

.contact-form--1 form input:-moz-placeholder,
.contact-form--1 form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-body) !important;
}

/**
 * Settings
 */
/**
  * Easings
  */
/**
  * Core
  */
[data-sal] {
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-delay: var(--sal-delay, 0s);
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/**
  * Animations
  */
[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=slide-up] {
  transform: translateY(20%);
}

[data-sal=slide-down] {
  transform: translateY(-20%);
}

[data-sal=slide-left] {
  transform: translateX(20%);
}

[data-sal=slide-right] {
  transform: translateX(-20%);
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=zoom-in] {
  transform: scale(0.5);
}

[data-sal=zoom-out] {
  transform: scale(1.1);
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none;
}

[data-sal|=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
  transform: none;
}

/* -------------------------------- 

Primary style

-------------------------------- */
.cd-title {
  position: relative;
  text-align: center;
}

.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

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

/* -------------------------------- 

  xrotate-1 

  -------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* -------------------------------- 

  xtype 

  -------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}

.cd-headline.type b {
  visibility: hidden;
}

.cd-headline.type b.is-visible {
  visibility: visible;
}

.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}

.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

  xrotate-2 

  -------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
  opacity: 0;
}

.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}

.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}

.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}

.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* -------------------------------- 

  xloading-bar 

  -------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--color-primary);
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}

.cd-headline.loading-bar b {
  top: 0.2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* -------------------------------- 

  xslide 

  -------------------------------- */
.cd-headline.slide span {
  display: inline-block;
}

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.slide b {
  opacity: 0;
  top: 0.2em;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* -------------------------------- 

  xclip 

  -------------------------------- */
.cd-headline.clip span {
  display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

  xzoom 

  -------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.zoom b {
  opacity: 0;
}

.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}

.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* -------------------------------- 

  xrotate-3 

  -------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-3 b {
  opacity: 0;
}

.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}

.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* -------------------------------- 

  xscale 

  -------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}

.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.is-visible .cd-headline.scale i {
  opacity: 1;
}

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

  xpush 

  -------------------------------- */
.cd-headline.push b {
  opacity: 0;
}

.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}

.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/**************************************
    Theme Styles
***************************************/
/* Theme Bg Color  */
.tmp-gradient-circle-1 {
  z-index: -1;
  width: 500px;
  height: 500px;
  background-image: radial-gradient(circle farthest-side, rgba(243, 0, 174, 0.13), rgba(142, 57, 197, 0));
  border-radius: 100%;
  position: absolute;
  top: -3%;
  bottom: auto;
  left: -20%;
  right: auto;
}

.tmp-gradient-circle-3 {
  z-index: -1;
  width: 500px;
  height: 500px;
  background-image: radial-gradient(circle farthest-side, rgba(243, 0, 174, 0.13), rgba(142, 57, 197, 0));
  border-radius: 100%;
  position: absolute;
  top: -3%;
  bottom: auto;
  left: auto;
  right: -20%;
}

.tmp-gradient-circle {
  z-index: -1;
  width: 1000px;
  height: 1000px;
  background-image: radial-gradient(circle farthest-side, rgba(123, 97, 255, 0.29), rgba(142, 57, 197, 0));
  border-radius: 100%;
  position: fixed;
  top: 14%;
  bottom: auto;
  left: -35%;
  right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-gradient-circle {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-gradient-circle {
    display: none;
  }
}
.tmp-gradient-circle.theme-pink {
  z-index: -1;
  width: 1000px;
  height: 1000px;
  background-image: radial-gradient(circle farthest-side, rgba(123, 97, 255, 0.29), rgba(142, 57, 197, 0));
  border-radius: 100%;
  position: fixed;
  top: 25%;
  bottom: 0%;
  left: auto;
  right: -35%;
}

.theme-shape {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.theme-shape::before {
  position: absolute;
  left: -250px;
  top: 250px;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  background-image: linear-gradient(45deg, var(--color-primary), var(--color-light-green));
  opacity: 0.2;
  filter: blur(100px);
  content: "";
}
.theme-shape::after {
  position: absolute;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  opacity: 0.2;
  filter: blur(100px);
  content: "";
  left: auto;
  top: -250px;
  right: -250px;
  bottom: auto;
  background-image: linear-gradient(45deg, var(--color-secondary), var(--color-tertiary));
}

.link-hover a {
  display: inline-block;
  position: relative;
}
.link-hover a::after {
  position: absolute;
  content: "";
  left: auto;
  bottom: 0;
  background: currentColor;
  width: 0;
  height: 2px;
  transition: 0.3s;
  right: 0;
}
.link-hover a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.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: -4px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  z-index: 10000001;
  background: rgba(255, 255, 255, 0.1921568627);
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out, opacity 0.5s ease-in-out, transform 0.7s ease-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out, opacity 0.5s ease-in-out, transform 0.7s ease-out;
}

.cursor-inner.cursor-hover {
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1921568627);
  mix-blend-mode: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.cursor-outer {
  margin-left: -16px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  border: var(--border-width) solid rgba(255, 255, 255, 0.1921568627);
  mix-blend-mode: difference;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out, opacity 0.5s ease-in-out, transform 0.5s ease-out;
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out, opacity 0.5s ease-in-out, transform 0.5s 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;
}

/**************************************
    Header Styles
***************************************/
/*--------------------------
    Header Styles  
 --------------------------*/
.logo-dark {
  display: none;
}

.header-default.header-landing {
  position: absolute;
  width: 100%;
}

.header-default {
  max-width: 100%;
  color: #fff;
  font-size: 12px;
  z-index: 99;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.header-default .logo a {
  display: flex;
  height: 80px;
  line-height: 80px;
  align-items: center;
}
.header-default .logo a img {
  max-height: 45px;
}
.header-default .header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-default.header-relative {
  position: relative;
}
.header-default .header-right {
  display: flex;
  justify-content: flex-end;
}
.header-default .header-right .header-btn {
  margin-left: 25px;
}
@media only screen and (max-width: 1199px) {
  .header-default .header-right .header-btn {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-default .header-right .header-btn {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-default .header-right .header-btn {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-default a.tmp-btn,
  .header-default button.tmp-btn {
    height: 36px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .header-default a.tmp-btn.btn-small,
  .header-default button.tmp-btn.btn-small {
    height: 36px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 12px;
  }
}
.header-default.header-transparent {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  background: transparent !important;
  backdrop-filter: inherit;
}

.header-transparent-with-topbar {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  z-index: 99;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-transparent-with-topbar {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .header-transparent-with-topbar {
    position: relative;
  }
}
.header-transparent-with-topbar .header-top-bar {
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-transparent-with-topbar .header-top-bar {
    background-color: var(--color-card);
  }
}
@media only screen and (max-width: 767px) {
  .header-transparent-with-topbar .header-top-bar {
    background-color: var(--color-card);
  }
}
.header-transparent-with-topbar .header-default {
  background-color: transparent;
  background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-transparent-with-topbar .header-default {
    background-color: var(--color-card);
  }
}
@media only screen and (max-width: 767px) {
  .header-transparent-with-topbar .header-default {
    background-color: var(--color-card);
  }
}

.hamberger-button {
  background: var(--color-blackest);
  border: 0 none;
  color: var(--color-white);
  width: 40px;
  height: 40px;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
@media only screen and (max-width: 479px) {
  .hamberger-button {
    width: 25px;
  }
}

.header-left-align .mainmenu-nav {
  margin-left: 30px;
}

.tmp-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(20, 20, 22) !important;
  width: 100%;
  height: 80px;
  animation: headerSticky 0.95s ease forwards;
  z-index: 99;
  backdrop-filter: blur(60px);
  /* background-image: linear-gradient(#0e0f1e, rgba(14, 15, 30, 0)); */
  border-bottom: 1px solid var(--color-border);
}

.tmp-fluid-header .container-wrapper {
  max-width: 1600px;
}

@keyframes headerSticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu.with-mega-item-2.full-width-mega {
  width: 110%;
  left: -5%;
}

.mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu.with-mega-item-2.full-width-mega .wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu.with-mega-item-2.full-width-mega .wrapper .bg-content {
  position: absolute;
  left: 30px;
  bottom: -16px;
  line-height: 1;
  font-size: 190px;
  text-transform: uppercase;
  font-weight: 800;
  z-index: -1;
  letter-spacing: 12px;
  background: -webkit-linear-gradient(var(--color-card), #222222);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-landing .mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu.with-mega-item-2.full-width-mega {
  width: 100%;
  margin: auto;
  left: 0;
}

.feature-image-add-header {
  display: flex;
  height: 100%;
  margin-right: 0;
  position: relative;
  margin-left: 0;
}
.feature-image-add-header img {
  object-fit: cover;
}

.mainmenu-nav .mainmenu > li:hover a {
  color: var(--color-primary);
}

.header-default.header-transparent.header-one {
  background: rgba(255, 255, 255, 0.02) !important;
  backdrop-filter: blur(3px);
  border-bottom: 1px solid rgba(121, 121, 121, 0.41);
}
.header-default.header-transparent.header-one.sticky {
  background: rgb(24, 24, 26) !important;
  border-bottom: 1px solid rgba(44, 44, 44, 0.41);
}

.header-right.with-search .header-btn {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .header-right.with-search .header-btn {
    gap: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .header-right.with-search .header-btn {
    gap: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .header-right.with-search .header-btn {
    gap: 8px;
  }
}
.header-right.with-search .header-btn .search-area-btn {
  max-width: 30px;
  cursor: pointer;
}
.header-right.with-search .header-btn .search-area-btn i {
  font-size: 22px;
}
.header-right.with-search .header-btn .search-area-btn img {
  max-width: 25px;
}

.header-not-transparent.with-blur.sticky {
  background-color: rgb(20, 20, 22) !important;
  backdrop-filter: blur(10px);
}

/*--------------------------
    Navigation Styles 
----------------------------*/
.mainmenu-nav .mainmenu {
  display: flex;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  .mainmenu-nav .mainmenu {
    gap: 5px;
  }
}
.mainmenu-nav .mainmenu > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 0 17px;
  display: block;
  height: 80px;
  line-height: 80px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu-nav .mainmenu > li > a {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainmenu-nav .mainmenu > li > a {
    padding: 0 12px;
  }
}
.mainmenu-nav .mainmenu > li > a:hover, .mainmenu-nav .mainmenu > li > a.active {
  color: var(--color-primary) !important;
}
.mainmenu-nav .mainmenu > li.current > a {
  color: var(--color-primary) !important;
}
.mainmenu-nav .mainmenu li {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu {
  min-width: 260px;
  height: auto;
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  padding: 12px 0;
  transition: 0.3s;
  border-radius: 0 0 10px 10px;
  background-color: var(--color-card);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: scaleY(0);
  clip: rect(0px, 200vw, 0, 0px);
  transform: translateZ(0);
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a {
  font-weight: 500;
  padding: 5px 20px;
  font-size: 15px;
  display: block;
  color: var(--color-body);
  margin: 0 10px;
  border-radius: 3px;
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a:hover, .mainmenu-nav .mainmenu li.has-droupdown .submenu li a.active {
  color: var(--color-white) !important;
  background: var(--color-dark) !important;
  margin-left: 15px;
}
.mainmenu-nav .mainmenu li.has-droupdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  clip: rect(0px, 100vw, 200vh, -30px);
  transition: clip 0.6s linear, opacity 0.4s linear;
}
.mainmenu-nav .mainmenu li.has-third-lev {
  position: relative;
}
.mainmenu-nav .mainmenu li.has-third-lev > a {
  position: relative;
}
.mainmenu-nav .mainmenu li.has-third-lev > a::after {
  font-family: "feather";
  position: absolute;
  content: "\e930";
  right: 15px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.mainmenu-nav .mainmenu li.has-third-lev .submenu {
  position: absolute;
  right: 0;
  top: 15px !important;
  left: 100%;
  opacity: 0 !important;
  transition: 0.3s !important;
}
.mainmenu-nav .mainmenu li.has-third-lev:hover > a::after {
  right: 5px;
}
.mainmenu-nav .mainmenu li.has-third-lev:hover .submenu {
  top: -12px !important;
  opacity: 1 !important;
}
.mainmenu-nav .mainmenu li.with-megamenu {
  position: static;
}
.mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu {
  position: absolute;
  transition: 0.3s;
  top: 100%;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0 7px;
  visibility: hidden;
  opacity: 0;
  transform-origin: 0 0;
  transform: scaleY(0);
  clip: rect(0px, 200vw, 0, 0px);
  transform: translateZ(0);
}
.mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu .wrapper {
  border-radius: 0 0 10px 10px;
  background-color: var(--color-card);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu .wrapper.demos-area-drop-down {
  padding: 22px 20px;
}
.mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu .wrapper .mega-menu-item {
  border-right: 1px solid var(--color-extra04);
  height: 100%;
  padding: 22px 10px;
}
.mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu .wrapper .mega-menu-item li a {
  font-weight: 500;
  padding: 5px 14px;
  font-size: 15px;
  display: block;
  color: var(--color-body);
  margin: 0 10px;
  border-radius: 4px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu .wrapper .mega-menu-item li a .tmp-badge-card {
  margin-left: 10px;
}
.mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu .wrapper .mega-menu-item li a:hover, .mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu .wrapper .mega-menu-item li a.active {
  color: var(--color-white) !important;
  background: var(--color-dark);
  margin-left: 15px;
}
.mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu.with-mega-item-2 {
  width: 600px;
  margin: inherit;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu.with-mega-item-2 {
    width: 450px;
  }
}
.mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu.with-mega-item-2.small-mega {
  left: auto;
  right: 0;
}
.mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu.active {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  clip: rect(0px, 100vw, 200vh, -30px);
  transition: clip 0.8s linear, opacity 0.8s linear;
}
.mainmenu-nav .mainmenu li.with-megamenu .single-mega-item:last-child .mega-menu-item {
  border-right: 0 none;
}
.mainmenu-nav .mainmenu li.with-megamenu:hover .tmp-megamenu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  top: 100%;
  clip: rect(0px, 100vw, 200vh, -30px);
  transition: clip 0.6s linear, opacity 0.4s linear;
}

.has-menu-child-item > a {
  position: relative;
}
.has-menu-child-item > a::after {
  content: "\e92e";
  position: absolute;
  right: -3px;
  top: 43%;
  font-family: "feather" !important;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .has-menu-child-item > a::after {
    right: -7px;
  }
}
.has-menu-child-item > a:hover::after {
  content: "\e931";
}

@media only screen and (max-width: 991px) {
  .mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down .bg-content {
    display: none;
  }
}
.mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  max-height: 600px;
  gap: 19px;
  overflow: hidden;
  overflow-y: scroll !important;
  scrollbar-width: none;
}
@media only screen and (max-width: 991px) {
  .mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item {
    flex-direction: column;
    max-height: unset;
    gap: 5px;
  }
}
.mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item li {
  flex-basis: 18.8%;
  background: #141414;
  border-radius: 2px;
  overflow: hidden;
  display: block;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item li {
    flex-basis: 18.7%;
  }
}
@media only screen and (max-width: 1199px) {
  .mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item li {
    flex-basis: 18%;
  }
}
.mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item li:nth-child(2n) {
  background: #f3f3f3;
}
.mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item li:nth-child(2n) a:nth-child(2) {
  color: #141414;
}
.mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item li:nth-child(2n) a:nth-child(2):hover {
  color: #141414 !important;
}
.mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item li:nth-child(2n):hover a:nth-child(2) {
  color: #141414;
}
@media only screen and (max-width: 991px) {
  .mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item li {
    flex-basis: 100%;
    width: 100%;
    background: transparent;
    position: relative;
  }
}
.mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item li a {
  margin: 0 !important;
  border-radius: 0 !important;
  text-align: center;
  justify-content: center;
}
.mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item li a.thumbnail-demos {
  padding: 25px 15px 0 15px;
  position: relative;
}
.mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item li a.thumbnail-demos::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 25px;
  z-index: 0;
  color: rgba(0, 0, 0, 0.07);
  background-color: #F15252;
  box-shadow: 10px 0 0 #FACB34, 20px 0 0 #A7DF4B;
}
@media only screen and (max-width: 991px) {
  .mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item li a.thumbnail-demos {
    display: none;
  }
}
.mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item li a:nth-child(2) {
  padding: 6px 0 10px 5px !important;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item li a:nth-child(2) {
    padding: 10px 15px !important;
    text-align: left;
  }
}
.mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item li a.active {
  background: unset !important;
  color: var(--color-white);
}
.mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item li a.active.thumbnail-demos {
  background: unset !important;
}
.mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item li a .tmp-badge-card {
  position: absolute;
  z-index: 2;
  letter-spacing: 0.5px;
  top: 10px;
  right: 10px;
  padding: 4px 11px;
}
.mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item li:hover {
  transform: translateY(-10px);
}
.mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item li:hover .thumbnail-demos {
  background: unset !important;
}
.mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item li:hover a:nth-child(2) {
  background: unset !important;
  color: var(--color-white);
}
@media only screen and (max-width: 991px) {
  .mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down .load-demo-btn-wrap {
    display: none;
  }
}

.wrapper-type-apply-area {
  background: var(--color-white);
  border-radius: 6px;
  padding: 30px;
  box-shadow: 0px 0px 30px 7px rgba(0, 0, 0, 0.04);
  height: 100%;
}
.wrapper-type-apply-area h4 {
  margin-bottom: 10px;
}
.wrapper-type-apply-area p {
  max-width: 100%;
  margin-bottom: 0;
}

/*--------------------------
    Header Top Styles  
-----------------------------*/
.header-top-news,
.header-top-news-2 {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 5;
  transition: 0.4s;
  margin-bottom: -1px;
}
.header-top-news .btn-read-more span::after,
.header-top-news-2 .btn-read-more span::after {
  background-color: currentcolor;
}
.header-top-news.bg-image1,
.header-top-news-2.bg-image1 {
  background-image: url(../images/header-top/top-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.header-top-news .inner,
.header-top-news-2 .inner {
  display: flex;
  justify-content: center;
  padding: 8px 0;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header-top-news .inner,
  .header-top-news-2 .inner {
    display: block;
    text-align: center;
    padding: 15px 0;
  }
}
.header-top-news .inner .content .news-text,
.header-top-news-2 .inner .content .news-text {
  display: inline-block;
  margin-left: 15px;
  color: var(--color-body);
  font-size: 14px;
}
@media only screen and (max-width: 575px) {
  .header-top-news .inner .content .news-text,
  .header-top-news-2 .inner .content .news-text {
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
}
.header-top-news .inner .right-button,
.header-top-news-2 .inner .right-button {
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .header-top-news .inner .right-button,
  .header-top-news-2 .inner .right-button {
    margin-left: 0;
  }
}
.header-top-news .icon-close,
.header-top-news-2 .icon-close {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .header-top-news .icon-close,
  .header-top-news-2 .icon-close {
    right: 10px;
    top: 9px;
    transform: none;
  }
}
.header-top-news .close-button,
.header-top-news-2 .close-button {
  background: transparent;
  color: #fff;
  border: 2px solid var(--color-border-3);
  width: 35px;
  display: inline-block;
  height: 35px;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  line-height: 30px;
  transition: 0.3s;
}
.header-top-news .close-button:hover,
.header-top-news-2 .close-button:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.header-top-news.deactive,
.header-top-news-2.deactive {
  display: none;
}

.header-top-news-2 .bg-image1 {
  background-image: url(../images/header-top/top-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 6px;
}

/*----------------------------
    Header Top Bar  
----------------------------*/
.header-top-bar {
  padding: 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-bar .header-left {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .header-top-bar .header-left {
    text-align: center;
  }
}
.header-top-bar .header-left p {
  margin-bottom: 0;
}
.header-top-bar .header-left p a {
  transition: 0.3s;
}
.header-top-bar .header-left p a i {
  position: relative;
  top: 2px;
}
.header-top-bar .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-bar .header-right {
    justify-content: center;
    margin-top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .header-top-bar .header-right {
    justify-content: center;
    margin-top: 6px;
  }
}
.header-top-bar .header-right .address-content {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}
.header-top-bar .header-right .address-content p {
  margin-bottom: 0;
  padding: 0 10px;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .header-top-bar .header-right .address-content p {
    padding: 0 8px;
  }
}
.header-top-bar .header-right .address-content p + p::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  background: var(--color-border);
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
}
.header-top-bar .header-right .address-content p a {
  transition: 0.3s;
}
.header-top-bar .header-right .address-content p i {
  margin-right: 8px;
  font-size: 16px;
}
.header-top-bar .social-default.icon-naked {
  margin: -8px;
}
.header-top-bar .social-default.icon-naked li {
  margin: 8px;
}
.header-top-bar .social-default.icon-naked li a {
  color: var(--color-body);
  font-size: 15px;
  line-height: 26px;
}
.header-top-bar .social-icon-wrapper {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}
@media only screen and (max-width: 575px) {
  .header-top-bar .social-icon-wrapper {
    margin-left: 0;
    padding-left: 0;
    flex-basis: 100%;
  }
}
.header-top-bar .social-icon-wrapper::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  background: var(--color-border);
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
}
@media only screen and (max-width: 575px) {
  .header-top-bar .social-icon-wrapper::before {
    display: none;
  }
}

.envato-white {
  display: block;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
}

.envato-black {
  display: none;
}

.header-transparent-with-topbar {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  z-index: 99;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-transparent-with-topbar {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .header-transparent-with-topbar {
    position: relative;
  }
}
.header-transparent-with-topbar .header-top-bar {
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-transparent-with-topbar .header-top-bar {
    background-color: var(--color-card);
  }
}
@media only screen and (max-width: 767px) {
  .header-transparent-with-topbar .header-top-bar {
    background-color: var(--color-card);
  }
}
.header-transparent-with-topbar .header-default {
  background-color: transparent;
  background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-transparent-with-topbar .header-default {
    background-color: var(--color-card);
  }
}
@media only screen and (max-width: 767px) {
  .header-transparent-with-topbar .header-default {
    background-color: var(--color-card);
  }
}

/*------------------------------
    Popup Menu Styles  
--------------------------------*/
@media only screen and (min-width: 992px) {
  .popup-mobile-menu {
    display: none;
  }
}
.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 0.5s ease-out;
}
.popup-mobile-menu .inner {
  width: 320px;
  z-index: 999;
  position: absolute;
  background-color: var(--color-card);
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  left: -150px;
  transition: all 0.5s ease-out;
}
.popup-mobile-menu .inner .header-top {
  display: flex;
  border-bottom: 1px solid var(--color-border);
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}
.popup-mobile-menu .inner .header-top .logo a img {
  max-height: 45px;
}
.popup-mobile-menu .inner .header-top .close-menu .close-button {
  background: var(--color-primary);
  border: 0 none;
  color: var(--color-white);
  width: 40px;
  height: 40px;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.popup-mobile-menu.active {
  visibility: visible;
  opacity: 1;
}
.popup-mobile-menu.active .inner {
  opacity: 1;
  left: 0;
  overflow-y: auto;
}
.popup-mobile-menu .mainmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 15px 20px;
}
.popup-mobile-menu .mainmenu li {
  margin: 0;
}
.popup-mobile-menu .mainmenu li a {
  padding: 8px 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.popup-mobile-menu .mainmenu li a.active {
  color: var(--color-primary) !important;
}
.popup-mobile-menu .mainmenu li + li {
  border-top: 1px solid var(--color-border);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .popup-mobile-menu .mainmenu li + li {
    border-top: none;
  }
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 14px;
  display: none;
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu li a {
  font-size: 15px;
}
.popup-mobile-menu .mainmenu .has-droupdown .submenu li a.active {
  color: var(--color-primary) !important;
}
.popup-mobile-menu .mainmenu .has-droupdown .has-third-lev > a {
  position: relative;
}
.popup-mobile-menu .mainmenu .has-droupdown .has-third-lev > a::after {
  position: absolute;
  content: "\e9b1";
  font-family: "feather" !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.popup-mobile-menu .mainmenu .has-droupdown .has-third-lev > a.open {
  content: "\e996";
}
.popup-mobile-menu .mainmenu .has-menu-child-item > a {
  position: relative;
}
.popup-mobile-menu .mainmenu .has-menu-child-item > a::after {
  position: absolute;
  content: "\e9b1";
  font-family: "feather" !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.popup-mobile-menu .mainmenu .has-menu-child-item > a.open::after {
  content: "\e996";
}
.popup-mobile-menu .mainmenu .tmp-megamenu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 14px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .popup-mobile-menu .mainmenu .tmp-megamenu {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .popup-mobile-menu .mainmenu .tmp-megamenu .bg-content {
    display: none;
  }
}
.popup-mobile-menu .mainmenu .mega-menu-item {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
}
.popup-mobile-menu .mainmenu .mega-menu-item li a {
  font-size: 15px;
}
.popup-mobile-menu .mainmenu .mega-menu-item li:last-child {
  border-bottom: 1px solid var(--color-border);
}
.popup-mobile-menu .mainmenu .single-mega-item:last-child .mega-menu-item li:last-child {
  border-bottom-color: transparent;
}

/*----------------------
    One Page Nav 
------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}
.mainmenu-nav.onepagenav .mainmenu > li > a {
  position: relative;
  padding: 0;
}

.mainmenu-nav.onepagenav .mainmenu li {
  margin: 0 17px;
}

.mainmenu-nav.onepagenav .mainmenu > li > a::after {
  position: absolute;
  content: "";
  left: 0;
  background: var(--color-primary);
  width: 0;
  height: 2px;
  bottom: 0;
  opacity: 0;
  transition: 0.4s;
}

.mainmenu-nav.onepagenav .mainmenu > li.current > a::after {
  width: 100%;
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-default.header-center-align .header-right .header-btn {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu-nav.onepagenav .mainmenu li {
    margin: 0 7px;
  }
}
/**************************************
    Elements 
***************************************/
/*---------------------------
    Breadcrump Area 
-----------------------------*/
.breadcrumb-inner {
  text-align: center;
}
.breadcrumb-inner .title {
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 0;
  margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-inner .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-inner .title br {
    display: none;
  }
}
.breadcrumb-inner .breadcrumb-page-title {
  display: grid;
  grid-auto-columns: 1fr;
  align-items: center;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  position: relative;
}
.breadcrumb-inner .breadcrumb-page-title .line-separator {
  position: relative;
  background-image: linear-gradient(90deg, #21262d, rgba(33, 38, 45, 0));
  width: 100%;
  height: 1px;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}
.breadcrumb-inner ul.page-list li {
  display: inline-block;
  color: var(--color-body);
  padding: 0 6px;
  position: relative;
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.breadcrumb-inner ul.page-list li::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-body);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  opacity: 0.5;
  right: -5px;
}
.breadcrumb-inner ul.page-list li a {
  color: var(--color-body);
  transition: 0.5s;
  opacity: 0.6;
}
.breadcrumb-inner ul.page-list li a:hover {
  color: var(--color-primary);
}
.breadcrumb-inner ul.page-list li.tmp-breadcrumb-item.active {
  color: var(--color-body);
}
.breadcrumb-inner ul.page-list li.tmp-breadcrumb-item.active::after {
  display: none;
}

/*------------------------
    Section Title Styles 
--------------------------*/
.section-title .subtitle {
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 7px 12px;
  border-radius: 4px;
  display: inline-block;
  background: var(--color-primary-opacity-1);
  color: var(--color-primary-alt);
  text-transform: uppercase;
  position: relative;
}
.section-title .subtitle::before {
  content: "";
  pointer-events: none;
  user-select: none;
  position: absolute;
  inset: 0px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(55deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 15%, rgba(255, 255, 255, 0.05) 45%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.05) 55%, rgba(255, 255, 255, 0.05) 70%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.05) 100%);
  background-size: 400% 400%;
  -webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
  -webkit-mask-composite: xor;
  animation: overlayAnimate 6s ease 10s infinite reverse;
}
.section-title .subtitle-2 {
  margin-bottom: 20px;
  display: inline-block;
}
.section-title .title {
  margin-bottom: 0;
}
.section-title.text-center .description {
  padding: 0 23%;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title.text-center .description {
    padding: 0 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.text-center .description {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-title.text-center .description {
    padding: 0;
  }
}
.section-title.text-center .description.has-medium-font-size {
  padding: 0 23%;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title.text-center .description.has-medium-font-size {
    padding: 0 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.text-center .description.has-medium-font-size {
    padding: 0 10%;
  }
}
@media only screen and (max-width: 767px) {
  .section-title.text-center .description.has-medium-font-size {
    padding: 0;
  }
}
.section-title.text-xl-start .description {
  padding: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title.text-xl-start .description {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.text-xl-start .description {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-title.text-xl-start .description {
    padding: 0;
  }
}

.contact-form-1 .form-group {
  display: block;
}

.section-title-2 .title {
  color: var(--color-body);
  display: block;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 19px;
  opacity: 0.6;
}

/*-------------------------------
    Modern Section Title  
-------------------------------*/
.line-separator {
  position: relative;
  background-image: linear-gradient(90deg, var(--color-primary), rgba(33, 38, 45, 0));
  width: 50px;
  height: 1px;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.pres-line-separator-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  margin: 0 -15px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .pres-line-separator-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pres-line-separator-wrapper.text-end {
  flex-direction: row-reverse;
}
.pres-line-separator-wrapper.text-end .line-separator {
  background-image: linear-gradient(90deg, rgba(33, 38, 45, 0), #21262d);
}
.pres-line-separator-wrapper.text-center .line-separator.line-left {
  background-image: linear-gradient(-90deg, var(--color-primary), rgba(33, 38, 45, 0));
}
.pres-line-separator-wrapper.text-center .line-separator.line-right {
  background-image: linear-gradient(90deg, var(--color-primary), rgba(33, 38, 45, 0));
}
@media only screen and (max-width: 767px) {
  .pres-line-separator-wrapper .line-separator {
    display: none;
  }
}

.tmp-section-title-border .subtitle {
  display: flex;
  color: var(--color-body);
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  align-items: center;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .tmp-section-title-border .subtitle {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.tmp-section-title-border .subtitle .subtitle-text {
  color: var(--color-body);
  font-weight: 700;
  width: max-content;
}
.tmp-section-title-border .subtitle .number {
  color: var(--color-body);
  transition: 0.5s;
  opacity: 0.6;
  display: none;
}

.text-start .pres-line-separator-wrapper {
  justify-content: start !important;
}

.tmp-title-style-2 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.5;
  margin-bottom: 0;
}

.tmp-title-style-3 {
  margin-bottom: 24px;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--color-border);
}

.tmp-short-title {
  font-size: 12px;
  padding-bottom: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.5;
  margin-bottom: 6px;
  border-bottom: 1px solid var(--color-border);
}

@keyframes overlayAnimate {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
.tmp-badge-group {
  display: flex;
  align-items: center;
  margin: -3px;
}

.tmp-badge-2 {
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 7px 12px;
  border-radius: 4px;
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-white);
  position: relative;
  margin: 3px;
}

.tmp-badge-2 {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  font-weight: 500;
  padding: 0px 14px;
  border-radius: 4px;
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-white);
  text-transform: uppercase;
  position: relative;
  transition: var(--transition);
}
.tmp-badge-2:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.tmp-badge-2.color-yellow {
  border-color: var(--color-yellow-opacity-1);
}
.tmp-badge-2.color-secondary {
  border-color: var(--color-yellow-opacity-1);
}

/*-----------------------
    Button Styles  
-------------------------*/
.tmp-button-group,
.button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -10px;
}
.tmp-button-group a,
.tmp-button-group button,
.button-group a,
.button-group button {
  margin: 10px;
}

.tmp-btn,
.btn-default {
  padding: 0 28px;
  border-radius: 5px;
  background: var(--color-primary);
  transition-duration: 300ms;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-shadow: var(--shadow-light);
  display: flex;
  height: 50px;
  line-height: 49px;
  letter-spacing: 0.5px;
  width: max-content;
  transition: 0.4s;
  border: 0 none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.6s;
  align-items: center;
  justify-content: center;
}
.tmp-btn::after,
.btn-default::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  left: 50%;
  top: 50%;
  background: var(--color-primary);
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  transition: all 0.6s;
  opacity: 0.5;
  z-index: -1;
  content: "";
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: var(--color-primary);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.tmp-btn i,
.btn-default i {
  padding-left: 6px;
  display: inline-block;
  top: 2px;
  position: relative;
  font-size: 17px;
}
.tmp-btn i.image-icon,
.btn-default i.image-icon {
  top: inherit;
  transition: 0.4s;
}
.tmp-btn.btn-gradient,
.btn-default.btn-gradient {
  background-color: var(--color-primary);
}
.tmp-btn.btn-small,
.btn-default.btn-small {
  height: 44px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
}
.tmp-btn.btn-border.btn-small,
.btn-default.btn-border.btn-small {
  line-height: 36px;
}
.tmp-btn.btn-medium,
.btn-default.btn-medium {
  height: 65px;
  line-height: 61px;
  padding: 0 40px;
}
.tmp-btn.btn-large,
.btn-default.btn-large {
  height: 60px;
  line-height: 59px;
  padding: 0 37px;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .tmp-btn.btn-large,
  .btn-default.btn-large {
    padding: 0 18px;
    font-size: 14px;
  }
}
.tmp-btn.btn-xl,
.btn-default.btn-xl {
  height: 70px;
  line-height: 69px;
  padding: 0 42px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .tmp-btn.btn-xl,
  .btn-default.btn-xl {
    padding: 0 18px;
    font-size: 14px;
  }
}
.tmp-btn.btn-extra-large,
.btn-default.btn-extra-large {
  height: 90px;
  line-height: 90px;
  padding: 0 70px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .tmp-btn.btn-extra-large,
  .btn-default.btn-extra-large {
    padding: 0 44px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-btn.btn-extra-large,
  .btn-default.btn-extra-large {
    padding: 0 12px;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
  }
}
.tmp-btn.icon-hover .btn-text,
.btn-default.icon-hover .btn-text {
  transition-timing-function: cubic-bezier(0, 0.71, 0.4, 1);
  display: inline-block;
  transition: transform 0.5s;
  transform: translateX(7px);
}
.tmp-btn.icon-hover .btn-icon,
.btn-default.icon-hover .btn-icon {
  margin-inline-start: -7px;
  display: inline-block;
}
.tmp-btn.icon-hover .btn-icon i,
.btn-default.icon-hover .btn-icon i {
  transition-timing-function: cubic-bezier(0, 0.71, 0.4, 1);
  display: inline-block;
  opacity: 0;
  transform: translateX(-7px);
  transition: opacity 0.25s, transform 0.5s;
  padding-left: 0;
}
.tmp-btn.icon-hover.icon-hover-left .btn-text,
.btn-default.icon-hover.icon-hover-left .btn-text {
  transform: translateX(-7px);
}
.tmp-btn.icon-hover.icon-hover-left .btn-icon,
.btn-default.icon-hover.icon-hover-left .btn-icon {
  margin-inline-start: 0;
  margin-inline-end: -7px;
}
.tmp-btn.icon-hover.icon-hover-left .btn-icon i,
.btn-default.icon-hover.icon-hover-left .btn-icon i {
  transform: translateX(7px);
}
.tmp-btn.icon-hover.icon-hover-left:hover .btn-icon i,
.btn-default.icon-hover.icon-hover-left:hover .btn-icon i {
  transform: translateX(-7px);
}
.tmp-btn.icon-hover.icon-hover-left:hover .btn-text,
.btn-default.icon-hover.icon-hover-left:hover .btn-text {
  transform: translateX(7px);
}
.tmp-btn.hover-icon-reverse .icon-reverse-wrapper,
.btn-default.hover-icon-reverse .icon-reverse-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tmp-btn.hover-icon-reverse .btn-text,
.btn-default.hover-icon-reverse .btn-text {
  display: inline-block;
  transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
  margin-inline-start: -23px;
}
.tmp-btn.hover-icon-reverse .btn-icon,
.btn-default.hover-icon-reverse .btn-icon {
  display: inline-block;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}
.tmp-btn.hover-icon-reverse .btn-icon + .btn-icon,
.btn-default.hover-icon-reverse .btn-icon + .btn-icon {
  margin-inline-end: 0;
  margin-inline-start: 8px;
  display: inline-block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  opacity: 0;
  transform: translateX(-10px);
  transition-delay: 0s;
  order: -2;
}
.tmp-btn.hover-icon-reverse .btn-icon + .btn-icon i,
.btn-default.hover-icon-reverse .btn-icon + .btn-icon i {
  padding-left: 0;
  padding-right: 6px;
}
.tmp-btn.btn-border-gradient,
.btn-default.btn-border-gradient {
  background: linear-gradient(90deg, #CFA2E8, #637FEA);
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
  color: var(--color-heading);
  box-shadow: 0 10px 13px 0 rgba(209, 211, 237, 0.39);
  border-radius: 0;
}
.tmp-btn.btn-border-gradient::before,
.btn-default.btn-border-gradient::before {
  content: "";
  z-index: -1;
  top: 3px;
  left: 3px;
  position: absolute;
  background: #fff;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}
.tmp-btn.btn-border-gradient.radius-round,
.btn-default.btn-border-gradient.radius-round {
  border-radius: 500px;
}
.tmp-btn.btn-border-gradient.radius-round::before,
.btn-default.btn-border-gradient.radius-round::before {
  border-radius: 500px;
}
.tmp-btn:hover,
.btn-default:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
  transform: translate3d(0, -2px, 0);
  box-shadow: var(--shadow-7);
  background-color: transparent;
}
.tmp-btn:hover::after,
.btn-default:hover::after {
  opacity: 1;
  top: -30%;
}
.tmp-btn:hover.icon-hover .btn-text,
.btn-default:hover.icon-hover .btn-text {
  transform: translateX(-7px);
}
.tmp-btn:hover.icon-hover .btn-icon i,
.btn-default:hover.icon-hover .btn-icon i {
  opacity: 1;
  transform: translateX(7px);
}
.tmp-btn:hover.hover-icon-reverse .btn-text,
.btn-default:hover.hover-icon-reverse .btn-text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}
.tmp-btn:hover.hover-icon-reverse .btn-icon,
.btn-default:hover.hover-icon-reverse .btn-icon {
  opacity: 0;
  transition-delay: 0s;
  transform: translateX(10px);
}
.tmp-btn:hover.hover-icon-reverse .btn-icon + .btn-icon,
.btn-default:hover.hover-icon-reverse .btn-icon + .btn-icon {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.225s;
}
.tmp-btn:focus,
.btn-default:focus {
  box-shadow: none;
  border: none;
  background-color: unset;
  background: var(--color-primary);
}
.tmp-btn.btn-border,
.btn-default.btn-border {
  background: transparent;
  border-color: var(--color-border);
  border-width: 2px;
  border-style: solid;
}
.tmp-btn.btn-border:hover,
.btn-default.btn-border:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary) !important;
}
.tmp-btn.text-underline,
.btn-default.text-underline {
  background-image: inherit;
  border-color: var(--color-white);
}
.tmp-btn.text-underline span,
.btn-default.text-underline span {
  position: relative;
  display: inline-block;
  line-height: 30px;
}
.tmp-btn.text-underline:hover,
.btn-default.text-underline:hover {
  box-shadow: none;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.tmp-btn.round,
.btn-default.round {
  border-radius: 4px;
}
.tmp-btn.square,
.btn-default.square {
  border-radius: 0;
}
.tmp-btn.rounded-player,
.btn-default.rounded-player {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 0;
  line-height: 100px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tmp-btn.rounded-player,
  .btn-default.rounded-player {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
.tmp-btn.rounded-player span,
.btn-default.rounded-player span {
  display: inline-block;
}
.tmp-btn.rounded-player span i,
.btn-default.rounded-player span i {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}
.tmp-btn.rounded-player.border,
.btn-default.rounded-player.border {
  background-image: inherit;
  border-color: var(--color-white) !important;
  border-width: 2px !important;
}
.tmp-btn.rounded-player.border:hover,
.btn-default.rounded-player.border:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary) !important;
}
.tmp-btn.rounded-player.sm-size,
.btn-default.rounded-player.sm-size {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.tmp-btn.rounded-player:focus,
.btn-default.rounded-player:focus {
  outline: none;
  color: var(--color-white);
}
.tmp-btn.rounded-player:hover,
.btn-default.rounded-player:hover {
  transform: scale(1.1);
  background: var(--color-primary);
}

.btn-read-more span {
  position: relative;
  color: var(--color-heading);
  display: inline-block;
  line-height: 35px;
  transition: 0.3s;
}
.btn-read-more span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: var(--color-border);
  transition: 0.3s;
  width: 100%;
  bottom: 0;
}
.btn-read-more span::before {
  position: absolute;
  content: "";
  left: auto;
  bottom: 0;
  background: currentColor;
  width: 0;
  height: 2px;
  transition: 0.3s;
  right: 0;
  z-index: 1;
}
.btn-read-more:hover span {
  color: var(--color-secondary);
}
.btn-read-more:hover span::before {
  width: 100%;
  left: 0;
  right: auto;
}

.tmp-badge {
  display: inline-block;
  background-color: var(--color-primary);
  padding: 0 16px;
  height: 30px;
  line-height: 30px;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.tmp-badge-card {
  background-color: transparent;
  background: transparent;
  padding: 1px 8px;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 2;
  letter-spacing: 0.5px;
}
.tmp-badge-card::before {
  background: var(--color-primary);
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  border-radius: 100px;
}
.tmp-badge-card.success::before {
  background: var(--color-success);
  opacity: 1;
}

.btn-collaborate-play i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 500px;
  display: inline-block;
  background: var(--color-primary);
}
.btn-collaborate-play span {
  display: inline-block;
}

.btn-collaborate-play {
  height: 30px;
  width: 30px;
  line-height: 30px;
  align-items: center;
  transition: var(--transition);
}
.btn-collaborate-play span {
  margin-left: 15px;
}
.btn-collaborate-play:hover {
  color: var(--color-white);
}

/*----------------------
    PRS Video Styles  
-----------------------*/
.mfp-bg {
  z-index: 9999;
}

.mfp-wrap {
  z-index: 9999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

html.picture {
  margin: 0 !important;
}

img.mfp-img {
  padding-bottom: 0;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  backdrop-filter: blur(15px);
}

.mfp-iframe-scaler iframe {
  border-radius: 10px;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 1;
}

.mfp-iframe-holder .mfp-close,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  top: -60px;
  right: -50px;
  font-size: 30px;
  font-weight: 400;
  transition: 0.4s;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: var(--heading-opacity);
  text-align: center;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: var(--color-white);
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  top: -10px;
  right: -50px;
}

.side-nav-opened body::before,
.close_side_menu,
.popup-mobile-menu,
.tmp-offcanvas-side-menu {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(15px);
}

/*-------------------------
    Modern mdbutton  
---------------------------*/
.mdbutton {
  pointer-events: auto;
  cursor: pointer;
  background: #e7e7e7;
  border: none;
  padding: 1.5rem 3rem;
  margin: 0;
  position: relative;
  display: inline-block;
}
.mdbutton::before, .mdbutton::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mdbutton .btnprogress {
  position: absolute;
  width: 100px;
  height: 100px;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.mdbutton.mdbutton--fenrir {
  background: none;
  padding: 0;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  width: 120px;
  height: 120px;
  margin: -12px;
}
.mdbutton.mdbutton--fenrir span {
  color: var(--color-body);
  font-size: 17px;
  font-weight: 500;
  font-family: var(--font-body);
  transition: 0.4s;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mdbutton.mdbutton--fenrir .btnprogress__circle,
.mdbutton.mdbutton--fenrir .btnprogress__path {
  fill: none;
  stroke: var(--color-border);
  stroke-width: 1px;
}
.mdbutton.mdbutton--fenrir .btnprogress__path {
  stroke: var(--color-border);
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.mdbutton.mdbutton--fenrir:hover span {
  color: var(--color-heading);
}
.mdbutton.mdbutton--fenrir:hover .btnprogress {
  transform: scale3d(1.2, 1.2, 1);
}
.mdbutton.mdbutton--fenrir:hover .btnprogress__path {
  stroke-dashoffset: 0;
}
.mdbutton.mdbutton--fenrir:focus-visible .btnprogress__circle {
  fill: rgba(252, 196, 63, 0.4);
}
.mdbutton.mdbutton--surtur {
  padding: 0;
  background: none;
  margin: -30px;
}
.mdbutton.mdbutton--surtur .textcircle {
  position: relative;
  display: block;
  width: 200px;
}
.mdbutton.mdbutton--surtur .textcircle text {
  font-size: 32px;
  text-transform: uppercase;
  fill: var(--color-body);
}
.mdbutton.mdbutton--surtur .textcircle textPath {
  letter-spacing: 17px;
}
.mdbutton.mdbutton--surtur.button-auto-rotate .textcircle {
  animation: rotateIt 7s linear infinite;
}
.mdbutton.mdbutton--surtur .icon {
  font-size: 35px;
  color: var(--color-white);
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}
.mdbutton.mdbutton--surtur .eye {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}
.mdbutton.mdbutton--surtur .eye__outer,
.mdbutton.mdbutton--surtur .eye__inner,
.mdbutton.mdbutton--surtur .eye__lashes-up,
.mdbutton.mdbutton--surtur .eye__lashes-down {
  stroke: var(--color-body);
  fill: none;
  stroke-width: 1.5px;
}
.mdbutton.mdbutton--surtur .eye__iris {
  fill: var(--color-body);
}
.mdbutton.mdbutton--surtur .eye__lashes-down {
  opacity: 0;
}
.mdbutton.mdbutton--surtur:hover .textcircle {
  animation: rotateIt 7s linear infinite;
}
.mdbutton.mdbutton--surtur:hover .icon {
  transform: translate(-50%, -50%) scale(1.4);
}
.mdbutton.mdbutton--surtur:hover .eye__lashes-up,
.mdbutton.mdbutton--surtur:hover .eye__inner,
.mdbutton.mdbutton--surtur:hover .eye__iris {
  animation: blinkHide 2s step-end infinite;
}
.mdbutton.mdbutton--surtur:hover .eye__lashes-down {
  animation: blinkShow 2s step-end infinite;
}

@keyframes blinkHide {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
}
@keyframes blinkShow {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
}
@keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}
.slider-style-1 .btn-read-more span::after {
  background-color: currentColor;
}

.contact-area-agency.finance .w-100.btn-default:hover::after {
  height: 620%;
  opacity: 1;
}

.btn-quick-action {
  padding: 0 28px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: 0.3s;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: #000;
  color: var(--color-white);
  z-index: 2;
  max-width: max-content;
}
.btn-quick-action:hover {
  color: var(--color-white);
}
.btn-quick-action .points_wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.btn-quick-action .points_wrapper i {
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(120deg, transparent, hsla(0, 0%, 100%, 0) 10%, var(--color-primary) 50%, hsla(0, 0%, 100%, 0) 90%, transparent);
  animation: flowtrightanim 2.2s infinite;
}
.btn-quick-action .points_wrapper .point {
  bottom: -10px;
  position: absolute;
  pointer-events: none;
  border-radius: 9999px;
}
@keyframes flowtrightanim {
  0% {
    left: -200%;
  }
  to {
    left: 200%;
  }
}
@keyframes floating-points {
  0% {
    transform: translateY(0);
  }
  85% {
    opacity: 0;
  }
  to {
    transform: translateY(-55px);
    opacity: 0;
  }
}
.btn-quick-action .points_wrapper .point:first-child {
  left: 10%;
  opacity: 1;
  animation-duration: 2.35s;
  animation-delay: 0.2s;
}
.btn-quick-action .points_wrapper .point:nth-child(2) {
  left: 30%;
  opacity: 0.7;
  animation-duration: 2.5s;
  animation-delay: 0.5s;
}
.btn-quick-action .points_wrapper .point:nth-child(3) {
  left: 25%;
  opacity: 0.8;
  animation-duration: 2.2s;
  animation-delay: 0.1s;
}
.btn-quick-action .points_wrapper .point:nth-child(4) {
  left: 44%;
  opacity: 0.6;
  animation-duration: 2.05s;
}
.btn-quick-action .points_wrapper .point:nth-child(5) {
  left: 50%;
  opacity: 1;
  animation-duration: 1.9s;
}
.btn-quick-action .points_wrapper .point:nth-child(6) {
  left: 75%;
  opacity: 0.5;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
}
.btn-quick-action .points_wrapper .point:nth-child(7) {
  left: 88%;
  opacity: 0.9;
  animation-duration: 2.2s;
  animation-delay: 0.2s;
}
.btn-quick-action .points_wrapper .point:nth-child(8) {
  left: 58%;
  opacity: 0.8;
  animation-duration: 2.25s;
  animation-delay: 0.2s;
}
.btn-quick-action .points_wrapper .point:nth-child(9) {
  left: 98%;
  opacity: 0.6;
  animation-duration: 2.6s;
  animation-delay: 0.1s;
}
.btn-quick-action .points_wrapper .point:nth-child(10) {
  left: 65%;
  opacity: 1;
  animation-duration: 2.5s;
  animation-delay: 0.2s;
}

/*--------------------
    Service Styles  
----------------------*/
.service.service__style--1 {
  padding: 30px 26px;
  padding-bottom: 30px;
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  position: relative;
  z-index: 2;
  height: 100%;
}
.service.service__style--1.service-in-landing {
  height: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .service.service__style--1 {
    padding: 30px 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service.service__style--1 {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .service.service__style--1 {
    padding: 30px 14px;
  }
}
.service.service__style--1 .shape-service-1 {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  max-width: 150px;
  margin: auto;
  opacity: 0;
}
.service.service__style--1 .icon {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 23px;
  color: var(--color-primary);
  text-align: center;
  border-radius: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service.service__style--1 .icon {
    margin-bottom: 11px;
  }
}
.service.service__style--1 .icon i {
  stroke-width: 1 !important;
  font-size: 60px;
}
.service.service__style--1 .icon svg {
  stroke-width: 2px !important;
  width: 45px;
  height: 45px;
}
.service.service__style--1 .icon img {
  max-height: 60px;
}
.service.service__style--1 .content .title {
  margin-bottom: 19px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service.service__style--1 .content .title {
    margin-bottom: 8px;
  }
}
.service.service__style--1 .content .title a {
  color: inherit;
}
.service.service__style--1 .content .title a:hover {
  color: var(--color-primary);
}
.service.service__style--1 .content .discover-btn {
  text-align: center;
  display: flex;
  justify-content: center;
}
.service.service__style--1:hover {
  transform: translateY(-5px);
}
.service.service__style--1:hover .shape-service-1 {
  opacity: 0.3;
}
.service.service__style--1:hover .shape-service-1 img {
  animation: moveOut 0.4s linear;
}
.service.service__style--1.tmp-border-none {
  border: none;
}
.service.service__style--1.tmp-border {
  border: 2px solid var(--color-border);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .service.service__style--1.text-left, .service.service__style--1.text-start {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service.service__style--1.text-left, .service.service__style--1.text-start {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service.service__style--1.text-left, .service.service__style--1.text-start {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .service.service__style--1.text-left, .service.service__style--1.text-start {
    padding: 30px 20px;
  }
}
.service.service__style--1.text-left .icon, .service.service__style--1.text-start .icon {
  justify-content: left;
}
.service.service__style--1.text-left .content .discover-btn, .service.service__style--1.text-start .content .discover-btn {
  justify-content: flex-start;
}
.service.service__style--1.icon-circle-style {
  background-color: transparent;
  box-shadow: none;
  padding: 0px 35px;
  margin-top: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .service.service__style--1.icon-circle-style {
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service.service__style--1.icon-circle-style {
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service.service__style--1.icon-circle-style {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .service.service__style--1.icon-circle-style {
    padding: 0px 10px;
  }
}
.service.service__style--1.icon-circle-style .icon {
  font-size: 39px;
  color: var(--color-primary);
  display: flex;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  margin-bottom: 23px;
  background-color: var(--color-primary-darker);
  line-height: 90px;
  align-items: center;
}
.service.service__style--1.with-working-process {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service.service__style--1.with-working-process {
    padding: 20px 0;
  }
}
.service.service__style--1.with-working-process .icon {
  width: 180px;
  height: 180px;
  line-height: 180px;
  font-size: 60px;
  position: relative;
}
.service.service__style--1.with-working-process .line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  left: 100%;
  background-color: var(--color-border);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service.service__style--1.with-working-process .line {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .service.service__style--1.with-working-process .line {
    display: none;
  }
}
.service.service__style--1.with-working-process:hover {
  transform: none;
}
.service.service__style--1.variation-2 {
  padding-bottom: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service.service__style--1.variation-3 {
  padding-bottom: 50px;
}
.service.service__style--1.service-bg-transparent {
  padding: 0;
}
.service.service__style--1.service-bg-transparent .icon {
  margin-bottom: 12px;
}
.service.service__style--1.service-bg-transparent .content .title {
  margin-bottom: 12px;
}
.service.gallery-style {
  padding: 40px 30px;
  background: var(--color-card);
  border-radius: 5px;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
  margin-top: 30px;
}
.service.gallery-style .content .title {
  margin-bottom: 19px;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.service.gallery-style .content .title a {
  color: inherit;
}
.service.gallery-style .content .title a:hover {
  color: var(--color-primary);
}
.service.gallery-style .content p {
  color: var(--color-body);
  margin-bottom: 20px;
}
.service.gallery-style .image img {
  border-radius: 5px;
}
.service.service__style--2 {
  padding: 50px 35px;
  padding-bottom: 55px;
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  position: relative;
  z-index: 2;
  border-radius: 10px;
  margin-top: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .service.service__style--2 {
    padding: 10px 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service.service__style--2 {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service.service__style--2 {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .service.service__style--2 {
    padding: 0px 18px;
  }
}
.service.service__style--2 .image {
  margin-bottom: 23px;
}
.service.service__style--2 .image img {
  max-height: 220px;
}
.service.service__style--2 .content .title a {
  color: inherit;
}
.service.service__style--2 .content .title a:hover {
  color: var(--color-primary);
}
.service.service__style--2 .content p {
  padding: 0 5%;
}
.service.service__style--2:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 39px rgba(255, 101, 80, 0.1);
}
.service.service-eight {
  padding: 25px 30px;
  border-radius: var(--radius);
  backdrop-filter: blur(15px);
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .service.service-eight {
    padding: 30px 20px;
  }
}
.service.service-eight .inner {
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .service.service-eight .inner {
    display: block !important;
  }
}
.service.service-eight .inner .image {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .service.service-eight .inner .image {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.service.service-eight .inner .image img {
  max-height: 100px;
  object-fit: cover;
  width: auto;
  max-width: 75px;
}
.service.service-eight .inner .content .title {
  margin-bottom: 0;
}
.service.service-eight .shape-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 19%;
}

.service.service-eight .inner .title a {
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .service.service-eight .inner .title a {
    font-size: 22px;
  }
}

.tmp-service-details .thumbnail-large-details {
  height: 650px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-service-details .thumbnail-large-details {
    height: 550px;
  }
}
@media only screen and (max-width: 1199px) {
  .tmp-service-details .thumbnail-large-details {
    height: 450px;
  }
}
@media only screen and (max-width: 991px) {
  .tmp-service-details .thumbnail-large-details {
    height: 361px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-service-details .thumbnail-large-details {
    height: 297px;
  }
}
@media only screen and (max-width: 479px) {
  .tmp-service-details .thumbnail-large-details {
    height: 179px;
  }
}

.service-wrapper > [class*=col]:nth-child(2) .service.service__style--1 .icon {
  color: var(--color-secondary);
}
.service-wrapper > [class*=col]:nth-child(3) .service.service__style--1 .icon {
  color: var(--color-tertiary);
}
.service-wrapper > [class*=col]:nth-child(4) .service.service__style--1 .icon {
  color: var(--color-pink);
}
.service-wrapper > [class*=col]:nth-child(5) .service.service__style--1 .icon {
  color: var(--color-primary);
}
.service-wrapper > [class*=col]:nth-child(6) .service.service__style--1 .icon {
  color: var(--color-tertiary);
}
.service-wrapper > [class*=col]:nth-child(2) .service.service__style--1.icon-circle-style .icon {
  background-color: var(--color-secondary-darker);
}
.service-wrapper > [class*=col]:nth-child(3) .service.service__style--1.icon-circle-style .icon {
  background-color: var(--color-tertiary-darker);
}
.service-wrapper > [class*=col]:nth-child(4) .service.service__style--1.icon-circle-style .icon {
  background-color: var(--color-pink-darker);
}
.service-wrapper > [class*=col]:nth-child(5) .service.service__style--1.icon-circle-style .icon {
  background-color: var(--color-primary-darker);
}
.service-wrapper > [class*=col]:nth-child(6) .service.service__style--1.icon-circle-style .icon {
  background-color: var(--color-tertiary-darker);
}
.service-wrapper > [class*=col]:last-child .with-working-process .line {
  display: none;
}

.service-narrow .shape-service-1 {
  max-width: 100px !important;
}

.inversweb-service-main-wrapper-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .inversweb-service-main-wrapper-list {
    justify-content: flex-start;
  }
}
.inversweb-service-main-wrapper-list .single-service-wrapper {
  display: flex;
  align-items: center;
  background: var(--color-card);
  border-radius: 6px;
  transition: all 0.3s;
}
.inversweb-service-main-wrapper-list .single-service-wrapper.tmponhover::after {
  border-radius: 6px;
}
.inversweb-service-main-wrapper-list .single-service-wrapper .content .title {
  margin: 0;
  padding: 0 20px;
  font-size: 24px;
  color: var(--color-body);
  font-weight: 400;
  font-family: var(--font-primary);
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 991px) {
  .inversweb-service-main-wrapper-list .single-service-wrapper .content .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .inversweb-service-main-wrapper-list .single-service-wrapper .content .title {
    font-size: 16px;
  }
}
.inversweb-service-main-wrapper-list .single-service-wrapper .thumbnail {
  max-width: 94px;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
@media only screen and (max-width: 991px) {
  .inversweb-service-main-wrapper-list .single-service-wrapper .thumbnail {
    max-width: 50px;
  }
}
.inversweb-service-main-wrapper-list .single-service-wrapper .thumbnail img {
  transition: 0.6s;
}
.inversweb-service-main-wrapper-list .single-service-wrapper:hover {
  transform: translateY(-5px);
}
.inversweb-service-main-wrapper-list .single-service-wrapper:hover .thumbnail img {
  transform: scale(1.08);
}

.over-gradient-primary {
  position: relative;
  border-radius: 8px;
}
.over-gradient-primary::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  background-blend-mode: multiply;
  background: linear-gradient(0deg, rgb(82, 55, 249) 0%, rgba(237, 221, 83, 0) 100%);
}
.over-gradient-primary .tmp-btn {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  background: var(--color-white);
  color: var(--color-card);
  font-weight: 600;
}
.over-gradient-primary .tmp-btn:hover {
  color: var(--color-white);
}

.feature-list-service {
  padding: 0;
  list-style: none;
}
.feature-list-service li {
  display: flex;
}
.feature-list-service li .icon {
  background: var(--color-primary);
  width: 53px;
  height: 53px;
  border-radius: 4px;
  color: var(--color-white);
  text-align: center;
  min-width: 30px;
}
.feature-list-service li .icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 32px;
}
.feature-list-service li .title-wrapper {
  margin-left: 22px;
}
.feature-list-service li .title-wrapper .title {
  font-size: 18px;
  margin: 0;
}
.feature-list-service li .title-wrapper .text {
  font-size: 16px;
  margin-bottom: 20px;
  max-width: 90%;
  margin-top: 13px;
}
@media only screen and (max-width: 575px) {
  .feature-list-service li .title-wrapper .text {
    max-width: 100%;
  }
}

.sticky-top-service {
  position: sticky;
  top: 120px;
}

.tmp-single-wized {
  background: var(--color-card);
  border-radius: 6px;
  padding: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .tmp-single-wized {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .tmp-single-wized {
    padding: 25px;
  }
}
.tmp-single-wized .wized-header {
  margin-bottom: 10px;
  color: #fff;
}
.tmp-single-wized .wized-body {
  margin-top: 30px;
}
.tmp-single-wized .wized-body .single-categories {
  margin-bottom: 15px;
  padding: 0;
}
.tmp-single-wized .wized-body .single-categories:last-child {
  margin-bottom: 0;
}
.tmp-single-wized .wized-body .single-categories li {
  list-style: none;
  border-radius: 5px;
  overflow: hidden;
  margin: 10px 0 !important;
}
.tmp-single-wized .wized-body .single-categories li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  background: var(--color-border);
  color: #ffffff;
  font-weight: 500;
  transition: 0.3s;
  border-radius: 5px;
}
.tmp-single-wized .wized-body .single-categories li a i {
  color: #ffffff;
  transition: 0.3s;
}
.tmp-single-wized .wized-body .single-categories li a:hover {
  color: var(--color-white);
}
.tmp-single-wized .wized-body .single-categories li a:hover i {
  color: var(--color-primary);
}

.thumbnail-video-service {
  overflow-x: hidden;
  height: auto;
  width: auto;
  padding: 35px;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .thumbnail-video-service {
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .thumbnail-video-service {
    padding: 15px;
  }
}
.thumbnail-video-service video {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

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

.service-feature-main-wrapper-splash {
  position: relative;
  perspective: 1200px;
  border-radius: 6px;
  height: 100%;
}
.service-feature-main-wrapper-splash .inner {
  position: relative;
  transition-property: box-shadow, transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
  height: 100%;
}
.service-feature-main-wrapper-splash .inner .front-service-feature {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
  height: 100%;
}
.service-feature-main-wrapper-splash .inner .back-service-feature {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg) translateZ(1px);
  background: var(--color-primary);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
  text-align: center;
  border-radius: 6px;
  text-align: left;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}
.service-feature-main-wrapper-splash .inner .back-service-feature .service-small-default {
  display: flex;
  align-items: center;
}
.service-feature-main-wrapper-splash:hover .inner {
  transform: rotateY(180deg);
  transform-origin: 50% 50% !important;
}
.service-feature-main-wrapper-splash:hover .inner .front-service-feature {
  backface-visibility: inherit;
  backface-visibility: inherit;
}

.service-layout-presentation-box {
  padding: 80px;
  background: var(--color-card);
  border-radius: 8px;
}
@media only screen and (max-width: 1199px) {
  .service-layout-presentation-box {
    padding: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .service-layout-presentation-box {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .service-layout-presentation-box {
    padding: 20px;
  }
}
.service-layout-presentation-box .advance-tab-button ul li {
  display: block;
  width: 100%;
}
.service-layout-presentation-box .advance-tab-button ul li .tab-button {
  padding: 23px 27px;
  background: rgba(0, 0, 0, 0.18);
}
@media only screen and (max-width: 575px) {
  .service-layout-presentation-box .advance-tab-button ul li .tab-button {
    padding: 10px 27px;
  }
}
.service-layout-presentation-box .advance-tab-button ul li .tab-button .tab {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
@media only screen and (max-width: 479px) {
  .service-layout-presentation-box .advance-tab-button ul li .tab-button .tab {
    flex-direction: column;
    gap: 10px;
  }
}
.service-layout-presentation-box .advance-tab-button ul li .tab-button .tab span {
  font-size: 20px;
  height: 45px;
  min-width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--color-border);
  color: var(--color-white);
  font-weight: 700;
}
.service-layout-presentation-box .advance-tab-button ul li .tab-button .tab .inner p {
  margin-bottom: 0;
  margin-top: 10px;
}
.service-layout-presentation-box .advance-tab-button ul li .tab-button .title {
  font-size: 26px;
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .service-layout-presentation-box .advance-tab-button ul li .tab-button .title {
    font-size: 18px;
  }
}
.service-layout-presentation-box .advance-tab-button ul li .tab-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  border-left: 12px solid var(--color-primary);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-top: -12px;
  display: none;
}
.service-layout-presentation-box .advance-tab-button ul li .tab-button::before {
  position: absolute;
  content: "";
  background: var(--color-primary);
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
  transform: scale(0.9);
  z-index: -1;
  border-radius: 7px;
  box-shadow: var(--shadow-1);
}
.service-layout-presentation-box .advance-tab-button ul li .tab-button.active::before {
  opacity: 1;
  width: 100%;
  transition: width 4.5s ease-in-out;
}

.business-boost-wrapper-main {
  background: var(--color-card);
  border-bottom: 5px solid var(--color-primary);
  box-shadow: 0px 22px 23px rgba(0, 0, 0, 0.07);
}

.container-large {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 15px;
}

.why-choose-content-wrapper .feature-one-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.why-choose-content-wrapper .feature-one-wrapper .icon {
  background: var(--color-primary);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  min-width: 30px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  transition: 0.3s;
}
.why-choose-content-wrapper .feature-one-wrapper .icon i {
  color: var(--color-white);
  height: 16px;
  transition: 0.3s;
}
.why-choose-content-wrapper .feature-one-wrapper .single-feature-one {
  display: flex;
  align-items: center;
  padding: 15px 29px;
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: 5px;
  max-width: 290px;
  margin-right: 25px;
  margin-bottom: 25px;
  cursor: pointer;
  transition: 0.3s;
  gap: 10px;
}
.why-choose-content-wrapper .feature-one-wrapper .single-feature-one i {
  transition: 0.3s;
}
.why-choose-content-wrapper .feature-one-wrapper .single-feature-one p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  transition: 0.3s;
}
.why-choose-content-wrapper .feature-one-wrapper .single-feature-one:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  transform: translateY(-5px);
}
.why-choose-content-wrapper .feature-one-wrapper .single-feature-one:hover p {
  color: var(--color-white);
}
.why-choose-content-wrapper .feature-one-wrapper .single-feature-one:hover .icon {
  background: var(--color-white);
}
.why-choose-content-wrapper .feature-one-wrapper .single-feature-one:hover .icon i {
  color: var(--color-primary);
}

/*----------------------
    Card Styles  
-------------------------*/
.card-box.card-style-1 {
  box-shadow: var(--shadow-lighter);
  background-color: var(--color-card);
  padding: 20px;
  border-radius: 5px;
  margin-top: 30px;
  transition: 0.3s;
  margin-top: 0;
}
.card-box.card-style-1:hover {
  transform: translateY(-5px);
}
.card-box .inner .image a img {
  border-radius: 5px;
  width: 100%;
}
.card-box .inner .content {
  padding-top: 20px;
}
.card-box .inner .content .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 14px;
}
.card-box .inner .content .title a {
  color: inherit;
}
.card-box .inner .content .title a:hover {
  color: var(--color-primary);
}
.card-box .inner .content .description {
  margin-bottom: 0;
}
.card-box .inner .content .tmp-btn {
  margin-top: 20px;
}

main.business-coatch .thumbnail-banner-business-coatch img,
main.business-coatch .banner-coatch-right-image::after,
main.business-coatch .invers-anime,
main.business-coatch .single-modern-case-studies .thumbnail,
main.business-coatch .team-style-two .inner .thumbnail {
  border-radius: 5px !important;
  clip-path: polygon(0% 0%, 0% 0%, 11.242% 1.171%, 21.54% 2.084%, 31.146% 2.74%, 40.31% 3.136%, 49.281% 3.271%, 58.309% 3.145%, 67.645% 2.756%, 77.539% 2.103%, 88.241% 1.185%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}
main.business-coatch .single-modern-case-studies .thumbnail {
  display: block;
}

main.business-coatch .thumbnail-banner-business-coatch img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1199px) {
  main.business-coatch .thumbnail-banner-business-coatch img {
    object-fit: cover;
  }
}

/* Counter Style One  */
.counter-style-1 .count-number {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .counter-style-1 .count-number {
    font-size: 62px;
  }
}
@media only screen and (max-width: 575px) {
  .counter-style-1 .count-number {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .counter-style-1 .count-number {
    font-size: 48px;
  }
}
.counter-style-1 .title {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

.counter-style-2 {
  margin-top: 30px;
}
.counter-style-2 .count-number {
  font-size: 44px;
  background-color: var(--color-blackest);
  display: inline-block;
  min-width: 150px;
  height: 150px;
  border-radius: 100%;
  text-align: center;
  line-height: 150px;
  margin-bottom: 20px;
  padding: 0 20px;
  font-weight: 500;
  color: var(--color-white);
}
.counter-style-2 .title {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
}
.counter-style-2 .description {
  line-height: 1.8;
  padding-right: 16%;
  margin: 0;
}
.counter-style-2.color-variation .count-number {
  background-color: var(--color-primary-darker);
  color: var(--color-primary);
}
.counter-style-2.border-style .count-number {
  background-color: transparent;
  border: 2px solid var(--color-border);
}
.counter-style-2.text-center .description {
  padding: 0 10%;
}

[class*=col]:nth-child(2) .counter-style-2.color-variation .count-number {
  background-color: var(--color-secondary-darker);
  color: var(--color-secondary);
}

[class*=col]:nth-child(3) .counter-style-2.color-variation .count-number {
  background-color: var(--color-light-green-darker);
  color: var(--color-light-green);
}

/*------------------------------
    Counterup Style Four  
-------------------------------*/
.counter-style-4 {
  margin-top: 30px;
  border: 1px dashed var(--color-border-3);
  height: 250px;
  width: 350px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: -25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-style-4 {
    height: 200px;
    width: 200px;
    margin: 0px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-style-4 {
    height: 200px;
    width: 200px;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 767px) {
  .counter-style-4 {
    height: 200px;
    width: 200px;
    margin: 0px auto;
  }
}
.counter-style-4 .counter-title {
  margin-top: 22px;
  font-weight: 400;
  font-size: 24px;
  color: var(--color-body);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-style-4 .counter-title {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-style-4 .counter-title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-style-4 .counter-title {
    font-size: 15px;
  }
}
.counter-style-4 .count-number {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--color-heading);
  display: inline-block;
  position: relative;
}
.counter-style-4 .count-number span {
  display: inline-block;
}
.counter-style-4:hover .right-hover-counter {
  filter: blur(50px);
  height: 50px;
  width: 50px;
}
.counter-style-4:hover .left-hover-counter {
  filter: blur(0);
  height: 20px;
  width: 20px;
  opacity: 1;
  filter: blur(50px);
  height: 50px;
  width: 50px;
}

.counter-style-2.border-style.small-radious .count-number {
  background-color: transparent;
  border: none;
  border-radius: 4px;
  width: 100%;
  height: 170px;
  background-color: var(--color-card);
}

.counter-style-4.without-border {
  border: none;
  margin: 0;
  background-color: var(--color-card);
  width: 100%;
  border-radius: 5px;
  padding: 22px 18px;
}
@media only screen and (max-width: 1199px) {
  .counter-style-4.without-border {
    padding: 22px 18px;
  }
}

.signle-fun-facts-one {
  text-align: center;
  background: var(--color-card);
  padding: 30px;
  border-radius: 6px;
}
.signle-fun-facts-one .icon {
  height: 92px;
  width: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 20px;
  background: var(--color-primary);
}
.signle-fun-facts-one .title {
  font-size: 48px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .signle-fun-facts-one .title {
    font-size: 32px;
  }
}
.signle-fun-facts-one span.bototm {
  font-size: 18px;
  color: var(--color-heading-1);
}

.left-hover-counter {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  background: var(--color-primary);
  z-index: 1;
  transition: 0.3s;
  border-top-right-radius: 50%;
  filter: blur(40px);
  opacity: 0;
}

.right-hover-counter {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  background: var(--color-primary);
  z-index: 1;
  transition: 0.3s;
  border-top-left-radius: 50%;
  filter: blur(0);
  height: 20px;
  width: 20px;
}

/*-----------------------
    Progress Bar 
-----------------------*/
.single-progress + .single-progress {
  margin-top: 40px;
}

.single-progress {
  position: relative;
  overflow: hidden;
}
.single-progress .title {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-body);
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

.progress {
  height: 15px;
  overflow: hidden;
  background-color: var(--color-card);
  border-radius: 500px;
}
.progress .progress-bar {
  border-radius: 500px;
  width: 0;
  height: 100%;
  background-color: var(--color-primary);
  transition: width 0.5s ease;
  overflow: visible;
}
.progress .progress-bar.bar-color-2 {
  background: rgb(251, 83, 67);
}
.progress .progress-bar.bar-color-3 {
  background: #E33FA1;
}
.progress .progress-bar.bar-color-4 {
  background: #6549D5;
}
.progress .progress-bar.bar-gradiand {
  background: radial-gradient(circle farthest-corner at 0% 0%, var(--color-pink) 25%, var(--color-secondary) 45%, var(--color-primary) 65%, var(--color-light-green) 85%);
}
.progress .progress-number {
  position: absolute;
  font-size: 14px;
  top: 0;
  line-height: 24px;
  right: 0;
  z-index: 1;
}

.progress-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
.progress-info .title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--color-body);
  letter-spacing: 0.5px;
}
.progress-info span.progress-number {
  font-size: 14px;
  color: var(--color-body);
}

.no-radius .progress {
  border-radius: 0;
}
.no-radius .progress .progress-bar {
  border-radius: 0;
}

.large-size .progress {
  height: 20px;
}

/*-----------------------------------
    Radial Progress 
-----------------------------------*/
.radial-progress-single {
  text-align: center;
}
.radial-progress-single .circle-info {
  padding-top: 20px;
  text-align: center;
}
.radial-progress-single .circle-info .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 4px;
}
.radial-progress-single .circle-info .subtitle {
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: var(--color-body);
}

.radial-progress {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .radial-progress {
    display: inline-block;
  }
}
.radial-progress .circle-text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.radial-progress .circle-text span.count {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  color: var(--color-body);
  position: relative;
}
.radial-progress .circle-text span.count::after {
  position: absolute;
  content: "%";
  left: 100%;
  color: var(--color-body);
}

/*--------------------------
    Accordion Styles  
---------------------------*/
.tmp-accordion-style .card {
  background: var(--color-card);
  border: 0;
  border-radius: var(--radius) !important;
}
.tmp-accordion-style .card .card-header {
  background-color: transparent;
  border-bottom: 0 none;
  box-shadow: none;
  padding: 20px 30px;
  margin-bottom: 0;
}
.tmp-accordion-style .card .card-header button {
  color: var(--color-heading);
  font-size: 18px;
  line-height: 27px;
  outline: none;
  text-decoration: none;
  box-shadow: none;
  width: 100%;
  text-align: left;
  padding: 0;
  background: transparent;
  position: relative;
}
.tmp-accordion-style .card .card-header button::before {
  position: absolute;
  content: "\e996";
  font-family: "feather" !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.tmp-accordion-style .card .card-header button.collapsed::before {
  content: "\e9b1";
}
.tmp-accordion-style .card .card-body {
  padding: 16px;
  padding-top: 0;
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  font-weight: var(--f-regular);
  color: var(--color-body);
  padding: 13px 30px 30px;
  border-top: 1px solid var(--color-border);
}
.tmp-accordion-style .card + .card {
  margin-top: 20px;
}
.tmp-accordion-style.tmp-accordion-02 .card {
  background: transparent;
  border-radius: 0 !important;
}
.tmp-accordion-style.tmp-accordion-02 .card .card-header {
  border-bottom: 2px solid var(--color-border);
  padding: 0px 20px 10px 0;
}
.tmp-accordion-style.tmp-accordion-02 .card .card-header .accordion-button::after {
  display: none;
}
.tmp-accordion-style.tmp-accordion-02 .card .card-body {
  padding: 15px 20px 10px 0;
  border-top: 0;
}
.tmp-accordion-style.tmp-accordion-03 .card {
  background: transparent;
  border-radius: 0 !important;
}
.tmp-accordion-style.tmp-accordion-03 .card .card-header {
  border: 2px solid var(--color-border);
  padding: 15px 20px;
  border-radius: var(--radius) !important;
}
.tmp-accordion-style.tmp-accordion-03 .card .card-body {
  padding: 15px 20px 10px 0;
  border: 0;
}
.tmp-accordion-style.tmp-accordion-04 .card {
  border: 2px solid var(--color-border);
  background: transparent;
  border-radius: var(--radius) !important;
}
.tmp-accordion-style.tmp-accordion-04 .card .card-header {
  padding: 15px 20px;
  border-radius: var(--radius) !important;
}
.tmp-accordion-style.tmp-accordion-04 .card .card-body {
  border-top: 2px solid var(--color-border);
}

.accordion-button::after {
  visibility: hidden;
}

.preview-accordion-area .service .content .liststyle {
  margin-top: 20px;
}

.preview-accordion-area .service .content .liststyle li {
  font-size: 16px;
}

.preview-accordion-area .service .content .liststyle span {
  color: var(--color-white);
  margin-right: 5px;
}

.preview-accordion-area .service p {
  margin-bottom: 20px;
  font-size: 16px;
}

.preview-accordion-area .service.support p {
  margin-bottom: 20px;
}

/*-----------------------
    Social Icons 
-------------------------*/
.social-default {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  margin: -8px;
}
.social-default li {
  margin: 5px;
}
.social-default li a {
  width: 48px;
  background-color: var(--color-lessdark);
  height: 48px;
  line-height: 43px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  transition: 0.3s;
  color: var(--color-white);
  z-index: 2;
  position: relative;
}
.social-default li a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--color-primary);
  transform: scale(0.5);
  opacity: 0;
  transition: 0.3s;
  border-radius: 100%;
}
.social-default li a:hover {
  color: var(--color-white);
}
.social-default li a:hover::after {
  transform: scale(1);
  opacity: 1;
}
.social-default li a i {
  vertical-align: middle;
}
.social-default.transparent-with-border li a {
  line-height: 40px;
  background: var(--color-card);
  border: 1px solid var(--color-border);
}
.social-default.transparent-with-border li a:hover {
  border-color: transparent !important;
}
.social-default.transparent-with-border li a::after {
  border: 1px solid var(--color-primary);
}
.social-default.transparent-with-border.border-white li a {
  border-color: var(--color-white);
}
.social-default.with-gradient li a::after {
  background: linear-gradient(95deg, var(--color-primary) 15%, var(--color-tertiary) 45%, var(--color-pink) 75%, var(--color-secondary) 100%) 95%/200% 100%;
}
.social-default.with-bg-primary li a {
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  transition: 0.5s;
  line-height: 44px;
}
.social-default.with-bg-primary li a::after {
  display: none;
}
.social-default.with-bg-primary li a:hover {
  background-color: transparent;
}
.social-default.icon-naked li a {
  background: transparent !important;
  width: auto;
  height: auto;
  line-height: inherit;
}
.social-default.icon-naked li a::after {
  display: none;
}
.social-default.icon-naked li a:hover {
  color: var(--color-primary) !important;
}

/*----------------------
    Team Style  
-------------------------*/
.tmp-box-card,
.team-style-default {
  margin-top: 75px;
  background: var(--color-card);
  backdrop-filter: blur(4px) opacity(0.95);
  border-radius: var(--radius-small);
}
.tmp-box-card .inner .thumbnail,
.team-style-default .inner .thumbnail {
  max-width: max-content;
  max-height: max-content;
  border-radius: 100%;
  border: 6px solid var(--color-card);
  top: -75px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 150px;
  min-height: 150px;
  overflow: hidden;
}
.tmp-box-card .inner .thumbnail img,
.team-style-default .inner .thumbnail img {
  border-radius: 100%;
}
.tmp-box-card .inner .content,
.team-style-default .inner .content {
  text-align: center;
  padding: 20px;
  padding-top: 85px;
  padding-bottom: 35px;
}
.tmp-box-card .inner .content .title,
.team-style-default .inner .content .title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 0;
}
.tmp-box-card .inner .content .subtitle,
.team-style-default .inner .content .subtitle {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 5px;
  display: inline-block;
  color: var(--color-primary);
}
.tmp-box-card .inner .content .team-form,
.team-style-default .inner .content .team-form {
  display: block;
  font-size: 12px;
  margin-bottom: 0;
  letter-spacing: 0.6px;
  margin-top: 8px;
}
.tmp-box-card .inner .content .team-form img,
.team-style-default .inner .content .team-form img {
  padding-right: 10px;
  max-height: 18px;
}
.tmp-box-card .inner .content .description,
.team-style-default .inner .content .description {
  margin-bottom: 0;
  padding: 0 5%;
}
.tmp-box-card .inner .rating img,
.team-style-default .inner .rating img {
  margin-left: -3px;
  margin-bottom: 24px;
  max-height: 35px;
}
.tmp-box-card .inner .author-envato-image img,
.team-style-default .inner .author-envato-image img {
  max-height: 25px;
  margin-top: 20px;
}
.tmp-box-card .inner .social-icon li a,
.team-style-default .inner .social-icon li a {
  color: var(--color-body);
}
.tmp-box-card.border-gradient .thumbnail,
.team-style-default.border-gradient .thumbnail {
  background: linear-gradient(95deg, var(--color-primary) 15%, var(--color-tertiary) 45%, var(--color-pink) 75%, var(--color-secondary) 100%) 98%/200% 100%;
  padding: 5px;
  border: 0 none;
}
.tmp-box-card.style-two,
.team-style-default.style-two {
  margin-top: 0;
}
.tmp-box-card.style-two .inner,
.team-style-default.style-two .inner {
  padding-top: 0;
}
.tmp-box-card.style-two .inner .thumbnail,
.team-style-default.style-two .inner .thumbnail {
  top: 0;
  position: static;
  left: inherit;
  transform: none;
  min-width: auto;
  min-height: auto;
  margin: 0 auto;
  overflow: visible;
  margin: 0;
  margin-top: 0;
}
.tmp-box-card.style-two .inner .content,
.team-style-default.style-two .inner .content {
  padding-top: 25px;
}

/*---------------------
    Team Style Two  
-----------------------*/
.team-style-two {
  position: relative;
  transition: 0.3s;
}
.team-style-two:hover {
  transform: translateY(-5px);
}
.team-style-two .inner .thumbnail {
  position: relative;
}
.team-style-two .inner .thumbnail img {
  width: 100%;
  border-radius: var(--radius);
}
.team-style-two .inner .thumbnail::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #000000 100%);
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: var(--radius);
}
.team-style-two .inner .content {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 20px;
}
.team-style-two .inner .content .title {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0;
}
.team-style-two .inner .content .subtitle {
  font-size: 15px;
  line-height: 1.4;
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 10px;
}
.team-style-two .inner .content .team-form {
  display: block;
  font-size: 14px;
  letter-spacing: 0.6px;
  font-style: italic;
  margin-top: 11px;
}
.team-style-two .inner .content .team-form img {
  padding-right: 10px;
  max-height: 18px;
}
.team-style-two:hover .inner .content .subtitle {
  opacity: 1;
  transform: none;
}

/*---------------------
    Team Style Three  
-----------------------*/
.team-style-three .inner {
  position: relative;
}
.team-style-three .inner .thumbnail img {
  width: 100%;
  border-radius: var(--radius);
}
.team-style-three .inner .content {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
  transition: all 0.3s;
  opacity: 0;
}
.team-style-three .inner .content .team-info {
  padding: 20px;
  background-color: rgba(58, 58, 58, 0.85);
  border-radius: var(--radius-small);
}
.team-style-three .inner .content .title {
  font-size: 17px;
  line-height: 25px;
  color: var(--color-heading);
  margin-bottom: 4px;
}
.team-style-three .inner .content .subtitle {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 4px;
}
.team-style-three .inner .content .team-form {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: #ADADAD;
  letter-spacing: 0.5px;
}
.team-style-three:hover .inner .content {
  opacity: 1;
}

.team-style-default.style-two .inner .thumbnail {
  margin: 0;
  border: 0;
  margin-top: 0;
  display: block;
  overflow: hidden;
  border-radius: 0 !important;
  position: relative;
  z-index: 1;
  height: 350px;
}
.team-style-default.style-two .inner .thumbnail::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%);
  height: 0%;
  opacity: 0;
  transition: 0.3s;
}
.team-style-default.style-two .inner .thumbnail img {
  overflow: hidden;
  border-radius: 0;
  transition: 0.3s;
}
.team-style-default.style-two .inner:hover .thumbnail img {
  transform: scale(1.03);
}
.team-style-default.style-two .inner:hover .thumbnail::after {
  opacity: 1;
  height: 100%;
}

.team-wrapper5 {
  background: var(--color-card);
  border-radius: 6px;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.07);
  transition: var(--transition);
  position: relative;
  z-index: 1;
}
.team-wrapper5 .designation {
  margin-bottom: 0;
}
.team-wrapper5:hover .content-area .share {
  background: var(--color-primary);
  color: var(--color-white);
}
.team-wrapper5:hover .social-wrapper {
  opacity: 1;
  transform: translateY(0);
}
.team-wrapper5 .image-area {
  background: var(--color-border-3);
  height: 344px;
  clip-path: polygon(1.266% 2.801%, 1.266% 2.801%, 1.291% 2.529%, 1.363% 2.27%, 1.478% 2.029%, 1.632% 1.809%, 1.822% 1.613%, 2.043% 1.445%, 2.292% 1.308%, 2.564% 1.206%, 2.857% 1.142%, 3.165% 1.12%, 96.835% 1.12%, 96.835% 1.12%, 97.143% 1.142%, 97.436% 1.206%, 97.708% 1.308%, 97.957% 1.445%, 98.178% 1.613%, 98.368% 1.809%, 98.522% 2.029%, 98.637% 2.27%, 98.709% 2.529%, 98.734% 2.801%, 98.734% 96.957%, 98.734% 96.957%, 98.705% 97.255%, 98.62% 97.534%, 98.485% 97.791%, 98.305% 98.022%, 98.085% 98.223%, 97.832% 98.388%, 97.549% 98.515%, 97.243% 98.6%, 96.919% 98.637%, 96.582% 98.623%, 2.911% 87.451%, 2.911% 87.451%, 2.636% 87.4%, 2.378% 87.316%, 2.14% 87.201%, 1.925% 87.059%, 1.735% 86.892%, 1.574% 86.703%, 1.443% 86.495%, 1.346% 86.271%, 1.286% 86.034%, 1.266% 85.785%, 1.266% 2.801%);
}
@media only screen and (max-width: 767px) {
  .team-wrapper5 .image-area {
    height: 425px;
  }
}
.team-wrapper5 .image-area a {
  display: block;
  height: 334px;
  clip-path: polygon(0% 1.796%, 0% 1.796%, 0.025% 1.505%, 0.099% 1.229%, 0.217% 0.971%, 0.376% 0.735%, 0.571% 0.526%, 0.798% 0.347%, 1.053% 0.201%, 1.332% 0.092%, 1.632% 0.024%, 1.948% 0%, 98.052% 0%, 98.052% 0%, 98.368% 0.024%, 98.668% 0.092%, 98.947% 0.201%, 99.202% 0.347%, 99.429% 0.526%, 99.624% 0.735%, 99.783% 0.971%, 99.901% 1.229%, 99.975% 1.505%, 100% 1.796%, 100% 97.935%, 100% 97.935%, 99.97% 98.254%, 99.882% 98.554%, 99.742% 98.829%, 99.557% 99.076%, 99.331% 99.291%, 99.069% 99.468%, 98.778% 99.603%, 98.463% 99.692%, 98.129% 99.731%, 97.782% 99.715%, 1.679% 87.342%, 1.679% 87.342%, 1.398% 87.286%, 1.135% 87.195%, 0.892% 87.072%, 0.672% 86.92%, 0.478% 86.742%, 0.314% 86.54%, 0.181% 86.319%, 0.082% 86.08%, 0.021% 85.827%, 0% 85.563%, 0% 1.796%);
}
@media only screen and (max-width: 767px) {
  .team-wrapper5 .image-area a {
    height: 405px;
  }
}
.team-wrapper5 .content-area {
  display: flex;
  justify-content: space-between;
  padding: 25px 30px;
  align-items: center;
}
.team-wrapper5 .content-area .left h6 {
  margin-bottom: 5px;
  font-size: 22px;
  color: var(--color-heading);
}
.team-wrapper5 .content-area .share {
  display: block;
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--color-primary);
  text-align: center;
  font-size: 20px;
}
.team-wrapper5 .social-wrapper {
  position: absolute;
  z-index: 4;
  bottom: 31%;
  right: 30px;
  opacity: 0;
  transition: var(--transition);
  transform: translateY(100px);
}
.team-wrapper5 .social-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.team-wrapper5 .social-wrapper ul li {
  margin: 0;
}
.team-wrapper5 .social-wrapper ul li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--color-card);
  border-radius: 50%;
  text-align: center;
  color: var(--color-heading);
  font-size: 20px;
  transition: 0.3s;
}
.team-wrapper5 .social-wrapper ul li a i {
  color: var(--color-white);
  transition: 0.3s;
}
.team-wrapper5 .social-wrapper ul li a:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.team-wrapper5 .social-wrapper ul li a:hover i {
  color: var(--color-white);
}
.team-wrapper5.two {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.06);
}

.team-content-quick-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 0;
}
.team-content-quick-contact li {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 20px;
}
.team-content-quick-contact li p.tag {
  max-width: 100px;
  width: 100%;
  color: var(--color-white);
  font-weight: 600;
  margin-bottom: 0;
  font-family: var(--font-primary);
}

.team-details-bottom-area .progress-bar-area .single-progress .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.team-details-bottom-area .progress-bar-area .single-progress .top span {
  color: var(--color-white);
}
.team-details-bottom-area .progress-bar-area .single-progress + .single-progress {
  margin-top: 25px;
}
.team-details-bottom-area .award-area .awards {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .team-details-bottom-area .award-area .awards {
    flex-wrap: wrap;
  }
  .team-details-bottom-area .award-area .awards > li {
    flex-basis: 44%;
  }
}
@media only screen and (max-width: 575px) {
  .team-details-bottom-area .award-area .awards {
    justify-content: center;
  }
}
.team-details-bottom-area .award-area .awards li {
  text-align: center;
}
.team-details-bottom-area .award-area .awards li span {
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: block;
  border-radius: 50%;
  text-align: center;
  background: rgba(82, 55, 249, 0.17);
  margin: auto auto 20px;
}

.image-area-large-team-details {
  padding: 25px;
  background: var(--color-card);
  border-radius: 6px;
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 767px) {
  .image-area-large-team-details {
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .image-area-large-team-details {
    padding: 15px;
  }
}

/*---------------------
    Portfolio Styles  
-----------------------*/
.tmp-portfolio-area {
  position: relative;
  overflow: hidden;
}

.tmp-card {
  overflow: hidden;
}
.tmp-card .inner .thumbnail {
  position: relative;
}
.tmp-card .inner .thumbnail .card-image {
  overflow: hidden;
}
.tmp-card .inner .thumbnail .card-image a {
  display: block;
  overflow: hidden;
}
.tmp-card .inner .thumbnail .card-image img {
  overflow: hidden;
}
.tmp-card .inner .thumbnail .video-icon {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
}
.tmp-card .inner .thumbnail .video-icon .tmp-btn {
  border-radius: 50%;
}
.tmp-card .inner .thumbnail .video-icon .tmp-btn.btn-small {
  width: 85px;
  height: 85px;
}
.tmp-card .inner .thumbnail .video-icon .tmp-btn.btn-small span i {
  font-size: 26px;
}
.tmp-card .inner .content {
  padding-top: 20px;
}
.tmp-card .inner .content .subtitle {
  text-transform: capitalize;
}
.tmp-card:hover {
  transform: translateY(-4px);
}
.tmp-card:hover .inner .thumbnail .card-image img {
  transform: scale(1.05);
}

/*------------------
    No Overlay  
--------------------*/
.no-overlay .tmp-card .inner .thumbnail .tmp-overlay {
  display: none;
}

/*----------------------
    Box Grid Layout  
------------------------*/
.box-grid-layout .tmp-card {
  border-radius: var(--radius-small);
  background-color: var(--color-blackest);
}
.box-grid-layout .tmp-card .inner .thumbnail .card-image a {
  border-radius: var(--radius-small) var(--radius-small) 0 0;
}
.box-grid-layout .tmp-card .inner .thumbnail .card-image a img {
  border-radius: var(--radius-small) var(--radius-small) 0 0;
}
.box-grid-layout .tmp-card .inner .content {
  padding: 25px;
}

/*-----------------------------
    Filter Button Style  
-------------------------------*/
.filter-button-default {
  display: flex;
  justify-content: center;
  margin: 0 -5px;
  flex-wrap: wrap;
}
.filter-button-default button {
  border: 0 none;
  padding: 4px 20px;
  text-transform: capitalize;
  background: transparent;
  color: var(--color-body);
  margin: 0 8px;
  position: relative;
  border-radius: 4px;
  height: 48px;
  line-height: 40px;
  transition: var(--transition);
}
.filter-button-default button.is-checked {
  grid-column-gap: 0.5rem;
  opacity: 1;
  background: var(--color-primary);
  align-items: center;
}
.filter-button-default button::before {
  content: "";
  pointer-events: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  user-select: none;
  position: absolute;
  inset: 0px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: 0.4s;
}
.filter-button-default button:hover, .filter-button-default button.is-checked {
  color: var(--color-white);
}
.filter-button-default button:hover::before, .filter-button-default button.is-checked::before {
  opacity: 1;
}

/*--------------------------------
    Portfolio Read More Icon  
---------------------------------*/
.tmp-load-more a.tmp-btn.btn-icon .icon,
.tmp-load-more button.tmp-btn.btn-icon .icon {
  top: 0px;
  margin-left: -2px;
}
.tmp-load-more a.tmp-btn.btn-icon .icon svg,
.tmp-load-more button.tmp-btn.btn-icon .icon svg {
  width: 14px;
  height: 20px;
}

/*----------------------------------
    Portfolio Grid Layout  
----------------------------------*/
.grid-metro2 {
  margin: 0 -15px;
}
.grid-metro2 .portfolio-2 {
  width: 50%;
  padding: 0 15px;
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .grid-metro2 .portfolio-2 {
    width: 100%;
  }
}
.grid-metro2 .resizer {
  width: 50%;
}
@media only screen and (max-width: 575px) {
  .grid-metro2 .resizer {
    width: 100%;
  }
}

.grid-metro3 {
  margin: 0 -15px;
}
.grid-metro3 .portfolio-3 {
  width: 33.33%;
  padding: 0 15px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro3 .portfolio-3 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro3 .portfolio-3 {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .grid-metro3 .portfolio-3 {
    width: 100%;
  }
}
.grid-metro3 .resizer {
  width: 33.33%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro3 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro3 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .grid-metro3 .resizer {
    width: 100%;
  }
}

.grid-metro4 {
  margin: 0 -15px;
}
.grid-metro4 .portfolio-4 {
  width: 25%;
  padding: 0 15px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro4 .portfolio-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro4 .portfolio-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .grid-metro4 .portfolio-4 {
    width: 100%;
  }
}
.grid-metro4 .resizer {
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid-metro4 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .grid-metro4 .resizer {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .grid-metro4 .resizer {
    width: 100%;
  }
}
.grid-metro4.no-gutter {
  margin: 0;
}
.grid-metro4.no-gutter .portfolio-4 {
  padding: 0;
  margin-top: 0;
}
.grid-metro4.no-gutter .tmp-card {
  border-radius: 0;
  border: 0 none;
}

.no-gutter .tmp-card .inner .thumbnail a img,
.no-gutter .tmp-card .inner .thumbnail a {
  border-radius: 0;
}

.no-gutter .tmp-card:hover {
  transform: none;
}

.tmp-portfolio,
.tmp-blog {
  text-align: left;
  padding: 30px;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  height: 100%;
  transition: 0.5s all ease-in-out;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-portfolio,
  .tmp-blog {
    padding: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .tmp-portfolio,
  .tmp-blog {
    padding: 20px;
  }
}
.tmp-portfolio .inner .thumbnail a,
.tmp-blog .inner .thumbnail a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.tmp-portfolio .inner .thumbnail a img,
.tmp-blog .inner .thumbnail a img {
  width: 100%;
  transition: var(--transition);
  height: auto;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-portfolio .inner .thumbnail a img,
  .tmp-blog .inner .thumbnail a img {
    height: inherit;
  }
}
.tmp-portfolio .inner .thumbnail a video,
.tmp-blog .inner .thumbnail a video {
  border-radius: 10px;
  height: 100%;
  transition: var(--transition);
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .tmp-portfolio .inner .thumbnail a,
  .tmp-blog .inner .thumbnail a {
    display: inline-flex;
  }
}
.tmp-portfolio .inner .content,
.tmp-blog .inner .content {
  padding-top: 18px;
}
.tmp-portfolio .inner .content .category-info,
.tmp-blog .inner .content .category-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.tmp-portfolio .inner .content .category-info .category-list,
.tmp-blog .inner .content .category-info .category-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tmp-portfolio .inner .content .category-info .category-list a,
.tmp-blog .inner .content .category-info .category-list a {
  color: var(--color-primary);
  font-weight: 500;
  font-family: var(--font-primary);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}
.tmp-portfolio .inner .content .category-info .meta span,
.tmp-blog .inner .content .category-info .meta span {
  color: var(--color-lightn);
  font-weight: 500;
  font-family: var(--font-primary);
  font-size: 13px;
}
.tmp-portfolio .inner .content .category-info .meta span i,
.tmp-blog .inner .content .category-info .meta span i {
  margin-right: 2px;
  font-size: 13px;
  transition: var(--transition);
}
.tmp-portfolio .inner .content .category-info .meta span a i,
.tmp-blog .inner .content .category-info .meta span a i {
  margin-right: 2px;
  font-size: 13px;
  transition: var(--transition);
}
.tmp-portfolio .inner .content .title,
.tmp-blog .inner .content .title {
  margin: 0;
}
.tmp-portfolio .inner .content .title a,
.tmp-blog .inner .content .title a {
  transition: var(--transition);
  color: var(--color-lightn);
  font-weight: 600;
  font-size: 23px;
  line-height: 34px;
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  .tmp-portfolio .inner .content .title a,
  .tmp-blog .inner .content .title a {
    font-size: 20px;
    line-height: 30px;
  }
}
.tmp-portfolio .inner .content .title a i,
.tmp-blog .inner .content .title a i {
  font-size: 0;
  position: relative;
  top: 10px;
  transition: var(--transition);
  opacity: 0;
}
.tmp-portfolio .inner .content .title:hover a,
.tmp-blog .inner .content .title:hover a {
  color: var(--color-primary);
}
.tmp-portfolio .inner .content .title:hover a i,
.tmp-blog .inner .content .title:hover a i {
  color: var(--color-primary);
  top: 3px;
  opacity: 1;
  font-size: 23px;
}
.tmp-portfolio::before,
.tmp-blog::before {
  content: "";
  position: absolute;
  transition: var(--transition);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  z-index: -1;
}
.tmp-portfolio:hover::before,
.tmp-blog:hover::before {
  opacity: 1;
}
.tmp-portfolio:hover .thumbnail a img,
.tmp-blog:hover .thumbnail a img {
  transform: scale(1.1);
}
.tmp-portfolio:hover video,
.tmp-blog:hover video {
  transform: scale(1.1);
}

.single-project-style-three {
  position: relative;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.single-project-style-three .inner-content {
  position: absolute;
  left: 30px;
  bottom: -30px;
  background: var(--color-card);
  border-radius: 7px;
  padding: 22px 60px 22px 22px;
  transition: 0.4s;
  opacity: 0;
}
.single-project-style-three .inner-content .title {
  margin-bottom: 8px;
}
.single-project-style-three .thumbnail img {
  width: 100%;
  transition: 0.5s;
}
.single-project-style-three:hover .thumbnail img {
  transform: scale(1.08);
}
.single-project-style-three:hover .inner-content {
  opacity: 1;
  bottom: 30px;
}

.g-75 {
  --bs-gutter-x: 75px;
  --bs-gutter-y: 75px;
}
@media only screen and (max-width: 991px) {
  .g-75 {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 25px;
  }
}

.single-project-area-bottom-content .thumbnail {
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.single-project-area-bottom-content .thumbnail img {
  transition: 0.3s;
}
.single-project-area-bottom-content .inner {
  margin-top: 30px;
}
.single-project-area-bottom-content .inner .title {
  font-size: 30px;
}
.single-project-area-bottom-content .inner p.disc {
  margin-bottom: 0;
  font-size: 16px;
}
.single-project-area-bottom-content:hover .thumbnail img {
  transform: scale(1.058);
}

.single-modern-case-studies {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
.single-modern-case-studies .thumbnail {
  display: block;
}
.single-modern-case-studies .thumbnail img {
  transition: 0.5s;
}
.single-modern-case-studies .inner-content-area {
  position: absolute;
  bottom: -70px;
  left: 30px;
  transition: 0.5s;
}
.single-modern-case-studies .inner-content-area .tags {
  background: rgba(27, 27, 28, 0.1294117647);
  border: 1px solid rgba(88, 88, 88, 0.3);
  backdrop-filter: blur(3px);
  color: var(--color-white);
  padding: 7px 15px;
  border-radius: 8px;
  display: block;
  max-width: max-content;
  margin-bottom: 15px;
}
.single-modern-case-studies .inner-content-area a {
  background: var(--color-card);
  border-radius: 8px;
  padding: 10px 10px 10px 22px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  max-width: 460px;
  min-width: 355px;
  opacity: 0;
  transition: 0.5s;
}
.single-modern-case-studies .inner-content-area a .title {
  margin-bottom: 0;
  font-size: 24px;
}
.single-modern-case-studies .inner-content-area a .tmp-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.single-modern-case-studies .inner-content-area a .tmp-icon span {
  display: inline-block;
  padding: 5px 10px;
  overflow: hidden;
}
.single-modern-case-studies .inner-content-area a .tmp-icon span svg path {
  transition-delay: 0.1s;
  fill: #16181c;
}
.single-modern-case-studies .inner-content-area a .tmp-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transform: scale(0.8);
  opacity: 0;
  transition: 0.5s;
}
.single-modern-case-studies .inner-content-area a:hover .tmp-icon {
  background: var(--color-primary);
}
.single-modern-case-studies .inner-content-area a:hover svg {
  animation: arrowUpDown 0.3s linear;
}
.single-modern-case-studies .inner-content-area a:hover svg path {
  fill: #fff !important;
}
.single-modern-case-studies:hover .inner-content-area {
  bottom: 30px;
}
.single-modern-case-studies:hover .inner-content-area a {
  opacity: 1;
}
.single-modern-case-studies:hover .thumbnail img {
  transform: scale(1.1);
}

@keyframes arrowUpDown {
  0% {
    transform: translate(0);
  }
  40% {
    opacity: 0;
    transform: translate(17px, -20px);
  }
  60% {
    opacity: 0;
    transform: translate(-19px, 18px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.project-list-details {
  display: flex;
  align-items: center;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding-left: 0;
}
.project-list-details li {
  width: 43%;
  padding-left: 20px;
  position: relative;
  z-index: 1;
  margin: 0;
}
.project-list-details li::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-primary);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top-120 {
  top: 100px;
}

.single-wrapper-details-right-p {
  padding: 20px;
  border-radius: 6px;
}
.single-wrapper-details-right-p ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-wrapper-details-right-p ul li {
  margin: 10px 0;
  color: var(--color-white);
}
.single-wrapper-details-right-p ul li span {
  color: var(--color-body);
  margin-left: 5px;
}
.single-wrapper-details-right-p.similar-post {
  padding: 30px;
}
.single-wrapper-details-right-p.similar-post h4 {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(45, 45, 45, 0.3215686275);
}
.single-wrapper-details-right-p.similar-post ul li a {
  display: block;
  padding: 9px 15px;
  background: rgba(45, 45, 45, 0.3215686275);
  font-size: 16px;
  border-radius: 5px;
  transition: 0.3s;
}
.single-wrapper-details-right-p.similar-post ul li a:hover {
  transform: translateY(-3px);
  background: var(--color-primary);
  color: #fff;
}

.large-image-portfolio-details {
  height: 100%;
}
.large-image-portfolio-details img {
  height: 100%;
}

.gap-30 {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.gap-30 .thumbnail {
  border-radius: 6px;
  display: block;
  overflow: hidden;
}

.radious-6 {
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
.radious-6 img {
  width: 100%;
}

/*-------------------------
    Testimonial Styles  
--------------------------*/
.card-style-default.testimonial-style-one {
  margin-top: 0;
}
.card-style-default.testimonial-style-one .inner {
  padding-top: 0;
  padding: 30px 40px;
}
@media only screen and (max-width: 575px) {
  .card-style-default.testimonial-style-one .inner {
    padding: 20px;
  }
}
.card-style-default.testimonial-style-one .inner .thumbnail {
  overflow: visible;
  min-width: 50px;
  min-height: 50px;
  margin-left: inherit;
  max-width: 50px;
  max-height: 50px;
  border: 3px solid var(--color-primary);
  position: static;
  transform: none;
  margin-bottom: 15px;
}
.card-style-default.testimonial-style-one .inner .content {
  padding: 0;
  text-align: left;
}
.card-style-default.testimonial-style-one .inner .content .description {
  padding: 0;
  margin-bottom: 27px;
  margin-top: 0px;
}
.card-style-default.testimonial-style-one .inner .content .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
}
.card-style-default.testimonial-style-one .inner .content .subtitle {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.card-style-default.testimonial-style-one .inner .content .rating {
  display: flex;
  align-items: center;
  gap: 10px;
}
.card-style-default.testimonial-style-one .inner .content .rating img {
  max-width: 20px;
  margin-bottom: 0;
}
.card-style-default.testimonial-style-one .inner .content-bottom {
  display: flex;
  align-items: center;
}
.card-style-default.testimonial-style-one .inner .content-bottom .thumbnail {
  margin-bottom: 0;
  margin-right: 15px;
}
.card-style-default.testimonial-style-one.variation-2 .inner {
  padding: 30px 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .card-style-default.testimonial-style-one.variation-2 .inner {
    padding: 22px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .card-style-default.testimonial-style-one.variation-2 .inner {
    padding: 22px 20px;
  }
}
.card-style-default.testimonial-style-one.variation-2 .content .description {
  font-size: 16px;
}
.card-style-default.testimonial-style-one.style-two .inner .thumbnail {
  position: relative;
}
.card-style-default.testimonial-style-one.style-two .inner .description {
  margin-bottom: 19px;
  margin-top: 20px;
}

/*-----------------------------
    Testimonial Style Two  
-------------------------------*/
.testimonial-style-two .content {
  position: relative;
  z-index: 2;
}
.testimonial-style-two .content::after {
  position: absolute;
  content: "“";
  left: -20px;
  color: var(--color-lessdark);
  text-align: center;
  font-size: 320px;
  opacity: 0.7;
  line-height: 50px;
  top: 52px;
  z-index: -1;
}
.testimonial-style-two .content .form {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .testimonial-style-two .content .form {
    margin-bottom: 5px;
  }
}
.testimonial-style-two .content .rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.testimonial-style-two .content .rating a img {
  max-width: 20px;
}
.testimonial-style-two .content .description {
  line-height: 1.5;
  margin-bottom: 30px;
  font-size: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-style-two .content .description {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-style-two .content .description {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-style-two .content .description {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-style-two .content .description {
    font-size: 24px;
  }
}
.testimonial-style-two .content .client-info .title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
}
.testimonial-style-two .content .client-info .subtitle {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: var(--color-body);
  font-style: italic;
}
.testimonial-style-two .thumbnail {
  background: var(--color-card);
  border-radius: 10px;
  padding: 22px;
}
@media only screen and (max-width: 991px) {
  .testimonial-style-two .thumbnail {
    padding: 8px;
  }
}
.testimonial-style-two .thumbnail img {
  border-radius: 10px;
}

.tmp-fluid-section {
  margin: 0 50px;
  border-radius: 25px;
}
@media only screen and (max-width: 575px) {
  .tmp-fluid-section {
    margin: 0 0;
  }
}

.tmp-testimonial-map-wrapper {
  z-index: 2;
  padding: 0 80px;
}

.z-2 {
  z-index: 2 !important;
}

.tmp-testimonial-map-wrapper {
  position: relative;
  padding: 0 80px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-testimonial-map-wrapper {
    padding: 0;
  }
}
.tmp-testimonial-map-wrapper .tmp-testimonial-map-img img {
  width: 100%;
  filter: brightness(0) saturate(100%) invert(21%) sepia(50%) saturate(7082%) hue-rotate(247deg) brightness(97%) contrast(102%);
}
.tmp-testimonial-map-wrapper .tmp-lookbook-portion {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
  height: 80px;
  width: 80px;
  border-radius: var(--radius-full);
  border: 2px solid var(--color-border);
  box-shadow: 0px 0px 28.7px 0px rgba(0, 25, 255, 0.27);
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion {
    width: 35px;
    height: 35px;
  }
}
.tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-xm {
  height: 35px;
  width: 35px;
}
.tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-sm {
  height: 40px;
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-sm {
    width: 35px;
    height: 35px;
  }
}
.tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-md {
  height: 45px;
  width: 45px;
}
@media only screen and (max-width: 767px) {
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-md {
    width: 35px;
    height: 35px;
  }
}
.tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-lg {
  height: 60px;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-lg {
    width: 35px;
    height: 35px;
  }
}
.tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-xl {
  height: 70px;
  width: 70px;
}
@media only screen and (max-width: 767px) {
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion.portion-xl {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box-wrapper {
    height: auto;
    width: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5019607843);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box-wrapper .tmp-lookbook-close-btn {
    display: block;
  }
}
.tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: visible;
}
.tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box.placed-bottom {
  transform: translateX(-90%) translateY(15px);
}
@media only screen and (max-width: 767px) {
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box.placed-bottom {
    transform: unset;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }
}
.tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box.placed-top {
  transform: translateX(-88%) translateY(-22px);
}
@media only screen and (max-width: 767px) {
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box.placed-top {
    transform: translateX(-50%) translateY(-15%);
  }
}
@media only screen and (max-width: 767px) {
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box.placed-top {
    transform: unset;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }
}
.tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box.placed-left {
  transform: translateX(0) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box.placed-left {
    transform: unset;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }
}
.tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box.placed-right {
  transform: translateX(40px) translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .tmp-testimonial-map-wrapper .tmp-lookbook-portion:hover .tmp-lookbook-content-box.placed-right {
    transform: unset;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }
}
.tmp-testimonial-map-wrapper .tmp-lookbook-thumb,
.tmp-testimonial-map-wrapper .tmp-lookbook-thumb img {
  width: 100%;
  height: 100%;
}
.tmp-testimonial-map-wrapper .tmp-lookbook-content-box {
  border-radius: 6px;
  padding: 2px;
  background: var(--color-primary);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}
.tmp-testimonial-map-wrapper .tmp-lookbook-content-box.placed-bottom {
  top: 105%;
  left: 50%;
  transform: translateX(-90%) translateY(0) translateZ(0);
}
.tmp-testimonial-map-wrapper .tmp-lookbook-content-box.placed-bottom .tmp-message-shape {
  top: -5px;
  left: 80%;
}
.tmp-testimonial-map-wrapper .tmp-lookbook-content-box.placed-top {
  bottom: 105%;
  left: 50%;
  transform: translateX(-88%) translateY(-15px) translateZ(0);
}
@media only screen and (max-width: 767px) {
  .tmp-testimonial-map-wrapper .tmp-lookbook-content-box.placed-top {
    bottom: 25px;
    transform: unset;
  }
}
.tmp-testimonial-map-wrapper .tmp-lookbook-content-box.placed-left {
  top: 50%;
  right: 105%;
  transform: translateX(10px) translateY(-50%) translateZ(0);
}
.tmp-testimonial-map-wrapper .tmp-lookbook-content-box.placed-left .tmp-message-shape {
  top: 45%;
  left: 94%;
}
.tmp-testimonial-map-wrapper .tmp-lookbook-content-box.placed-right {
  top: 50%;
  left: 55%;
  transform: translateX(20px) translateY(-50%) translateZ(0);
}
.tmp-testimonial-map-wrapper .tmp-lookbook-content-box.placed-right .tmp-message-shape {
  top: 45%;
  left: -5px;
}
.tmp-testimonial-map-wrapper .tmp-lookbook-content-box .tmp-inner {
  padding: 20px;
  max-width: 312px;
  width: 312px;
  background: var(--color-card);
  border-radius: var(--radius);
  position: relative;
  z-index: 2;
}
.tmp-testimonial-map-wrapper .tmp-lookbook-content-box .tmp-inner p {
  color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .tmp-testimonial-map-wrapper .tmp-lookbook-content-box .tmp-inner {
    padding: 15px;
    width: 300px;
  }
}
.tmp-testimonial-map-wrapper .tmp-lookbook-content-box .tmp-message-shape {
  top: 91%;
  left: 80%;
}
@media only screen and (max-width: 767px) {
  .tmp-testimonial-map-wrapper .tmp-lookbook-content-box .tmp-message-shape {
    left: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-testimonial-map-wrapper .tmp-lookbook-content-box .tmp-message-shape {
    display: none;
  }
}
.tmp-testimonial-map-wrapper .tmp-testimonial-bottom-area {
  padding-bottom: 60px;
  text-align: center;
  margin-top: -6px;
  position: relative;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-testimonial-map-wrapper .tmp-testimonial-bottom-area {
    padding-bottom: 30px;
    margin-top: 20px;
  }
}
.tmp-testimonial-map-wrapper .tmp-counter .odometer-inside {
  display: flex;
  gap: 2px;
}

.tmp-lookbook-close-btn {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
  height: 32px;
  background: var(--color-white);
  font-size: 16px;
  line-height: 30px;
  border: 0;
  color: var(--color-heading);
  border-radius: var(--radius-full);
  font-size: 16px;
  display: none;
  z-index: 3;
}

.tmp-message-shape {
  position: absolute;
  background: var(--color-primary);
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
}
.tmp-message-shape::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: var(--color-card);
}

.map-wrapper-subtitle {
  display: flex;
  align-items: center;
  gap: 15px;
}

.tmp-separator-vertical {
  display: inline-block;
  min-height: 15px;
  height: 100%;
  width: 1px;
  background: var(--color-border);
}

.slick-initialized .slick-slide {
  margin-bottom: 0;
}

.slick-grid-15 {
  margin: 0 -15px;
}
.slick-grid-15 .slide-single-layout {
  padding: 0 15px;
}

/*----------------------
    Slick Dots  
------------------------*/
.tmp-slick-dot .slick-dots {
  bottom: -60px;
}
@media only screen and (max-width: 575px) {
  .tmp-slick-dot .slick-dots {
    bottom: -50px;
  }
}
.tmp-slick-dot .slick-dots li {
  width: 30px;
  margin: 0;
  opacity: 1;
  position: relative;
}
.tmp-slick-dot .slick-dots li button::before {
  display: none;
}
.tmp-slick-dot .slick-dots li button::after {
  background: var(--color-border);
  width: 100%;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 11px;
  background-color: transparent;
  box-shadow: inset 0 0 0 7px var(--color-border);
}
.tmp-slick-dot .slick-dots li.slick-active {
  opacity: 1;
}
.tmp-slick-dot .slick-dots li.slick-active button::after {
  -webkit-transform: scale(2);
  transform: scale(2);
  box-shadow: inset 0 0 0 1px var(--color-primary);
  background-color: transparent;
  background-color: transparent !important;
}
.tmp-slick-dot.dot-light .slick-dots li button::after {
  background: #ffffff;
  box-shadow: inset 0 0 0 5px #ffffff;
}
.tmp-slick-dot.dot-light .slick-dots li.slick-active {
  opacity: 1;
}
.tmp-slick-dot.dot-light .slick-dots li.slick-active button::after {
  -webkit-transform: scale(2);
  transform: scale(2);
  box-shadow: inset 0 0 0 1px var(--color-primary);
  background-color: transparent;
  background-color: transparent !important;
}

/*----------------------
    Slick Arrow  
------------------------*/
.tmp-slick-arrow {
  position: relative;
}
.tmp-slick-arrow button.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
  width: 68px;
  height: 68px;
  border: 2px solid var(--color-border);
  border-radius: 100%;
  color: var(--color-border);
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-slick-arrow button.slick-arrow {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-slick-arrow button.slick-arrow {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-slick-arrow button.slick-arrow {
    display: none !important;
  }
}
.tmp-slick-arrow button.slick-arrow:hover {
  background: var(--color-primary);
  border-color: var(--color-primary) !important;
  transform: translateY(-50%) scale(1.2);
}
.tmp-slick-arrow button.slick-arrow::before {
  line-height: 1;
  opacity: 0.4;
  position: relative;
  top: -2px;
  transition: 0.5s;
  z-index: 2;
}
.tmp-slick-arrow button.slick-arrow.prev-arrow {
  left: 70px;
}
@media only screen and (max-width: 767px) {
  .tmp-slick-arrow button.slick-arrow.prev-arrow {
    left: 10px;
  }
}
.tmp-slick-arrow button.slick-arrow.prev-arrow::before {
  content: url(../images/slick-arrow-left-small.png);
  vertical-align: middle;
}
.tmp-slick-arrow button.slick-arrow.prev-arrow:hover {
  left: 60px;
}
.tmp-slick-arrow button.slick-arrow.prev-arrow:hover::before {
  opacity: 1;
}
.tmp-slick-arrow button.slick-arrow.next-arrow {
  left: auto;
  right: 70px;
}
@media only screen and (max-width: 767px) {
  .tmp-slick-arrow button.slick-arrow.next-arrow {
    right: 10px;
  }
}
.tmp-slick-arrow button.slick-arrow.next-arrow::before {
  content: url(../images/slick-arrow-right-small.png);
  vertical-align: middle;
}
.tmp-slick-arrow button.slick-arrow.next-arrow:hover {
  right: 60px;
}
.tmp-slick-arrow button.slick-arrow.next-arrow:hover::before {
  opacity: 1;
}
.tmp-slick-arrow button.slick-arrow i {
  display: none;
}
.tmp-slick-arrow.slick-arrow-alignwide button.slick-arrow.prev-arrow {
  left: -105px;
}
.tmp-slick-arrow.slick-arrow-alignwide button.slick-arrow.next-arrow {
  right: -105px;
  left: auto;
}
.tmp-slick-arrow:hover button.slick-arrow {
  opacity: 1;
}

.tmp-slick-arrow-white.tmp-slick-arrow button.slick-arrow {
  color: var(--heading-opacity-2);
  border-color: var(--heading-opacity-2);
}

/* -----------------------
Timeline Area  
--------------------------*/
.timeline-line {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: hsla(0, 0%, 76.9%, 0.22);
}
.timeline-line::before, .timeline-line::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
.timeline-line::before {
  height: 100%;
  bottom: 0;
  background: var(--color-card);
}
.timeline-line::after {
  height: 200px;
  top: 0;
  background: linear-gradient(180deg, var(var(--color-card)), rgba(19, 19, 19, 0));
}

.timeline-dot {
  position: absolute;
  top: 50%;
  left: 0;
}
.timeline-dot::before, .timeline-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.timeline-dot::before {
  z-index: 1;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 15px rgba(82, 56, 255, 0.5);
}
.timeline-dot::after {
  border: 5px solid var(var(--color-card));
  background: radial-gradient(50% 50% at 50% 50%, var(--color-card) 48.96%, var(--color-card) 100%);
  z-index: 0;
  width: 31px;
  height: 31px;
}
.timeline-dot .time-line-circle {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(242, 201, 76, 0) 40.62%, rgba(82, 56, 255, 0.5) 100%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: transform;
  -webkit-animation: radialanimation 2.2s cubic-bezier(0.26, 1.04, 0.54, 1) infinite;
  animation: radialanimation 2.2s cubic-bezier(0.26, 1.04, 0.54, 1) infinite;
}

/*------------------------------
    Single Timeline Styles  
-------------------------------*/
.single-timeline {
  position: sticky;
  padding-left: 100px;
  top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-timeline {
    padding-left: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-timeline {
    padding-left: 50px;
    top: 0;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .single-timeline {
    padding-left: 30px;
    position: relative;
    top: 0;
  }
}
.single-timeline .single-content {
  background: var(--color-card);
  -webkit-backdrop-filter: blur(4px) opacity(0.95);
  backdrop-filter: blur(4px) opacity(0.95);
  border-radius: var(--radius-big);
  padding: 50px;
}
.single-timeline .single-content::before, .single-timeline .single-content::after {
  border-radius: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-timeline .single-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-timeline .single-content {
    padding: 20px;
  }
}
.single-timeline .single-content .inner .content .date-of-timeline {
  color: var(--color-body);
  display: block;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  font-style: italic;
  font-size: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-timeline .single-content .inner .content .date-of-timeline {
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .single-timeline .single-content .inner .content .date-of-timeline {
    margin-bottom: 14px;
  }
}
.single-timeline .single-content .inner .content .title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-timeline .single-content .inner .content .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-timeline .single-content .inner .content .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .single-timeline .single-content .inner .content .title {
    font-size: 30px;
  }
}
.single-timeline .single-content .inner .content .description {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-timeline .single-content .inner .content .description {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .single-timeline .single-content .inner .content .description {
    margin-top: 15px;
  }
}
.single-timeline .single-content .thumbnail img {
  border-radius: var(--radius);
}

@-webkit-keyframes radialanimation {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.1);
    transform: translate3d(-50%, -50%, 0) scale(0.1);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
}
@keyframes radialanimation {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.1);
    transform: translate3d(-50%, -50%, 0) scale(0.1);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
}
/*----------------------------
    Timeline Style Two  
----------------------------*/
.timeline-style-two {
  position: relative;
  border-radius: var(--radius-big);
}

.tmp-timeline-single {
  margin-top: 30px;
}
.tmp-timeline-single .tmp-timeline {
  text-align: center;
}
.tmp-timeline-single .tmp-timeline .progress-line {
  position: relative;
  border-radius: 0px;
  height: 6px;
  box-shadow: none;
  margin: 20px 0;
  width: 100%;
}
.tmp-timeline-single .tmp-timeline .progress-line .line-inner {
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;
  background-image: radial-gradient(circle farthest-corner at 0%, var(--color-pink) 25%, var(--color-secondary) 45%, var(--color-primary-light) 65%, var(--color-light-green) 85%);
  background-attachment: fixed;
  background-repeat: repeat-y;
  width: 100%;
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .tmp-timeline-single .tmp-timeline .progress-line .line-inner {
    display: none;
  }
}
.tmp-timeline-single .tmp-timeline .progress-dot {
  position: relative;
  height: 30px;
  display: block;
  width: 100%;
  margin-top: -39px;
  margin-left: -15px;
}
.tmp-timeline-single .tmp-timeline .progress-dot .dot-level {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-primary-light));
  background-attachment: fixed;
  background-repeat: repeat-y;
  position: absolute;
  width: 28px;
  height: 28px;
  display: block;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.tmp-timeline-single .tmp-timeline .progress-dot .dot-level .dot-inner {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: var(--color-darkest);
}
.tmp-timeline-single:first-child .tmp-timeline .progress-line {
  width: 50%;
  left: 50%;
}
.tmp-timeline-single:last-child .tmp-timeline .progress-line {
  width: 50%;
}
.tmp-timeline-single .title {
  margin-bottom: 33px;
  font-size: 20px;
}
.tmp-timeline-single .description {
  padding: 0 10%;
  margin-top: 15px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-timeline-single .description {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-timeline-single .description {
    padding: 0 10px;
  }
}
.tmp-timeline-single.no-gradient .tmp-timeline .progress-line .line-inner {
  background-image: inherit;
  background: var(--color-primary);
}
.tmp-timeline-single.no-gradient .tmp-timeline .progress-dot .dot-level {
  background-image: inherit;
  background: var(--color-primary);
}
.tmp-timeline-single.dark-line .tmp-timeline .progress-line .line-inner {
  background-image: inherit;
  background: var(--color-card);
}
.tmp-timeline-single.dark-line .tmp-timeline .progress-dot .dot-level {
  background-image: inherit;
  background: var(--color-card);
}
.tmp-timeline-single.dark-line .tmp-timeline .progress-dot .dot-level .dot-inner {
  background-color: var(--color-primary);
}

.tmp-working-process-main .nav-tabs {
  border-bottom: none !important;
}
.tmp-working-process-main .nav-link {
  padding: 0;
  border: none;
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .tmp-working-process-main .nav-link {
    width: 100%;
  }
}
.tmp-working-process-main .nav-link.active .working-steps-area-tabs {
  background: var(--color-primary);
}
.tmp-working-process-main .nav-link.active .working-steps-area-tabs .left-icon-number {
  font-size: 22px;
  color: var(--color-white);
}
.tmp-working-process-main .nav-link.active .working-steps-area-tabs .inner-content * {
  color: #fff;
}
.tmp-working-process-main .nav-link:last-child {
  margin-bottom: 0;
}
.tmp-working-process-main .tab-content {
  margin-right: -134px;
}
@media only screen and (max-width: 991px) {
  .tmp-working-process-main .tab-content {
    margin-right: 0;
  }
}

.working-steps-area-tabs {
  background: var(--color-card);
  border-radius: 10px;
  padding: 32px 30px;
  display: flex;
  align-items: center;
  gap: 35px;
  cursor: pointer;
  transition: 0.3s;
}
.working-steps-area-tabs:hover {
  transform: translateY(-5px);
}
@media only screen and (max-width: 991px) {
  .working-steps-area-tabs {
    flex-direction: column;
    align-items: flex-start;
    align-items: flex-start;
    padding: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .working-steps-area-tabs {
    gap: 15px;
  }
}
.working-steps-area-tabs .left-icon-number {
  height: 80px;
  min-width: 80px;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 30px;
  color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .working-steps-area-tabs .left-icon-number {
    height: 40px;
    min-width: 40px;
    font-size: 22px;
  }
}
.working-steps-area-tabs .inner-content .title {
  margin-bottom: 7px;
}
.working-steps-area-tabs .inner-content p.disc {
  margin-bottom: 0;
}

/*--------------------------------
    Call To Action Style  
--------------------------------*/
.clltoaction-style-default {
  padding: 250px 0;
}
.clltoaction-style-default .title {
  font-size: 52px;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 0;
  line-height: 1.4;
  color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .clltoaction-style-default .title {
    font-size: 40px;
  }
}
.clltoaction-style-default .subtitle {
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.clltoaction-style-default .content p {
  color: var(--color-body);
}
.clltoaction-style-default .call-to-btn {
  margin-top: 50px;
}
.clltoaction-style-default .content.text-left .title::before {
  left: 0;
  transform: none;
}
.clltoaction-style-default .content.text-left .subtitle {
  padding: 0 16% 0 0;
}
.clltoaction-style-default.style-2 {
  padding: 130px 0;
}
.clltoaction-style-default.style-3 {
  padding: 150px 0;
}
.clltoaction-style-default.style-3 .content-wrapper {
  background-color: var(--color-lessdark);
  border-radius: var(--radius);
  padding: 50px 40px;
}
.clltoaction-style-default.style-3 .content .title {
  font-size: 32px;
  margin-bottom: 18px;
  padding-bottom: 10px;
  color: var(--color-white);
}
.clltoaction-style-default.style-3 .content .subtitle {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
.clltoaction-style-default.style-3 .call-to-btn {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clltoaction-style-default.style-3 .call-to-btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .clltoaction-style-default.style-3 .call-to-btn {
    margin-top: 20px;
  }
}
.clltoaction-style-default.style-4 {
  padding: 0;
}
.clltoaction-style-default.style-4 .content-wrapper {
  background-color: var(--color-lessdark);
  border-radius: var(--radius);
  padding: 70px 50px;
}
.clltoaction-style-default.style-4 .content .title {
  font-size: 47px;
  margin-bottom: 33px;
  padding-bottom: 16px;
  line-height: 1.4;
}
.clltoaction-style-default.style-4 .content .subtitle {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
.clltoaction-style-default.style-4 .call-to-btn {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clltoaction-style-default.style-4 .call-to-btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .clltoaction-style-default.style-4 .call-to-btn {
    margin-top: 20px;
  }
}
.clltoaction-style-default.style-5 {
  padding: 0;
}
.clltoaction-style-default.style-5 .content-wrapper {
  background-color: var(--color-card);
  border-radius: var(--radius);
  padding: 120px 80px;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clltoaction-style-default.style-5 .content-wrapper {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .clltoaction-style-default.style-5 .content-wrapper {
    padding: 40px 20px;
  }
}
.clltoaction-style-default.style-5 .content-wrapper .shape-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: max-content;
  opacity: 0.7;
}
.clltoaction-style-default.style-5 .content-wrapper .person-stand {
  position: absolute;
  right: 30px;
  bottom: -20px;
  z-index: 0;
  width: max-content;
  max-width: 420px;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .clltoaction-style-default.style-5 .content-wrapper .person-stand {
    max-width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .clltoaction-style-default.style-5 .content-wrapper .person-stand {
    display: none;
  }
}
.clltoaction-style-default.style-5 .content-wrapper .bg-line-animatoin-area-global {
  left: 0;
}
.clltoaction-style-default.style-5 .content .title {
  font-size: 47px;
  margin-bottom: 20px;
  padding-bottom: 0;
  line-height: 1.4;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .clltoaction-style-default.style-5 .content .title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clltoaction-style-default.style-5 .content .title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .clltoaction-style-default.style-5 .content .title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .clltoaction-style-default.style-5 .content .title {
    font-size: 26px;
  }
}
.clltoaction-style-default.style-5 .content .title::before {
  display: none;
}
.clltoaction-style-default.style-5 .content .subtitle {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 10;
}
.clltoaction-style-default.style-5 .call-to-btn {
  margin-top: 30px;
}
.clltoaction-style-default.style-6 {
  padding: 80px 0;
}
.clltoaction-style-default.style-6 .content .title {
  font-size: 36px;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.4;
}
.clltoaction-style-default.style-6 .content .title::before {
  display: none;
}
.clltoaction-style-default.style-6 .call-to-btn {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clltoaction-style-default.style-6 .call-to-btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .clltoaction-style-default.style-6 .call-to-btn {
    margin-top: 20px;
  }
}
.clltoaction-style-default.style-7 {
  padding: 0;
}
.clltoaction-style-default.style-7 .content-wrapper {
  padding: 40px 0;
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
}
.clltoaction-style-default.style-7 .content .subtitle {
  font-size: 16px;
  color: var(--color-body);
  max-width: 450px;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 13px;
  padding: 0;
}
.clltoaction-style-default.style-7 .call-to-btn {
  margin-top: 0;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clltoaction-style-default.style-7 .call-to-btn {
    margin-top: 20px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .clltoaction-style-default.style-7 .call-to-btn {
    margin-top: 20px;
    text-align: left;
  }
}

.tmp-call-to-action.style-8 {
  padding: 100px 0;
  background: var(--color-card);
}
@media only screen and (max-width: 575px) {
  .tmp-call-to-action.style-8 {
    padding: 50px 0;
  }
}
.tmp-call-to-action.style-8 .content-wrapper {
  padding: 40px 0;
  border-bottom: 1px solid var(--color-border);
}
.tmp-call-to-action.style-8 .content .subtitle {
  font-size: 20px;
  color: var(--color-body);
  line-height: 1.5;
  margin-bottom: 0;
}
.tmp-call-to-action.style-8 .call-to-btn {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-call-to-action.style-8 .call-to-btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-call-to-action.style-8 .call-to-btn {
    margin-top: 20px;
  }
}

.images-left-right-float {
  right: -110px !important;
}
@media only screen and (max-width: 575px) {
  .images-left-right-float {
    right: -223px !important;
  }
}

.theme-shape {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.theme-shape::before {
  position: absolute;
  left: -250px;
  top: 250px;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  background-image: linear-gradient(45deg, var(--color-primary), var(--color-light-green));
  opacity: 0.2;
  filter: blur(100px);
  content: "";
  display: none;
}
.theme-shape::after {
  position: absolute;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  opacity: 0.2;
  filter: blur(100px);
  content: "";
  left: auto;
  top: -250px;
  right: -250px;
  bottom: auto;
  display: none;
  background-image: linear-gradient(45deg, var(--color-secondary), var(--color-tertiary));
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-image.bg-image2 {
  background-image: url(../images/call-to-action/bg-image-1.jpg);
}
.bg-image.bg-image3 {
  background-image: url(../images/call-to-action/bg-image-2.jpg);
}

.data-black-overlay {
  position: relative;
}
.data-black-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: #000000;
  opacity: 0.7;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .call-to-action-alignwide .template-slider-wrapper {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-action-alignwide .template-slider-wrapper {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-action-alignwide .sub-title {
    padding-top: 25px;
  }
}
.call-to-action-alignwide p {
  padding-bottom: 0;
}
.call-to-action-alignwide .thumbnail {
  margin-right: -142px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-to-action-alignwide .thumbnail {
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-alignwide .thumbnail {
    margin-right: -15px;
  }
}

.call-to-action-variation-6 {
  max-width: 600px;
}

.content-wrapper.theme-shape {
  position: relative;
  z-index: 1;
}
.content-wrapper.theme-shape .bg-shape-area-cta-main {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 0;
}

.footer-message-and-form {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: var(--gap);
  align-items: end;
}
@media only screen and (max-width: 767px) {
  .footer-message-and-form {
    display: flex;
    grid-template-columns: 1fr 1.4fr;
    gap: var(--gap);
    align-items: end;
    flex-flow: column-reverse;
  }
}
@media only screen and (max-width: 575px) {
  .footer-message-and-form {
    align-items: start;
  }
}
.footer-message-and-form .colophon {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 2rem 0 0;
}
.footer-message-and-form .colophon a {
  transition: 0.3s;
}

.footer-form-wrap {
  background: var(--color-card) !important;
  padding: 30px;
  margin: -80px 0 0;
  position: relative;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: 4px solid var(--color-primary);
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .footer-form-wrap {
    padding: 15px;
  }
}
.footer-form-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/icons/noise.gif);
  z-index: -1;
  background-color: rebeccapurple;
  opacity: 0.03;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.footer-form-wrap h4 {
  font-size: 26px;
}
.footer-form-wrap form {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 575px) {
  .footer-form-wrap form {
    gap: 2px;
  }
}
.footer-form-wrap form input {
  height: 50px;
  background: rgba(255, 255, 255, 0);
  color: var(--color-body);
}

.footer-form-wrap h5 {
  margin-top: 0;
}

.footer-form-wrap:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 100%;
  width: 37px;
  height: 79px;
  background: #5237f9;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media only screen and (max-width: 575px) {
  .footer-form-wrap:after {
    display: none;
  }
}

.bg-cta-modern {
  background-image: url(../images/call-to-action/02.jpg);
  height: 290px;
  display: flex;
  align-items: center;
}
.bg-cta-modern::before {
  z-index: 1;
}
.bg-cta-modern.large-height {
  height: 390px;
}
.bg-cta-modern.large-height .right-wrapper p {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .bg-cta-modern.large-height .right-wrapper p {
    font-size: 20px;
  }
}

.call-to-action-modern-wrapper {
  display: flex;
  align-items: center;
  gap: 320px;
}
@media only screen and (max-width: 991px) {
  .call-to-action-modern-wrapper {
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-modern-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-modern-wrapper {
    flex-direction: column;
    gap: 10px !important;
    margin-bottom: 46px;
  }
}
.call-to-action-modern-wrapper .title {
  font-size: 54px;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .call-to-action-modern-wrapper .title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action-modern-wrapper .title {
    font-size: 36px;
  }
  .call-to-action-modern-wrapper .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-modern-wrapper .title {
    font-size: 32px;
  }
}
.call-to-action-modern-wrapper .right-wrapper {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media only screen and (max-width: 767px) {
  .call-to-action-modern-wrapper .right-wrapper .icons {
    display: none;
  }
}
.call-to-action-modern-wrapper .right-wrapper p {
  font-size: 26px;
  margin: 0;
  color: #fff;
}
.call-to-action-modern-wrapper .right-wrapper p a {
  font-weight: 600;
  color: #fff;
  transition: 0.3s;
  text-decoration: underline;
}
.call-to-action-modern-wrapper .right-wrapper p a:hover {
  color: var(--color-primary);
}

/*---------------------
    Tab Styles  
-----------------------*/
.tmp-default-tab {
  position: relative;
}
.tmp-default-tab .tab-button {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  border-bottom: none;
}
.tmp-default-tab .tab-button .tabs__tab {
  margin: 0;
}
.tmp-default-tab .tab-button .tabs__tab .nav-link {
  color: var(--color-white);
  padding: 15px 44px;
  margin-bottom: -2px;
  outline: none;
  border: 0 none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-default-tab .tab-button .tabs__tab .nav-link {
    padding: 24px 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-default-tab .tab-button .tabs__tab .nav-link {
    padding: 24px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-default-tab .tab-button .tabs__tab .nav-link {
    padding: 24px 20px;
  }
}
.tmp-default-tab .tab-button .tabs__tab .nav-link.active {
  background: var(--color-primary);
  border-color: transparent;
}
.tmp-default-tab .tab-button .tmp-tab-button button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0 none;
  color: var(--color-white);
}
.tmp-default-tab .tmp-tab-content {
  background: var(--color-card);
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .tmp-default-tab .tmp-tab-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-default-tab .tmp-tab-content {
    padding: 20px;
  }
}
.tmp-default-tab .tmp-tab-content p:last-child {
  margin-bottom: 0;
}
.tmp-default-tab.style-two .tab-button {
  margin-bottom: 20px;
}
.tmp-default-tab.style-two .tab-button .tabs__tab button {
  border-radius: var(--radius-small);
}
.tmp-default-tab.style-two .tmp-tab-content {
  border-radius: var(--radius-small);
}

.tmp-default-tab::before {
  background-color: var(--color-primary);
  background: linear-gradient(95deg, var(--color-primary) 15%, var(--color-tertiary) 45%, var(--color-pink) 75%, var(--color-secondary) 100%) 95%/200% 100%;
  width: 100%;
  height: 70%;
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  border-radius: 10px;
  opacity: 0.5;
  backdrop-filter: blur(20px);
}

.tmp-no-padding {
  padding: 0 !important;
}

.tmp-pricing {
  padding: 40px;
  position: relative;
  z-index: 2;
  border: 2px solid var(--color-border);
  border: none;
  border-radius: 5px;
  transition: all 0.6s cubic-bezier(0.33, 0.84, 0.31, 0.98);
  transform-style: preserve-3d;
}
.tmp-pricing.with-gradient-bg {
  background: var(--color-card);
}
.tmp-pricing.with-gradient-bg .popular-tag {
  background: var(--color-primary);
  color: var(--color-white);
  text-align: center;
  position: absolute;
  z-index: 1;
  height: 40px;
  top: 30px;
  right: -79px;
  width: 257px;
  transform: rotate(45deg);
  line-height: 37px;
}
.tmp-pricing.with-gradient-bg .pricing-body .list-style--1 li {
  color: var(--color-white);
}
.tmp-pricing.with-gradient-bg::after {
  opacity: 0.5;
  background: linear-gradient(0, rgba(82, 55, 249, 0.51) 0%, rgba(237, 221, 83, 0) 80%);
}
.tmp-pricing.with-gradient-bg::before {
  background: var(--color-card) !important;
}
.tmp-pricing .pricing-table-inner .pricing-header {
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: left;
  border-bottom: 2px solid var(--color-border);
}
.tmp-pricing .pricing-table-inner .pricing-header .pricing {
  display: flex;
  align-items: flex-end;
  gap: 11px;
}
.tmp-pricing .pricing-table-inner .pricing-header .pricing .subtitle {
  margin-bottom: 12px;
  font-weight: 800;
  color: var(--color-primary) !important;
}
.tmp-pricing .pricing-table-inner .pricing-header .title {
  margin-bottom: 20px;
}
.tmp-pricing .pricing-table-inner .pricing-header .price-wrapper {
  display: flex;
  justify-content: flex-start;
}
.tmp-pricing .pricing-table-inner .pricing-header .pricing span {
  display: block;
}
.tmp-pricing .pricing-table-inner .pricing-header .pricing span.currency {
  font-size: 38px;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  color: var(--color-heading);
}
.tmp-pricing .pricing-table-inner .pricing-header .pricing span.price {
  font-size: 56px;
  color: var(--color-white);
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .tmp-pricing .pricing-table-inner .pricing-header .pricing span.price {
    font-size: 54px;
  }
}
.tmp-pricing .pricing-table-inner .pricing-header .pricing span.subtitle {
  font-size: 14px;
  color: var(--color-body);
}
.tmp-pricing .pricing-table-inner .pricing-body {
  text-align: left;
  margin-bottom: 30px;
}
.tmp-pricing .pricing-table-inner .pricing-body .list-style--1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tmp-pricing .pricing-table-inner .pricing-body .list-style--1 li {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tmp-pricing .pricing-table-inner .pricing-body .list-style--1 li i {
  height: 22px;
  width: 22px;
  background: rgba(255, 255, 255, 0.0392156863);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tmp-pricing .pricing-table-inner .pricing-footer {
  text-align: center;
}
.tmp-pricing.style-2 {
  background-color: var(--color-card);
  border-color: transparent !important;
}
.tmp-pricing.style-4 {
  margin-left: -1px;
  margin-right: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-pricing.style-4 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-pricing.style-4 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.tmp-pricing.style-5 .pricing-table-inner {
  background-color: var(--color-card);
  border-color: transparent;
  padding: 0;
  padding-bottom: 40px;
  border: 0 none;
}
.tmp-pricing.style-5 .pricing-table-inner::before {
  display: none;
}
.tmp-pricing.style-5 .pricing-table-inner .pricing-header {
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: 0 none !important;
}
.tmp-pricing.style-5 .pricing-table-inner .pricing-header .title {
  padding: 30px 40px;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.tmp-pricing.style-5 .pricing-table-inner .pricing-header .price-wrapper {
  margin-bottom: 5px;
}
.tmp-pricing.style-5 .pricing-table-inner .pricing-header .pricing span.currency {
  font-size: 40px;
  position: relative;
  top: 0px;
  left: 0;
  opacity: 1;
  color: var(--color-white);
  font-weight: 700;
  line-height: 7px;
  display: flex;
  align-items: center;
}
.tmp-pricing.style-5 .pricing-table-inner .pricing-header .pricing span.price {
  font-size: 50px;
  color: var(--color-white);
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0;
}
.tmp-pricing.style-5 .pricing-table-inner .pricing-header .pricing span.subtitle {
  color: var(--color-white);
}
.tmp-pricing.style-5 .pricing-table-inner .pricing {
  background-color: var(--color-body);
  padding: 30px;
}

.pricing-table.large-padding {
  padding: 37px 50px 40px 50px;
}

.pricing-area {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pricing-table-items .pricing-table {
  border-radius: 6px;
  padding: 37px 40px 40px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .pricing-table-items .pricing-table {
    padding: 25px;
  }
}
.pricing-table-items .pricing-table .popular-tag {
  background: var(--color-primary);
  color: var(--color-white);
  text-align: center;
  position: absolute;
  z-index: 1;
  height: 40px;
  top: 30px;
  right: -79px;
  width: 257px;
  transform: rotate(45deg);
  line-height: 37px;
}

.pricing-table-items .pricing-table:hover {
  border-color: var(--color-primary);
}

.pricing-table-items .pricing-table .pricing-table-header {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 20px;
  margin-bottom: 34px;
}
@media only screen and (max-width: 1199px) {
  .pricing-table-items .pricing-table .pricing-table-header {
    margin-bottom: 15px;
  }
}

.pricing-table-items .pricing-table .pricing-table-header .top {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .pricing-table-items .pricing-table .pricing-table-header .top {
    flex-wrap: wrap;
    gap: 15px;
  }
}

.pricing-table-items .pricing-table .pricing-table-header h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  margin: 0;
}

.pricing-table-items .pricing-table .pricing-table-header .top p {
  font-size: 13px;
  line-height: 20px;
  color: var(--color-body);
  margin: 0;
}

.pricing-table-items .pricing-table .pricing-table-header h1 {
  font-size: 48px;
  color: var(--color-primary);
  font-weight: 600;
  margin: 0;
}

.pricing-table-items .pricing-table .pricing-table-header h1 span {
  font-size: 20px;
  color: var(--color-body);
}

.pricing-table-items .pricing-table ul {
  margin-bottom: 80px;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1199px) {
  .pricing-table-items .pricing-table ul {
    margin-bottom: 40px;
  }
}

.pricing-table-items .pricing-table ul li {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}

.pricing-table-items .pricing-table ul li:last-child {
  margin-bottom: 0;
}

.pricing-table-items .info {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin: 60px 0 0 0;
}

.pricing-table-items .info a {
  color: var(--color-primary);
  text-decoration: underline;
  line-height: 0;
  padding: 0;
  margin: 0;
  height: 0;
  margin-top: 33px;
  margin-left: 5px;
}

.bg-color-card .tmp-pricing {
  border: 1px solid var(--color-border);
}

.pricing-tab-nav-yearly.nav-tabs {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.pricing-tab-nav-yearly.nav-tabs .nav-link.active {
  background: var(--color-primary);
  color: var(--color-white);
  border: 2px solid transparent;
}
.pricing-tab-nav-yearly.nav-tabs .nav-link:focus {
  background: var(--color-primary);
  color: var(--color-white);
  border: 2px solid transparent;
}

/*--------------------------
    split Area Styles  
----------------------------*/
.tmp-splite-style .thumbnail img {
  border-radius: 0;
  width: 100%;
}
.tmp-splite-style .thumbnail.image-left-content img {
  border-radius: 0 10px 10px 0;
}
.tmp-splite-style .split-inner {
  padding: 30px 115px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-splite-style .split-inner {
    padding: 40px 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-splite-style .split-inner {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-splite-style .split-inner {
    padding: 40px 30px;
  }
}
.tmp-splite-style .split-inner .title {
  font-size: 36px;
  line-height: 50px;
  color: var(--color-heading);
  font-weight: var(--p-bold);
}
@media only screen and (max-width: 767px) {
  .tmp-splite-style .split-inner .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.tmp-splite-style .split-inner .split-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.tmp-splite-style .split-inner .split-list li {
  color: var(--color-dark-alt);
}

/*----------------------------
    Video Popup Styles  
------------------------------*/
.video-popup,
.tmp-gallery {
  position: relative;
  display: block;
}
.video-popup .thumbnail img,
.tmp-gallery .thumbnail img {
  width: 100%;
}
.video-popup .video-icon,
.tmp-gallery .video-icon {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 10px;
  transition: 0.4s;
}

.tmp-gallery .video-icon {
  opacity: 0;
  transition: 0.4s;
  transform: translate(-50%, -50%) scale(0.5);
}
.tmp-gallery:hover .video-icon {
  opacity: 1;
  margin-top: 0;
  transform: translate(-50%, -50%) scale(1);
}

.video-gallery-content {
  border-radius: 10px;
  padding-top: 300px;
  padding-bottom: 60px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-gallery-content {
    padding-bottom: 40px;
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .video-gallery-content {
    padding-bottom: 40px;
    padding-top: 150px;
  }
}
.video-gallery-content .overlay-content {
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .video-gallery-content .overlay-content {
    padding: 0 20px;
  }
}
.video-gallery-content .overlay-content .title {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 30px;
  letter-spacing: 0.5px;
  line-height: 1.4;
  color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .video-gallery-content .overlay-content .title {
    font-size: 20px;
  }
}

/*------------------------------
    Gallery Styles  
--------------------------------*/
.tmp-temaplte-gallery-wrapper .thumbnail img {
  width: 100%;
  border-radius: 10px;
}

.template-slider-wrapper .sub-title {
  color: var(--color-primary);
}
.template-slider-wrapper .title {
  font-weight: var(--p-black);
}
.template-slider-wrapper .description {
  max-width: 900px;
}

/*==========================
    Contact Address 
============================*/
.contact-form-1 .form-group input {
  height: 70px;
  padding: 0 20px;
}
.contact-form-1 .form-group textarea {
  padding-top: 20px;
  padding-left: 20px;
}
.contact-form-1 .form-group .attach {
  border: var(--border-width) solid var(--color-border);
  position: relative;
  max-height: 70px;
}
.contact-form-1 .form-group .attach label {
  width: 100%;
  display: flex;
  align-items: center;
  min-width: max-content;
  height: 70px;
  padding-left: 15px;
}
.contact-form-1 .form-group .attach input {
  height: auto;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}

.contact-address-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*--------------------------
    Address Area  
----------------------------*/
.tmp-address {
  padding: 22px 20px;
  border-radius: 10px;
  background: var(--color-card);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-address {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-address {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-address {
    padding: 30px 20px;
  }
}
.tmp-address .icon {
  color: var(--color-primary);
  border-radius: 100%;
  font-size: 40px;
  display: inline-block;
  margin-bottom: 0;
  line-height: 6px;
  margin-right: 20px;
}
.tmp-address .inner h4.title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.tmp-address .inner p {
  font-size: 18px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-address .inner p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-address .inner p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-address .inner p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-address .inner p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-address .inner p br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-address .inner p br {
    display: none;
  }
}
.tmp-address .inner p a {
  color: var(--color-body);
}
.tmp-address .inner p a:hover {
  color: var(--color-primary);
}
.tmp-address:hover {
  transform: translateY(-5px);
}

.google-map-style-1 {
  width: 100%;
  height: 500px;
}

.with-input-bg input,
.with-input-bg textarea {
  background: #19191b;
}

.aapoiment-left-area-thumbnail img {
  border-radius: 10px;
}

.appoinment-form-wrapper {
  padding: 30px;
  background: var(--color-card);
  border-radius: 10px;
  height: 100%;
}
@media only screen and (max-width: 575px) {
  .appoinment-form-wrapper {
    padding: 15px;
  }
}
.appoinment-form-wrapper .form-group-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 575px) {
  .appoinment-form-wrapper .form-group-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.appoinment-form-wrapper .form-group-wrapper .form-group {
  width: 100%;
}

.brand-carousel-activation {
  padding: 0 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-carousel-activation {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-carousel-activation {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-carousel-activation {
    padding: 0 10px;
  }
}
.brand-carousel-activation li {
  margin-top: 0;
  margin-bottom: 0;
}
.brand-carousel-activation li a {
  display: block;
}
.brand-carousel-activation li a img {
  opacity: 1;
  transition: 0.4s;
  max-width: 120px;
}
.brand-carousel-activation li:hover a img {
  opacity: 1;
  transform: scale(1.1);
}
.brand-carousel-activation.tmp-slick-arrow button.slick-arrow {
  width: 50px;
  height: 50px;
}
.brand-carousel-activation.tmp-slick-arrow button.slick-arrow i {
  display: block;
  font-size: 24px;
  color: #fff;
}
.brand-carousel-activation.tmp-slick-arrow button.slick-arrow::before {
  display: none;
}

.brand-list .slick-track {
  display: flex;
  align-items: center;
}

.brand-style-1 {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.brand-style-1 li {
  flex-basis: 25%;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  margin: 0px 0px -2px -2px;
  border-color: var(--color-border);
  padding: 40px 0 40px 0;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .brand-style-1 li {
    flex-basis: 33.33%;
  }
}
@media only screen and (max-width: 479px) {
  .brand-style-1 li {
    flex-basis: 50%;
  }
}
.brand-style-1 li a {
  display: block;
}
.brand-style-1 li a img {
  opacity: 1;
  transition: 0.4s;
  max-width: 120px;
}
.brand-style-1 li:hover a img {
  opacity: 1;
  transform: scale(1.1);
}

.brand-style-2 {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.brand-style-2 li {
  flex-basis: 16.666%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-style-2 li {
    flex-basis: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .brand-style-2 li {
    flex-basis: 25%;
  }
}
@media only screen and (max-width: 575px) {
  .brand-style-2 li {
    flex-basis: 33.33%;
  }
}
@media only screen and (max-width: 479px) {
  .brand-style-2 li {
    flex-basis: 50%;
  }
}
.brand-style-2 li a {
  display: block;
}
.brand-style-2 li a img {
  opacity: 1;
  transition: 0.3s;
  max-width: 120px;
}
.brand-style-2 li:hover a img {
  opacity: 1;
  transform: scale(1.1);
}
.brand-style-2.variation-2 li {
  flex-basis: 25%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .brand-style-2.variation-2 li {
    flex-basis: 33.33%;
  }
}
@media only screen and (max-width: 479px) {
  .brand-style-2.variation-2 li {
    flex-basis: 50%;
  }
}

.brand-carousel-activation .slick-dots {
  max-width: max-content;
  left: 50%;
  transform: translateX(-50%);
}

/*---------------------------
    Error Styles Area  
-----------------------------*/
.error-inner {
  text-align: center;
}
.error-inner h1 {
  font-size: 200px;
  line-height: 1;
  color: var(--color-primary);
  font-weight: var(--p-bold);
}
@media only screen and (max-width: 767px) {
  .error-inner h1 {
    font-size: 100px;
    line-height: 1;
  }
}
.error-inner .title {
  line-height: 45px;
  font-weight: var(--p-bold);
}
.error-inner .description {
  font-size: var(--font-size-b2);
  line-height: 28px;
  color: var(--color-body);
  font-weight: var(--f-regular);
  margin-bottom: 30px;
}
.error-inner .blog-search {
  display: inline-block;
}
.error-inner .blog-search input {
  min-width: 500px;
}
.error-inner .view-more-button {
  margin-top: 30px;
}

.advance-tab-button-1 .tab-button-list {
  list-style: none;
  padding: 0;
  margin: -10px 0;
}
.advance-tab-button-1 .tab-button-list li {
  margin: 10px 0;
}
.advance-tab-button-1 .tab-button-list .tab-button {
  cursor: pointer;
  padding: 47px 27px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  background-color: transparent;
  border: 0 none;
  margin: 0;
}
.advance-tab-button-1 .tab-button-list .tab-button::before {
  position: absolute;
  content: "";
  background: var(--color-blackest);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
  transform: scale(0.9);
  z-index: -1;
  border-radius: 7px;
}
.advance-tab-button-1 .tab-button-list .tab-button:hover::before {
  opacity: 1;
  transform: scale(1);
}
.advance-tab-button-1 .tab-button-list .tab-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  border-left: 20px solid var(--color-blackest);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  margin-top: -20px;
  opacity: 0;
  transition: 0.3s;
  transform: scale(0.9);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advance-tab-button-1 .tab-button-list .tab-button::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .advance-tab-button-1 .tab-button-list .tab-button::after {
    display: none;
  }
}
.advance-tab-button-1 .tab-button-list .tab-button .title {
  color: var(--color-body);
  font-size: 20px;
  margin-bottom: 10px;
  transition: 0.3s;
}
.advance-tab-button-1 .tab-button-list .tab-button .description {
  margin-bottom: 0;
  transition: 0.3s;
}
.advance-tab-button-1 .tab-button-list .tab-button.tab-with-icon {
  padding: 25px;
  border: 1px solid var(--color-card) !important;
}
.advance-tab-button-1 .tab-button-list .tab-button.tab-with-icon .tab {
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 575px) {
  .advance-tab-button-1 .tab-button-list .tab-button.tab-with-icon .tab {
    height: auto;
    text-align: left;
    display: block;
  }
}
.advance-tab-button-1 .tab-button-list .tab-button.tab-with-icon .tab .icon {
  display: flex;
  width: 60px;
  border-radius: 5px;
  background: var(--color-primary-darker);
  color: var(--color-primary);
  text-align: center;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  min-width: 60px;
}
@media only screen and (max-width: 575px) {
  .advance-tab-button-1 .tab-button-list .tab-button.tab-with-icon .tab .icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-bottom: 10px;
  }
}
.advance-tab-button-1 .tab-button-list .tab-button.tab-with-icon .tab .content {
  padding-right: 24px;
  padding-left: 24px;
}
@media only screen and (max-width: 575px) {
  .advance-tab-button-1 .tab-button-list .tab-button.tab-with-icon .tab .content {
    padding: 0;
  }
}
.advance-tab-button-1 .tab-button-list .tab-button.tab-with-icon .tab .content .description {
  font-size: var(--font-size-b3);
}
.advance-tab-button-1 .tab-button-list .tab-button.bg-color-white-off::before {
  background: var(--color-card);
}
.advance-tab-button-1 .tab-button-list .tab-button.bg-color-white-off::after {
  border-left: 20px solid var(--color-card);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.advance-tab-button-1 .tab-button-list .tab-button.tab-with-icon.active {
  border: 1px solid transparent !important;
}
.advance-tab-button-1 .tab-button-list .tab-button.active .title {
  color: var(--color-white);
}
.advance-tab-button-1 .tab-button-list .tab-button.active::before {
  opacity: 1;
  transform: scale(1);
}
.advance-tab-button-1 .tab-button-list .tab-button.active::after {
  opacity: 1;
  transform: scale(1);
}

.nav-tabs {
  border-bottom: 0;
}

.advance-tab-content-1 .thumbnail img {
  border-radius: 10px;
}

.advance-tab-button-1.right-align .tab-button-list .tab-button::after {
  transform: scale(0.9) rotate(-180deg);
  left: auto;
  right: 100%;
}

.advance-tab-button-1.right-align .tab-button-list .tab-button::after {
  transform: scale(1) rotate(-180deg);
}

.advance-tab-button-1.right-top .tab-button-list .tab-button::after {
  left: 50%;
  transform: scale(0.9) translateX(-50%) rotate(-92deg);
  bottom: 94%;
  top: auto;
}

.advance-tab-button-1.right-top .tab-button-list .tab-button::after {
  opacity: 0;
  transform: scale(1) translateX(-50%) rotate(-92deg);
}

.advance-tab-button-1.right-top .tab-button-list .tab-button.active::after {
  opacity: 1;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus {
  color: #495057;
  background: transparent;
  border: 0 none;
  box-shadow: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.advance-tab-button-1 .tab-button-list .tab-button:focus {
  outline: none;
  border: 0 none;
  box-shadow: none;
}

.service-thumbnail-offset {
  margin-right: -50px;
  margin-bottom: -50px;
  border-radius: 10px 0 10px 0;
}
.service-thumbnail-offset img {
  border-radius: 10px 0 10px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .service-thumbnail-offset {
    margin-right: -30px;
    margin-bottom: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-thumbnail-offset {
    margin-right: -30px;
    margin-bottom: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-thumbnail-offset {
    margin-right: -30px;
    margin-bottom: -40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advance-tab-four .tab-content .thumbnail {
    margin-top: 30px;
  }
}

/*----------------------------
    Advance Pricing Table  
------------------------------*/
.advance-pricing {
  background: var(--color-blackest);
  border-radius: 10px;
}
.advance-pricing .pricing-left {
  height: 100%;
  background: var(--color-lessdark);
  padding: 60px 50px;
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .advance-pricing .pricing-left {
    padding: 30px 20px;
  }
}
.advance-pricing .pricing-left .main-title {
  margin-bottom: 10px;
}
.advance-pricing .pricing-left .price-wrapper .price-amount {
  font-size: 60px;
  text-align: center;
  display: block;
  color: var(--color-white);
  font-weight: 700;
}
.advance-pricing .pricing-left .price-wrapper .price-amount sup {
  font-size: 16px;
  top: -34px;
}
.advance-pricing .pricing-left .tmp-btn {
  width: 100%;
  margin: 10px 0;
}
.advance-pricing .pricing-left .rating {
  text-align: center;
  margin-top: 5px;
}
.advance-pricing .pricing-left .rating a {
  font-weight: 700;
  color: #f1b304;
}
.advance-pricing .pricing-left .rating a svg {
  fill: #f1b304;
}
.advance-pricing .pricing-left .subtitle {
  display: block;
  color: var(--color-body);
  text-align: center;
}
.advance-pricing .pricing-right {
  padding: 60px 30px;
}
.advance-pricing .pricing-right .price-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.advance-pricing .pricing-right .price-title li {
  font-size: 16px;
  margin: 8px 0;
}

.tmp-comment-form .section-title span.subtitle {
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.tmp-comment-form .section-title .title {
  font-size: 50px;
  font-weight: 600;
  line-height: 62px;
  margin-bottom: 20px;
  color: var(--color-white);
}
@media only screen and (max-width: 479px) {
  .tmp-comment-form .section-title .title {
    font-size: 28px;
  }
}

iframe {
  border-radius: 10px;
}

.prsfrom-group input {
  border: 2px solid var(--color-border);
  border-radius: 4px;
  height: 50px;
  font-size: 16px;
}
.prsfrom-group textarea {
  min-height: 193px;
  border: 2px solid var(--color-border);
  border-radius: 4px;
  resize: none;
  padding: 15px;
  font-size: 16px;
  transition: 0.4s;
}
.prsfrom-group textarea:focus {
  border-color: var(--color-primary);
}

/*--------------------------
    Swicher Styles  
----------------------------*/
.active-dark-mode .my_switcher ul li .setColor.dark {
  display: none;
}

.active-light-mode .my_switcher ul li .setColor.light {
  display: none;
}

.active-light-mode .my_switcher ul li a.dark img {
  display: block;
}

.my_switcher ul li a.dark img {
  display: none;
  filter: brightness(100);
}

.my_switcher {
  border: 0 none;
  padding: 0;
  margin-left: 10px;
  width: 40px;
  background: var(--color-primary);
  display: flex;
  justify-content: center;
  height: 40px;
  align-items: center;
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .my_switcher {
    margin-left: 5px;
  }
}
.my_switcher ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 100%;
}
.my_switcher ul li {
  margin-top: 0;
  margin-bottom: 0;
}
.my_switcher ul li a {
  display: block;
  position: relative;
  z-index: 2;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.my_switcher ul li a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.my_switcher ul li a.active {
  display: none;
}

.show-on-scroll {
  opacity: 0;
}

.show-on-scroll.show {
  opacity: 1;
}

.show-on-scroll.hide {
  opacity: 0;
}

.scrollbar {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 4px;
  transition: all linear 0.1s;
  min-width: 0%;
  z-index: 1000;
}

.scrollbar-v {
  background: var(--color-primary);
  position: fixed;
  top: calc(50% + 60px);
  right: 60px;
  width: 2px;
  transition: all linear 0.1s;
  min-height: 0%;
  z-index: 1000;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .scrollbar-v {
    right: 30px;
  }
}

.scrollbar-v:before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  min-height: 100px;
  background: rgba(255, 255, 255, 0.15);
}

.scrollbar-v::after {
  content: "";
  position: absolute;
  left: -13px;
  width: 25px;
  min-height: 100px;
  background: transparent;
}

.scrollbar-v.dark:before {
  background: rgba(255, 255, 255, 0.2);
}

.float-text {
  width: 20px;
  position: fixed;
  z-index: 1002;
  margin-left: 30px;
  text-align: center;
  font-size: 12px;
  top: 50%;
  right: 38px;
  transform: translate(-50%, -50%);
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .float-text {
    right: 8px;
  }
}

.float-text a {
  color: #fff;
}

.float-text.dark a {
  color: #ffffff;
}

.float-text span {
  margin-left: -5px;
  margin-top: 20px;
  writing-mode: vertical-rl;
  letter-spacing: 0.75px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #222;
}

.float-text-right {
  width: 20px;
  position: fixed;
  z-index: 1000;
  margin-left: 30px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 12px;
  top: 50%;
  right: 15px;
}

.show-on-scroll span a {
  padding: 9px 5px;
  border-radius: 20px;
  background: var(--color-card);
  color: var(--color-white);
  box-shadow: rgba(62, 62, 62, 0.2) 0px 8px 24px;
}

/*--------------------------
    About Styles  
---------------------------*/
.about-style-4 .title {
  font-weight: 400;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-style-4 .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-style-4 .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .about-style-4 .title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .about-style-4 .title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .about-style-4 .title {
    font-size: 26px;
  }
}
.about-style-4 .title strong {
  color: var(--color-primary);
}
.about-style-4 .feature-list {
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1199px) {
  .about-style-4 .feature-list {
    margin-bottom: 15px;
  }
}
.about-style-4 .feature-list li {
  display: flex;
}
.about-style-4 .feature-list li .icon {
  background: var(--color-primary);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: var(--color-white);
  text-align: center;
  min-width: 30px;
}
.about-style-4 .feature-list li .icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.about-style-4 .feature-list li .title-wrapper {
  margin-left: 13px;
}
.about-style-4 .feature-list li .title-wrapper .title {
  font-size: 18px;
  margin: 0;
}
.about-style-4 .feature-list li .title-wrapper .text {
  font-size: 16px;
  margin-bottom: 20px;
  max-width: 80%;
  margin-top: 13px;
}
@media only screen and (max-width: 1199px) {
  .about-style-4 .feature-list li .title-wrapper .text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .about-style-4 .feature-list li .title-wrapper .text {
    max-width: 100%;
  }
}

.why-choose-thumb.about-relative-thumb {
  position: relative;
}

.about-style-5 {
  position: relative;
  z-index: 2;
}
.about-style-5 .about-wrapper {
  margin-top: -150px;
  background: var(--color-blackest);
  border-radius: 10px;
  padding: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-5 .about-wrapper {
    margin-top: 80px;
    padding: 15px 15px 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-5 .about-wrapper {
    margin-top: 80px;
    padding: 15px 15px 30px 15px;
  }
}
.about-style-5 .about-wrapper .thumbnail img {
  border-radius: 10px;
}
.about-style-5 .about-wrapper .content .inner {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .about-style-5 .about-wrapper .content .inner {
    padding: 0;
  }
}
.about-style-5 .about-wrapper .content .inner .title {
  font-size: 30px;
  margin-bottom: 13px;
}
.about-style-5 .about-wrapper .content .inner p {
  margin-bottom: 20px;
  width: 80%;
}

.contact-address {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-address li {
  font-size: 16px;
}
.contact-address li i {
  color: var(--color-primary);
  margin-right: 10px;
}

.about-style-6 .tmp-progress-style-1,
.about-style-6 .wrapper {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
  border-radius: 10px;
}
.about-style-6 .wrapper {
  padding: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-style-6 .wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-style-6 .wrapper {
    padding: 20px;
  }
}
.about-style-6 .wrapper::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: var(--color-lessdark);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
  border-radius: 10px;
}
.about-style-6 .thumbnail img {
  max-height: 200px;
}
.about-style-6 .subtitle {
  font-size: 18px;
  font-weight: 500;
}
.about-style-6 .maintitle {
  font-size: 30px;
  line-height: 1.3;
  margin-top: 17px;
  margin-bottom: 25px;
}

.finance-about-image {
  height: 679px !important;
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 767px) {
  .finance-about-image {
    height: auto !important;
  }
}

.image-about-realstate {
  height: 742px;
}
@media only screen and (max-width: 1199px) {
  .image-about-realstate {
    height: auto;
  }
}

.about-2-thumbnail-left-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-left: -70px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-2-thumbnail-left-wrapper {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .about-2-thumbnail-left-wrapper {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-2-thumbnail-left-wrapper {
    margin-left: 0;
  }
}
.about-2-thumbnail-left-wrapper .single-thumbnail {
  position: relative;
}
.about-2-thumbnail-left-wrapper .single-thumbnail .video-icon {
  position: absolute;
  z-index: 20;
  right: 30px;
  bottom: 30px;
}
.about-2-thumbnail-left-wrapper .absolute-rating-area {
  position: absolute;
  left: 40%;
  padding: 20px 32px;
  background: var(--color-card);
  border-radius: 6px;
  bottom: 25%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  right: auto !important;
  border: 1px solid var(--color-border);
}
.about-2-thumbnail-left-wrapper .absolute-rating-area p {
  margin-bottom: 10px;
}
.about-2-thumbnail-left-wrapper .absolute-rating-area p .odometer {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 18px;
}
.about-2-thumbnail-left-wrapper .stars-area {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
}
.about-2-thumbnail-left-wrapper .stars-area img {
  max-width: 16px;
  margin-bottom: 0;
}

.tmp-about-area-fluid {
  background: var(--color-card);
}

.about-relative-thumb .absolute-rating-area {
  position: absolute;
  left: -10%;
  padding: 20px 32px;
  background: var(--color-card);
  border-radius: 6px;
  bottom: 9%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  right: auto !important;
  border: 1px solid var(--color-border);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-relative-thumb .absolute-rating-area {
    left: 7%;
  }
}
@media only screen and (max-width: 1199px) {
  .about-relative-thumb .absolute-rating-area {
    left: 15%;
  }
}
@media only screen and (max-width: 991px) {
  .about-relative-thumb .absolute-rating-area {
    left: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .about-relative-thumb .absolute-rating-area {
    left: 15%;
  }
}
@media only screen and (max-width: 575px) {
  .about-relative-thumb .absolute-rating-area {
    padding: 5px 16px;
    bottom: 10px;
  }
}
.about-relative-thumb .absolute-rating-area img {
  margin-bottom: 15px;
}
.about-relative-thumb .absolute-rating-area .profile-share a img {
  max-width: 45px;
}
.about-relative-thumb .absolute-rating-area .stars-area {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
}
.about-relative-thumb .absolute-rating-area .stars-area img {
  max-width: 20px;
  margin-bottom: 0;
}
.about-relative-thumb .absolute-rating-area p {
  font-size: 18px;
  color: var(--color-white);
  font-weight: 500;
  margin-bottom: 0;
}

.sticky-about-top {
  position: sticky;
  top: 60px;
}
@media only screen and (max-width: 1199px) {
  .sticky-about-top {
    position: relative;
    top: 0;
  }
}

.why-choose-thumb.about-relative-thumb .absolute-rating-area {
  left: 37%;
  right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-business-8 {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .about-business-8 {
    padding: 50px 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-style-4.inbusiness-coach .about-13-thumbnail-left-wrapper {
    margin-left: 0;
    padding-right: 30px;
  }
}

.thumbnail-about-8 {
  position: relative;
}
.thumbnail-about-8 .large-image {
  overflow: hidden;
  border-radius: 8px;
  display: block;
  margin-left: 40px;
}
@media only screen and (max-width: 991px) {
  .thumbnail-about-8 .large-image {
    margin-left: 0;
  }
}
.thumbnail-about-8 img {
  width: 100%;
}
.thumbnail-about-8 .small-iamge-area {
  position: absolute;
  left: -40px;
  right: auto !important;
  bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .thumbnail-about-8 .small-iamge-area {
    left: -10px;
  }
}
@media only screen and (max-width: 1199px) {
  .thumbnail-about-8 .small-iamge-area {
    left: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .thumbnail-about-8 .small-iamge-area {
    left: 20px;
    max-width: 250px;
  }
}
.thumbnail-about-8 .small-iamge-area .video-icon {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 10px;
  transition: 0.4s;
}

.about-wrapper-8 {
  max-width: 90%;
}
@media only screen and (max-width: 991px) {
  .about-wrapper-8 {
    max-width: 100%;
  }
}
.about-wrapper-8 .tmp-list-item-half {
  margin-top: 0;
  padding-left: 0;
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 767px) {
  .about-wrapper-8 .tmp-list-item-half {
    flex-wrap: wrap;
  }
}
.about-wrapper-8 .tmp-list-item-half li {
  width: 50%;
  float: left;
  list-style: none;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .about-wrapper-8 .tmp-list-item-half li {
    width: 100%;
  }
}
.about-wrapper-8 .tmp-list-item-half li img {
  max-width: 50px;
  margin-right: 10px;
}
.about-wrapper-8 .tmp-list-item-half li .icon {
  font-size: 20px;
  margin-right: 15px;
  height: 50px;
  min-width: 50px;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 45px;
  background: var(--color-primary);
  padding: 14px;
  border-radius: 4px;
}
.about-wrapper-8 .tmp-list-item-half li .icon path {
  fill: var(--color-white);
}
.about-wrapper-8 .quote-area-about {
  padding: 20px;
  border-left: 4px solid;
  border-color: var(--color-primary);
  margin-bottom: 0;
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
  border-radius: 6px;
  max-width: max-content;
}
.about-wrapper-8 .quote-area-about p {
  margin: 0;
  color: #fff;
}

.about-wrapper-8 .odometer {
  color: var(--color-primary);
  margin: 0 3px;
  font-weight: 600;
}

/*---------------------------
    Newsletter Styles  
----------------------------*/
.border-top-bottom {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.newsletter-area .border-top-bottom {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.tmp-newsletter-default .newsletter-wrapper {
  padding: 40px 0;
}
.tmp-newsletter-default .newsletter-section-title .title {
  color: var(--color-heading);
  margin-bottom: 7px;
}
.tmp-newsletter-default .newsletter-section-title .description {
  color: var(--color-body);
  margin-bottom: 0;
}
.tmp-newsletter-default .tmp-newsletter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 -10px;
}
@media only screen and (max-width: 575px) {
  .tmp-newsletter-default .tmp-newsletter {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-newsletter-default .tmp-newsletter {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-newsletter-default .tmp-newsletter {
    justify-content: flex-start;
  }
}
.tmp-newsletter-default .tmp-newsletter .form-group {
  margin-bottom: 0;
  margin: 0 10px;
}
.tmp-newsletter-default .tmp-newsletter .form-group input {
  height: 55px;
  padding: 0 24px;
  min-width: 500px;
  background: var(--color-card);
  border: 2px solid transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-newsletter-default .tmp-newsletter .form-group input {
    min-width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-newsletter-default .tmp-newsletter .form-group input {
    min-width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-newsletter-default .tmp-newsletter .form-group input {
    min-width: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-newsletter-default .tmp-newsletter .form-group input {
    min-width: 100%;
    margin-bottom: 20px;
  }
}
.tmp-newsletter-default .tmp-newsletter .form-group input:focus {
  border: 2px solid var(--color-primary);
}
.tmp-newsletter-default .tmp-newsletter .form-group .tmp-btn {
  height: 55px;
}

/*------------------------
    Featue Styles  
--------------------------*/
.tmp-feature-main {
  padding-bottom: 0;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .tmp-feature-main {
    padding: 30px;
  }
}
.tmp-feature-main .feature-left-top {
  max-width: 500px;
}
.tmp-feature-main .feature-left-bottom {
  max-width: 500px;
}
.tmp-feature-main .feature-left-bottom .button-group {
  margin-bottom: 50px;
}

.why-choose-feature {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 40px;
  max-width: 75%;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .why-choose-feature {
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.why-choose-feature .single {
  padding: 14px 18px;
  background: var(--color-card) !important;
  border: 1px solid var(--color-border);
  box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.05);
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.why-choose-feature .single p {
  font-weight: 500;
  font-size: 18px;
  margin: 0;
}

/*----------------------------
    Edu Pagination Style  
------------------------------*/
.tmp-pagination {
  margin: -8px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .tmp-pagination {
    margin: -4px;
  }
}
.tmp-pagination li {
  margin: 8px;
}
@media only screen and (max-width: 767px) {
  .tmp-pagination li {
    margin: 4px;
  }
}
.tmp-pagination li a {
  width: 45px;
  height: 45px;
  background: var(--color-card);
  border-radius: 6px;
  text-align: center;
  color: var(--color-body);
  transition: 0.4s;
  font-weight: 500;
  box-shadow: var(--shadow-1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .tmp-pagination li a {
    width: 45px;
    height: 45px;
  }
}
.tmp-pagination li a i {
  font-size: 22px;
  font-weight: 500;
}
.tmp-pagination li.active a, .tmp-pagination li:hover a {
  background: var(--color-primary);
  color: var(--color-white);
}

.rts-reveal-one {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: max-content;
  margin-left: auto;
  right: 0;
  overflow: hidden;
}

.large-video-playing video {
  max-width: 100%;
  width: 100%;
  clip-path: polygon(0% 0%, 0% 0%, 11.169% 1.84%, 21.52% 3.233%, 31.262% 4.193%, 40.605% 4.735%, 49.759% 4.873%, 58.931% 4.621%, 68.332% 3.994%, 78.171% 3.005%, 88.657% 1.669%, 100% 0%, 100% 100%, 100% 100%, 88.723% 98.395%, 78.313% 97.147%, 68.551% 96.256%, 59.22% 95.721%, 50.099% 95.543%, 40.971% 95.721%, 31.616% 96.256%, 21.815% 97.147%, 11.349% 98.395%, 0% 100%, 0% 0%);
}

.grow-thumbnail {
  transform: scaleX(1);
}

.large-video-playing {
  position: relative;
  clip-path: polygon(0% 0%, 0% 0%, 11.169% 1.84%, 21.52% 3.233%, 31.262% 4.193%, 40.605% 4.735%, 49.759% 4.873%, 58.931% 4.621%, 68.332% 3.994%, 78.171% 3.005%, 88.657% 1.669%, 100% 0%, 100% 100%, 100% 100%, 88.723% 98.395%, 78.313% 97.147%, 68.551% 96.256%, 59.22% 95.721%, 50.099% 95.543%, 40.971% 95.721%, 31.616% 96.256%, 21.815% 97.147%, 11.349% 98.395%, 0% 100%, 0% 0%);
}
.large-video-playing .grow-thumbnail-1-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100.1%;
  height: 99%;
  background: var(--color-card);
  transform: scaleX(1);
}

.tmp-video-section-start-one {
  position: relative;
}

.text-split-wrap-video {
  position: absolute;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
  top: 50%;
  background-blend-mode: exclusion;
  transform: translateY(-50%);
}
.text-split-wrap-video .title {
  font-size: 110px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 220px;
  line-height: 110px;
  color: #fff;
  text-transform: uppercase;
  min-width: max-content;
  width: 500vw;
  min-width: max-content;
  background-blend-mode: exclusion;
}
@media only screen and (max-width: 1199px) {
  .text-split-wrap-video .title {
    font-size: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .text-split-wrap-video .title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .text-split-wrap-video .title {
    font-size: 60px;
  }
}
.text-split-wrap-video .title span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #fff;
  background-blend-mode: exclusion;
}

.gsap-marker-scroller-start,
.gsap-marker-scroller-end,
.gsap-marker-start {
  display: none !important;
}

/*----------------------
 tool tip 
------------------------*/
.profile-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.profile-share a {
  position: relative;
  z-index: 1;
  transition: var(--transition);
}
.profile-share a:nth-child(2) {
  margin-left: -12px;
}
.profile-share a:nth-child(3) {
  margin-left: -12px;
}
.profile-share a img {
  max-width: 60px;
  border-radius: 50%;
  border: 3px solid var(--color-border);
  transition: var(--transition);
  box-shadow: var(--shadow-1);
}
.profile-share a.more-author-text {
  color: var(--color-body);
  display: inline-block;
  padding-left: 7px;
}
.profile-share a.more-author-text:hover {
  transform: none;
  color: var(--color-primary);
}
.profile-share a:hover {
  z-index: 2;
  transform: translateY(-3px) scale(1.1);
}
.profile-share .more-author-text {
  margin: 10px;
  margin-left: 20px;
  position: relative;
  z-index: 10;
}
.profile-share .more-author-text .total-join-students {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.profile-share .more-author-text .subtitle {
  font-size: 16px;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}

.avatar {
  position: relative;
}
.avatar::after, .avatar::before {
  --scale: 0;
  --arrow-size: 8px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
  transition: 150ms transform;
  transform-origin: bottom center;
}
.avatar::before {
  --translate-y: calc(-100% - var(--arrow-size));
  content: attr(data-tooltip);
  color: var(--color-white);
  padding: 5px 8px;
  background: var(--color-primary);
  width: max-content;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  margin: 1px;
}
.avatar::after {
  --translate-y: calc(-1 * var(--arrow-size));
  content: "";
  border: var(--arrow-size) solid transparent;
  border-top-color: var(--color-primary);
}
.avatar:hover::before, .avatar:hover::after {
  --scale: 1;
}

.tmp-avatars {
  min-width: 70px;
  max-width: 70px;
}
.tmp-avatars.size-lg {
  min-width: 120px;
  max-width: 120px;
  width: 120px;
  height: 120px;
}
.tmp-avatars.size-sm {
  min-width: 52px;
  max-width: 52px;
}
.tmp-avatars img {
  border-radius: 100%;
  width: 100%;
  background: var(--border-color);
  padding: 4px;
  border: 2px solid var(--color-border);
  object-fit: cover;
}

.tmp-search-input-area.show {
  visibility: visible;
  transform: inherit;
  opacity: 1;
  transform: scaleY(1);
  clip: rect(0px, 100vw, 200vh, -30px);
  transition: clip 0.6s linear, opacity 0.4s linear;
}

.tmp-search-input-area {
  transition: all 300ms ease;
  visibility: hidden;
  transform: translateY(-100%);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 0 90px 0;
  background: #121214;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.46);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: 0 0;
  transform: scaleY(0);
  z-index: 1000;
  overflow: hidden;
  display: block;
  transform: scaleY(0);
  clip: rect(0px, 200vw, 0, 0px);
  transform: translateZ(0);
}
.tmp-search-input-area .bg-text {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  bottom: -20px;
  line-height: 1;
  font-size: 230px;
  text-transform: uppercase;
  font-weight: 800;
  z-index: -1;
  letter-spacing: 0px;
  opacity: 0.6;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.02));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tmp-search-input-area::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/icons/noise.gif);
  z-index: -1;
  background-color: #121214;
  opacity: 0.03;
}
@media only screen and (max-width: 479px) {
  .tmp-search-input-area {
    padding: 20px 0;
  }
}
.tmp-search-input-area .card-box .inner .content .title {
  font-size: 16px;
}
.tmp-search-input-area .popular-keyword {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .tmp-search-input-area .popular-keyword {
    flex-wrap: wrap;
  }
}
.tmp-search-input-area .popular-keyword .title {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
}
.tmp-search-input-area .popular-keyword .tag-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  .tmp-search-input-area .popular-keyword .tag-wrapper {
    flex-wrap: wrap;
  }
}
.tmp-search-input-area .search-input-inner {
  max-width: 85%;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .tmp-search-input-area .search-input-inner {
    overflow-y: scroll;
    max-height: 90vh;
    overflow-x: hidden;
  }
  .tmp-search-input-area .search-input-inner::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .tmp-search-input-area .search-input-inner {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-search-input-area .search-input-inner {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .tmp-search-input-area .search-input-inner {
    max-width: 95%;
  }
}
.tmp-search-input-area .search-input-inner .input-div {
  width: 100%;
  display: flex;
  align-items: center;
  margin: auto;
  border-radius: 6px;
}
.tmp-search-input-area .search-input-inner .input-div input {
  border-radius: 5px;
  height: 55px;
  color: var(--color-white);
}
.tmp-search-input-area .search-input-inner .input-div button {
  max-width: max-content;
  padding: 13px;
  background: var(--color-primary);
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: block;
  margin-left: -9px;
  border-radius: 0 5px 5px 0;
  height: 55px;
  min-width: 55px;
  border: none;
  box-shadow: none;
}
.tmp-search-input-area .search-input-inner .input-div button img {
  max-width: 26px;
}
.tmp-search-input-area .search-close-icon {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
  max-width: 50px;
  padding: 15px;
  background: var(--color-card);
  height: 55px;
  min-width: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tmp-search-input-area .search-close-icon::after {
  border-radius: 50%;
}
@media only screen and (max-width: 1199px) {
  .tmp-search-input-area .search-close-icon {
    height: 45px;
    min-width: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-search-input-area .search-close-icon {
    right: 15px;
    top: 15px;
  }
}
.tmp-search-input-area .search-close-icon img {
  max-width: 16px;
}
.tmp-search-input-area .search-close-icon i {
  position: relative;
  z-index: 1;
  color: var(--color-primary);
  transition: 0.3s;
  font-size: 18px;
}
.tmp-search-input-area .search-close-icon i::after {
  position: absolute;
  height: 45px;
  width: 45px;
  content: "";
  border-radius: 5px;
  background: var(--color-primary-alta);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.3s;
}
.tmp-search-input-area .search-close-icon:hover i {
  color: var(--color-primary);
}
.tmp-search-input-area .search-close-icon:hover i::after {
  background: var(--color-primary-alta);
}

#anywhere-home {
  cursor: url(../images/icons/close.png), auto;
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}
#anywhere-home.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 1000;
  top: 0;
}

.card-section-sticky-wrapper {
  height: auto;
}

.card-large-sticky-style-one {
  background: var(--color-card);
  position: sticky;
  top: 50px;
}
@media only screen and (max-width: 991px) {
  .card-large-sticky-style-one {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
  .card-large-sticky-style-one:first-child {
    margin-top: 0;
  }
}

.real-estate-demo {
  overflow: visible !important;
}

.portfolio-list-thumbnail {
  height: 640px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-list-thumbnail {
    height: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-list-thumbnail {
    height: 400px;
  }
}

.portfolio-list-inner-content {
  max-width: 90%;
}
@media only screen and (max-width: 767px) {
  .portfolio-list-inner-content {
    max-width: 100%;
  }
}
.portfolio-list-inner-content .title {
  font-size: 45px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-list-inner-content .title {
    font-size: 28px;
  }
}
.portfolio-list-inner-content .tag-wrapper-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .portfolio-list-inner-content .tag-wrapper-area {
    flex-wrap: wrap;
  }
}
.portfolio-list-inner-content .tag-wrapper-area .single {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 3px 12px;
  border: 1px solid var(--color-border);
}
.portfolio-list-inner-content p {
  margin-top: 25px;
  max-width: 90%;
}
.portfolio-list-inner-content .tmp-btn {
  margin-top: 25px;
}
.portfolio-list-inner-content .location-area {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.portfolio-list-inner-content .location-area i {
  font-size: 22px;
}
.portfolio-list-inner-content .location-area span {
  font-size: 18px;
}
.portfolio-list-inner-content .feature-list {
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
.portfolio-list-inner-content .feature-list li {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .portfolio-list-inner-content .feature-list li {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.portfolio-list-inner-content .feature-list li .icon {
  background: var(--color-primary);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: var(--color-white);
  text-align: center;
  min-width: 30px;
}
.portfolio-list-inner-content .feature-list li .icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.portfolio-list-inner-content .feature-list li .title-wrapper {
  margin-left: 13px;
}
@media only screen and (max-width: 575px) {
  .portfolio-list-inner-content .feature-list li .title-wrapper {
    margin-left: 0;
  }
}
.portfolio-list-inner-content .feature-list li .title-wrapper .title {
  font-size: 18px;
  margin: 0;
}
.portfolio-list-inner-content .feature-list li .title-wrapper .text {
  font-size: 16px;
  margin-bottom: 20px;
  max-width: 80%;
  margin-top: 13px;
}

.realstate-banner-style-two-thumbnail {
  height: auto;
}

.experience-style-list .experience-list {
  padding-left: 31px;
  border-left: 5px solid #17191c;
}
@media only screen and (max-width: 767px) {
  .experience-style-list .experience-list {
    padding-left: 27px;
  }
}
@media only screen and (max-width: 479px) {
  .experience-style-list .experience-list {
    padding-left: 14px;
  }
}
.experience-style-list .experience-list .resume-single-list {
  position: relative;
  z-index: 2;
  margin-top: 50px;
  padding: 45px 40px;
  border-radius: 6px;
  background: var(--color-card);
  transition: var(--transition);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .experience-style-list .experience-list .resume-single-list {
    padding: 30px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .experience-style-list .experience-list .resume-single-list {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .experience-style-list .experience-list .resume-single-list {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .experience-style-list .experience-list .resume-single-list {
    padding: 20px;
  }
}
.experience-style-list .experience-list .resume-single-list .inner::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 5px solid #17191c;
  border-radius: 100%;
  right: 104%;
  top: 55px;
  transform: translateY(-7px);
  background: #222529;
  transition: var(--transition);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .experience-style-list .experience-list .resume-single-list .inner::after {
    right: 106%;
  }
}
@media only screen and (max-width: 479px) {
  .experience-style-list .experience-list .resume-single-list .inner::after {
    right: 102%;
  }
}
.experience-style-list .experience-list .resume-single-list .inner::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 5px;
  right: 100%;
  top: 63px;
  transform: translateY(-7px);
  background: #1b1c1d;
  z-index: 0;
}
@media only screen and (max-width: 479px) {
  .experience-style-list .experience-list .resume-single-list .inner::before {
    width: 15px;
  }
}
.experience-style-list .experience-list .resume-single-list .inner .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1a1d23;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .experience-style-list .experience-list .resume-single-list .inner .heading {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .experience-style-list .experience-list .resume-single-list .inner .heading {
    display: block;
  }
}
.experience-style-list .experience-list .resume-single-list .inner .heading .title {
  margin-bottom: 15px;
}
.experience-style-list .experience-list .resume-single-list .inner .heading .title h4 {
  color: var(--color-lightn);
  font-family: var(--font-primary);
  font-size: 24px;
  line-height: 39px;
  margin-bottom: 7px;
  font-weight: 500;
  transition: var(--transition);
}
@media only screen and (max-width: 479px) {
  .experience-style-list .experience-list .resume-single-list .inner .heading .title h4 {
    font-size: 21px;
    line-height: 34px;
  }
}
.experience-style-list .experience-list .resume-single-list .inner .heading .title span {
  color: #7c838e;
  display: block;
  font-size: 14px;
}
.experience-style-list .experience-list .resume-single-list .inner .heading .date-of-time {
  display: inline-block;
}
.experience-style-list .experience-list .resume-single-list .inner .heading .date-of-time span {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  border-radius: 6px;
  background: #1e2025;
  transition: var(--transition);
  font-weight: 500;
}
.experience-style-list .experience-list .resume-single-list .inner p {
  font-size: 18px;
  line-height: 28px;
  color: var(--color-body);
  transition: var(--transition);
}
.experience-style-list .experience-list .resume-single-list .inner.psudo-after-none::after {
  display: none;
}
.experience-style-list .experience-list .resume-single-list .inner.psudo-after-none::before {
  display: none;
}
.experience-style-list .experience-list .resume-single-list:hover .inner .heading .title h4 {
  color: var(--color-white);
}
.experience-style-list .experience-list .resume-single-list:hover .inner .heading .date-of-time span {
  background: var(--color-primary);
}
.experience-style-list .experience-list .resume-single-list:hover .inner .description {
  color: var(--color-lightn);
}
.experience-style-list .experience-list .resume-single-list:hover .inner::after {
  background: var(--color-primary);
}
.experience-style-list .experience-list .resume-single-list:hover::before {
  opacity: 1;
}

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

.personal-portfolio-right-inner-wrapper {
  max-width: 80%;
  margin-right: auto;
}

.skills-area {
  padding-top: 90px;
  padding-bottom: 40px;
}

.skills-wrapper .skill-style-border {
  margin-bottom: 0;
  height: 100%;
}

.skills-wrapper .skill-style-border .skill-inner {
  border-radius: 5px;
  padding: 40px 0 18px 0;
  margin-bottom: 20px;
  transition: 0.3s;
  height: 100%;
}

.skills-wrapper .skill-style-border:hover .skill-inner {
  border-color: var(--primary_color);
}

.skills-wrapper .skill-style-border .skill-inner img {
  display: block;
  margin: auto auto 29px auto;
}

.skills-wrapper .skill-style-border .skill-inner h1 {
  font-size: 30px;
  color: var(--primary_color);
  font-weight: 300;
  margin: 0;
}

.skills-wrapper .skill-style-border p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  margin-top: 15px;
}

.customer-review-area {
  overflow: hidden !important;
  max-height: 1800px;
  padding: 120px 0 250px;
  position: relative;
}
.customer-review-area .tmp-section-title-border {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .customer-review-area {
    padding: 80px 0 120px;
  }
}
.customer-review-area::before, .customer-review-area::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
.customer-review-area::after {
  bottom: 0;
  min-height: 330px;
  background: linear-gradient(0deg, #121214 40%, #121214 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.customer-review-area::before {
  top: 0;
  min-height: 730px;
  background: linear-gradient(180deg, #121214 40%, #121214 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.customer-review-area .section-title {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  z-index: 12;
  text-align: center;
}
@media (max-width: 991px) {
  .customer-review-area .section-title {
    top: 80px;
  }
}
.customer-review-area .customer-review-wrapper {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  top: 220px;
}
@media (max-width: 991px) {
  .customer-review-area .customer-review-wrapper {
    display: block;
  }
}
.customer-review-area .customer-review-wrapper .customer-review-wrap {
  animation: tmpTestimonialAnimation 40s linear infinite;
  transition: all 0.5s ease-in;
  animation-duration: 35s;
}
.customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 {
  display: flex;
  padding: 15px;
}
.customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 .content {
  max-width: 300px;
  border-radius: 15px;
  background: var(--color-card);
  padding: 50px 40px 30px 30px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 .content {
    max-width: 100%;
  }
}
.customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 .content .rating-icon {
  margin-bottom: 13px;
}
.customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 .content .content-title {
  margin-bottom: 10px;
}
.customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 .content .content-title span {
  color: var(--color-heading);
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 .content .text {
  color: var(--color-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 13px;
}
.customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 .content .info .title {
  color: var(--color-heading);
  font-family: var(--font-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.customer-review-area .customer-review-wrapper .customer-review-wrap .customer-review-style-1 .content .info .title span {
  color: var(--color-body);
  font-size: 16px;
}
.customer-review-area .customer-review-wrapper .customer-review-wrap:hover {
  animation-play-state: paused;
}
.customer-review-area .customer-review-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 120px;
  text-align: center;
  z-index: 12;
}

@keyframes tmpTestimonialAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1750px);
  }
}
.blocksync-stars-area {
  height: 600px;
  overflow: hidden;
  width: 300px;
}
@media only screen and (max-width: 1199px) {
  .blocksync-stars-area {
    width: 100% !important;
    min-width: 150px;
  }
}

.blocksync-stars {
  width: 0.5px;
  height: 0.5px;
  background: transparent;
  box-shadow: 1407px 1761px #FFF, 906px 1823px #FFF, 717px 1343px #FFF, 1821px 55px #FFF, 1238px 522px #FFF, 372px 875px #FFF, 1154px 464px #FFF, 1123px 720px #FFF, 80px 785px #FFF, 472px 813px #FFF, 1960px 117px #FFF, 21px 1755px #FFF, 300px 1293px #FFF, 1049px 1289px #FFF, 609px 1682px #FFF, 784px 790px #FFF, 1620px 763px #FFF, 1728px 1483px #FFF, 49px 1663px #FFF, 1146px 1987px #FFF, 1831px 490px #FFF, 1423px 309px #FFF, 774px 1041px #FFF, 383px 1565px #FFF, 556px 343px #FFF, 880px 556px #FFF, 471px 1758px #FFF, 1829px 1944px #FFF, 42px 1942px #FFF, 1047px 202px #FFF, 40px 1239px #FFF, 1161px 446px #FFF, 1766px 72px #FFF, 207px 880px #FFF, 635px 1210px #FFF, 916px 703px #FFF, 242px 127px #FFF, 1159px 510px #FFF, 1452px 1576px #FFF, 1116px 273px #FFF, 619px 1798px #FFF, 1467px 52px #FFF, 1662px 1212px #FFF, 4px 12px #FFF, 90px 145px #FFF, 986px 1968px #FFF, 141px 1198px #FFF, 1981px 1852px #FFF, 72px 1127px #FFF, 507px 1217px #FFF, 4px 1665px #FFF, 1482px 342px #FFF, 1934px 1918px #FFF, 101px 1609px #FFF, 75px 676px #FFF, 910px 535px #FFF, 475px 757px #FFF, 1083px 1911px #FFF, 604px 1507px #FFF, 348px 1503px #FFF, 974px 1204px #FFF, 1550px 1643px #FFF, 1306px 998px #FFF, 1290px 1316px #FFF, 71px 1865px #FFF, 1219px 1133px #FFF, 1950px 749px #FFF, 1348px 1897px #FFF, 473px 381px #FFF, 284px 365px #FFF, 870px 1314px #FFF, 1394px 690px #FFF, 1755px 183px #FFF, 263px 287px #FFF, 1437px 1501px #FFF, 734px 1570px #FFF, 1406px 1855px #FFF, 1302px 231px #FFF, 990px 634px #FFF, 1256px 520px #FFF, 87px 746px #FFF, 197px 852px #FFF, 1691px 379px #FFF, 273px 485px #FFF, 1869px 1429px #FFF, 1007px 449px #FFF, 1498px 1847px #FFF, 1519px 921px #FFF, 997px 769px #FFF, 649px 94px #FFF, 92px 1430px #FFF, 598px 1192px #FFF, 1411px 989px #FFF, 968px 1616px #FFF, 232px 1430px #FFF, 1559px 1561px #FFF, 1069px 47px #FFF, 36px 856px #FFF, 1459px 721px #FFF, 1244px 865px #FFF, 1125px 274px #FFF, 730px 1346px #FFF, 1740px 1722px #FFF, 4px 1092px #FFF, 536px 1377px #FFF, 871px 872px #FFF, 1447px 157px #FFF, 1562px 15px #FFF, 1205px 240px #FFF, 1026px 582px #FFF, 1097px 1550px #FFF, 1809px 942px #FFF, 1895px 1598px #FFF, 1344px 758px #FFF, 1567px 859px #FFF, 924px 1363px #FFF, 1155px 1941px #FFF, 1712px 1713px #FFF, 1097px 135px #FFF, 667px 1124px #FFF, 900px 370px #FFF, 1459px 1802px #FFF, 1650px 1745px #FFF, 218px 1586px #FFF, 741px 1438px #FFF, 1119px 653px #FFF, 726px 180px #FFF, 1272px 1120px #FFF, 562px 1496px #FFF, 274px 1959px #FFF, 1656px 263px #FFF, 712px 741px #FFF, 574px 1182px #FFF, 342px 40px #FFF, 288px 647px #FFF, 732px 1927px #FFF, 623px 1397px #FFF, 6px 1061px #FFF, 62px 973px #FFF, 318px 211px #FFF, 99px 361px #FFF, 1093px 1632px #FFF, 1079px 650px #FFF, 136px 525px #FFF, 1479px 1532px #FFF, 1px 94px #FFF, 1586px 86px #FFF, 1227px 1633px #FFF, 108px 988px #FFF, 1451px 1533px #FFF, 1300px 1201px #FFF, 161px 1774px #FFF, 185px 1649px #FFF, 1371px 634px #FFF, 1543px 650px #FFF, 709px 452px #FFF, 478px 777px #FFF, 1569px 454px #FFF, 526px 1808px #FFF, 1681px 30px #FFF, 1457px 378px #FFF, 472px 642px #FFF, 573px 827px #FFF, 1963px 1149px #FFF, 594px 743px #FFF, 1363px 1082px #FFF, 1347px 142px #FFF, 1129px 1688px #FFF, 1782px 124px #FFF, 17px 1487px #FFF, 1610px 306px #FFF, 1126px 870px #FFF, 1153px 1549px #FFF, 1868px 1645px #FFF, 335px 510px #FFF, 1309px 1584px #FFF, 1387px 1903px #FFF, 437px 384px #FFF, 1503px 231px #FFF, 641px 249px #FFF, 888px 1754px #FFF, 899px 817px #FFF, 1436px 653px #FFF, 825px 1226px #FFF, 673px 726px #FFF, 536px 406px #FFF, 951px 1669px #FFF, 892px 281px #FFF, 499px 1071px #FFF, 1440px 166px #FFF, 527px 349px #FFF, 648px 1780px #FFF, 844px 286px #FFF, 271px 169px #FFF, 1422px 904px #FFF, 1773px 1696px #FFF, 1373px 1784px #FFF, 125px 827px #FFF, 1659px 68px #FFF, 1194px 902px #FFF, 813px 492px #FFF, 1637px 517px #FFF, 1640px 1422px #FFF, 1700px 1691px #FFF, 43px 478px #FFF, 509px 413px #FFF, 85px 1072px #FFF, 1620px 643px #FFF, 957px 1721px #FFF, 1700px 1822px #FFF, 1235px 1007px #FFF, 1344px 10px #FFF, 811px 144px #FFF, 1528px 1183px #FFF, 341px 912px #FFF, 464px 1234px #FFF, 317px 1282px #FFF, 882px 1662px #FFF, 1269px 641px #FFF, 924px 324px #FFF, 734px 1269px #FFF, 552px 929px #FFF, 498px 791px #FFF, 144px 847px #FFF, 1570px 1060px #FFF, 1655px 1184px #FFF, 1696px 1490px #FFF, 358px 1828px #FFF, 927px 332px #FFF, 866px 1943px #FFF, 202px 1662px #FFF, 1306px 1880px #FFF, 1949px 1854px #FFF, 1027px 1198px #FFF, 1466px 923px #FFF, 1649px 1502px #FFF, 1621px 321px #FFF, 1469px 1019px #FFF, 1596px 1133px #FFF, 1743px 134px #FFF, 1461px 1686px #FFF, 354px 1473px #FFF, 301px 1043px #FFF, 1371px 564px #FFF, 771px 1946px #FFF, 29px 869px #FFF, 89px 1901px #FFF, 775px 309px #FFF, 771px 1560px #FFF, 229px 1518px #FFF, 510px 1247px #FFF, 881px 1514px #FFF, 1333px 1451px #FFF, 1849px 596px #FFF, 568px 1189px #FFF, 1568px 389px #FFF, 162px 1044px #FFF, 806px 718px #FFF, 822px 275px #FFF, 751px 477px #FFF, 570px 503px #FFF, 1556px 919px #FFF, 460px 681px #FFF, 1548px 1679px #FFF, 1458px 713px #FFF, 934px 148px #FFF, 483px 499px #FFF, 1249px 1286px #FFF, 784px 1834px #FFF, 1124px 527px #FFF, 58px 887px #FFF, 900px 601px #FFF, 1233px 696px #FFF, 687px 1070px #FFF, 1671px 1719px #FFF, 222px 1096px #FFF, 1333px 1583px #FFF, 1px 86px #FFF, 1422px 1048px #FFF, 1101px 1106px #FFF, 560px 994px #FFF, 85px 1504px #FFF, 1242px 1304px #FFF, 177px 788px #FFF, 1017px 1293px #FFF, 918px 1192px #FFF, 209px 1468px #FFF, 986px 1831px #FFF, 1758px 849px #FFF, 261px 446px #FFF, 549px 861px #FFF, 1807px 1521px #FFF, 1208px 633px #FFF, 956px 573px #FFF, 472px 1642px #FFF, 1799px 630px #FFF, 1178px 1678px #FFF, 507px 528px #FFF, 363px 1906px #FFF, 1242px 378px #FFF, 353px 15px #FFF, 1519px 45px #FFF, 1615px 1274px #FFF, 1190px 1198px #FFF, 1395px 381px #FFF, 341px 901px #FFF, 471px 1049px #FFF, 671px 1657px #FFF, 712px 491px #FFF, 1806px 847px #FFF, 1311px 834px #FFF, 1096px 1084px #FFF, 1550px 292px #FFF, 230px 690px #FFF, 1547px 1883px #FFF, 1971px 775px #FFF, 799px 892px #FFF, 1829px 1341px #FFF, 663px 920px #FFF, 470px 297px #FFF, 875px 594px #FFF, 1973px 1508px #FFF, 115px 1214px #FFF, 1058px 476px #FFF, 1123px 960px #FFF, 487px 528px #FFF, 987px 631px #FFF, 587px 383px #FFF, 1680px 1006px #FFF, 1580px 561px #FFF, 1267px 442px #FFF, 139px 580px #FFF, 1248px 1790px #FFF, 1375px 336px #FFF, 220px 1879px #FFF, 1751px 1776px #FFF, 1333px 1810px #FFF, 266px 419px #FFF, 502px 1660px #FFF, 1407px 1787px #FFF, 469px 1581px #FFF, 1460px 1309px #FFF, 377px 1798px #FFF, 294px 1474px #FFF, 1813px 581px #FFF, 262px 1976px #FFF, 425px 165px #FFF, 1363px 1870px #FFF, 1555px 997px #FFF, 37px 468px #FFF, 237px 1023px #FFF, 1779px 789px #FFF, 330px 495px #FFF, 608px 860px #FFF, 797px 496px #FFF, 1501px 1841px #FFF, 558px 206px #FFF, 357px 679px #FFF, 1668px 195px #FFF, 525px 1784px #FFF, 251px 1679px #FFF, 240px 84px #FFF, 1667px 1134px #FFF, 877px 1484px #FFF, 1789px 1543px #FFF, 669px 193px #FFF, 1656px 1208px #FFF, 1036px 951px #FFF, 47px 1427px #FFF, 1624px 829px #FFF, 541px 1550px #FFF, 208px 293px #FFF, 716px 44px #FFF, 1161px 1073px #FFF, 437px 1814px #FFF, 606px 1811px #FFF, 1929px 1940px #FFF, 1808px 1343px #FFF, 1410px 23px #FFF, 1495px 717px #FFF, 689px 1896px #FFF, 1033px 1870px #FFF, 191px 380px #FFF, 1124px 755px #FFF, 1402px 1072px #FFF, 958px 1233px #FFF, 8px 1766px #FFF, 1859px 682px #FFF, 1568px 1352px #FFF, 1335px 1740px #FFF, 910px 158px #FFF, 1752px 1433px #FFF, 1315px 1688px #FFF, 128px 1377px #FFF, 988px 302px #FFF, 451px 294px #FFF, 1192px 1991px #FFF, 407px 1538px #FFF, 1009px 1204px #FFF, 1046px 252px #FFF, 1568px 870px #FFF, 865px 1090px #FFF, 772px 816px #FFF, 1960px 1438px #FFF, 1154px 831px #FFF, 1413px 3px #FFF, 1927px 1032px #FFF, 1666px 1892px #FFF, 177px 1766px #FFF, 943px 1409px #FFF, 182px 208px #FFF, 1434px 1299px #FFF, 374px 1795px #FFF, 1415px 863px #FFF, 642px 972px #FFF, 130px 1614px #FFF, 706px 197px #FFF, 1003px 1378px #FFF, 1414px 1828px #FFF, 175px 1847px #FFF, 512px 752px #FFF, 164px 326px #FFF, 1914px 1379px #FFF, 1536px 372px #FFF, 1906px 770px #FFF, 1222px 808px #FFF, 681px 1599px #FFF, 903px 668px #FFF, 395px 12px #FFF, 1187px 109px #FFF, 719px 26px #FFF, 1234px 236px #FFF, 111px 1912px #FFF, 403px 686px #FFF, 898px 594px #FFF, 1979px 1386px #FFF, 1889px 1197px #FFF, 1644px 1377px #FFF, 670px 858px #FFF, 1463px 199px #FFF, 1735px 908px #FFF, 1037px 1713px #FFF, 961px 1063px #FFF, 892px 1476px #FFF, 362px 1089px #FFF, 1124px 1415px #FFF, 544px 1149px #FFF, 614px 1434px #FFF, 1025px 1949px #FFF, 1495px 1199px #FFF, 1098px 1915px #FFF, 910px 438px #FFF, 1203px 780px #FFF, 1540px 778px #FFF, 775px 622px #FFF, 1142px 788px #FFF, 437px 279px #FFF, 166px 968px #FFF, 455px 199px #FFF, 706px 981px #FFF, 1556px 1944px #FFF, 1109px 788px #FFF, 68px 931px #FFF, 1941px 1300px #FFF, 1294px 787px #FFF, 1006px 1779px #FFF, 241px 1061px #FFF, 1246px 1589px #FFF, 1598px 1943px #FFF, 707px 1725px #FFF, 1210px 933px #FFF, 1068px 1501px #FFF, 1692px 592px #FFF, 9px 936px #FFF, 1841px 720px #FFF, 447px 327px #FFF, 522px 595px #FFF, 574px 540px #FFF, 1428px 1117px #FFF, 919px 1713px #FFF, 669px 1667px #FFF, 754px 1351px #FFF, 246px 719px #FFF, 157px 1693px #FFF, 933px 493px #FFF, 803px 1989px #FFF, 649px 570px #FFF, 542px 656px #FFF, 387px 1761px #FFF, 897px 58px #FFF, 744px 1711px #FFF, 1319px 699px #FFF, 80px 110px #FFF, 1478px 467px #FFF, 1739px 1147px #FFF, 1828px 601px #FFF, 1776px 680px #FFF, 1327px 1379px #FFF, 387px 1486px #FFF, 560px 1127px #FFF, 1922px 1583px #FFF, 1519px 583px #FFF, 41px 313px #FFF, 1058px 93px #FFF, 1036px 1685px #FFF, 501px 1047px #FFF, 765px 330px #FFF, 1862px 1458px #FFF, 1920px 542px #FFF, 885px 1952px #FFF, 390px 1725px #FFF, 442px 1682px #FFF, 1213px 1942px #FFF, 1255px 1689px #FFF, 1960px 1618px #FFF, 351px 817px #FFF, 1164px 1102px #FFF, 1805px 827px #FFF, 1410px 806px #FFF, 1489px 285px #FFF, 1024px 1103px #FFF, 1801px 806px #FFF, 1471px 982px #FFF, 1961px 730px #FFF, 1351px 1308px #FFF, 415px 1803px #FFF, 1966px 1643px #FFF, 481px 1941px #FFF, 684px 263px #FFF, 1793px 852px #FFF, 261px 1342px #FFF, 1047px 1516px #FFF, 1072px 384px #FFF, 929px 256px #FFF, 1708px 495px #FFF, 1060px 993px #FFF, 967px 708px #FFF, 1078px 1219px #FFF, 667px 1938px #FFF, 364px 787px #FFF, 1378px 1972px #FFF, 66px 1721px #FFF, 981px 1597px #FFF, 147px 905px #FFF, 1501px 1702px #FFF, 1551px 1778px #FFF, 1062px 792px #FFF, 820px 1441px #FFF, 216px 355px #FFF, 18px 1733px #FFF, 1133px 535px #FFF, 554px 1077px #FFF, 583px 1167px #FFF, 1033px 1922px #FFF, 1797px 303px #FFF, 1410px 1528px #FFF, 1639px 718px #FFF, 404px 1559px #FFF, 118px 210px #FFF, 119px 1874px #FFF, 253px 820px #FFF, 1060px 1977px #FFF, 1442px 1688px #FFF, 1825px 101px #FFF, 704px 1511px #FFF, 683px 1832px #FFF, 405px 1492px #FFF, 1585px 1367px #FFF, 1220px 680px #FFF, 355px 784px #FFF, 1164px 1437px #FFF, 1157px 1021px #FFF, 527px 1356px #FFF, 1782px 1121px #FFF, 288px 1119px #FFF, 449px 1864px #FFF, 789px 1560px #FFF, 1893px 464px #FFF, 1451px 1116px #FFF, 1858px 747px #FFF, 137px 436px #FFF, 137px 380px #FFF, 1394px 46px #FFF, 1432px 523px #FFF, 1155px 1458px #FFF, 1881px 1803px #FFF, 1062px 1755px #FFF, 97px 1867px #FFF, 1477px 659px #FFF, 801px 894px #FFF, 475px 1867px #FFF, 1761px 1591px #FFF, 1263px 1659px #FFF, 454px 447px #FFF, 1171px 818px #FFF, 1383px 1370px #FFF, 324px 724px #FFF, 1812px 976px #FFF, 210px 1044px #FFF, 1967px 526px #FFF, 291px 497px #FFF, 1873px 896px #FFF, 1131px 212px #FFF, 283px 967px #FFF, 549px 760px #FFF, 533px 1589px #FFF, 1910px 1535px #FFF, 607px 1097px #FFF, 214px 432px #FFF, 627px 1794px #FFF, 557px 1931px #FFF, 349px 1768px #FFF, 1844px 287px #FFF, 1390px 1560px #FFF, 1519px 623px #FFF, 1279px 1675px #FFF, 637px 1953px #FFF, 1355px 37px #FFF, 1381px 729px #FFF, 1580px 1108px #FFF, 1286px 509px #FFF, 621px 802px #FFF, 143px 956px #FFF, 437px 1545px #FFF, 1920px 652px #FFF, 180px 257px #FFF, 1183px 1113px #FFF, 569px 945px #FFF, 1155px 256px #FFF, 1002px 25px #FFF, 974px 1905px #FFF, 863px 960px #FFF, 887px 325px #FFF, 1421px 1755px #FFF, 403px 1859px #FFF, 294px 910px #FFF, 1687px 1701px #FFF, 763px 444px #FFF, 1876px 211px #FFF, 978px 1px #FFF, 536px 1977px #FFF, 274px 226px #FFF, 1950px 957px #FFF, 1843px 201px #FFF, 958px 1995px #FFF, 1073px 51px #FFF, 446px 1985px #FFF, 1346px 1273px #FFF, 707px 694px #FFF, 1370px 1602px #FFF, 650px 1593px #FFF, 1915px 1156px #FFF, 1747px 616px #FFF, 324px 573px #FFF, 1218px 1072px #FFF, 1703px 709px #FFF, 1147px 862px #FFF, 752px 1270px #FFF, 406px 1141px #FFF, 1701px 309px #FFF, 851px 1478px #FFF, 1603px 755px #FFF, 159px 555px #FFF, 145px 98px #FFF, 1157px 513px #FFF, 726px 603px #FFF, 1090px 1419px #FFF, 560px 1871px #FFF, 891px 534px #FFF, 1230px 349px #FFF, 388px 721px #FFF, 1997px 646px #FFF, 235px 282px #FFF, 465px 182px #FFF, 1158px 106px #FFF, 919px 1704px #FFF, 247px 268px #FFF, 439px 197px #FFF, 270px 410px #FFF, 776px 788px #FFF, 1810px 143px #FFF, 1449px 1863px #FFF, 1387px 1947px #FFF, 429px 29px #FFF, 226px 362px #FFF, 1242px 1176px #FFF, 563px 1640px #FFF, 1640px 515px #FFF, 385px 1314px #FFF, 41px 1204px #FFF, 59px 1293px #FFF, 1490px 817px #FFF, 337px 447px #FFF, 1178px 1280px #FFF, 862px 5px #FFF, 122px 616px #FFF, 1588px 473px #FFF, 1209px 742px #FFF, 1280px 1902px #FFF, 177px 968px #FFF;
  animation: animStar 50s linear infinite;
}
.blocksync-stars:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 0.5px;
  height: 0.5px;
  background: transparent;
  box-shadow: 1407px 1761px #FFF, 906px 1823px #FFF, 717px 1343px #FFF, 1821px 55px #FFF, 1238px 522px #FFF, 372px 875px #FFF, 1154px 464px #FFF, 1123px 720px #FFF, 80px 785px #FFF, 472px 813px #FFF, 1960px 117px #FFF, 21px 1755px #FFF, 300px 1293px #FFF, 1049px 1289px #FFF, 609px 1682px #FFF, 784px 790px #FFF, 1620px 763px #FFF, 1728px 1483px #FFF, 49px 1663px #FFF, 1146px 1987px #FFF, 1831px 490px #FFF, 1423px 309px #FFF, 774px 1041px #FFF, 383px 1565px #FFF, 556px 343px #FFF, 880px 556px #FFF, 471px 1758px #FFF, 1829px 1944px #FFF, 42px 1942px #FFF, 1047px 202px #FFF, 40px 1239px #FFF, 1161px 446px #FFF, 1766px 72px #FFF, 207px 880px #FFF, 635px 1210px #FFF, 916px 703px #FFF, 242px 127px #FFF, 1159px 510px #FFF, 1452px 1576px #FFF, 1116px 273px #FFF, 619px 1798px #FFF, 1467px 52px #FFF, 1662px 1212px #FFF, 4px 12px #FFF, 90px 145px #FFF, 986px 1968px #FFF, 141px 1198px #FFF, 1981px 1852px #FFF, 72px 1127px #FFF, 507px 1217px #FFF, 4px 1665px #FFF, 1482px 342px #FFF, 1934px 1918px #FFF, 101px 1609px #FFF, 75px 676px #FFF, 910px 535px #FFF, 475px 757px #FFF, 1083px 1911px #FFF, 604px 1507px #FFF, 348px 1503px #FFF, 974px 1204px #FFF, 1550px 1643px #FFF, 1306px 998px #FFF, 1290px 1316px #FFF, 71px 1865px #FFF, 1219px 1133px #FFF, 1950px 749px #FFF, 1348px 1897px #FFF, 473px 381px #FFF, 284px 365px #FFF, 870px 1314px #FFF, 1394px 690px #FFF, 1755px 183px #FFF, 263px 287px #FFF, 1437px 1501px #FFF, 734px 1570px #FFF, 1406px 1855px #FFF, 1302px 231px #FFF, 990px 634px #FFF, 1256px 520px #FFF, 87px 746px #FFF, 197px 852px #FFF, 1691px 379px #FFF, 273px 485px #FFF, 1869px 1429px #FFF, 1007px 449px #FFF, 1498px 1847px #FFF, 1519px 921px #FFF, 997px 769px #FFF, 649px 94px #FFF, 92px 1430px #FFF, 598px 1192px #FFF, 1411px 989px #FFF, 968px 1616px #FFF, 232px 1430px #FFF, 1559px 1561px #FFF, 1069px 47px #FFF, 36px 856px #FFF, 1459px 721px #FFF, 1244px 865px #FFF, 1125px 274px #FFF, 730px 1346px #FFF, 1740px 1722px #FFF, 4px 1092px #FFF, 536px 1377px #FFF, 871px 872px #FFF, 1447px 157px #FFF, 1562px 15px #FFF, 1205px 240px #FFF, 1026px 582px #FFF, 1097px 1550px #FFF, 1809px 942px #FFF, 1895px 1598px #FFF, 1344px 758px #FFF, 1567px 859px #FFF, 924px 1363px #FFF, 1155px 1941px #FFF, 1712px 1713px #FFF, 1097px 135px #FFF, 667px 1124px #FFF, 900px 370px #FFF, 1459px 1802px #FFF, 1650px 1745px #FFF, 218px 1586px #FFF, 741px 1438px #FFF, 1119px 653px #FFF, 726px 180px #FFF, 1272px 1120px #FFF, 562px 1496px #FFF, 274px 1959px #FFF, 1656px 263px #FFF, 712px 741px #FFF, 574px 1182px #FFF, 342px 40px #FFF, 288px 647px #FFF, 732px 1927px #FFF, 623px 1397px #FFF, 6px 1061px #FFF, 62px 973px #FFF, 318px 211px #FFF, 99px 361px #FFF, 1093px 1632px #FFF, 1079px 650px #FFF, 136px 525px #FFF, 1479px 1532px #FFF, 1px 94px #FFF, 1586px 86px #FFF, 1227px 1633px #FFF, 108px 988px #FFF, 1451px 1533px #FFF, 1300px 1201px #FFF, 161px 1774px #FFF, 185px 1649px #FFF, 1371px 634px #FFF, 1543px 650px #FFF, 709px 452px #FFF, 478px 777px #FFF, 1569px 454px #FFF, 526px 1808px #FFF, 1681px 30px #FFF, 1457px 378px #FFF, 472px 642px #FFF, 573px 827px #FFF, 1963px 1149px #FFF, 594px 743px #FFF, 1363px 1082px #FFF, 1347px 142px #FFF, 1129px 1688px #FFF, 1782px 124px #FFF, 17px 1487px #FFF, 1610px 306px #FFF, 1126px 870px #FFF, 1153px 1549px #FFF, 1868px 1645px #FFF, 335px 510px #FFF, 1309px 1584px #FFF, 1387px 1903px #FFF, 437px 384px #FFF, 1503px 231px #FFF, 641px 249px #FFF, 888px 1754px #FFF, 899px 817px #FFF, 1436px 653px #FFF, 825px 1226px #FFF, 673px 726px #FFF, 536px 406px #FFF, 951px 1669px #FFF, 892px 281px #FFF, 499px 1071px #FFF, 1440px 166px #FFF, 527px 349px #FFF, 648px 1780px #FFF, 844px 286px #FFF, 271px 169px #FFF, 1422px 904px #FFF, 1773px 1696px #FFF, 1373px 1784px #FFF, 125px 827px #FFF, 1659px 68px #FFF, 1194px 902px #FFF, 813px 492px #FFF, 1637px 517px #FFF, 1640px 1422px #FFF, 1700px 1691px #FFF, 43px 478px #FFF, 509px 413px #FFF, 85px 1072px #FFF, 1620px 643px #FFF, 957px 1721px #FFF, 1700px 1822px #FFF, 1235px 1007px #FFF, 1344px 10px #FFF, 811px 144px #FFF, 1528px 1183px #FFF, 341px 912px #FFF, 464px 1234px #FFF, 317px 1282px #FFF, 882px 1662px #FFF, 1269px 641px #FFF, 924px 324px #FFF, 734px 1269px #FFF, 552px 929px #FFF, 498px 791px #FFF, 144px 847px #FFF, 1570px 1060px #FFF, 1655px 1184px #FFF, 1696px 1490px #FFF, 358px 1828px #FFF, 927px 332px #FFF, 866px 1943px #FFF, 202px 1662px #FFF, 1306px 1880px #FFF, 1949px 1854px #FFF, 1027px 1198px #FFF, 1466px 923px #FFF, 1649px 1502px #FFF, 1621px 321px #FFF, 1469px 1019px #FFF, 1596px 1133px #FFF, 1743px 134px #FFF, 1461px 1686px #FFF, 354px 1473px #FFF, 301px 1043px #FFF, 1371px 564px #FFF, 771px 1946px #FFF, 29px 869px #FFF, 89px 1901px #FFF, 775px 309px #FFF, 771px 1560px #FFF, 229px 1518px #FFF, 510px 1247px #FFF, 881px 1514px #FFF, 1333px 1451px #FFF, 1849px 596px #FFF, 568px 1189px #FFF, 1568px 389px #FFF, 162px 1044px #FFF, 806px 718px #FFF, 822px 275px #FFF, 751px 477px #FFF, 570px 503px #FFF, 1556px 919px #FFF, 460px 681px #FFF, 1548px 1679px #FFF, 1458px 713px #FFF, 934px 148px #FFF, 483px 499px #FFF, 1249px 1286px #FFF, 784px 1834px #FFF, 1124px 527px #FFF, 58px 887px #FFF, 900px 601px #FFF, 1233px 696px #FFF, 687px 1070px #FFF, 1671px 1719px #FFF, 222px 1096px #FFF, 1333px 1583px #FFF, 1px 86px #FFF, 1422px 1048px #FFF, 1101px 1106px #FFF, 560px 994px #FFF, 85px 1504px #FFF, 1242px 1304px #FFF, 177px 788px #FFF, 1017px 1293px #FFF, 918px 1192px #FFF, 209px 1468px #FFF, 986px 1831px #FFF, 1758px 849px #FFF, 261px 446px #FFF, 549px 861px #FFF, 1807px 1521px #FFF, 1208px 633px #FFF, 956px 573px #FFF, 472px 1642px #FFF, 1799px 630px #FFF, 1178px 1678px #FFF, 507px 528px #FFF, 363px 1906px #FFF, 1242px 378px #FFF, 353px 15px #FFF, 1519px 45px #FFF, 1615px 1274px #FFF, 1190px 1198px #FFF, 1395px 381px #FFF, 341px 901px #FFF, 471px 1049px #FFF, 671px 1657px #FFF, 712px 491px #FFF, 1806px 847px #FFF, 1311px 834px #FFF, 1096px 1084px #FFF, 1550px 292px #FFF, 230px 690px #FFF, 1547px 1883px #FFF, 1971px 775px #FFF, 799px 892px #FFF, 1829px 1341px #FFF, 663px 920px #FFF, 470px 297px #FFF, 875px 594px #FFF, 1973px 1508px #FFF, 115px 1214px #FFF, 1058px 476px #FFF, 1123px 960px #FFF, 487px 528px #FFF, 987px 631px #FFF, 587px 383px #FFF, 1680px 1006px #FFF, 1580px 561px #FFF, 1267px 442px #FFF, 139px 580px #FFF, 1248px 1790px #FFF, 1375px 336px #FFF, 220px 1879px #FFF, 1751px 1776px #FFF, 1333px 1810px #FFF, 266px 419px #FFF, 502px 1660px #FFF, 1407px 1787px #FFF, 469px 1581px #FFF, 1460px 1309px #FFF, 377px 1798px #FFF, 294px 1474px #FFF, 1813px 581px #FFF, 262px 1976px #FFF, 425px 165px #FFF, 1363px 1870px #FFF, 1555px 997px #FFF, 37px 468px #FFF, 237px 1023px #FFF, 1779px 789px #FFF, 330px 495px #FFF, 608px 860px #FFF, 797px 496px #FFF, 1501px 1841px #FFF, 558px 206px #FFF, 357px 679px #FFF, 1668px 195px #FFF, 525px 1784px #FFF, 251px 1679px #FFF, 240px 84px #FFF, 1667px 1134px #FFF, 877px 1484px #FFF, 1789px 1543px #FFF, 669px 193px #FFF, 1656px 1208px #FFF, 1036px 951px #FFF, 47px 1427px #FFF, 1624px 829px #FFF, 541px 1550px #FFF, 208px 293px #FFF, 716px 44px #FFF, 1161px 1073px #FFF, 437px 1814px #FFF, 606px 1811px #FFF, 1929px 1940px #FFF, 1808px 1343px #FFF, 1410px 23px #FFF, 1495px 717px #FFF, 689px 1896px #FFF, 1033px 1870px #FFF, 191px 380px #FFF, 1124px 755px #FFF, 1402px 1072px #FFF, 958px 1233px #FFF, 8px 1766px #FFF, 1859px 682px #FFF, 1568px 1352px #FFF, 1335px 1740px #FFF, 910px 158px #FFF, 1752px 1433px #FFF, 1315px 1688px #FFF, 128px 1377px #FFF, 988px 302px #FFF, 451px 294px #FFF, 1192px 1991px #FFF, 407px 1538px #FFF, 1009px 1204px #FFF, 1046px 252px #FFF, 1568px 870px #FFF, 865px 1090px #FFF, 772px 816px #FFF, 1960px 1438px #FFF, 1154px 831px #FFF, 1413px 3px #FFF, 1927px 1032px #FFF, 1666px 1892px #FFF, 177px 1766px #FFF, 943px 1409px #FFF, 182px 208px #FFF, 1434px 1299px #FFF, 374px 1795px #FFF, 1415px 863px #FFF, 642px 972px #FFF, 130px 1614px #FFF, 706px 197px #FFF, 1003px 1378px #FFF, 1414px 1828px #FFF, 175px 1847px #FFF, 512px 752px #FFF, 164px 326px #FFF, 1914px 1379px #FFF, 1536px 372px #FFF, 1906px 770px #FFF, 1222px 808px #FFF, 681px 1599px #FFF, 903px 668px #FFF, 395px 12px #FFF, 1187px 109px #FFF, 719px 26px #FFF, 1234px 236px #FFF, 111px 1912px #FFF, 403px 686px #FFF, 898px 594px #FFF, 1979px 1386px #FFF, 1889px 1197px #FFF, 1644px 1377px #FFF, 670px 858px #FFF, 1463px 199px #FFF, 1735px 908px #FFF, 1037px 1713px #FFF, 961px 1063px #FFF, 892px 1476px #FFF, 362px 1089px #FFF, 1124px 1415px #FFF, 544px 1149px #FFF, 614px 1434px #FFF, 1025px 1949px #FFF, 1495px 1199px #FFF, 1098px 1915px #FFF, 910px 438px #FFF, 1203px 780px #FFF, 1540px 778px #FFF, 775px 622px #FFF, 1142px 788px #FFF, 437px 279px #FFF, 166px 968px #FFF, 455px 199px #FFF, 706px 981px #FFF, 1556px 1944px #FFF, 1109px 788px #FFF, 68px 931px #FFF, 1941px 1300px #FFF, 1294px 787px #FFF, 1006px 1779px #FFF, 241px 1061px #FFF, 1246px 1589px #FFF, 1598px 1943px #FFF, 707px 1725px #FFF, 1210px 933px #FFF, 1068px 1501px #FFF, 1692px 592px #FFF, 9px 936px #FFF, 1841px 720px #FFF, 447px 327px #FFF, 522px 595px #FFF, 574px 540px #FFF, 1428px 1117px #FFF, 919px 1713px #FFF, 669px 1667px #FFF, 754px 1351px #FFF, 246px 719px #FFF, 157px 1693px #FFF, 933px 493px #FFF, 803px 1989px #FFF, 649px 570px #FFF, 542px 656px #FFF, 387px 1761px #FFF, 897px 58px #FFF, 744px 1711px #FFF, 1319px 699px #FFF, 80px 110px #FFF, 1478px 467px #FFF, 1739px 1147px #FFF, 1828px 601px #FFF, 1776px 680px #FFF, 1327px 1379px #FFF, 387px 1486px #FFF, 560px 1127px #FFF, 1922px 1583px #FFF, 1519px 583px #FFF, 41px 313px #FFF, 1058px 93px #FFF, 1036px 1685px #FFF, 501px 1047px #FFF, 765px 330px #FFF, 1862px 1458px #FFF, 1920px 542px #FFF, 885px 1952px #FFF, 390px 1725px #FFF, 442px 1682px #FFF, 1213px 1942px #FFF, 1255px 1689px #FFF, 1960px 1618px #FFF, 351px 817px #FFF, 1164px 1102px #FFF, 1805px 827px #FFF, 1410px 806px #FFF, 1489px 285px #FFF, 1024px 1103px #FFF, 1801px 806px #FFF, 1471px 982px #FFF, 1961px 730px #FFF, 1351px 1308px #FFF, 415px 1803px #FFF, 1966px 1643px #FFF, 481px 1941px #FFF, 684px 263px #FFF, 1793px 852px #FFF, 261px 1342px #FFF, 1047px 1516px #FFF, 1072px 384px #FFF, 929px 256px #FFF, 1708px 495px #FFF, 1060px 993px #FFF, 967px 708px #FFF, 1078px 1219px #FFF, 667px 1938px #FFF, 364px 787px #FFF, 1378px 1972px #FFF, 66px 1721px #FFF, 981px 1597px #FFF, 147px 905px #FFF, 1501px 1702px #FFF, 1551px 1778px #FFF, 1062px 792px #FFF, 820px 1441px #FFF, 216px 355px #FFF, 18px 1733px #FFF, 1133px 535px #FFF, 554px 1077px #FFF, 583px 1167px #FFF, 1033px 1922px #FFF, 1797px 303px #FFF, 1410px 1528px #FFF, 1639px 718px #FFF, 404px 1559px #FFF, 118px 210px #FFF, 119px 1874px #FFF, 253px 820px #FFF, 1060px 1977px #FFF, 1442px 1688px #FFF, 1825px 101px #FFF, 704px 1511px #FFF, 683px 1832px #FFF, 405px 1492px #FFF, 1585px 1367px #FFF, 1220px 680px #FFF, 355px 784px #FFF, 1164px 1437px #FFF, 1157px 1021px #FFF, 527px 1356px #FFF, 1782px 1121px #FFF, 288px 1119px #FFF, 449px 1864px #FFF, 789px 1560px #FFF, 1893px 464px #FFF, 1451px 1116px #FFF, 1858px 747px #FFF, 137px 436px #FFF, 137px 380px #FFF, 1394px 46px #FFF, 1432px 523px #FFF, 1155px 1458px #FFF, 1881px 1803px #FFF, 1062px 1755px #FFF, 97px 1867px #FFF, 1477px 659px #FFF, 801px 894px #FFF, 475px 1867px #FFF, 1761px 1591px #FFF, 1263px 1659px #FFF, 454px 447px #FFF, 1171px 818px #FFF, 1383px 1370px #FFF, 324px 724px #FFF, 1812px 976px #FFF, 210px 1044px #FFF, 1967px 526px #FFF, 291px 497px #FFF, 1873px 896px #FFF, 1131px 212px #FFF, 283px 967px #FFF, 549px 760px #FFF, 533px 1589px #FFF, 1910px 1535px #FFF, 607px 1097px #FFF, 214px 432px #FFF, 627px 1794px #FFF, 557px 1931px #FFF, 349px 1768px #FFF, 1844px 287px #FFF, 1390px 1560px #FFF, 1519px 623px #FFF, 1279px 1675px #FFF, 637px 1953px #FFF, 1355px 37px #FFF, 1381px 729px #FFF, 1580px 1108px #FFF, 1286px 509px #FFF, 621px 802px #FFF, 143px 956px #FFF, 437px 1545px #FFF, 1920px 652px #FFF, 180px 257px #FFF, 1183px 1113px #FFF, 569px 945px #FFF, 1155px 256px #FFF, 1002px 25px #FFF, 974px 1905px #FFF, 863px 960px #FFF, 887px 325px #FFF, 1421px 1755px #FFF, 403px 1859px #FFF, 294px 910px #FFF, 1687px 1701px #FFF, 763px 444px #FFF, 1876px 211px #FFF, 978px 1px #FFF, 536px 1977px #FFF, 274px 226px #FFF, 1950px 957px #FFF, 1843px 201px #FFF, 958px 1995px #FFF, 1073px 51px #FFF, 446px 1985px #FFF, 1346px 1273px #FFF, 707px 694px #FFF, 1370px 1602px #FFF, 650px 1593px #FFF, 1915px 1156px #FFF, 1747px 616px #FFF, 324px 573px #FFF, 1218px 1072px #FFF, 1703px 709px #FFF, 1147px 862px #FFF, 752px 1270px #FFF, 406px 1141px #FFF, 1701px 309px #FFF, 851px 1478px #FFF, 1603px 755px #FFF, 159px 555px #FFF, 145px 98px #FFF, 1157px 513px #FFF, 726px 603px #FFF, 1090px 1419px #FFF, 560px 1871px #FFF, 891px 534px #FFF, 1230px 349px #FFF, 388px 721px #FFF, 1997px 646px #FFF, 235px 282px #FFF, 465px 182px #FFF, 1158px 106px #FFF, 919px 1704px #FFF, 247px 268px #FFF, 439px 197px #FFF, 270px 410px #FFF, 776px 788px #FFF, 1810px 143px #FFF, 1449px 1863px #FFF, 1387px 1947px #FFF, 429px 29px #FFF, 226px 362px #FFF, 1242px 1176px #FFF, 563px 1640px #FFF, 1640px 515px #FFF, 385px 1314px #FFF, 41px 1204px #FFF, 59px 1293px #FFF, 1490px 817px #FFF, 337px 447px #FFF, 1178px 1280px #FFF, 862px 5px #FFF, 122px 616px #FFF, 1588px 473px #FFF, 1209px 742px #FFF, 1280px 1902px #FFF, 177px 968px #FFF;
}

.blocksync-stars2 {
  width: 1px;
  height: 1px;
  background: transparent;
  box-shadow: 40px 434px #FFF, 1957px 317px #FFF, 333px 1843px #FFF, 321px 1588px #FFF, 122px 344px #FFF, 1286px 1538px #FFF, 290px 1304px #FFF, 787px 13px #FFF, 1697px 675px #FFF, 111px 395px #FFF, 876px 387px #FFF, 143px 489px #FFF, 1430px 1718px #FFF, 1985px 1634px #FFF, 950px 459px #FFF, 349px 1508px #FFF, 1887px 147px #FFF, 433px 1079px #FFF, 807px 407px #FFF, 1339px 1576px #FFF, 93px 1837px #FFF, 1265px 49px #FFF, 233px 493px #FFF, 414px 1498px #FFF, 1011px 1411px #FFF, 81px 905px #FFF, 448px 695px #FFF, 863px 1600px #FFF, 460px 295px #FFF, 865px 1175px #FFF, 1787px 1101px #FFF, 514px 19px #FFF, 695px 961px #FFF, 163px 1558px #FFF, 625px 1150px #FFF, 128px 306px #FFF, 1371px 1765px #FFF, 967px 1800px #FFF, 8px 757px #FFF, 504px 1846px #FFF, 410px 168px #FFF, 1712px 1663px #FFF, 1751px 404px #FFF, 399px 1101px #FFF, 1403px 1069px #FFF, 1789px 746px #FFF, 1882px 862px #FFF, 1927px 1425px #FFF, 521px 1505px #FFF, 579px 1422px #FFF, 359px 1285px #FFF, 924px 1293px #FFF, 1298px 516px #FFF, 1667px 77px #FFF, 686px 1802px #FFF, 1493px 1442px #FFF, 1598px 106px #FFF, 1976px 1895px #FFF, 1600px 569px #FFF, 243px 964px #FFF, 597px 368px #FFF, 1563px 177px #FFF, 318px 219px #FFF, 972px 930px #FFF, 1940px 1460px #FFF, 1595px 1475px #FFF, 766px 472px #FFF, 1979px 71px #FFF, 382px 606px #FFF, 162px 412px #FFF, 99px 389px #FFF, 800px 111px #FFF, 1000px 1479px #FFF, 1924px 1508px #FFF, 753px 944px #FFF, 810px 429px #FFF, 1057px 810px #FFF, 881px 1240px #FFF, 1992px 263px #FFF, 367px 1827px #FFF, 1134px 439px #FFF, 1864px 1877px #FFF, 1489px 559px #FFF, 532px 108px #FFF, 1249px 1019px #FFF, 1308px 373px #FFF, 1788px 505px #FFF, 1231px 505px #FFF, 539px 38px #FFF, 1004px 823px #FFF, 1028px 738px #FFF, 252px 1645px #FFF, 1779px 1767px #FFF, 1103px 857px #FFF, 1499px 535px #FFF, 342px 1900px #FFF, 786px 1652px #FFF, 1827px 1258px #FFF, 75px 1111px #FFF, 1797px 1747px #FFF, 778px 1087px #FFF, 982px 324px #FFF, 710px 41px #FFF, 1427px 1289px #FFF, 1253px 932px #FFF, 280px 1812px #FFF, 239px 101px #FFF, 627px 467px #FFF, 516px 374px #FFF, 1095px 407px #FFF, 698px 1532px #FFF, 471px 1166px #FFF, 875px 483px #FFF, 1919px 1109px #FFF, 1850px 1400px #FFF, 717px 897px #FFF, 772px 1571px #FFF, 1802px 1871px #FFF, 1669px 724px #FFF, 1587px 570px #FFF, 201px 1879px #FFF, 674px 1938px #FFF, 811px 365px #FFF, 452px 1629px #FFF, 696px 245px #FFF, 269px 1963px #FFF, 1646px 1645px #FFF, 429px 1067px #FFF, 217px 1609px #FFF, 597px 1114px #FFF, 1426px 1901px #FFF, 1141px 1936px #FFF, 389px 1866px #FFF, 1500px 154px #FFF, 1671px 1630px #FFF, 1490px 261px #FFF, 1925px 1720px #FFF, 1402px 1337px #FFF, 1830px 1335px #FFF, 1245px 1387px #FFF, 1249px 251px #FFF, 659px 1906px #FFF, 432px 291px #FFF, 630px 1035px #FFF, 834px 1633px #FFF, 834px 265px #FFF, 1556px 1274px #FFF, 647px 1117px #FFF, 1878px 1793px #FFF, 528px 1439px #FFF, 605px 1600px #FFF, 1503px 895px #FFF, 952px 148px #FFF, 1895px 1394px #FFF, 112px 389px #FFF, 1812px 1601px #FFF, 176px 1197px #FFF, 384px 939px #FFF, 103px 89px #FFF, 1953px 211px #FFF, 521px 179px #FFF, 1689px 175px #FFF, 1292px 494px #FFF, 1351px 1657px #FFF, 846px 597px #FFF, 1976px 194px #FFF, 875px 1633px #FFF, 323px 306px #FFF, 294px 1144px #FFF, 1917px 895px #FFF, 1811px 221px #FFF, 1346px 1129px #FFF, 1557px 1023px #FFF, 1873px 917px #FFF, 994px 232px #FFF, 961px 1986px #FFF, 1481px 1852px #FFF, 1237px 1250px #FFF, 1103px 107px #FFF, 1694px 1348px #FFF, 1516px 1319px #FFF, 1457px 1102px #FFF, 1772px 1150px #FFF, 1055px 1663px #FFF, 205px 1547px #FFF, 743px 594px #FFF, 764px 563px #FFF, 613px 1872px #FFF, 808px 1401px #FFF, 1247px 1948px #FFF, 1200px 1979px #FFF, 1345px 1316px #FFF, 671px 1448px #FFF, 190px 1935px #FFF, 1082px 939px #FFF, 1219px 1136px #FFF, 76px 982px #FFF, 1053px 411px #FFF, 415px 1774px #FFF, 1145px 829px #FFF;
  animation: animStar 100s linear infinite;
}
.blocksync-stars2:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 1px;
  height: 1px;
  background: transparent;
  box-shadow: 40px 434px #FFF, 1957px 317px #FFF, 333px 1843px #FFF, 321px 1588px #FFF, 122px 344px #FFF, 1286px 1538px #FFF, 290px 1304px #FFF, 787px 13px #FFF, 1697px 675px #FFF, 111px 395px #FFF, 876px 387px #FFF, 143px 489px #FFF, 1430px 1718px #FFF, 1985px 1634px #FFF, 950px 459px #FFF, 349px 1508px #FFF, 1887px 147px #FFF, 433px 1079px #FFF, 807px 407px #FFF, 1339px 1576px #FFF, 93px 1837px #FFF, 1265px 49px #FFF, 233px 493px #FFF, 414px 1498px #FFF, 1011px 1411px #FFF, 81px 905px #FFF, 448px 695px #FFF, 863px 1600px #FFF, 460px 295px #FFF, 865px 1175px #FFF, 1787px 1101px #FFF, 514px 19px #FFF, 695px 961px #FFF, 163px 1558px #FFF, 625px 1150px #FFF, 128px 306px #FFF, 1371px 1765px #FFF, 967px 1800px #FFF, 8px 757px #FFF, 504px 1846px #FFF, 410px 168px #FFF, 1712px 1663px #FFF, 1751px 404px #FFF, 399px 1101px #FFF, 1403px 1069px #FFF, 1789px 746px #FFF, 1882px 862px #FFF, 1927px 1425px #FFF, 521px 1505px #FFF, 579px 1422px #FFF, 359px 1285px #FFF, 924px 1293px #FFF, 1298px 516px #FFF, 1667px 77px #FFF, 686px 1802px #FFF, 1493px 1442px #FFF, 1598px 106px #FFF, 1976px 1895px #FFF, 1600px 569px #FFF, 243px 964px #FFF, 597px 368px #FFF, 1563px 177px #FFF, 318px 219px #FFF, 972px 930px #FFF, 1940px 1460px #FFF, 1595px 1475px #FFF, 766px 472px #FFF, 1979px 71px #FFF, 382px 606px #FFF, 162px 412px #FFF, 99px 389px #FFF, 800px 111px #FFF, 1000px 1479px #FFF, 1924px 1508px #FFF, 753px 944px #FFF, 810px 429px #FFF, 1057px 810px #FFF, 881px 1240px #FFF, 1992px 263px #FFF, 367px 1827px #FFF, 1134px 439px #FFF, 1864px 1877px #FFF, 1489px 559px #FFF, 532px 108px #FFF, 1249px 1019px #FFF, 1308px 373px #FFF, 1788px 505px #FFF, 1231px 505px #FFF, 539px 38px #FFF, 1004px 823px #FFF, 1028px 738px #FFF, 252px 1645px #FFF, 1779px 1767px #FFF, 1103px 857px #FFF, 1499px 535px #FFF, 342px 1900px #FFF, 786px 1652px #FFF, 1827px 1258px #FFF, 75px 1111px #FFF, 1797px 1747px #FFF, 778px 1087px #FFF, 982px 324px #FFF, 710px 41px #FFF, 1427px 1289px #FFF, 1253px 932px #FFF, 280px 1812px #FFF, 239px 101px #FFF, 627px 467px #FFF, 516px 374px #FFF, 1095px 407px #FFF, 698px 1532px #FFF, 471px 1166px #FFF, 875px 483px #FFF, 1919px 1109px #FFF, 1850px 1400px #FFF, 717px 897px #FFF, 772px 1571px #FFF, 1802px 1871px #FFF, 1669px 724px #FFF, 1587px 570px #FFF, 201px 1879px #FFF, 674px 1938px #FFF, 811px 365px #FFF, 452px 1629px #FFF, 696px 245px #FFF, 269px 1963px #FFF, 1646px 1645px #FFF, 429px 1067px #FFF, 217px 1609px #FFF, 597px 1114px #FFF, 1426px 1901px #FFF, 1141px 1936px #FFF, 389px 1866px #FFF, 1500px 154px #FFF, 1671px 1630px #FFF, 1490px 261px #FFF, 1925px 1720px #FFF, 1402px 1337px #FFF, 1830px 1335px #FFF, 1245px 1387px #FFF, 1249px 251px #FFF, 659px 1906px #FFF, 432px 291px #FFF, 630px 1035px #FFF, 834px 1633px #FFF, 834px 265px #FFF, 1556px 1274px #FFF, 647px 1117px #FFF, 1878px 1793px #FFF, 528px 1439px #FFF, 605px 1600px #FFF, 1503px 895px #FFF, 952px 148px #FFF, 1895px 1394px #FFF, 112px 389px #FFF, 1812px 1601px #FFF, 176px 1197px #FFF, 384px 939px #FFF, 103px 89px #FFF, 1953px 211px #FFF, 521px 179px #FFF, 1689px 175px #FFF, 1292px 494px #FFF, 1351px 1657px #FFF, 846px 597px #FFF, 1976px 194px #FFF, 875px 1633px #FFF, 323px 306px #FFF, 294px 1144px #FFF, 1917px 895px #FFF, 1811px 221px #FFF, 1346px 1129px #FFF, 1557px 1023px #FFF, 1873px 917px #FFF, 994px 232px #FFF, 961px 1986px #FFF, 1481px 1852px #FFF, 1237px 1250px #FFF, 1103px 107px #FFF, 1694px 1348px #FFF, 1516px 1319px #FFF, 1457px 1102px #FFF, 1772px 1150px #FFF, 1055px 1663px #FFF, 205px 1547px #FFF, 743px 594px #FFF, 764px 563px #FFF, 613px 1872px #FFF, 808px 1401px #FFF, 1247px 1948px #FFF, 1200px 1979px #FFF, 1345px 1316px #FFF, 671px 1448px #FFF, 190px 1935px #FFF, 1082px 939px #FFF, 1219px 1136px #FFF, 76px 982px #FFF, 1053px 411px #FFF, 415px 1774px #FFF, 1145px 829px #FFF;
}

.blocksync-stars3 {
  width: 3px;
  height: 3px;
  background: transparent;
  box-shadow: 512px 831px #FFF, 84px 866px #FFF, 1547px 1358px #FFF, 156px 1390px #FFF, 1914px 624px #FFF, 1599px 698px #FFF, 1988px 636px #FFF, 1400px 901px #FFF, 120px 1441px #FFF, 188px 501px #FFF, 399px 673px #FFF, 646px 1389px #FFF, 118px 1809px #FFF, 947px 1686px #FFF, 748px 298px #FFF, 1463px 541px #FFF, 1529px 1017px #FFF, 1795px 435px #FFF, 476px 1829px #FFF, 1990px 65px #FFF, 527px 992px #FFF, 1885px 558px #FFF, 662px 1452px #FFF, 720px 729px #FFF, 1002px 259px #FFF, 312px 1149px #FFF, 917px 359px #FFF, 1442px 4px #FFF, 827px 586px #FFF, 1359px 745px #FFF, 888px 1269px #FFF, 843px 1447px #FFF, 740px 1994px #FFF, 1889px 496px #FFF, 207px 955px #FFF, 1223px 1560px #FFF, 1923px 1349px #FFF, 1282px 61px #FFF, 1793px 1258px #FFF, 208px 155px #FFF, 780px 632px #FFF, 1080px 92px #FFF, 340px 633px #FFF, 1423px 514px #FFF, 1507px 1744px #FFF, 1943px 507px #FFF, 1393px 423px #FFF, 501px 652px #FFF, 736px 539px #FFF, 1459px 840px #FFF, 1318px 921px #FFF, 1940px 899px #FFF, 409px 1640px #FFF, 1286px 1799px #FFF, 1428px 1804px #FFF, 1113px 115px #FFF, 843px 758px #FFF, 382px 547px #FFF, 850px 822px #FFF, 1662px 756px #FFF, 367px 1136px #FFF, 1120px 350px #FFF, 1727px 1874px #FFF, 469px 1035px #FFF, 1804px 255px #FFF, 1851px 502px #FFF, 1672px 237px #FFF, 220px 1093px #FFF, 808px 1882px #FFF, 1565px 1042px #FFF, 1559px 219px #FFF, 876px 346px #FFF, 747px 150px #FFF, 340px 531px #FFF, 1705px 1837px #FFF, 1280px 1142px #FFF, 861px 337px #FFF, 692px 1679px #FFF, 1093px 1425px #FFF, 1551px 1907px #FFF, 567px 1540px #FFF, 867px 959px #FFF, 1819px 277px #FFF, 1041px 1954px #FFF, 1423px 504px #FFF, 852px 1799px #FFF, 1930px 1123px #FFF, 1283px 69px #FFF, 1212px 1034px #FFF, 947px 781px #FFF, 1606px 1636px #FFF, 424px 1990px #FFF, 750px 1401px #FFF, 550px 940px #FFF, 350px 303px #FFF, 574px 555px #FFF, 1518px 1295px #FFF, 107px 1395px #FFF, 1743px 1876px #FFF, 1822px 1132px #FFF;
  animation: animStar 150s linear infinite;
  border-radius: 50%;
}
.blocksync-stars3:after {
  content: " ";
  position: absolute;
  top: 2000px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: transparent;
  box-shadow: 512px 831px #FFF, 84px 866px #FFF, 1547px 1358px #FFF, 156px 1390px #FFF, 1914px 624px #FFF, 1599px 698px #FFF, 1988px 636px #FFF, 1400px 901px #FFF, 120px 1441px #FFF, 188px 501px #FFF, 399px 673px #FFF, 646px 1389px #FFF, 118px 1809px #FFF, 947px 1686px #FFF, 748px 298px #FFF, 1463px 541px #FFF, 1529px 1017px #FFF, 1795px 435px #FFF, 476px 1829px #FFF, 1990px 65px #FFF, 527px 992px #FFF, 1885px 558px #FFF, 662px 1452px #FFF, 720px 729px #FFF, 1002px 259px #FFF, 312px 1149px #FFF, 917px 359px #FFF, 1442px 4px #FFF, 827px 586px #FFF, 1359px 745px #FFF, 888px 1269px #FFF, 843px 1447px #FFF, 740px 1994px #FFF, 1889px 496px #FFF, 207px 955px #FFF, 1223px 1560px #FFF, 1923px 1349px #FFF, 1282px 61px #FFF, 1793px 1258px #FFF, 208px 155px #FFF, 780px 632px #FFF, 1080px 92px #FFF, 340px 633px #FFF, 1423px 514px #FFF, 1507px 1744px #FFF, 1943px 507px #FFF, 1393px 423px #FFF, 501px 652px #FFF, 736px 539px #FFF, 1459px 840px #FFF, 1318px 921px #FFF, 1940px 899px #FFF, 409px 1640px #FFF, 1286px 1799px #FFF, 1428px 1804px #FFF, 1113px 115px #FFF, 843px 758px #FFF, 382px 547px #FFF, 850px 822px #FFF, 1662px 756px #FFF, 367px 1136px #FFF, 1120px 350px #FFF, 1727px 1874px #FFF, 469px 1035px #FFF, 1804px 255px #FFF, 1851px 502px #FFF, 1672px 237px #FFF, 220px 1093px #FFF, 808px 1882px #FFF, 1565px 1042px #FFF, 1559px 219px #FFF, 876px 346px #FFF, 747px 150px #FFF, 340px 531px #FFF, 1705px 1837px #FFF, 1280px 1142px #FFF, 861px 337px #FFF, 692px 1679px #FFF, 1093px 1425px #FFF, 1551px 1907px #FFF, 567px 1540px #FFF, 867px 959px #FFF, 1819px 277px #FFF, 1041px 1954px #FFF, 1423px 504px #FFF, 852px 1799px #FFF, 1930px 1123px #FFF, 1283px 69px #FFF, 1212px 1034px #FFF, 947px 781px #FFF, 1606px 1636px #FFF, 424px 1990px #FFF, 750px 1401px #FFF, 550px 940px #FFF, 350px 303px #FFF, 574px 555px #FFF, 1518px 1295px #FFF, 107px 1395px #FFF, 1743px 1876px #FFF, 1822px 1132px #FFF;
}

@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000px);
  }
}
.landing-page-wrapper {
  position: relative;
}
.landing-page-wrapper .slider-bg-light {
  position: absolute;
  right: 0%;
  top: 0;
  min-width: 300px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .landing-page-wrapper .slider-bg-light {
    right: 10%;
    min-width: none;
  }
}
@media only screen and (max-width: 479px) {
  .landing-page-wrapper .slider-bg-light {
    right: 0%;
  }
}
@media screen and (min-width: 2500px) {
  .landing-page-wrapper .slider-bg-light {
    right: 5%;
    transform: translateX(-50%);
  }
}
.landing-page-wrapper .slider-bg-dot-shape {
  position: absolute;
  right: 1%;
  top: 50px;
  z-index: -1;
}
.landing-page-wrapper .slider-bg-dot-shape .blocksync-stars-area {
  height: 980px;
  overflow: hidden;
  width: 300px;
}
.landing-page-wrapper .slider-bg-dot-shape.two-splash {
  position: absolute;
  left: 1%;
  right: auto;
  top: 50px;
  z-index: -1;
}
.landing-page-wrapper .slider-bg-dot-shape.two-splash .blocksync-stars-area {
  height: 980px;
  overflow: hidden;
  width: 300px;
}

.loaded {
  display: none;
}

#inverweb-load {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111111;
  z-index: 999999;
}
#inverweb-load .loader {
  position: absolute;
  transform: rotateZ(45deg) translate(-50%, -50%);
  perspective: 1000px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #fff;
  left: 49%;
  top: 50%;
}
#inverweb-load .loader:before,
#inverweb-load .loader:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 1s spin linear infinite;
}
#inverweb-load .loader:after {
  color: var(--color-primary);
  transform: rotateY(70deg);
  animation-delay: 0.4s;
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}
@keyframes rotateccw {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes spin {
  0%, 100% {
    box-shadow: 0.2em 0px 0 0px currentcolor;
  }
  12% {
    box-shadow: 0.2em 0.2em 0 0 currentcolor;
  }
  25% {
    box-shadow: 0 0.2em 0 0px currentcolor;
  }
  37% {
    box-shadow: -0.2em 0.2em 0 0 currentcolor;
  }
  50% {
    box-shadow: -0.2em 0 0 0 currentcolor;
  }
  62% {
    box-shadow: -0.2em -0.2em 0 0 currentcolor;
  }
  75% {
    box-shadow: 0px -0.2em 0 0 currentcolor;
  }
  87% {
    box-shadow: 0.2em -0.2em 0 0 currentcolor;
  }
}

.progress-circle-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*For CodePen*/
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .progress-circle-main-wrapper {
    gap: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .progress-circle-main-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .progress-circle-main-wrapper {
    justify-content: center;
  }
}
.progress-circle-main-wrapper .single-progress-circle {
  display: flex;
  justify-content: center;
  position: relative;
}
.progress-circle-main-wrapper .single-progress-circle .small-text {
  position: absolute;
  top: 55%;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #1F1F21;
  font-family: var(--font-primary);
}
.progress-circle-main-wrapper svg.radial-progress {
  height: auto;
  max-width: 100px;
  padding: 0;
  border-radius: 50%;
  transform: rotate(-90deg);
  width: 100%;
  background-image: none;
  border-radius: 50%;
  transition: 0.3s;
}
.progress-circle-main-wrapper svg.radial-progress circle {
  fill: transparent;
  stroke: #fff;
}
.progress-circle-main-wrapper svg.radial-progress circle.bar-static {
  stroke: rgba(160, 160, 160, 0.08) !important;
  stroke-width: 5px;
  transition: 0.3s;
}
.progress-circle-main-wrapper svg.radial-progress circle.bar--animated {
  stroke-dasharray: 219.9114857513;
  stroke: var(--color-primary);
  stroke-dashoffset: 219.9114857513;
  stroke-width: 5px;
  transition: 0.3s;
  stroke-linecap: round;
}
.progress-circle-main-wrapper svg.radial-progress text {
  fill: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  text-anchor: middle;
  font-family: var(--font-primary);
  fill: rgb(255, 255, 255);
  transition: 0.3s;
  color: var(--color-primary);
}
.progress-circle-main-wrapper svg.radial-progress:hover circle.bar-static {
  stroke-width: 1px;
}
.progress-circle-main-wrapper svg.radial-progress:hover circle.bar--animated {
  stroke-width: 4px;
}
.progress-circle-main-wrapper svg.radial-progress:hover text {
  fill: #1F1F21;
}
.progress-circle-main-wrapper section.svg-container svg.radial-progress:nth-child(even) {
  margin: 0 15px;
}
.progress-circle-main-wrapper section.svg-container:nth-last-of-type(1) svg.radial-progress {
  background: linear-gradient(260deg, #ff0300, #ffc900);
}
.progress-circle-main-wrapper section.svg-container:nth-last-of-type(0) svg.radial-progress {
  background-image: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%);
}
.progress-circle-main-wrapper .devider {
  font-size: 50px;
  padding: 20px;
  min-height: 11vh;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-225deg, #FF057C 0%, #FF057C 40%, #321575 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.progress-circle-main-wrapper .devider:nth-last-of-type(2) {
  background-image: linear-gradient(260deg, #ff0300, #ffc900);
}
.progress-circle-main-wrapper .single-progress-area {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .progress-circle-main-wrapper .single-progress-area {
    flex-direction: column;
    align-items: center;
  }
}
.progress-circle-main-wrapper .single-progress-area.ininner {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  background: #20282D;
  padding: 20px 42px;
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .progress-circle-main-wrapper .single-progress-area.ininner {
    width: 100%;
  }
}
.progress-circle-main-wrapper .single-progress-area.ininner .right-counter * {
  color: #fff;
}
.progress-circle-main-wrapper .single-progress-area::after {
  position: absolute;
  right: -86px;
  height: 100%;
  width: 1px;
  background: #D9D9D9;
  content: "";
}
@media only screen and (max-width: 1199px) {
  .progress-circle-main-wrapper .single-progress-area::after {
    display: none;
  }
}
.progress-circle-main-wrapper .single-progress-area:last-child::after {
  display: none;
}
.progress-circle-main-wrapper .single-progress-area svg text {
  opacity: 0;
}
.progress-circle-main-wrapper .single-progress-area img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.progress-circle-main-wrapper .single-progress-area .right-counter .title {
  margin-bottom: 0;
  font-size: 48px;
}
.progress-circle-main-wrapper .single-progress-area .right-counter p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #5D666F;
}

.tmp-apply-area .nav-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 40px 0;
  border: none;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .tmp-apply-area .nav-tabs {
    gap: 8px;
    margin: 0 0;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .tmp-apply-area .nav-tabs li {
    margin: 0 0;
  }
}
.tmp-apply-area .nav-tabs li button {
  font-size: 16px;
  line-height: 1;
  font-family: var(--font-primary);
  color: var(--color-heading);
  font-weight: 600;
  padding: 20px 35px;
  border-radius: 4px;
  background: var(--color-card);
  border: none;
}
@media only screen and (max-width: 991px) {
  .tmp-apply-area .nav-tabs li button {
    padding: 15px 14px;
  }
}
.tmp-apply-area .nav-tabs li button.active {
  background: var(--color-primary);
  color: var(--color-white);
}

.image-area-career {
  overflow: hidden;
  border-radius: 6px;
}

.apply-wrapper {
  position: relative;
  z-index: 1;
}
.apply-wrapper:hover .image-area img {
  transform: scale(120%);
}
.apply-wrapper:hover .content .title a {
  color: var(--color-primary);
}
.apply-wrapper:hover .content .text-btn {
  color: var(--color-primary);
}
.apply-wrapper:hover .content .text-btn::after {
  width: 100%;
}
.apply-wrapper .image-area {
  overflow: hidden;
  border-radius: 6px;
}
.apply-wrapper .image-area img {
  transform: scale(100%);
  transition: 0.5s;
}
.apply-wrapper .content {
  margin-top: 30px;
}
.apply-wrapper .content .title a {
  color: var(--color-heading);
  transition: var(--transition);
}
.apply-wrapper .content .title a:hover {
  color: var(--color-primary);
}
.apply-wrapper .content .desc {
  margin-bottom: 20px;
}
.apply-wrapper .content .text-btn {
  color: var(--color-heading);
  font-weight: 600;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding-bottom: 7px;
}
.apply-wrapper .content .text-btn::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: var(--color-primary);
  z-index: -1;
  bottom: 0;
  left: 0;
  transition: var(--transition);
}

.thumbnail-large-career {
  height: 650px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .thumbnail-large-career {
    height: 550px;
  }
}
@media only screen and (max-width: 1199px) {
  .thumbnail-large-career {
    height: 450px;
  }
}
@media only screen and (max-width: 991px) {
  .thumbnail-large-career {
    height: 350px;
  }
}
@media only screen and (max-width: 1199px) {
  .thumbnail-large-career {
    height: 267px;
  }
}

.content-area-single-career {
  padding-left: 30px;
}
.content-area-single-career ul {
  margin-top: 30px;
  padding-left: 0;
  list-style: none;
}
.content-area-single-career ul li {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  color: var(--color-body-2);
  margin: 12px 0;
  font-size: 16px;
}
.content-area-single-career ul li::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--color-primary) 50%, transparent);
  left: 0;
  top: 5px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .content-area-single-career {
    padding-left: 0;
  }
}

.after-before-main-wrapper-one {
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .after-before-main-wrapper-one {
    padding: 15px;
  }
}
.after-before-main-wrapper-one body {
  position: relative;
  background-color: #DDDDDD;
  font-family: "helvetica", sans-serif;
  font-weight: lighter;
  font-size: 14px;
  color: #555;
  margin: 0;
  padding: 0;
  min-width: 320px;
}
.after-before-main-wrapper-one h1 {
  text-transform: uppercase;
  color: #333;
}
.after-before-main-wrapper-one h3 {
  font-weight: lighter;
  color: #555555;
}
.after-before-main-wrapper-one a {
  position: relative;
  color: #a8244f;
  text-decoration: none;
}
.after-before-main-wrapper-one a:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  background-color: rgb(126, 27, 59.25);
  transform: rotateY(90deg);
  transition: transform 0.2s ease-in-out;
}
.after-before-main-wrapper-one a:hover {
  color: rgb(126, 27, 59.25);
  text-decoration: none;
}
.after-before-main-wrapper-one a:hover:before {
  transform: rotateY(0deg);
}
.after-before-main-wrapper-one .split {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: strech;
}
.after-before-main-wrapper-one .split p {
  flex-basis: 100%;
}
@media screen and (min-width: 767px) {
  .after-before-main-wrapper-one .split p {
    flex-basis: 48%;
  }
}
.after-before-main-wrapper-one nav.social {
  display: inline-block;
  padding: 0;
  margin-bottom: 18px;
}
.after-before-main-wrapper-one nav.social li {
  list-style: none;
  float: left;
}
.after-before-main-wrapper-one nav.social li a {
  padding: 5px;
}
.after-before-main-wrapper-one nav.social li:first-child a {
  padding-left: 0;
}
.after-before-main-wrapper-one .container {
  position: relative;
  width: 100%;
  margin: 50px 0;
}
.after-before-main-wrapper-one .container .inner {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px 30px;
  background-color: #EEE;
}
.after-before-main-wrapper-one .comparison-slider-wrapper {
  position: relative;
  width: 100%;
  background-color: #1b1b1c;
}
.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider {
  position: relative;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider > img {
  width: 100%;
  height: auto;
  display: block;
}
.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .overlay {
  display: none;
  position: absolute;
  width: max-content;
  bottom: 20px;
  right: 20px;
  background-color: var(--color-primary);
  padding: 4px 15px;
  box-sizing: border-box;
  color: #DDD;
  text-align: right;
  border-radius: 6px;
}
@media screen and (min-width: 767px) {
  .after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .overlay {
    display: block;
  }
}
.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .resize > img {
  display: block;
  min-width: 100%;
  max-width: none;
}
.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .resize .overlay {
  right: auto;
  left: 20px;
  text-align: left;
}
.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .divider {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  cursor: ew-resize;
}
.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .divider:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -9px;
  top: 50%;
  margin-top: -10px;
  background-color: white;
  transform: rotate(45deg);
  transition: all 0.1s ease-in-out;
}
.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .divider:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: -5px;
  top: 50%;
  margin-top: -6px;
  background-color: white;
  transform: rotate(45deg);
  transition: all 0.1s ease-in-out;
}
.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .divider.draggable:before {
  width: 30px;
  height: 30px;
  left: -14px;
  margin-top: -15px;
}
.after-before-main-wrapper-one .comparison-slider-wrapper .comparison-slider .divider.draggable:after {
  width: 20px;
  height: 20px;
  left: -9px;
  margin-top: -10px;
  background-color: #555;
}
.after-before-main-wrapper-one .comparison-slider-wrapper .caption {
  position: relative;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
}
.after-before-main-wrapper-one .suppoprt-me {
  display: inline-block;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 20vw;
  max-width: 250px;
  min-width: 200px;
  z-index: 9;
}
.after-before-main-wrapper-one .suppoprt-me img {
  width: 100%;
  height: auto;
}

/**************************************
            Blog 
***************************************/
/*----------------------
    Blog Styles  
-----------------------*/
.tmp-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: var(--color-card);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.5s;
  border: 1px solid var(--color-border);
  height: 100%;
}
.tmp-card .inner .thumbnail {
  overflow: hidden;
}
.tmp-card .inner .thumbnail a {
  display: block;
  overflow: hidden;
}
.tmp-card .inner .thumbnail a img {
  width: 100%;
  transition: 0.5s;
  overflow: hidden;
}
.tmp-card .inner .content {
  padding: 30px;
  padding-top: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-card .inner .content {
    padding: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-card .inner .content {
    padding: 16px 14px;
  }
}
.tmp-card .inner .content .descriptiion {
  margin-bottom: 15px;
}
.tmp-card .inner .content .title {
  font-size: 24px;
  line-height: 1.5;
  transition: all 0.5s;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .tmp-card .inner .content .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-card .inner .content .title {
    font-size: 20px;
  }
}
.tmp-card.bentostyle-left-blog .title {
  font-size: 27px !important;
}
@media only screen and (max-width: 767px) {
  .tmp-card.bentostyle-left-blog .title {
    font-size: 20px !important;
  }
}
.tmp-card.card-list-view {
  height: 100%;
}
.tmp-card.card-list-view.bentostyle {
  height: auto;
  margin-bottom: 30px;
}
.tmp-card.card-list-view.bentostyle:last-child {
  margin-bottom: 0;
}
.tmp-card.card-list-view .inner {
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 575px) {
  .tmp-card.card-list-view .inner {
    display: block;
  }
}
.tmp-card.card-list-view .inner .thumbnail {
  flex-basis: 46%;
}
.tmp-card.card-list-view .inner .thumbnail a {
  display: block;
  height: 100%;
}
.tmp-card.card-list-view .inner .thumbnail a img {
  width: auto;
  object-fit: cover;
  height: 100%;
}
.tmp-card.card-list-view .inner .content {
  flex-basis: 54%;
}
.tmp-card.card-list-view .inner .content .title {
  margin-bottom: 10px;
}
.tmp-card.card-list-view .inner .content .descriptiion {
  margin-bottom: 13px;
  margin-top: 12px;
}
.tmp-card.content-transparent {
  position: relative;
  border: 0 none;
}
.tmp-card.content-transparent .content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.9) 100%);
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .tmp-card.content-transparent .content {
    padding-top: 20px;
  }
}
.tmp-card.content-transparent .content .title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .tmp-card.content-transparent .content .title {
    font-size: 17px;
  }
}
.tmp-card.content-transparent .content .title a {
  color: var(--color-white);
}
.tmp-card.content-transparent .content .title:hover a {
  color: var(--color-primary);
}
.tmp-card.content-transparent .content .tmp-meta-list li {
  color: #acaeb1;
}
.tmp-card.content-transparent .content .tmp-meta-list li a {
  color: #acaeb1;
}
.tmp-card.content-transparent.post-large .content .title {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .tmp-card.content-transparent.post-large .content .title {
    font-size: 19px;
  }
}
.tmp-card:hover .inner .thumbnail a img {
  transform: scale(1.1);
}

.tag-news {
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  max-width: max-content;
  padding: 5px 15px;
  color: var(--color-white);
  background: var(--color-card);
  border-radius: 3px;
  pointer-events: none;
}

.inversweb-meta-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .inversweb-meta-list {
    gap: 5px;
  }
}
.inversweb-meta-list::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 7px;
  width: 7px;
  background: var(--color-primary);
  border-radius: 50%;
}
.inversweb-meta-list li {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.inversweb-meta-list li span i {
  margin-right: 5px;
}
.inversweb-meta-list li.comment-area {
  margin-left: 12px;
}
.inversweb-meta-list li.comment-area i {
  margin-right: 3px;
}

.tmp-meta-list {
  font-size: 1.4rem;
  line-height: 2.2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tmp-meta-list li {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--color-gray);
  font-size: 14px;
}
.tmp-meta-list li a {
  color: var(--color-gray);
  transition: 0.5s;
}
.tmp-meta-list li.separator {
  margin: 0 0.8rem;
}

.blog-details-thumbnail-large .popup-video {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.blog-details-thumbnail-large .popup-video:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.blog-search {
  position: relative;
}
.blog-search input {
  height: 60px;
  padding: 0 20px;
  color: var(--color-body);
  padding-right: 80px;
}
.blog-search .search-button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  border: 0 none;
  background: var(--color-primary);
  height: 47px;
  padding: 0 20px;
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
}
.blog-search .search-button i {
  color: var(--color-white);
  font-weight: 400;
}

.tmp-single-widget {
  border-radius: 4px;
  padding: 20px 20px;
  border: 1px solid var(--color-border);
  padding-top: 0;
}
.tmp-single-widget:first-child {
  margin-top: 0 !important;
}
.tmp-single-widget input,
.tmp-single-widget select {
  border: var(--border-width) solid var(--color-border);
}
.tmp-single-widget.widget_search {
  padding: 0;
  border: 0 none;
}
.tmp-single-widget.widget_search .title {
  margin: 0;
}
.tmp-single-widget p {
  font-size: 16px;
  line-height: 28px;
  color: #717173;
}
.tmp-single-widget .title {
  line-height: 26px;
  position: relative;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-white);
  background-color: var(--color-blackest);
  margin: -1px -22px 0;
  padding: 14px 24px;
  border-radius: 4px;
}
.tmp-single-widget .title a {
  color: var(--color-primary);
}
.tmp-single-widget .title a.rsswidget img {
  height: 13px;
  margin-right: 3px;
}
.tmp-single-widget .title img {
  vertical-align: 0px;
}
.tmp-single-widget ul {
  padding-left: 0;
  margin-bottom: -10px;
  list-style: none;
  padding-right: 0;
}
.tmp-single-widget ul ul {
  margin-bottom: 0;
}
.tmp-single-widget ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #717173;
}
.tmp-single-widget ul li a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: var(--color-heading);
  display: initial;
}
.tmp-single-widget ul li a:hover {
  color: var(--color-primary);
}
.tmp-single-widget.widget_categories ul li a {
  display: flex;
  justify-content: space-between;
}
.tmp-single-widget.widget_recent_comments ul li, .tmp-single-widget.widget_recent_entries ul li, .tmp-single-widget.widget_archive ul li, .tmp-single-widget.widget_categories ul li, .tmp-single-widget.widget_meta ul li, .tmp-single-widget.widget_pages ul li, .tmp-single-widget.widget_nav_menu ul li {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--color-body);
}
.tmp-single-widget.widget_recent_comments ul li a, .tmp-single-widget.widget_recent_entries ul li a, .tmp-single-widget.widget_archive ul li a, .tmp-single-widget.widget_categories ul li a, .tmp-single-widget.widget_meta ul li a, .tmp-single-widget.widget_pages ul li a, .tmp-single-widget.widget_nav_menu ul li a {
  color: var(--color-body);
}
.tmp-single-widget.widget_recent_comments ul li a:hover, .tmp-single-widget.widget_recent_entries ul li a:hover, .tmp-single-widget.widget_archive ul li a:hover, .tmp-single-widget.widget_categories ul li a:hover, .tmp-single-widget.widget_meta ul li a:hover, .tmp-single-widget.widget_pages ul li a:hover, .tmp-single-widget.widget_nav_menu ul li a:hover {
  color: var(--color-primary);
}
.tmp-single-widget.widget_recent_comments ul li span, .tmp-single-widget.widget_recent_entries ul li span, .tmp-single-widget.widget_archive ul li span, .tmp-single-widget.widget_categories ul li span, .tmp-single-widget.widget_meta ul li span, .tmp-single-widget.widget_pages ul li span, .tmp-single-widget.widget_nav_menu ul li span {
  color: var(--color-body);
}
.tmp-single-widget.widget_recent_comments ul li:hover a span, .tmp-single-widget.widget_recent_entries ul li:hover a span, .tmp-single-widget.widget_archive ul li:hover a span, .tmp-single-widget.widget_categories ul li:hover a span, .tmp-single-widget.widget_meta ul li:hover a span, .tmp-single-widget.widget_pages ul li:hover a span, .tmp-single-widget.widget_nav_menu ul li:hover a span {
  color: var(--color-primary);
}
.tmp-single-widget.widget_recent_comments ul li + li, .tmp-single-widget.widget_recent_entries ul li + li, .tmp-single-widget.widget_archive ul li + li, .tmp-single-widget.widget_categories ul li + li, .tmp-single-widget.widget_meta ul li + li, .tmp-single-widget.widget_pages ul li + li, .tmp-single-widget.widget_nav_menu ul li + li {
  border-top: 1px solid var(--color-border);
}
.tmp-single-widget.widget_recent_comments > ul > li, .tmp-single-widget.widget_recent_entries > ul > li, .tmp-single-widget.widget_archive > ul > li, .tmp-single-widget.widget_categories > ul > li, .tmp-single-widget.widget_meta > ul > li, .tmp-single-widget.widget_pages > ul > li {
  margin-top: 0;
  margin-bottom: 0;
}
.tmp-single-widget.widget_recent_comments > ul > li:first-child, .tmp-single-widget.widget_recent_entries > ul > li:first-child, .tmp-single-widget.widget_archive > ul > li:first-child, .tmp-single-widget.widget_categories > ul > li:first-child, .tmp-single-widget.widget_meta > ul > li:first-child, .tmp-single-widget.widget_pages > ul > li:first-child {
  margin-top: 0;
}
.tmp-single-widget.widget_recent_comments > ul > li:last-child, .tmp-single-widget.widget_recent_entries > ul > li:last-child, .tmp-single-widget.widget_archive > ul > li:last-child, .tmp-single-widget.widget_categories > ul > li:last-child, .tmp-single-widget.widget_meta > ul > li:last-child, .tmp-single-widget.widget_pages > ul > li:last-child {
  margin-bottom: 10px;
}
.tmp-single-widget.widget_recent_entries .inner a {
  color: var(--color-white);
  margin-bottom: 4px;
}
.tmp-single-widget.widget_recent_entries .inner span {
  color: var(--color-body);
  font-size: 14px;
  letter-spacing: 0.5px;
}

.alignwide {
  margin-left: -220px;
  margin-right: -220px;
  max-width: 1400px;
  width: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.tagcloud,
.wp-block-tag-cloud {
  margin: -3px;
  padding-left: 0;
}
.tagcloud a,
.wp-block-tag-cloud a {
  background: var(--color-card);
  display: inline-block;
  height: 40px;
  color: var(--color-body);
  font-size: 16px !important;
  line-height: 35px;
  text-decoration: none;
  margin: 3px;
  border: 2px solid var(--color-border);
  padding: 0 20px;
  border-radius: 3px;
}
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
  background: var(--color-primary);
  color: #ffffff;
  border-color: var(--color-primary);
}

/*------------------------------
    Blog Details 
----------------------------------*/
.post-page-banner .tmp-meta-list {
  justify-content: center;
}
.post-page-banner .tmp-meta-list li {
  color: var(--color-body);
  font-size: 16px;
  margin: 0 10px;
  margin-top: 9px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post-page-banner .tmp-meta-list li {
    font-size: 16px;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .post-page-banner .tmp-meta-list li {
    font-size: 16px;
    margin-top: 8px;
  }
}
.post-page-banner .tmp-meta-list li svg {
  margin-right: 10px;
}
.post-page-banner .tmp-meta-list li a {
  color: var(--color-body);
  transition: 0.3s;
}
.post-page-banner .tmp-meta-list li a:hover {
  color: var(--color-primary);
}
.post-page-banner .category-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  margin: -10px;
  padding: 0;
  margin-top: 14px;
}
.post-page-banner .category-list li {
  margin: 10px;
  position: relative;
}
.post-page-banner .category-list li::after {
  position: absolute;
  content: ",";
  right: -9px;
}
.post-page-banner .category-list li:last-child::after {
  display: none;
}

.blog-details-content .category-meta {
  display: flex;
  padding: 42px 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  flex-wrap: wrap;
}
.blog-details-content .category-meta span.text {
  color: var(--color-white);
  font-size: 22px;
  display: inline-block;
  margin: 10px 0;
  margin-top: 0;
}

.blocks-gallery-grid {
  display: flex;
  padding: 0;
  margin: 0 -10px;
  list-style: none;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.blocks-gallery-grid li.blocks-gallery-item {
  padding: 0 10px;
  flex-basis: 33.33%;
}
.blocks-gallery-grid li.blocks-gallery-item img {
  border-radius: var(--radius);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .blocks-gallery-grid li.blocks-gallery-item {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .blocks-gallery-grid li.blocks-gallery-item {
    flex-basis: 100%;
  }
}

.about-author {
  padding: 40px 0;
  border-bottom: 1px solid var(--color-border);
}
.about-author .media {
  display: flex;
}
@media only screen and (max-width: 479px) {
  .about-author .media {
    display: block;
  }
}
.about-author .thumbnail a img {
  border-radius: 6px;
  margin-right: 30px;
  margin-bottom: 20px;
  min-width: 105px;
  max-height: 105px;
}
@media only screen and (max-width: 767px) {
  .about-author .thumbnail a img {
    margin-right: 20px;
  }
}
.about-author .media-body .author-info .title {
  margin-bottom: 0;
}
.about-author .media-body .author-info .title a .hover-flip-item span::before {
  color: var(--color-heading);
}
.about-author .media-body .author-info .title a .hover-flip-item span::after {
  color: var(--color-primary);
}
.about-author .media-body .author-info .subtitle {
  color: var(--color-body);
  display: block;
  margin-top: 10px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .about-author .media-body .author-info .subtitle {
    margin-top: 8px;
  }
}
.about-author .media-body .content .description {
  margin-top: 6px;
  margin-bottom: 0;
}
.about-author .media-body .content .social-icon {
  margin-top: 10px;
}

.comments-wrapper-main .comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comments-wrapper-main .comment-list .comment {
  padding: 0;
  margin: 0;
}
.comments-wrapper-main .comment-list .comment.byuser .single-comment {
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-border) !important;
}
.comments-wrapper-main .comment-list .comment .single-comment {
  padding: 40px 40px;
  margin-bottom: 40px;
  border-radius: 4px;
  background-color: var(--color-card);
  border: 1px solid var(--color-border);
}
@media only screen and (max-width: 767px) {
  .comments-wrapper-main .comment-list .comment .single-comment {
    padding: 30px 20px;
  }
}
.comments-wrapper-main .comment-list .comment .comment-img {
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 18px;
}
.comments-wrapper-main .comment-list .comment .comment-img .comment-avatar {
  margin-right: 20px;
  border-radius: 3px;
}
.comments-wrapper-main .comment-list .comment .comment-img .commenter {
  color: var(--color-heading);
  display: block;
  text-decoration: none;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}
.comments-wrapper-main .comment-list .comment .comment-img .time-spent {
  font-size: 13px;
  color: var(--color-body);
  font-weight: 400;
}
.comments-wrapper-main .comment-list .comment .comment-text {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}
.comments-wrapper-main .comment-list .comment .comment-text p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
}
.comments-wrapper-main .comment-list .comment .reply-edit {
  display: flex;
  font-weight: 500;
  margin-top: 15px;
}
.comments-wrapper-main .comment-list .comment .reply-edit .reply a.comment-reply-link {
  color: var(--color-white);
  transition: 0.3s;
  font-size: 16px;
}
.comments-wrapper-main .comment-list .comment .reply-edit .reply a.comment-reply-link i {
  padding-right: 4px;
}
.comments-wrapper-main .comment-list ul.children {
  list-style: none;
  padding-left: 80px;
}
@media only screen and (max-width: 767px) {
  .comments-wrapper-main .comment-list ul.children {
    padding-left: 0px;
  }
}
.comments-wrapper-main .comment-list ul.children .comment {
  position: relative;
}
.comments-wrapper-main .comment-list ul.children .comment::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  border-left: 1px solid var(--color-border);
  left: -45px;
}
@media only screen and (max-width: 767px) {
  .comments-wrapper-main .comment-list ul.children .comment::before {
    display: none;
  }
}
.comments-wrapper-main .comment-list ul.children .comment .single-comment {
  position: relative;
}
.comments-wrapper-main .comment-list ul.children .comment .single-comment::before {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid var(--color-border);
  left: -45px;
  width: 45px;
}
@media only screen and (max-width: 767px) {
  .comments-wrapper-main .comment-list ul.children .comment .single-comment::before {
    display: none;
  }
}

.blog-details-thumbnail-large .social-default {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
}
.blog-details-thumbnail-large .social-default span {
  font-size: 18px;
  line-height: 1;
  color: var(--color-white);
  margin-right: 25px;
  position: relative;
}
.blog-details-thumbnail-large .social-default span i {
  position: absolute;
  bottom: -3px;
  right: -25px;
  color: var(--color-white);
}

/**************************************
    Footer Styles
***************************************/
/*-----------------------
    Footer Style Here  
------------------------*/
.logo a img {
  max-height: 55px;
  max-width: 140px;
}
@media only screen and (max-width: 479px) {
  .logo a img {
    max-width: 120px;
  }
}

.footer-style-1 .footer-top {
  padding: 120px 0;
}
.footer-style-1 .footer-top .tmp-footer-widget .text-big {
  font-size: 21px;
  margin-top: 30px;
  padding-right: 13%;
  line-height: 37px;
  font-weight: 500;
}
.footer-style-1 .footer-top .tmp-footer-widget .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.footer-style-1 .footer-top .tmp-footer-widget .subtitle {
  font-weight: 400;
  color: var(--color-body);
  font-size: 16px;
  padding-right: 31%;
  line-height: 28px;
  margin-bottom: 32px;
}
.footer-style-1 .footer-top .tmp-footer-widget .inner {
  margin-top: 13px;
}
.footer-style-1 .footer-top .tmp-footer-widget .footer-link {
  list-style: none;
  padding: 0;
}
.footer-style-1 .footer-top .tmp-footer-widget .footer-link li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.footer-style-1 .footer-top .tmp-footer-widget .footer-link li a {
  font-size: 14px;
  display: block;
  color: var(--color-body);
  line-height: 25px;
}

.newsletter-form input {
  flex-grow: 1;
  width: 100%;
  margin-right: 10px;
  height: 70px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.footer-style-default .footer-top {
  padding: 100px 0;
  padding-bottom: 70px;
}
@media only screen and (max-width: 575px) {
  .footer-style-default .footer-top {
    padding-bottom: 40px;
  }
}
.footer-style-default .footer-top .tmp-footer-widget .text-big {
  font-size: 21px;
  margin-top: 30px;
  padding-right: 13%;
  line-height: 1.7;
  font-weight: 500;
  color: var(--color-body);
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-style-default .footer-top .tmp-footer-widget .text-big {
    font-size: 20px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-style-default .footer-top .tmp-footer-widget .text-big {
    font-size: 20px;
    padding-right: 0;
  }
}
.footer-style-default .footer-top .tmp-footer-widget .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.footer-style-default .footer-top .tmp-footer-widget .subtitle {
  font-weight: 400;
  color: var(--color-body);
  font-size: 16px;
  padding-right: 31%;
  line-height: 28px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .footer-style-default .footer-top .tmp-footer-widget .subtitle {
    padding-right: 0;
  }
}
.footer-style-default .footer-top .tmp-footer-widget .inner {
  margin-top: 13px;
}
.footer-style-default .footer-top .tmp-footer-widget .footer-link {
  list-style: none;
  padding: 0;
}
.footer-style-default .footer-top .tmp-footer-widget .footer-link li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.footer-style-default .footer-top .tmp-footer-widget .footer-link li a {
  font-size: 14px;
  display: inline-block;
  color: var(--color-body);
  line-height: 25px;
  transition: 0.3s;
  text-transform: capitalize;
}
.footer-style-default .footer-top .tmp-footer-widget .footer-link li a:hover {
  color: var(--color-primary);
}
.footer-style-default .footer-top .tmp-footer-widget .footer-link li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.footer-style-default.variation-two {
  border: 1px solid var(--color-border);
  background: var(--color-card);
  border-radius: 0;
  position: relative;
  z-index: 1;
}
.footer-style-default.variation-two .jumping-text .title {
  position: absolute;
  left: 0;
  font-size: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  color: #252525;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 5px;
  max-width: max-content;
  min-width: max-content;
  opacity: 0.1;
}
.footer-style-default.no-border {
  border-top: 0;
}
.footer-style-default .shape-area {
  position: absolute;
  left: 210px;
  top: -24px;
}
@media only screen and (max-width: 767px) {
  .footer-style-default .shape-area {
    left: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-style-default .shape-area {
    display: none;
  }
}

.shape-right-top {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 500px;
  z-index: -1;
  opacity: 0.6;
}

.footer-style-3 .tmp-call-to-action.style-8 {
  background-image: url(../images/bg/body_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.footer-style-default.footer-style-1 {
  z-index: 1;
}
.footer-style-default.footer-style-1 .bg-shape {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  z-index: -1;
  max-width: 100%;
  max-height: 100%;
  opacity: 0.3;
}

.footer-style-default.footer-style-1 .bg-shape img {
  max-height: 520px;
  width: 100%;
}

.service-small-default .shape-service-1 {
  max-width: 110px !important;
}

.footer-style-3 h2.title {
  font-size: 60px;
}
@media only screen and (max-width: 991px) {
  .footer-style-3 h2.title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-style-3 h2.title {
    font-size: 24px;
  }
}

.form-group.tmponhover {
  border-radius: 6px;
}

.bg-line-animatoin-area-global {
  background-image: url(../images/bg/global-line.png);
  animation: ShapeAnim 80s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
  bottom: 0;
  position: absolute;
}

.tmp-footer.footer-style-default.variation-two .footer-top {
  position: relative;
}

@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 2000px;
  }
}
.tmp-footer-style-3 .odometer {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 38px;
  margin-right: 20px;
}
.tmp-footer-style-3 .line-separator {
  position: relative;
  background-image: linear-gradient(90deg, #ffffff, rgba(33, 38, 45, 0));
  width: 120px;
  height: 1px;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-left: 30px;
}
.tmp-footer-style-3 .footer-top-wrapper-style-three {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .tmp-footer-style-3 .footer-top-wrapper-style-three {
    flex-wrap: wrap;
  }
}
.tmp-footer-style-3 .footer-top-wrapper-style-three .left {
  flex-basis: 50%;
}
@media only screen and (max-width: 991px) {
  .tmp-footer-style-3 .footer-top-wrapper-style-three .left {
    flex-basis: 100%;
  }
}
.tmp-footer-style-3 .footer-top-wrapper-style-three .left .tmp-badge-text {
  padding: 15px 20px;
  border: 1px solid var(--color-border);
  margin: 0;
  margin-bottom: 20px;
  display: block;
  max-width: max-content;
  color: var(--color-white);
  border-radius: 6px;
}
@media only screen and (max-width: 991px) {
  .tmp-footer-style-3 .footer-top-wrapper-style-three .right {
    flex-basis: 100%;
  }
  .tmp-footer-style-3 .footer-top-wrapper-style-three .right .right-text-area {
    text-align: left !important;
  }
  .tmp-footer-style-3 .footer-top-wrapper-style-three .right .right-text-area .tmp-btn {
    margin: 0;
    margin-bottom: 25px;
  }
}
.tmp-footer-style-3 .footer-top-wrapper-style-three .right .tmp-btn {
  margin: auto;
  margin-bottom: 20px;
}
.tmp-footer-style-3 .footer-top-wrapper-style-three .right .tmp-text-white {
  color: var(--color-white);
}

.tmp-separator {
  display: block;
  height: 1px;
  width: 100%;
  background: var(--color-border);
}

.tmp-footer-card-3 {
  background: var(--color-border);
  padding: 59px 40px;
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .tmp-footer-card-3 {
    padding: 25px;
  }
}
.tmp-footer-card-3::after {
  background: var(--color-primary);
  inset: 10px;
}
.tmp-footer-card-3 .tmp-footer-widget .tmp-logo {
  max-width: 140px;
}
.tmp-footer-card-3 .tmp-footer-widget p {
  color: #fff;
}
.tmp-footer-card-3 .tmp-footer-widget .tmp-newsletter-form {
  position: relative;
}
.tmp-footer-card-3 .tmp-footer-widget .tmp-newsletter-form input {
  height: 55px;
  padding-right: 115px;
  border: 1px solid var(--color-body);
  color: #fff;
}
.tmp-footer-card-3 .tmp-footer-widget .tmp-newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  padding: 15px !important;
  font-size: 14px;
  background: var(--color-white);
  color: var(--color-primary);
  font-weight: 600;
}
.tmp-footer-card-3 .tmp-footer-widget .tmp-newsletter-form button:hover {
  transform: none;
  color: #fff;
}
.tmp-footer-card-3 .tmp-footer-widget .tmp-newsletter-form button:hover::after {
  background: var(--color-card);
}

.tmp-list-footer {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tmp-list-footer li {
  margin: 0 0 15px -6px;
  overflow: hidden;
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 16px;
}
.tmp-list-footer li a {
  padding-left: 20px;
}
.tmp-list-footer li svg {
  position: absolute;
  top: 23px;
  left: -1%;
  transform: translateY(0) translateX(-6px);
  transition: 0.4s;
  opacity: 0;
}
.tmp-list-footer li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--color-body);
  border-radius: 50%;
  position: absolute;
  top: 12px;
  transform: translateX(6px) translateY(0);
  transition: 0.4s;
}
.tmp-list-footer li:hover::before {
  transform: translateX(14px) translateY(-8px);
  opacity: 0;
}
.tmp-list-footer li:hover svg {
  color: var(--color-primary);
  transform: translateY(-13px) translateX(4px);
  opacity: 1;
}

.tmp-copyright-area-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.tmp-copyright-area-3 .tmp-social {
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tmp-copyright-area-3 .tmp-social li {
  margin: 0;
}

.b4-style {
  font-size: 14px;
  font-weight: 400;
}

.tmp-hover-underline {
  position: relative;
  transition: 0.4s;
}
.tmp-hover-underline::after {
  position: absolute;
  content: "";
  left: auto;
  bottom: 0;
  background: currentColor;
  width: 0;
  height: 2px;
  transition: 0.3s;
  right: 0;
}
.tmp-hover-underline:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.footer-message-and-form form .input-group {
  border-radius: 4px;
}
.footer-message-and-form form .input-group::after {
  border-radius: 4px;
}

/*--------------------------
    Copyright Area  
---------------------------*/
.copyright-style-one {
  padding: 20px 0;
  border-top: 1px solid var(--color-border);
}
.copyright-style-one .copyright-text {
  margin-bottom: 0;
  font-size: 14px;
}
.copyright-style-one .copyright-text a {
  color: var(--color-body);
}
.copyright-style-one .ft-menu {
  padding: 0;
  margin: 0 -10px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .copyright-style-one .ft-menu {
    justify-content: center;
  }
}
.copyright-style-one .ft-menu li {
  margin: 0;
  padding: 0 10px;
  position: relative;
}
.copyright-style-one .ft-menu li + li::after {
  position: absolute;
  content: "";
  height: 14px;
  width: 1px;
  background: var(--color-border);
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
}
.copyright-style-one .ft-menu li a {
  font-size: 14px;
}
.copyright-style-one.variation-two {
  background: var(--color-blackest);
}
.copyright-style-one.no-border {
  border-top: 0;
}

/**************************************
            Template
***************************************/
/*------------------------
    Banner Styles  
-------------------------*/
.slider-dot.tmp-slick-dot .slick-dots {
  bottom: 60px;
}

.height-850 {
  height: 850px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .height-850 {
    height: 710px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .height-850 {
    height: auto;
    padding: 150px 0;
  }
}
@media only screen and (max-width: 767px) {
  .height-850 {
    height: auto;
    padding: 100px 0;
  }
}

.banner-content-8 .subtitle {
  color: #fff;
  margin: 0 10px;
}
.banner-content-8 .line-separator {
  width: 100px;
}
.banner-content-8 .line-separator.line-left {
  background-image: linear-gradient(-90deg, #ffffff, rgba(33, 38, 45, 0)) !important;
}
.banner-content-8 .line-separator.line-right {
  background-image: linear-gradient(90deg, #ffffff, rgba(33, 38, 45, 0)) !important;
}

.height-650 {
  height: 650px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .height-650 {
    height: auto;
    padding: 100px 0;
  }
}

.height-750 {
  height: 750px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .height-750 {
    height: auto;
    padding: 150px 0;
  }
}
@media only screen and (max-width: 767px) {
  .height-750 {
    height: auto;
    padding: 100px 0;
  }
}

.height-950 {
  height: 1050px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .height-950 {
    height: auto;
    padding: 150px 0;
  }
}
@media only screen and (max-width: 767px) {
  .height-950 {
    height: auto;
    padding: 100px 0;
  }
}

.display-one {
  font-size: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .display-one {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .display-one {
    font-size: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .display-one {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .display-one {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .display-one br {
    display: none;
  }
}

.display-two {
  font-size: 85px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .display-two {
    font-size: 54px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .display-two {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .display-two {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .display-two {
    font-size: 46px;
  }
  .display-two br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .display-two {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .collaborate {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collaborate .display-two {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .collaborate .display-two {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collaborate .description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .collaborate .description {
    font-size: 14px;
  }
}

.bg-overlay {
  position: relative;
}
.bg-overlay::before {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  top: 0;
  left: 0;
  background-color: transparent;
  background-image: linear-gradient(90deg, #060606 0%, rgba(6, 6, 6, 0) 90%);
  content: "";
}

.bg-overlay-solid {
  position: relative;
  z-index: 1;
}
.bg-overlay-solid::before {
  position: absolute;
  height: 100%;
  width: 40%;
  opacity: 1;
  top: 0;
  left: 0;
  content: "";
  background: var(--color-dark);
  z-index: -1;
}
.bg-overlay-solid::after {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  opacity: 0.5;
  filter: blur(100px);
  left: auto;
  top: -250px;
  left: -250px;
  bottom: auto;
  background-image: linear-gradient(45deg, var(--color-secondary), var(--color-tertiary));
  content: "";
  z-index: -1;
}

.frame-image {
  padding: 20px;
  position: relative;
  right: 0;
  border-radius: 10px;
  transition: var(--transition);
  height: 100%;
  background-color: var(--color-blackest);
}
.frame-image img {
  width: 100%;
}
.frame-image:hover {
  transform: translateY(-5px);
}

/*-----------------------
    Slider Style One  
-------------------------*/
.slider-style-1 .inner .subtitle {
  font-family: var(--font-primary);
  font-size: 18px;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 18px;
  color: var(--color-body);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-1 .inner .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-1 .inner .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-style-1 .inner .subtitle {
    font-size: 14px;
  }
}
.slider-style-1 .inner .title {
  font-family: var(--font-primary);
  margin-bottom: 25px;
  display: inline-block;
}
.slider-style-1 .inner .title span {
  display: inline;
}
.slider-style-1 .inner .title span label {
  margin-bottom: 0;
}
.slider-style-1 .inner .description {
  font-family: var(--font-primary);
  padding: 0 22%;
  font-size: 25px;
  line-height: 1.7;
  margin-bottom: 40px;
  color: var(--color-body);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-style-1 .inner .description {
    padding: 0 14%;
    font-size: 22px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-1 .inner .description {
    padding: 0 1%;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-1 .inner .description {
    padding: 0 1%;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-style-1 .inner .description {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.slider-style-1 .inner.text-left .description {
  padding: 0;
}
.slider-style-1 .inner .list-icon li {
  color: var(--color-body);
}
.slider-style-1 .inner .list-icon li .icon {
  background-color: var(--color-blackest) !important;
}
.slider-style-1 .inner .header-caption span {
  color: var(--color-primary);
  font-size: 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-style-1 .inner .header-caption span {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-1 .inner .header-caption span {
    font-size: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-1 .inner .header-caption span {
    font-size: 65px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-style-1 .inner .header-caption span {
    font-size: 35px;
  }
}
.slider-style-1.variation-default .inner {
  padding-top: 80px;
}
.slider-style-1.variation-2 {
  position: relative;
}
.slider-style-1.variation-2 .thumbnail img {
  transform: scale(1.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-style-1.variation-3 .inner .display-two {
    font-size: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-style-1.variation-3 .inner .display-two {
    font-size: 58px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-1.variation-3 .inner .display-two {
    font-size: 47px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-style-1.variation-3 .inner .display-two {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-style-1.variation-3 .inner .description {
    padding: 0px 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-style-1.variation-3 .inner .description {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-1.variation-3 .inner .description {
    font-size: 16px;
  }
}

.slider-style-2 {
  padding-top: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-2 {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-2 {
    padding-top: 150px;
  }
}
.slider-style-2 .inner .subtitle {
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 12px;
  display: inline-block;
  padding: 7px 14px;
  background-color: var(--color-blackest);
  box-shadow: var(--shadow-lighter);
}
.slider-style-2 .inner .title {
  font-family: var(--font-primary);
  margin-bottom: 25px;
  display: block;
  color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .slider-style-2 .inner .title.display-one {
    font-size: 40px;
  }
}
.slider-style-2 .inner .list-icon li {
  color: var(--color-body);
}
.slider-style-2.variation-2 {
  padding-top: 79px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-2.variation-2 {
    padding-top: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-2.variation-2 {
    padding-top: 170px;
  }
}
.slider-style-2.variation-2 .inner .title {
  font-weight: 700;
  font-size: 100px;
  margin-top: 0;
  margin-bottom: 38px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-style-2.variation-2 .inner .title {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .slider-style-2.variation-2 .inner .title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-2.variation-2 .inner .title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-2.variation-2 .inner .title {
    font-size: 46px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-style-2.variation-2 .inner .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-style-2.variation-2 .inner .title {
    font-size: 32px;
  }
}
.slider-style-2.variation-2 .inner .title span {
  color: var(--color-primary);
}
.slider-style-2.variation-2 .inner .tag-title {
  color: #fff;
  margin: 0;
  letter-spacing: 1.5px;
  padding-left: 70px;
  position: relative;
  margin-bottom: 50px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .slider-style-2.variation-2 .inner .tag-title {
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.slider-style-2.variation-2 .inner .tag-title::before {
  position: absolute;
  content: "";
  left: 0;
  width: 46px;
  height: 2px;
  background: var(--color-primary);
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .slider-style-2.variation-2 .inner .tag-title::before {
    display: none;
  }
}
.slider-style-2.variation-2 .inner p {
  color: #fff;
  padding-right: 46%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-2.variation-2 .inner p {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-2.variation-2 .inner p {
    padding-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .slider-style-2.variation-2 .inner p {
    font-size: 14px;
  }
}
.slider-style-2.variation-3 {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-2.variation-3 {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-2.variation-3 {
    padding-top: 180px;
  }
}
.slider-style-2.variation-3 .inner .title {
  font-family: var(--font-primary);
  margin-bottom: 25px;
  display: block;
  font-size: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-2.variation-3 .inner .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-2.variation-3 .inner .title {
    font-size: 50px;
  }
  .slider-style-2.variation-3 .inner .title br {
    display: none;
  }
}
.slider-style-2.variation-3 .inner .description {
  font-size: 20px;
  line-height: 37px;
  margin-bottom: 0;
  color: var(--color-body);
}
@media only screen and (max-width: 767px) {
  .slider-style-2.variation-3 .inner .description {
    font-size: 18px;
    line-height: 30px;
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-3 {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-3 {
    padding: 100px 0;
  }
}
.slider-style-3 .inner .title {
  font-family: var(--font-primary);
  margin-bottom: 25px;
  display: block;
  font-size: 130px;
  line-height: 1.1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-style-3 .inner .title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-3 .inner .title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-3 .inner .title {
    margin-bottom: 20px;
    font-size: 50px;
  }
}
.slider-style-3 .inner .description {
  font-size: 22px;
  line-height: 43px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-3 .inner .description {
    font-size: 20px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-3 .inner .description {
    font-size: 18px;
    line-height: 30px;
  }
}
.slider-style-3 .thumbnail {
  position: relative;
  z-index: 2;
}
.slider-style-3 .thumbnail::after {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: calc(100% - 130px);
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: var(--color-blackest);
  box-shadow: var(--shadow-1);
  border-radius: 6px;
}

.slider-style-4 .inner {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .slider-style-4 .inner {
    padding-top: 50px;
  }
}
.slider-style-4 .inner > * {
  animation-name: fadeOutUp;
  animation-fill-mode: both;
  animation-duration: 1s;
}
.slider-style-4 .inner .title {
  font-family: var(--font-primary);
  margin-bottom: 25px;
  display: block;
  font-size: 130px;
  line-height: 1.1;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: var(--color-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-style-4 .inner .title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-4 .inner .title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-4 .inner .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-style-4 .inner .title {
    font-size: 55px;
  }
}
.slider-style-4 .inner .description {
  font-size: 22px;
  line-height: 43px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: var(--color-body);
}
@media only screen and (max-width: 767px) {
  .slider-style-4 .inner .description {
    font-size: 20px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-style-4 .inner .description {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-4 .inner .description br {
    display: none;
  }
}
.slider-style-4 .inner .button-group {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.slider-style-4.variation-2 .inner .title {
  font-size: 70px;
}
@media only screen and (max-width: 767px) {
  .slider-style-4.variation-2 .inner .title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-style-4.variation-2 .inner .title {
    font-size: 33px;
  }
}
.slider-style-4.variation-2 .bg-overlay::before {
  background: #000000;
  content: "";
  opacity: 0.7;
  background-image: none;
}
.slider-style-4.variation-3 .inner .title {
  font-size: 70px;
}
.slider-style-4.variation-3 .bg-overlay::before {
  background: #000000;
  content: "";
  opacity: 0.5;
  background-image: none;
}

.slider-style-5 .inner .subtitle {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  position: relative;
  padding-right: 20px;
  display: inline-block;
  color: var(--color-white);
}
.slider-style-5 .inner .subtitle::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 2px;
  background: var(--color-pink);
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.slider-style-5 .inner .title {
  font-family: var(--font-primary);
  margin-bottom: 25px;
  display: block;
  font-size: 64px;
  line-height: 1.4;
  color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .slider-style-5 .inner .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-style-5 .inner .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-5 .inner .title br {
    display: none;
  }
}

.slider-style-6 {
  background-color: var(--color-blackest);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-6 {
    overflow: hidden;
    padding: 100px 0;
    padding-top: 170px;
  }
}
.slider-style-6.shape-right {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.slider-style-6.shape-right .shape-image {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-6.shape-right .shape-image {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-6.shape-right .shape-image {
    display: none;
  }
}
.slider-style-6.shape-left {
  position: relative;
}
.slider-style-6.shape-left .inner {
  position: relative;
  z-index: 2;
}
.slider-style-6.shape-left .shape-image {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  transform: rotate(180deg);
  height: 100%;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-6.shape-left .shape-image {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-6.shape-left .shape-image {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-6.inheader-not-transparent {
    padding-top: 100px;
  }
}
.slider-style-6 .inner .title {
  font-family: var(--font-primary);
  margin-bottom: 25px;
  display: block;
  font-size: 80px;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-style-6 .inner .title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-style-6 .inner .title {
    font-size: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-6 .inner .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-6 .inner .title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-style-6 .inner .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-6 .inner .title br {
    display: none;
  }
}
.slider-style-6 .inner .description {
  font-size: 22px;
  line-height: 43px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-6 .inner .description {
    font-size: 20px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-6 .inner .description {
    font-size: 18px;
    line-height: 30px;
  }
}
.slider-style-6 .inner a.tmp-btn.btn-border {
  border-color: var(--color-border);
  color: var(--color-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-perosonal-portfolio.height-750 {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-perosonal-portfolio.height-750 {
    padding-top: 180px;
  }
}
.slider-perosonal-portfolio .inner {
  padding-top: 0;
}
.slider-perosonal-portfolio .inner .title {
  font-size: 80px;
  color: var(--color-white);
  width: 80%;
  position: relative;
  padding-bottom: 37px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-perosonal-portfolio .inner .title {
    font-size: 70px;
    width: 84%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-perosonal-portfolio .inner .title {
    font-size: 60px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-perosonal-portfolio .inner .title {
    font-size: 50px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-perosonal-portfolio .inner .title {
    font-size: 37px;
    padding-bottom: 20px;
    width: 100%;
  }
}
.slider-perosonal-portfolio .inner .title::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 60px;
  height: 8px;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-perosonal-portfolio .inner .title {
    font-size: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-perosonal-portfolio .inner .title {
    font-size: 46px;
  }
}
.slider-perosonal-portfolio .inner .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #E2E6FF;
  opacity: 0.65;
  width: 50%;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-perosonal-portfolio .inner .description {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-perosonal-portfolio .inner .description {
    width: 100%;
  }
}
.slider-perosonal-portfolio .inner a.tmp-btn.btn-border,
.slider-perosonal-portfolio .inner button.tmp-btn.btn-border {
  border-color: var(--color-border);
  color: var(--color-white);
}
.slider-perosonal-portfolio.theme-shape::after {
  background-image: linear-gradient(45deg, var(--color-light-green), var(--color-primary));
}

.slider-style-7 .inner .title {
  font-size: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-style-7 .inner .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-7 .inner .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-7 .inner .title {
    font-size: 32px;
  }
  .slider-style-7 .inner .title br {
    display: none;
  }
}

.slider-style-8 {
  justify-content: center;
}
.slider-style-8 .inner .title {
  font-size: 100px;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-8 .inner .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-8 .inner .title {
    font-size: 46px;
  }
}
.slider-style-8 .inner .description {
  font-size: 22px;
  line-height: 43px;
}
@media only screen and (max-width: 767px) {
  .slider-style-8 .inner .description {
    font-size: 20px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-8 .inner .description br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-8 .inner .description br {
    display: none;
  }
}

.slider-style-4 .slick-active .inner > * {
  animation-name: fadeInUp;
}
.slider-style-4 .slick-active .inner .title {
  animation-delay: 0.5s;
}
.slider-style-4 .slick-active .inner .description {
  animation-delay: 1s;
}
.slider-style-4 .slick-active .inner .button-group {
  animation-delay: 1.2s;
}

.slider-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.slider-bg-image.bg-image-1 {
  background-image: url(../images/bg/bg-image-1.jpg);
}
.slider-bg-image.bg-image2 {
  background-image: url(../images/call-to-action/bg-image-1.jpg);
}
.slider-bg-image.bg-image3 {
  background-image: url(../images/slider-bg/bg-image-3.jpg);
}
.slider-bg-image.bg-image4 {
  background-image: url(../images/bg-video/bg-image-4.jpg);
}
.slider-bg-image.bg-image5 {
  background-image: url(../images/slider-bg/bg-image-4.jpg);
}
.slider-bg-image.bg-image5 {
  background-image: url(../images/slider-bg/bg-image-5.jpg);
}
.slider-bg-image.bg-image6 {
  background-image: url(../images/slider-bg/bg-image-6.jpg);
}
.slider-bg-image.bg-image10 {
  background-image: url(../images/bg/bg-image-10.jpg);
}
.slider-bg-image.bg-image11 {
  background-image: url(../images/bg/bg-image-11.jpg);
}
.slider-bg-image.bg-image13 {
  background-image: url(../images/slider-bg/bg-image-13.jpg);
}
.slider-bg-image.bg-image14 {
  background-image: url(../images/slider-bg/bg-image-14.jpg);
}
.slider-bg-image.bg-image15 {
  background-image: url(../images/slider-bg/bg-image-15.jpg);
}
.slider-bg-image.bg-image16 {
  background-image: url(../images/slider-bg/bg-image-16.jpg);
}

/* ----------------------
    Slider Video Bg 
------------------------*/
.slider-video-bg {
  position: relative;
  z-index: 2;
  padding-top: 230px;
  padding-bottom: 284px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-video-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-video-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.slider-video-bg .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.slider-video-bg .inner {
  position: relative;
  z-index: 2;
}

.overlyto-top {
  position: relative;
  margin-top: -259px;
  z-index: 10;
}

.business-banner {
  padding-bottom: 350px;
  padding-top: 150px;
}
@media only screen and (max-width: 575px) {
  .business-banner {
    padding-top: 80px;
    padding-bottom: 300px;
  }
}

/*-----------------------
    Slider Style One  
-------------------------*/
@media only screen and (max-width: 767px) {
  .tmp-modern-slider {
    padding: 0 20px;
  }
}
.tmp-modern-slider .banner-content {
  padding-left: 292px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-modern-slider .banner-content {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-modern-slider .banner-content {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-modern-slider .banner-content {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-modern-slider .banner-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
  }
}
.tmp-modern-slider .banner-content .title {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .tmp-modern-slider .banner-content .title {
    font-size: 35px;
  }
}
.tmp-modern-slider .banner-content .line-border {
  width: 5px;
  height: 50px;
  background: rgba(244, 244, 244, 0);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-modern-slider .banner-content .line-border {
    height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-modern-slider .banner-content .line-border {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-modern-slider .banner-content .line-border {
    height: 20px;
  }
}
.tmp-modern-slider .banner-content .subtitle {
  font-weight: 400;
  color: var(--color-body);
  width: 100%;
  margin-top: 0;
  line-height: 1.6;
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-modern-slider .banner-content .subtitle {
    width: 62%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-modern-slider .banner-content .subtitle {
    width: 100%;
  }
}
.tmp-modern-slider .banner-content .pres-line-separator-wrapper {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .tmp-modern-slider .banner-content .pres-line-separator-wrapper {
    margin-top: 0;
  }
}
.tmp-modern-slider .inv-card {
  margin-right: -50px;
  transition: 0.4s;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .tmp-modern-slider .inv-card {
    margin-right: 0;
    transition: 0.4s;
    height: auto;
    margin-top: 20px;
  }
}
.tmp-modern-slider .inv-card.content-overlay .inner {
  height: 100%;
}
.tmp-modern-slider .inv-card.content-overlay .inner .thumbnail {
  height: 100%;
}
.tmp-modern-slider .inv-card.content-overlay .inner .thumbnail a {
  height: 100%;
}
.tmp-modern-slider .inv-card.content-overlay .inner .thumbnail a img {
  height: 100%;
  object-fit: cover;
}
.tmp-modern-slider .inv-card.content-overlay .inner .content {
  padding: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-modern-slider .inv-card.content-overlay .inner .content {
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-modern-slider .inv-card.content-overlay .inner .content {
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-modern-slider .inv-card.content-overlay .inner .content {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-modern-slider .inv-card.content-overlay .inner .content {
    padding: 20px;
  }
}
.tmp-modern-slider .inv-card:hover {
  transform: translateX(-30px);
}
@media only screen and (max-width: 767px) {
  .tmp-modern-slider .inv-card:hover {
    transform: none;
  }
}

/*---------------------
    Portfolio Styles  
-----------------------*/
.inv-card {
  overflow: hidden;
  border: 2px solid var(--color-border);
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .inv-card {
    border-radius: 0;
  }
}
.inv-card .inner {
  position: relative;
}
.inv-card .inner .thumbnail {
  position: relative;
}
.inv-card .inner .thumbnail .card-image {
  overflow: hidden;
}
.inv-card .inner .thumbnail .card-image a {
  display: block;
  overflow: hidden;
}
.inv-card .inner .thumbnail .card-image img {
  overflow: hidden;
}
.inv-card .inner .content {
  padding-top: 20px;
}
.inv-card .inner .content .title {
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .inv-card .inner .content .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inv-card .inner .content .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inv-card .inner .content .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .inv-card .inner .content .title {
    font-size: 22px;
  }
}
.inv-card .inner .content .subtitle {
  text-transform: capitalize;
}
.inv-card.content-overlay .inner .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .tmp-slider-style-1 p br {
    display: none;
  }
}

/*-------------------------
    Slider Animation  
---------------------------*/
.slider-animation-2 .slider-style-2 .inner > * {
  animation-name: fadeOutUp;
  animation-fill-mode: both;
  animation-duration: 1s;
}
.slider-animation-2 .slider-style-2.slick-active .inner > * {
  animation-name: fadeInUp;
}
.slider-animation-2 .slider-style-2.slick-active .inner p {
  animation-delay: 1s;
}
.slider-animation-2 .slider-style-2.slick-active .inner .read-more-btn {
  animation-delay: 1.2s;
}

/* --------------------
Slider Style New  
------------------------*/
.slider-style-new {
  position: relative;
}
.slider-style-new .tmp-badge-3 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 2.8px;
  color: #E2E6FF;
  display: inline-block;
  padding-left: 18px;
  position: relative;
  opacity: 0.65;
}
.slider-style-new .tmp-badge-3::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  transform: translateY(-50%);
  background: var(--color-primary);
}
.slider-style-new .title {
  font-size: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .slider-style-new .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-style-new .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-style-new .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-style-new .title {
    font-size: 40px;
  }
}
.slider-style-new .title span {
  color: var(--color-primary);
}
.slider-style-new p {
  color: #E2E6FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  opacity: 0.65;
}
.slider-style-new .shape-images {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.slider-style-new .tmp-slick-dot .slick-dots {
  bottom: 30px;
}
.slider-style-new .tmp-slick-dot .slick-dots li button::after {
  background: var(--color-white);
  box-shadow: inset 0 0 0 5px var(--color-white);
}
.slider-style-new .tmp-btn.rounded-player {
  width: 60px;
  height: 60px;
  padding: 0;
  line-height: 60px;
}
.slider-style-new .tmp-btn.rounded-player span i {
  font-size: 24px;
}

.jarallax .jarallax-container {
  border-radius: 5px;
}

.tmp-slider-style-1 {
  background-image: url(../images/bg/body_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tmp-slider-style-1.with-bg-tin {
  background-image: url(../images/shape/light.svg);
}

body.tmp-body-star::before {
  background-image: url(../images/bg/giphy.gif);
  background-repeat: repeat;
  opacity: 0.05;
  background-color: transparent;
  background-image: none;
}

.tmp-shape-position {
  position: relative;
}

.shape-left-svg {
  background-image: url(../images/shape/shape-02.png);
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.1;
  left: -8%;
  top: 0;
}
.shape-left-svg.top--20 {
  top: -10%;
}

.tmp-star-images {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 0.3;
}
.tmp-star-images.right-left {
  right: auto;
  top: 0;
  left: 0;
  transform: rotate(-180deg);
}

.jarallax-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* Ensure it stays behind the content */
}

.contact-area-agency button {
  margin-left: auto;
}

.banner-financial-bg {
  display: flex;
  align-items: center;
  height: 850px;
  background-image: url(../images/bg/01.webp);
}
@media only screen and (max-width: 991px) {
  .banner-financial-bg {
    height: 690px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-financial-bg {
    height: 490px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-title .title br {
    display: none;
  }
}

.banner-finance-wrapper {
  margin-top: 0;
  padding: 45px;
  background-color: var(--color-card);
  border-left: 10px solid var(--color-primary);
  max-width: max-content;
  border-radius: 6px;
}
@media only screen and (max-width: 575px) {
  .banner-finance-wrapper {
    padding: 15px;
  }
}
.banner-finance-wrapper .title {
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .banner-finance-wrapper .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-finance-wrapper .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-finance-wrapper .title {
    font-size: 36px;
  }
}
.banner-finance-wrapper p {
  margin-bottom: 0;
  max-width: 100%;
  color: #fff;
}
.banner-finance-wrapper .tmp-btn {
  margin-top: 30px;
}

.bg-finance-video-thumb {
  position: relative;
  height: 850px;
  background-image: url(../images/bg/finance-large.jpg);
}
@media only screen and (max-width: 767px) {
  .bg-finance-video-thumb {
    height: 600px;
  }
}
@media only screen and (max-width: 575px) {
  .bg-finance-video-thumb {
    height: 400px;
  }
}
.bg-finance-video-thumb .tmp-btn.rounded-player {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 0;
  line-height: 100px;
  display: inline-block;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bg-finance-video-thumb .tmp-btn.rounded-player:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.tmp-banner-business-coatch-area {
  height: 950px;
  display: flex;
  align-items: center;
  padding-top: 75px;
}
@media only screen and (max-width: 991px) {
  .tmp-banner-business-coatch-area {
    height: auto;
  }
}

.banner-business-coatch-wrapper .title {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 70px;
}
@media only screen and (max-width: 1199px) {
  .banner-business-coatch-wrapper .title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-business-coatch-wrapper .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-business-coatch-wrapper .title {
    font-size: 32px;
  }
}
.banner-business-coatch-wrapper p {
  margin-bottom: 40px;
  max-width: 85%;
}
@media only screen and (max-width: 767px) {
  .banner-business-coatch-wrapper p {
    max-width: 100%;
  }
}

.thumbnail-banner-business-coatch {
  height: 642px !important;
}
@media only screen and (max-width: 991px) {
  .thumbnail-banner-business-coatch {
    height: auto !important;
  }
}
.thumbnail-banner-business-coatch img {
  border-radius: 5px !important;
}

.banner-coatch-right-image {
  border-radius: 5px !important;
  display: block !important;
  position: relative;
  height: 642px !important;
}
@media only screen and (max-width: 991px) {
  .banner-coatch-right-image {
    height: auto !important;
  }
}
.banner-coatch-right-image .absolute-rating-area {
  position: absolute;
  left: -20%;
  padding: 20px 32px;
  background: var(--color-card);
  border-radius: 6px;
  bottom: 9%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (max-width: 991px) {
  .banner-coatch-right-image .absolute-rating-area {
    left: 51px;
  }
}
.banner-coatch-right-image .absolute-rating-area img {
  margin-bottom: 15px;
}
.banner-coatch-right-image .absolute-rating-area .stars-area {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
}
.banner-coatch-right-image .absolute-rating-area .stars-area img {
  max-width: 20px;
  margin-bottom: 0;
}
.banner-coatch-right-image .absolute-rating-area p {
  font-size: 18px;
  color: var(--color-white);
  font-weight: 500;
  margin-bottom: 0;
}
.banner-coatch-right-image::after {
  position: absolute;
  top: -5%;
  right: -6%;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 6px;
  z-index: -1;
  background: var(--color-card);
}
.banner-coatch-right-image::before {
  position: absolute;
  bottom: -5%;
  left: -6%;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 6px;
  z-index: -1;
  background: var(--color-card);
}

.tmp-banner-area-realstate-one {
  height: 950px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area-realstate-one {
    height: 700px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-banner-area-realstate-one {
    height: 700px;
  }
}
.tmp-banner-area-realstate-one .large-video-playing {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  clip-path: polygon(0% 0%, 0% 0%, 11.499% 0%, 22.022% 0%, 31.809% 0%, 41.102% 0%, 50.142% 0%, 59.171% 0%, 68.43% 0%, 78.16% 0%, 88.603% 0%, 100% 0%, 100% 100%, 100% 100%, 86.685% 95.4%, 75.613% 91.823%, 66.218% 89.267%, 57.938% 87.734%, 50.205% 87.223%, 42.456% 87.734%, 34.126% 89.267%, 24.65% 91.823%, 13.463% 95.4%, 0% 100%, 0% 0%);
}
.tmp-banner-area-realstate-one .large-video-playing video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  clip-path: none;
}
.tmp-banner-area-realstate-one .realstate-banner-style-one {
  text-align: center;
  max-width: 75%;
  margin: auto;
  margin-top: -120px;
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area-realstate-one .realstate-banner-style-one {
    max-width: 100%;
  }
}
.tmp-banner-area-realstate-one .realstate-banner-style-one .title {
  font-size: 100px;
  margin-bottom: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .tmp-banner-area-realstate-one .realstate-banner-style-one .title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area-realstate-one .realstate-banner-style-one .title {
    font-size: 64px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-banner-area-realstate-one .realstate-banner-style-one .title {
    font-size: 44px;
  }
}
.tmp-banner-area-realstate-one .realstate-banner-style-one .title span {
  color: var(--color-primary);
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .tmp-banner-area-realstate-one .realstate-banner-style-one .title span {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-banner-area-realstate-one .realstate-banner-style-one .title span {
    font-size: 64px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-banner-area-realstate-one .realstate-banner-style-one .title span {
    font-size: 44px;
  }
}
.tmp-banner-area-realstate-one .realstate-banner-style-one p {
  color: var(--color-white);
}

.mt-dec-250 {
  margin-top: -250px;
}
@media only screen and (max-width: 991px) {
  .mt-dec-250 {
    margin-top: 0px;
  }
}

.tmp-gallery .btn-default i {
  padding-left: 0;
}

@media only screen and (max-width: 1199px) {
  .pt-control-forl-smlg {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .pt-control-forl-smlg {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-control-forl-smlg {
    padding-top: 50px;
  }
}

.realstate-banner-style-two {
  padding-left: 295px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .realstate-banner-style-two {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .realstate-banner-style-two {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .realstate-banner-style-two {
    padding-left: 20px;
  }
}
.realstate-banner-style-two .title {
  line-height: 1.4;
}
@media only screen and (max-width: 575px) {
  .realstate-banner-style-two .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .realstate-banner-style-two .title br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .realstate-banner-style-two .title br {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .realstate-banner-style-two .title .header-caption {
    line-height: 2;
  }
}
.realstate-banner-style-two .title .large {
  color: #fff;
  font-size: 120px;
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .realstate-banner-style-two .title .large {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .realstate-banner-style-two .title .large {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .realstate-banner-style-two .title .large {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .realstate-banner-style-two .title .large {
    font-size: 40px;
  }
}
.realstate-banner-style-two p {
  max-width: 95%;
}

.tmp-banner-area-realstate-two {
  height: auto;
  display: flex;
  align-items: center;
}

.personal-page-wrapper .tmp-fluid-header .container-wrapper {
  max-width: 1870px;
}

.profile-image-1-personal {
  z-index: 1;
}
.profile-image-1-personal .title {
  position: absolute;
  left: 60px;
  bottom: 50px;
  font-size: 44px;
  z-index: 5;
  line-height: 1.4;
  font-weight: 400;
}
.profile-image-1-personal .title span b {
  font-weight: 400;
}
.profile-image-1-personal::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
  height: calc(100% - 60px);
  width: calc(100% - 60px);
}
.profile-image-1-personal .social-default {
  position: absolute;
  left: 60px;
  top: 60px;
}

.banner-personal-portfolio .section-header .subtitle {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
}
.banner-personal-portfolio .section-header h1 {
  font-weight: 400;
  font-size: 60px;
  line-height: 1.3;
}
.banner-personal-portfolio .section-header h1 span {
  color: var(--color-primary);
}

.banner-personal-portfolio.signle-section .title {
  font-weight: 500;
}
.banner-personal-portfolio.signle-section .title span {
  color: var(--color-primary);
}
.banner-personal-portfolio.signle-section p.about-desc {
  max-width: 85%;
  margin-top: 40px;
}

.banner-slider-area-one {
  position: relative;
}
.banner-slider-area-one .bg-line-animatoin-area-global {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(3deg) brightness(119%) contrast(107%);
}

.slider-style-2 .line-effect,
.slider-style-4 .line-effect,
.single-banner .line-effect {
  top: 0;
  left: 0;
  gap: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  flex-direction: column;
  transition: 0.8s ease-in-out;
  transform-origin: bottom left;
  transform: translateY(-100%) rotate(90deg);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .slider-style-2 .line-effect,
  .slider-style-4 .line-effect,
  .single-banner .line-effect {
    min-width: 169%;
  }
}
.slider-style-2 .line:nth-child(1),
.slider-style-4 .line:nth-child(1),
.single-banner .line:nth-child(1) {
  height: 1px;
}
.slider-style-2 .line:nth-child(2),
.slider-style-4 .line:nth-child(2),
.single-banner .line:nth-child(2) {
  height: 5px;
}
.slider-style-2 .line:nth-child(3),
.slider-style-4 .line:nth-child(3),
.single-banner .line:nth-child(3) {
  height: 10px;
}
.slider-style-2 .line:nth-child(4),
.slider-style-4 .line:nth-child(4),
.single-banner .line:nth-child(4) {
  height: 20px;
}
.slider-style-2 .line:nth-child(5),
.slider-style-4 .line:nth-child(5),
.single-banner .line:nth-child(5) {
  height: 30px;
}
.slider-style-2 .line:nth-child(6),
.slider-style-4 .line:nth-child(6),
.single-banner .line:nth-child(6) {
  height: 40px;
}
.slider-style-2 .line:nth-child(7),
.slider-style-4 .line:nth-child(7),
.single-banner .line:nth-child(7) {
  height: 50px;
}
.slider-style-2 .line:nth-child(8),
.slider-style-4 .line:nth-child(8),
.single-banner .line:nth-child(8) {
  height: 60px;
}
.slider-style-2 .line:nth-child(9),
.slider-style-4 .line:nth-child(9),
.single-banner .line:nth-child(9) {
  height: 70px;
}
.slider-style-2 .line:nth-child(10),
.slider-style-4 .line:nth-child(10),
.single-banner .line:nth-child(10) {
  height: 80px;
}
.slider-style-2 .line:nth-child(11),
.slider-style-4 .line:nth-child(11),
.single-banner .line:nth-child(11) {
  height: 90px;
}
.slider-style-2 .line:nth-child(12),
.slider-style-4 .line:nth-child(12),
.single-banner .line:nth-child(12) {
  height: 100px;
}
.slider-style-2 .line:nth-child(13),
.slider-style-4 .line:nth-child(13),
.single-banner .line:nth-child(13) {
  height: 100px;
}
.slider-style-2 .line:nth-child(14),
.slider-style-4 .line:nth-child(14),
.single-banner .line:nth-child(14) {
  height: 100px;
}
.slider-style-2 .line:nth-child(15),
.slider-style-4 .line:nth-child(15),
.single-banner .line:nth-child(15) {
  height: 100px;
}
.slider-style-2 .line:nth-child(16),
.slider-style-4 .line:nth-child(16),
.single-banner .line:nth-child(16) {
  height: 100px;
}
.slider-style-2 .line:nth-child(17),
.slider-style-4 .line:nth-child(17),
.single-banner .line:nth-child(17) {
  height: 100px;
}
.slider-style-2 .line:nth-child(18),
.slider-style-4 .line:nth-child(18),
.single-banner .line:nth-child(18) {
  height: 100px;
}
.slider-style-2 .line:nth-child(19),
.slider-style-4 .line:nth-child(19),
.single-banner .line:nth-child(19) {
  height: 100px;
}
.slider-style-2 .line:nth-child(20),
.slider-style-4 .line:nth-child(20),
.single-banner .line:nth-child(20) {
  height: 100px;
}
.slider-style-2 .line,
.slider-style-4 .line,
.single-banner .line {
  width: 100%;
  background: #fff;
  transition: transform 0.8s ease-in-out, height 0.5s ease-in-out;
  transform-origin: center;
  backdrop-filter: blur(10px);
}
.slider-style-2.slick-active .line,
.slider-style-4.slick-active .line,
.single-banner.slick-active .line {
  transform: scaleY(0);
}
.slider-style-2.slick-active .line-effect,
.slider-style-4.slick-active .line-effect,
.single-banner.slick-active .line-effect {
  transform: scaleY(-50px);
}
.slider-style-2 .slick-active .line,
.slider-style-4 .slick-active .line,
.single-banner .slick-active .line {
  transform: scaleY(0);
}
.slider-style-2 .slick-active .line-effect,
.slider-style-4 .slick-active .line-effect,
.single-banner .slick-active .line-effect {
  transform: scaleY(-50px);
}

.single-banner .line {
  background: var(--color-white);
}

.slider-style-1, .tmp-slider-style-1 {
  overflow: hidden;
}
.slider-style-1 .slider-bg-dot-shape, .tmp-slider-style-1 .slider-bg-dot-shape {
  position: absolute;
  right: 1%;
  top: 50px;
  z-index: -1;
}
.slider-style-1 .slider-bg-dot-shape .blocksync-stars-area, .tmp-slider-style-1 .slider-bg-dot-shape .blocksync-stars-area {
  height: 980px;
  overflow: hidden;
  width: 300px;
}
.slider-style-1 .slider-bg-dot-shape.two-splash, .tmp-slider-style-1 .slider-bg-dot-shape.two-splash {
  position: absolute;
  left: 1%;
  right: auto;
  top: 50px;
  z-index: -1;
}
.slider-style-1 .slider-bg-dot-shape.two-splash .blocksync-stars-area, .tmp-slider-style-1 .slider-bg-dot-shape.two-splash .blocksync-stars-area {
  height: 980px;
  overflow: hidden;
  width: 500px;
}

.tmp-slider-style-1.with-bg-tin .slider-bg-dot-shape {
  top: 0;
  width: 100%;
}
.tmp-slider-style-1.with-bg-tin .slider-bg-dot-shape .blocksync-stars-area {
  width: 100%;
  opacity: 0.5;
}

.banner-five-inner .pre-title {
  color: var(--color-white);
  font-weight: 400;
}
.banner-five-inner h1.title {
  font-size: 90px;
  line-height: 1.2;
}
@media only screen and (max-width: 1199px) {
  .banner-five-inner h1.title {
    font-size: 68px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-five-inner h1.title {
    font-size: 46px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-five-inner h1.title {
    font-size: 32px;
  }
}
.banner-five-inner h1.title .header-caption b {
  font-size: 120px !important;
}
@media only screen and (max-width: 1199px) {
  .banner-five-inner h1.title .header-caption b {
    font-size: 100px !important;
  }
}
@media only screen and (max-width: 991px) {
  .banner-five-inner h1.title .header-caption b {
    font-size: 75px !important;
  }
}
@media only screen and (max-width: 575px) {
  .banner-five-inner h1.title .header-caption b {
    font-size: 32px !important;
  }
}
.banner-five-inner .tmp-section-title-border .subtitle {
  margin: 0;
}
.banner-five-inner .tmp-section-title-border .subtitle .subtitle-text {
  color: #fff;
  font-weight: 400;
}
.banner-five-inner .tmp-section-title-border .line-separator {
  width: 100px;
}
.banner-five-inner .tmp-section-title-border .line-separator.line-left {
  background-image: linear-gradient(-90deg, #ffffff, rgba(33, 38, 45, 0));
}
.banner-five-inner .tmp-section-title-border .line-separator.line-right {
  background-image: linear-gradient(90deg, #ffffff, rgba(33, 38, 45, 0));
}

.banner-startup-agency-content {
  background: rgba(255, 255, 255, 0.0588235294);
  padding: 70px 180px 50px 80px !important;
  border-radius: 6px;
  border-left: 10px solid var(--color-primary);
  border-right: 4px solid var(--color-card);
  max-width: max-content;
  margin: 0;
  backdrop-filter: blur(5px);
  overflow: hidden;
  margin-top: -30px;
}
@media only screen and (max-width: 991px) {
  .banner-startup-agency-content {
    padding: 50px 80px 50px 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .banner-startup-agency-content {
    padding: 30px !important;
  }
}
@media only screen and (max-width: 575px) {
  .banner-startup-agency-content {
    padding: 25px !important;
  }
}
.banner-startup-agency-content .title {
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  .banner-startup-agency-content .title {
    font-size: 46px !important;
  }
}
@media only screen and (max-width: 767px) {
  .banner-startup-agency-content .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-startup-agency-content .title {
    font-size: 32px !important;
  }
}
.banner-startup-agency-content p.description {
  line-height: 1.5 !important;
}
.banner-startup-agency-content .social-icon {
  justify-content: flex-start;
}
.banner-startup-agency-content .social-icon li a:hover {
  transform: translateY(-3px);
}
.banner-startup-agency-content .social-icon li a:hover i {
  color: var(--color-white);
}
.banner-startup-agency-content .social-icon li a:hover::after {
  transform: scale(1.05);
}
.banner-startup-agency-content .button-group {
  justify-content: flex-start;
}

.tmp-modern-slider .banner-content-9 .title {
  font-size: 60px;
  line-height: 1.4;
}
@media only screen and (max-width: 1199px) {
  .tmp-modern-slider .banner-content-9 .title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-modern-slider .banner-content-9 .title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 479px) {
  .tmp-modern-slider .banner-content-9 .title {
    font-size: 34px;
  }
}
.tmp-modern-slider .banner-content-9 .title span {
  color: var(--color-primary);
  font-size: 66px;
}
@media only screen and (max-width: 1199px) {
  .tmp-modern-slider .banner-content-9 .title span {
    font-size: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .tmp-modern-slider .banner-content-9 .title span {
    font-size: 42px;
  }
}
@media only screen and (max-width: 479px) {
  .tmp-modern-slider .banner-content-9 .title span {
    font-size: 34px;
  }
}
.tmp-modern-slider .banner-content-9 .pres-line-separator-wrapper .subtitle {
  color: #fff;
}
.tmp-modern-slider .banner-content-9 .pres-line-separator-wrapper .subtitle .odometer {
  color: var(--color-primary);
  margin-right: 10px;
  font-weight: 700;
}
.tmp-modern-slider .banner-content-9 .pres-line-separator-wrapper .line-separator {
  width: 100px;
  background-image: linear-gradient(90deg, #ffffff, rgba(33, 38, 45, 0));
}

.banner-12-radious {
  border-radius: 8px;
  overflow: hidden;
}

.banner-small-right .slider-bg-dot-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.banner-right-picking-image {
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-right-picking-image {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-right-picking-image {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-right-picking-image {
    margin-right: 0;
  }
}
.banner-right-picking-image .right-image-absolute {
  position: absolute;
  right: -132px;
  left: auto;
  bottom: 0;
  top: 10%;
  max-width: 171px;
}
@media only screen and (max-width: 575px) {
  .banner-right-picking-image .right-image-absolute {
    display: none;
  }
}
.banner-right-picking-image .blocksync-stars-area {
  height: 800px;
  overflow: hidden;
  width: 300px;
}
.banner-right-picking-image .small-iamge-area {
  position: absolute;
  left: -20%;
  bottom: 30px;
  max-width: 50%;
  margin-right: 30px;
}
@media only screen and (max-width: 991px) {
  .banner-right-picking-image .small-iamge-area {
    left: 0;
    bottom: 55px;
  }
}
.banner-right-picking-image .small-iamge-area .video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tmp-banner-right-carousel {
  position: relative;
}
.tmp-banner-right-carousel .line-effect {
  width: 100% !important;
  height: 100% !important;
  gap: 30px;
  display: none;
}

.header-finance {
  position: relative;
}

.financial-page-wrapper {
  padding: 0 35px;
}
@media only screen and (max-width: 767px) {
  .financial-page-wrapper {
    padding: 0 0;
  }
}

.title-index-12-marque .text-split-wrap-video {
  position: relative;
  padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
  .title-index-12-marque .text-split-wrap-video {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .title-index-12-marque .text-split-wrap-video {
    padding-top: 0;
  }
}
.title-index-12-marque .text-split-wrap-video .title {
  opacity: 1;
  text-shadow: -4px 6px 0px #5237f9;
  font-size: 150px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .title-index-12-marque .text-split-wrap-video .title {
    font-size: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .title-index-12-marque .text-split-wrap-video .title {
    font-size: 90px;
    line-height: 1;
  }
}
@media only screen and (max-width: 575px) {
  .title-index-12-marque .text-split-wrap-video .title {
    font-size: 50px;
    line-height: 1;
    text-shadow: none;
  }
}
.title-index-12-marque .text-split-wrap-video .title span {
  -webkit-text-fill-color: unset;
  -webkit-text-size-adjust: unset;
  -webkit-text-stroke: unset;
  color: var(--color-primary);
  text-shadow: -8px 6px 0px var(--color-white);
}

.slider-hr-website-clip {
  clip-path: polygon(0% 0%, 0% 0%, 11.499% 0%, 22.022% 0%, 31.809% 0%, 41.102% 0%, 50.142% 0%, 59.171% 0%, 68.43% 0%, 78.16% 0%, 88.603% 0%, 100% 0%, 100% 100%, 100% 100%, 86.685% 95.4%, 75.613% 91.823%, 66.218% 89.267%, 57.938% 87.734%, 50.205% 87.223%, 42.456% 87.734%, 34.126% 89.267%, 24.65% 91.823%, 13.463% 95.4%, 0% 100%, 0% 0%);
}
@media only screen and (max-width: 575px) {
  .slider-hr-website-clip {
    clip-path: none;
  }
}

.slider-hr-website-banner .inner {
  max-width: 40%;
  margin: auto;
  position: relative;
  margin-top: -100px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .slider-hr-website-banner .inner {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slider-hr-website-banner .inner {
    max-width: 90%;
  }
}
.slider-hr-website-banner .inner::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 700px;
  height: 700px;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  background: var(--color-card);
  opacity: 1;
  z-index: -1;
  animation: pulse 8s ease-in-out infinite alternate;
}
@media only screen and (max-width: 991px) {
  .slider-hr-website-banner .inner::after {
    width: 600px;
    height: 600px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-hr-website-banner .inner::after {
    animation: none;
    border-radius: 0;
  }
}
.slider-hr-website-banner .inner::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 810px;
  height: 810px;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  background: var(--color-card);
  opacity: 0.3;
  z-index: -1;
  animation: pulse 16s ease-in-out infinite alternate;
  backdrop-filter: blur(2px);
}
@media only screen and (max-width: 991px) {
  .slider-hr-website-banner .inner::before {
    width: 710px;
    height: 710px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-hr-website-banner .inner::before {
    animation: none;
  }
}
.slider-hr-website-banner .inner .btn-read-more span i {
  margin-left: 7px;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.9);
  }
}

.mt-dec-150 {
  margin-top: -150px;
}

.tmp-slider-style-banner-tin {
  background-image: url(../images/shape/light.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .transarent-bg-header {
    position: absolute;
  }
  .transarent-bg-header .header-default {
    background-color: transparent;
  }
}

.inner-banner-three a.tmp-btn.btn-border {
  border-width: 1px;
  border-color: #4e4e4e !important;
}
.inner-banner-three a.tmp-btn.btn-border:hover {
  border-color: var(--color-primary) !important;
}

/*-----------------------------
    Portfolio details  
--------------------------------*/
.tmp-portfolio-details .content-left .title {
  margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .tmp-portfolio-details .content-left .title {
    margin-bottom: 20px;
  }
}
.tmp-portfolio-details .content-left .single-list-wrapper {
  margin: -5px;
}
.tmp-portfolio-details .content-left .single-list-wrapper .single-list {
  margin: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.tmp-portfolio-details .content-left .single-list-wrapper .single-list + .single-list {
  border-top: 1px solid var(--color-border);
}
.tmp-portfolio-details .content-left .single-list-wrapper .single-list label {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  padding-right: 16px;
  margin: 0;
}
.tmp-portfolio-details .content-left .single-list-wrapper .single-list span {
  font-size: 18px;
}
.tmp-portfolio-details .content-right .subtitle {
  font-size: 25px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.tmp-portfolio-details .content-right .description p {
  margin-bottom: 10px;
}

.tmp-portfolio-details .alignwide {
  margin-left: -100px;
  margin-right: -100px;
  max-width: 1400px;
  width: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tmp-portfolio-details .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-portfolio-details .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-portfolio-details .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}

/*--------------------------------
    Single Demo  
-------------------------------*/
.single-demo {
  transition: 0.7s cubic-bezier(0.26, 0.76, 0.3, 0.75);
  position: relative;
  z-index: 1;
  border-radius: 10px;
  box-shadow: var(--shadow-1);
}
.single-demo::after {
  border-radius: 10px;
}
.single-demo > a {
  display: block;
  transition: 0.7s cubic-bezier(0.26, 0.76, 0.3, 0.75);
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  border-radius: 15px;
}
.single-demo > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  left: 25px;
  z-index: 0;
  color: rgba(0, 0, 0, 0.07);
  background-color: #F15252;
  box-shadow: 10px 0 0 #FACB34, 20px 0 0 #A7DF4B;
}
.single-demo .content {
  padding: 18px 20px;
  display: block;
  text-align: left;
}
.single-demo .thumbnail {
  position: relative;
}
.single-demo .thumbnail img {
  width: 100% !important;
}
.single-demo .thumbnail .image-light {
  display: none;
}
.single-demo .thumbnail .label-badge {
  position: absolute;
  right: 20px;
  border-radius: 5px;
  background-color: transparent;
  background: #fff700;
  padding: 0 12px;
  color: #000;
  font-size: 14px;
  height: 29px;
  line-height: 29px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: inline-block;
  width: 60px;
  bottom: 20px;
}
.single-demo .thumbnail .tmp-preview-wrap {
  position: absolute;
  inset: -2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  z-index: 2;
  pointer-events: none;
  opacity: 0.5;
}
.single-demo .thumbnail .tmp-preview-wrap .tmp-view-btn {
  padding: 16px 24px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: 42px;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border: none;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  pointer-events: auto;
  background: none;
  border: 1px solid var(--color-border-3);
  margin: auto;
  transform: scale(0);
}
.single-demo .thumbnail .tmp-preview-wrap .tmp-view-btn .tmp-icon-svg {
  opacity: 0;
  width: 0px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 10px;
}
.single-demo .thumbnail .tmp-preview-wrap .tmp-view-btn:hover {
  border: none;
  background: var(--color-primary);
}
.single-demo .thumbnail .tmp-preview-wrap .tmp-view-btn:hover .tmp-icon-svg {
  opacity: 1;
  width: 16px;
  margin-left: 3px;
}
.single-demo .title {
  color: var(--color-heading);
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.2px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-demo .label-new {
  background: var(--color-primary);
  background: linear-gradient(145deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  padding: 0px 16px;
  color: #fff;
  border-radius: 500px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin-left: 10px;
  height: 25px;
  line-height: 25px;
}
.single-demo:hover {
  transform: translateY(-6px);
}
.single-demo:hover .thumbnail .tmp-preview-wrap {
  opacity: 1;
}
.single-demo:hover .tmp-view-btn {
  transform: scale(1) !important;
}

.single-slick-slide {
  margin-top: 30px;
}
.single-slick-slide .single-demo {
  box-shadow: none;
}

.tmp-splash-service .service.service__style--1 .content .title {
  font-size: 20px;
}

.tmp-splash-section-title.section-title .title {
  margin-bottom: 0;
  font-size: 32px;
  color: var(--color-white);
  font-weight: 900 !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .tmp-splash-section-title.section-title .title {
    font-size: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-splash-section-title.section-title .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-splash-section-title.section-title .title {
    font-size: 20px;
  }
}

.tmp-splash-section-title.section-title.text-center .description.has-medium-font-size {
  padding: 0 13%;
  font-size: 18px;
}

.tmp-splash-service .service.service__style--1 .icon img {
  filter: brightness(1);
}

.tmp-move-feature-area {
  background: var(--color-card);
}

.tmp-mv-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.tmp-mv-feature-list .mv-feature {
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.tmp-mv-feature-list .mv-feature .icon {
  width: 22px;
  height: 22px;
  background: #3EB75E;
  margin: 0 auto;
  line-height: 24px;
  text-align: center;
  border-radius: 100%;
  color: var(--color-white);
  font-size: 14px;
  margin-right: 10px;
}
.tmp-mv-feature-list .mv-feature .text {
  color: var(--color-heading);
}

.scroll-animation {
  display: flex;
  width: -webkit-calc((420px * 16) + (30px * 16));
  width: -moz-calc((420px * 16) + (30px * 16));
  width: 7200px;
  position: relative;
}
.scroll-animation.scroll-right-left {
  -webkit-animation: scroll 80s linear infinite;
  -moz-animation: scroll 80s linear infinite;
  animation: scroll 80s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.scroll-animation .single-column-20 {
  width: 500px;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .scroll-animation .single-column-20 {
    width: 310px;
    padding: 0 10px;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}
@-moz-keyframes scroll {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
}
@-webkit-keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes scrollLeft {
  0% {
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  to {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes scrollLeft {
  0% {
    -webkit-transform: translateX(-webkit-calc(-250px * 7));
    -moz-transform: translateX(-moz-calc(-250px * 7));
    transform: translateX(-1750px);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
.demo-slider-area {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 957px;
  display: flex;
  align-items: center;
}
.demo-slider-area .display-two {
  font-size: 64px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .demo-slider-area .display-two {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1199px) {
  .demo-slider-area .display-two {
    font-size: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .demo-slider-area .display-two {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .demo-slider-area .display-two {
    font-size: 38px;
  }
}
.demo-slider-area.slider-style-1 .inner {
  padding-top: 50px;
}
.demo-slider-area.slider-style-1 .inner .description {
  padding: 0 15%;
  font-size: 18px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .demo-slider-area.slider-style-1 .inner .description {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .demo-slider-area.slider-style-1 .inner .description {
    padding: 0;
  }
}
.demo-slider-area.slider-style-1 .inner .title span {
  display: inline-block;
  position: relative;
}
.demo-slider-area.slider-style-1 .inner .title span svg {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin-left: 0;
}
@media (min-width: 1700px) {
  .demo-slider-area.slider-style-1 .inner .title span svg {
    margin-left: 50px;
  }
}
.demo-slider-area.slider-style-1 .inner .title span.title-2 {
  font-size: 50px;
}

.banner-svg {
  position: absolute;
  width: 938px;
  height: 938px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 100%;
  background: -o-linear-gradient(315deg, var(--color-primary) 46.07%, rgba(53, 52, 124, 0) 91.91%);
  background: linear-gradient(135deg, var(--color-primary) 46.07%, rgba(53, 52, 124, 0) 91.91%);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.4;
}
.banner-svg.banner-svg-right {
  top: 0;
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}

.elements-presentation-area {
  overflow: hidden;
}
.elements-presentation-area .scroll-animation-all-wrapper {
  position: relative;
}
.elements-presentation-area .scroll-animation-all-wrapper::before {
  position: absolute;
  height: 100%;
  width: 263px;
  background: linear-gradient(270deg, rgba(18, 18, 20, 0.18) 0%, #151517 100%);
  z-index: 2;
  content: "";
  left: 0;
  top: 0;
}
.elements-presentation-area .scroll-animation-all-wrapper::after {
  position: absolute;
  height: 100%;
  width: 263px;
  background: linear-gradient(270deg, rgba(18, 18, 20, 0.18) 0%, #151517 100%);
  z-index: 2;
  content: "";
  right: 0;
  top: 0;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.elements-presentation-area .scroll-animation-all-wrapper .scroll-animation-wrapper .single-column {
  display: flex;
  align-items: center;
  gap: 20px;
}
.elements-presentation-area .scroll-animation-all-wrapper .scroll-animation-wrapper .single-column .categori-list {
  display: flex;
  gap: 20px;
  align-items: center;
}
.elements-presentation-area .scroll-animation-all-wrapper .scroll-animation-wrapper .single-column .categori-list a {
  min-width: max-content;
  padding: 8px 20px;
  background-color: var(--color-card);
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  border-radius: 6px;
}
.elements-presentation-area .scroll-animation-all-wrapper .scroll-animation-wrapper .single-column .categori-list a i {
  color: var(--color-primary);
  margin-right: 7px;
}
.elements-presentation-area .scroll-animation-all-wrapper .scroll-animation-wrapper .single-column .categori-list.one-top {
  animation: marquee-2 125s linear infinite;
}
.elements-presentation-area .scroll-animation-all-wrapper .scroll-animation-wrapper .single-column .categori-list.two-top {
  animation: marquee 105s linear infinite;
}
.elements-presentation-area .scroll-animation-all-wrapper .scroll-animation-wrapper .single-column .categori-list.three-top {
  animation: marquee-2 85s linear infinite;
}

@keyframes marquee-2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.landing-page-wrapper .bg-line-animatoin-area-global {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(3deg) brightness(119%) contrast(107%);
}

.banner-splash-area {
  position: relative;
  z-index: 1;
}
.banner-splash-area .slider-bg-light {
  position: absolute;
  right: 0%;
  top: 0;
  min-width: 300px;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.banner-splash-area .slider-bg-light img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.banner-splash-area .bg-circle-area {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: none !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.02));
  backdrop-filter: blur(10px);
  height: 1500px;
  width: 1500px;
  border-radius: 50%;
  z-index: -1;
  overflow: hidden;
}
.banner-splash-area .bg-circle-area::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/icons/noise.gif);
  z-index: -1;
  background-color: rebeccapurple;
  opacity: 0.03;
}
.banner-splash-area .category-area-main .single-category {
  padding: 10px 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  border-radius: 100px;
  backdrop-filter: blur(6px) saturate(120%);
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 6px 18px rgba(2, 6, 23, 0.12);
}
@media only screen and (max-width: 1199px) {
  .banner-splash-area .category-area-main .single-category p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-splash-area .category-area-main .single-category {
    padding: 6px 16px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-splash-area .category-area-main .single-category {
    display: none;
  }
}
.banner-splash-area .category-area-main .single-category.one {
  top: 20%;
  left: 5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-splash-area .category-area-main .single-category.one {
    left: 1%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-splash-area .category-area-main .single-category.one {
    left: 1%;
  }
}
.banner-splash-area .category-area-main .single-category.two {
  top: 30%;
  left: 7%;
}
@media only screen and (max-width: 1199px) {
  .banner-splash-area .category-area-main .single-category.two {
    left: 3%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-splash-area .category-area-main .single-category.two {
    left: 3%;
  }
}
.banner-splash-area .category-area-main .single-category.three {
  top: 40%;
  left: 9%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-splash-area .category-area-main .single-category.three {
    left: 5%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-splash-area .category-area-main .single-category.three {
    left: 5%;
  }
}
.banner-splash-area .category-area-main .single-category.four {
  top: 50%;
  left: 11%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-splash-area .category-area-main .single-category.four {
    left: 7%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-splash-area .category-area-main .single-category.four {
    left: 7%;
  }
}
.banner-splash-area .category-area-main .single-category.five {
  top: 60%;
  left: 15%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-splash-area .category-area-main .single-category.five {
    left: 9%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-splash-area .category-area-main .single-category.five {
    left: 9%;
  }
}
.banner-splash-area .category-area-main .single-category.six {
  top: 70%;
  left: 19%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-splash-area .category-area-main .single-category.six {
    left: 11%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-splash-area .category-area-main .single-category.six {
    left: 11%;
  }
}
.banner-splash-area .category-area-main .single-category.seven {
  top: 80%;
  left: 25%;
}
@media only screen and (max-width: 1199px) {
  .banner-splash-area .category-area-main .single-category.seven {
    left: 13%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-splash-area .category-area-main .single-category.seven {
    left: 15%;
  }
}
.banner-splash-area .category-area-main .single-category.eight {
  top: 20%;
  right: 5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-splash-area .category-area-main .single-category.eight {
    right: 1%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-splash-area .category-area-main .single-category.eight {
    right: 1%;
  }
}
.banner-splash-area .category-area-main .single-category.nine {
  top: 30%;
  right: 7%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-splash-area .category-area-main .single-category.nine {
    right: 3%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-splash-area .category-area-main .single-category.nine {
    right: 3%;
  }
}
.banner-splash-area .category-area-main .single-category.ten {
  top: 40%;
  right: 9%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-splash-area .category-area-main .single-category.ten {
    right: 5%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-splash-area .category-area-main .single-category.ten {
    right: 5%;
  }
}
.banner-splash-area .category-area-main .single-category.eleven {
  top: 50%;
  right: 11%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-splash-area .category-area-main .single-category.eleven {
    right: 7%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-splash-area .category-area-main .single-category.eleven {
    right: 7%;
  }
}
.banner-splash-area .category-area-main .single-category.twelve {
  top: 60%;
  right: 15%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-splash-area .category-area-main .single-category.twelve {
    right: 9%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-splash-area .category-area-main .single-category.twelve {
    right: 9%;
  }
}
.banner-splash-area .category-area-main .single-category.thirteen {
  top: 70%;
  right: 19%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-splash-area .category-area-main .single-category.thirteen {
    right: 11%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-splash-area .category-area-main .single-category.thirteen {
    right: 11%;
  }
}
.banner-splash-area .category-area-main .single-category.fourteen {
  top: 80%;
  right: 25%;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-splash-area .category-area-main .single-category.fourteen {
    right: 15%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner-splash-area .category-area-main .single-category.fourteen {
    right: 13%;
  }
}
.banner-splash-area .category-area-main .single-category p {
  margin: 0;
  color: var(--color-white);
}

.service-feature-main-wrapper-splash.with-radious-icon .service.service__style--1 .icon {
  border: 1px solid #222222;
  background: #222222;
  width: 90px;
  height: 90px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border-radius: 50%;
}
.service-feature-main-wrapper-splash.with-radious-icon .service.service__style--1 .icon img {
  max-height: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-feature-main-wrapper-splash.with-radious-icon .service.service__style--1 .icon img {
    max-width: 50px;
  }
}

.splash_bg {
  background: #0a0a0a;
}
.splash_bg .tmp-fluid-header .container-wrapper {
  padding: 0 20px;
}

.splash_bg .slider-style-1 .inner .title .header-caption1 .cd-words-wrapper {
  padding: 0;
}
.splash_bg .slider-style-1 .inner .title .header-caption1 .cd-words-wrapper b {
  color: var(--color-primary);
}

.inversweb-single-demos-with-mobile {
  position: relative;
}
.inversweb-single-demos-with-mobile.with-white-version .bg-card {
  background: #fff;
}
.inversweb-single-demos-with-mobile.with-white-version .bg-card::after {
  background: #fff;
}
.inversweb-single-demos-with-mobile.with-white-version .invers-mobile-view {
  border-color: rgba(255, 255, 255, 0.1215686275);
  background: rgba(255, 255, 255, 0.06);
}
.inversweb-single-demos-with-mobile.with-white-version .single-demo .title {
  color: #242424;
}
.inversweb-single-demos-with-mobile.with-white-version .tmp-preview-wrap .tmp-view-btn {
  border-color: var(--color-primary);
  background: var(--color-primary);
}
.inversweb-single-demos-with-mobile .invers-mobile-view {
  position: absolute;
  right: -39px;
  bottom: 100px;
  z-index: 2;
  padding: 7px;
  padding-top: 16px;
  border-radius: 10px;
  transition: opacity 0.6s ease 0.12s, transform 0.4s ease;
  width: 152px;
  height: auto;
  background: rgba(10, 10, 10, 0.05);
  border: 2px solid #222222;
  backdrop-filter: blur(7.5px);
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .inversweb-single-demos-with-mobile .invers-mobile-view {
    right: -20px;
    bottom: 69px;
    width: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .inversweb-single-demos-with-mobile .invers-mobile-view {
    right: -20px;
    bottom: 69px;
    width: 110px;
  }
}
.inversweb-single-demos-with-mobile .invers-mobile-view::before {
  position: absolute;
  content: "";
  background: #ffffff;
  border-radius: 5px;
  top: 7px;
  left: 50%;
  height: 2px;
  width: 28px;
  transform: translateX(-50%);
}
.inversweb-single-demos-with-mobile .invers-mobile-view img {
  border-radius: 2px;
}
.inversweb-single-demos-with-mobile:hover .invers-mobile-view {
  transform: translateY(-5%);
}

.tmp-splash-section-title {
  position: relative;
  z-index: 1;
}
.tmp-splash-section-title .blocksync-scroll-trigger {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}

@media only screen and (max-width: 1199px) {
  .header-splash .btn-small {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-splash .btn-small {
    padding: 0 15px;
  }
}

.title-bg-demos {
  position: absolute;
  color: #242424;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  font-size: 400px;
  min-width: max-content;
  font-weight: 700;
  line-height: 0.8em;
  background: linear-gradient(to top, rgba(1, 1, 1, 0) 0%, #4a4a4a 100.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.3;
}

.position-sticky-top-100 {
  position: sticky;
  top: 100px;
}

.inner-page-wrapper-area-start {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.inner-page-wrapper-area-start > div {
  flex-basis: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .inner-page-wrapper-area-start > div {
    flex-basis: 100%;
  }
}
.inner-page-wrapper-area-start .single-slick-slide {
  margin-top: 0;
}

.tmp-elements-area-start-splash {
  background-attachment: fixed;
}

.zoomactive {
  transition: 1.5s;
  transform: scale(1.15);
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  filter: drop-shadow(0px 0px 2px rgba(81, 55, 249, 0.4274509804)) drop-shadow(0px 0px 4px rgba(81, 55, 249, 0.4274509804)) drop-shadow(0px 0px 10px rgba(81, 55, 249, 0.4274509804)) drop-shadow(0px 0px 20px rgba(81, 55, 249, 0.4274509804)) drop-shadow(0px 0px 35px rgba(81, 55, 249, 0.4274509804)) drop-shadow(0px 0px 60px rgba(81, 55, 249, 0.4274509804));
}

.tmp-mesonary-image-area-start {
  position: relative;
  padding-top: 100px;
}
.tmp-mesonary-image-area-start .invers-theme-masonary {
  margin-top: -250px;
}
.tmp-mesonary-image-area-start .inversweb-sticky-section {
  border: 3px solid var(--color-primary);
  border-radius: 500px;
  padding: 15px 40px;
  width: fit-content;
  background: var(--color-card);
  position: sticky;
  top: 125px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.5s ease-in-out;
  z-index: 5;
}
.tmp-mesonary-image-area-start .inversweb-sticky-section h3 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  font-size: 60px;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-mesonary-image-area-start .inversweb-sticky-section h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-mesonary-image-area-start .inversweb-sticky-section h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tmp-mesonary-image-area-start .inversweb-sticky-section h3 .h3 {
    font-size: 24px !important;
  }
}
@media only screen and (max-width: 767px) {
  .tmp-mesonary-image-area-start .inversweb-sticky-section h3 .h3 {
    font-size: 12px !important;
  }
}
.tmp-mesonary-image-area-start .inversweb-sticky-section h3 p {
  font-size: 28px;
  margin: 0;
  color: var(--color-white);
}
.tmp-mesonary-image-area-start .inversweb-sticky-section h3 p span {
  font-weight: 700;
  line-height: 0;
  position: relative;
  bottom: -8px;
  font-size: 70px;
  margin-right: 7px;
}

.bg-black {
  background: #0a0a0a;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .plr_lg--30 {
    padding: 0 30px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .plr--120 {
    padding: 0 90px !important;
  }
}
.load-demo-btn-wrap svg {
  height: 30px;
  width: 30px;
  background: rgba(0, 0, 0, 0.1490196078);
  margin-left: 10px;
  border-radius: 50%;
  padding: 7px;
}
.load-demo-btn-wrap svg path {
  fill: #fcfcfc;
}

/* Advance Tab Style Four  */
.advance-tab-four {
  position: relative;
  padding: 48px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 1px solid var(--color-border);
  border-radius: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advance-tab-four {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .advance-tab-four {
    padding: 20px;
  }
}
.advance-tab-four .advance-tab-top .description {
  font-size: var(--font-size-b3);
}

.rn-info-box {
  margin-top: 20px;
  background-color: var(--color-extra06);
  padding: 40px;
  border: 1px solid var(--color-border);
  border-radius: 12px;
}
.rn-info-box .box-inner .content {
  margin-top: 10px;
}

.service-thumbnail-offset-2 {
  margin-right: -60px;
  margin-bottom: -60px;
  border-radius: 10px 0 10px 0;
}

.inner.Collaborate-inner {
  padding: 0 50px 0 30px;
}
@media only screen and (max-width: 767px) {
  .inner.Collaborate-inner {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner.Collaborate-inner .description {
    font-size: 14px;
  }
}

/*-----------------------
    Corpox Widget Styles  
--------------------------*/
.tmp-widget-sidebar .tmp-default-sidebar-list li {
  display: flex;
  justify-content: space-between;
}
.tmp-widget-sidebar .tmp-default-sidebar-list li i {
  color: var(--color-body);
  margin-right: 10px;
  font-size: 16px;
}
.tmp-widget-sidebar .tmp-default-sidebar-list li span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.tmp-widget-sidebar .tmp-default-sidebar-list li span.tmp-feature-value {
  font-size: 12px;
}
.tmp-widget-sidebar .tmp-default-sidebar-list li a {
  color: var(--color-body);
  transition: 0.4s;
}
.tmp-widget-sidebar .tmp-default-sidebar-list li a:hover {
  color: var(--color-primary);
}
.tmp-widget-sidebar .tmp-default-sidebar-list li + li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid var(--color-border);
}

.active-light-mode {
  background: #fafafa;
  --color-heading: #1b1b1c;
  --color-white: #1b1b1b;
  --color-card: #fff;
  --color-body: #363636;
  --color-darkest: #fff;
  --color-border: #9d9dff29;
  --shadow-1: 0px 6px 34px rgb(231 231 231 / 41%);
}
.active-light-mode .logo-light {
  display: none;
}
.active-light-mode .logo-dark {
  display: block;
}
.active-light-mode .mainmenu-nav .mainmenu > li > a,
.active-light-mode .header-right.with-search .header-btn .search-area-btn i,
.active-light-mode .slider-style-new .tmp-badge-3 {
  color: var(--color-body);
}
.active-light-mode .tmp-header.sticky {
  background-color: rgba(255, 255, 255, 0.77) !important;
  background-image: none;
}
.active-light-mode .white-color-shite.title-index-12-marque .text-split-wrap-video .title {
  color: #dddddd !important;
}
.active-light-mode #inverweb-load {
  background-color: #ffffff;
}
.active-light-mode #inverweb-load .loader {
  color: #1b1b1c !important;
}
.active-light-mode .single-wrapper-details-right-p.similar-post h4 {
  border-bottom: 1px solid rgba(217, 217, 217, 0.32);
}
.active-light-mode .header-default.header-transparent.header-one.sticky {
  background: rgb(255, 255, 255) !important;
  border-bottom: 1px solid rgba(232, 232, 232, 0.41);
}
.active-light-mode .single-wrapper-details-right-p.similar-post ul li a {
  background: rgba(231, 231, 231, 0.32);
}
.active-light-mode .single-wrapper-details-right-p.similar-post ul li a:hover {
  transform: translateY(-3px);
  background: var(--color-primary);
  color: #fff;
}
.active-light-mode .load-demo-btn-wrap svg {
  height: 30px;
  width: 30px;
  background: rgba(201, 201, 201, 0.1490196078);
  margin-left: 10px;
  border-radius: 50%;
  padding: 7px;
}
.active-light-mode .load-demo-btn-wrap svg path {
  fill: #1b1b1c;
}
.active-light-mode .slider-style-new .video-12-banner.tmp-btn.rounded-player span i {
  color: #1b1b1c !important;
  transition: 0.3s;
}
.active-light-mode .slider-style-new .video-12-banner.tmp-btn.rounded-player:hover i {
  color: #fff !important;
}
.active-light-mode .tmp-footer-card-3 .widget-inner .tmp-text-white {
  color: #e3e3e3;
}
.active-light-mode .tmp-footer-card-3 .widget-inner .tmp-newsletter-form button {
  background: #fff;
}
.active-light-mode .tmp-footer-card-3 .widget-inner .tmp-newsletter-form button:hover {
  color: #1b1b1b;
}
.active-light-mode .tmp-footer-card-3 .widget-inner .tmp-newsletter-form input {
  border-color: #fff;
}
.active-light-mode .tmp-footer-card-3 .widget-inner .tmp-newsletter-form .tmp-input-field label {
  color: #e3e3e3;
}
.active-light-mode header.logo-white-show .logo-light {
  display: block;
}
.active-light-mode header.logo-white-show .logo-dark {
  display: none;
}
.active-light-mode header.logo-white-show.sticky {
  background: rgba(255, 255, 255, 0.73) !important;
}
.active-light-mode header.logo-white-show.sticky .logo-light {
  display: none;
}
.active-light-mode header.logo-white-show.sticky .logo-dark {
  display: block;
}
.active-light-mode header.logo-white-show.default-nav-white .mainmenu-nav .mainmenu > li > a {
  color: #fff;
}
.active-light-mode header.logo-white-show.default-nav-white .header-right.with-search .header-btn .search-area-btn i {
  color: #fff;
}
.active-light-mode header.logo-white-show.default-nav-white.sticky .mainmenu-nav .mainmenu > li > a,
.active-light-mode header.logo-white-show.default-nav-white.sticky .header-right.with-search .header-btn .search-area-btn i {
  color: var(--color-body);
}
.active-light-mode .mfp-iframe-holder .mfp-close {
  background: #fff;
}
.active-light-mode .mfp-bg {
  background: rgba(255, 255, 255, 0.49);
  backdrop-filter: blur(36px);
}
.active-light-mode .show-on-scroll {
  mix-blend-mode: unset;
}
.active-light-mode .show-on-scroll span a {
  padding: 9px 5px;
  border-radius: 20px;
  background: #fff;
  color: var(--color-body);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.active-light-mode .mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu.with-mega-item-2.full-width-mega .wrapper .bg-content {
  background: -webkit-linear-gradient(var(--color-card), #efefef);
  -webkit-background-clip: text;
}
.active-light-mode .mainmenu-nav .mainmenu li.has-droupdown .submenu li a:hover, .active-light-mode .mainmenu-nav .mainmenu li.has-droupdown .submenu li a.active {
  color: var(--color-white) !important;
  background: #ededed !important;
}
.active-light-mode .mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu .wrapper .mega-menu-item li a:hover, .active-light-mode .mainmenu-nav .mainmenu li.with-megamenu .tmp-megamenu .wrapper .mega-menu-item li a.active {
  color: var(--color-white) !important;
  background: #ededed !important;
}
.active-light-mode .scrollbar-v:before {
  background: rgba(0, 0, 0, 0.1490196078);
}
.active-light-mode .social-default li a {
  background: #f1f1f1;
}
.active-light-mode .service.service__style--1 .shape-service-1 {
  display: none;
}
.active-light-mode .tmp-slick-arrow button.slick-arrow::before {
  filter: brightness(0) saturate(100%) invert(83%) sepia(0%) saturate(0%) hue-rotate(162deg) brightness(79%) contrast(91%);
}
.active-light-mode .popup-mobile-menu .inner .header-top .close-menu .close-button i {
  color: #fff;
}
.active-light-mode .tmp-splite-style .split-inner .read-more-btn i {
  color: #fff;
}
.active-light-mode .over-gradient-primary .tmp-btn {
  background: #ffffff;
  color: #000 !important;
}
.active-light-mode .over-gradient-primary .tmp-btn:hover {
  color: #fff !important;
}
.active-light-mode .section-title .subtitle {
  color: var(--color-primary);
}
.active-light-mode .tmp-slick-arrow button.slick-arrow:hover::before {
  filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(181%) hue-rotate(235deg) brightness(117%) contrast(100%);
}
.active-light-mode .team-wrapper5:hover .content-area .share,
.active-light-mode .social-default li a:hover {
  color: #fff;
}
.active-light-mode .text-split-wrap-video .title {
  color: var(--color-primary);
}
.active-light-mode .about-wrapper-8 .quote-area-about p,
.active-light-mode .clltoaction-style-default .subtitle,
.active-light-mode .pricing-table-items .pricing-table ul li,
.active-light-mode .pricing-table-items .pricing-table .pricing-table-header h4,
.active-light-mode .call-to-action-modern-wrapper .right-wrapper p,
.active-light-mode .call-to-action-modern-wrapper .right-wrapper p a,
.active-light-mode .pricing-table-items .info,
.active-light-mode .tmp-modern-slider .banner-content-9 .pres-line-separator-wrapper .subtitle,
.active-light-mode .tmp-single-wized .wized-body .single-categories li a {
  color: #363636;
}
.active-light-mode .testimonial-style-two .content::after {
  opacity: 0.1;
}
.active-light-mode .slider-style-2 .inner .title,
.active-light-mode .filter-button-default button.is-checked,
.active-light-mode .about-style-4 .feature-list li .icon i,
.active-light-mode .slider-style-1 .inner .title span,
.active-light-mode .slider-style-4 .inner .title,
.active-light-mode .slider-style-4 .slick-active .inner .description {
  color: #fff !important;
}
.active-light-mode .tmp-btn.rounded-player span i,
.active-light-mode .tmp-badge-2,
.active-light-mode .pricing-tab-nav-yearly.nav-tabs .nav-link.active,
.active-light-mode .pricing-table-items .pricing-table .popular-tag,
.active-light-mode .slider-style-1.variation-default .inner p,
.active-light-mode .slider-style-1.variation-default .inner .tmp-btn,
.active-light-mode .team-style-two .inner .content .title,
.active-light-mode .team-style-two .inner .content .subtitle,
.active-light-mode .avatar::before,
.active-light-mode .tmp-pricing.with-gradient-bg .popular-tag,
.active-light-mode .single-modern-case-studies .inner-content-area .tags,
.active-light-mode .working-steps-area-tabs .left-icon-number,
.active-light-mode .why-choose-content-wrapper .feature-one-wrapper .icon i,
.active-light-mode .tmp-default-tab .tab-button .tabs__tab .nav-link.active,
.active-light-mode .tmp-banner-area-realstate-one .realstate-banner-style-one .title,
.active-light-mode .tmp-banner-area-realstate-one .realstate-banner-style-one p,
.active-light-mode .portfolio-list-inner-content .feature-list li .icon i,
.active-light-mode .tmp-btn.rounded-player span i, .active-light-mode .btn-default.rounded-player span i,
.active-light-mode .feature-list-service li .icon i,
.active-light-mode .tmp-apply-area .nav-tabs li button.active,
.active-light-mode .tmp-pagination li.active a, .active-light-mode .tmp-pagination li:hover a,
.active-light-mode .blog-search .search-button i {
  color: #fff !important;
}
.active-light-mode li.comment.byuser.admin-comment * {
  color: #fff !important;
}
.active-light-mode ol li {
  color: var(--color-body);
}
.active-light-mode .customer-review-area::before {
  background: linear-gradient(180deg, #ffffff 40%, #ffffff 0%, rgba(0, 0, 0, 0) 100%);
}
.active-light-mode .customer-review-area::after {
  background: linear-gradient(0deg, #ffffff 40%, #ffffff 0%, rgba(0, 0, 0, 0) 100%);
}
.active-light-mode .team-style-two .social-default.icon-naked li a {
  color: #fff !important;
}
.active-light-mode .tmp-pagination li a {
  box-shadow: none;
}
.active-light-mode .banner-startup-agency-content {
  background: rgba(0, 0, 0, 0.17);
}
.active-light-mode .tmp-slider-style-banner-tin {
  background-image: url(../images/shape/03.webp);
}
.active-light-mode .breadcrumb-inner ul.page-list li a {
  opacity: 1;
}
.active-light-mode .breadcrumb-inner .breadcrumb-page-title .line-separator {
  background-image: linear-gradient(90deg, #d7d7d7, rgba(33, 38, 45, 0));
}
.active-light-mode .tmp-search-input-area {
  background: #f9f9f9;
}
.active-light-mode .single-modern-case-studies .inner-content-area .tags {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.active-light-mode .mainmenu .with-megamenu .tmp-megamenu .demos-area-drop-down ul.mega-menu-item li {
  background: #f3f3f3;
}
.active-light-mode .bg_patern-1 {
  background-color: #fff !important;
}
.active-light-mode .bg_patern-1::after {
  opacity: 0.1;
}
.active-light-mode .tmp-list-footer li::before {
  background: #dfdfdf;
}
.active-light-mode .tmp-btn {
  color: #fff;
}
.active-light-mode .profile-share a img {
  box-shadow: 0px 6px 34px rgba(0, 0, 0, 0.2);
}
.active-light-mode .tmp-search-input-area .search-close-icon img {
  filter: brightness(0) saturate(100%) invert(4%) sepia(6%) saturate(16%) hue-rotate(317deg) brightness(94%) contrast(86%);
}
.active-light-mode .tmp-btn.btn-border {
  color: #1b1b1b;
  border-color: #e3e3e3 !important;
}
.active-light-mode .tmp-btn.btn-border:hover {
  color: #fff;
}
.active-light-mode .service-layout-presentation-box .advance-tab-button ul li .tab-button::before {
  background: #efefef;
  box-shadow: none;
}
.active-light-mode .service-layout-presentation-box .advance-tab-button ul li .tab-button {
  background: rgba(211, 211, 211, 0.18);
}
.active-light-mode .banner-svg {
  opacity: 0.1;
}
.active-light-mode .banner-svg.banner-svg-right {
  opacity: 0.1;
}
.active-light-mode .tmp-slick-dot .slick-dots li button::after {
  box-shadow: inset 0 0 0 7px rgba(157, 157, 255, 0.6);
}
.active-light-mode .tmp-slick-dot .slick-dots li.slick-active button::after {
  box-shadow: inset 0 0 0 1px var(--color-primary) !important;
}
.active-light-mode .banner-content-8 .line-separator.line-left {
  background-image: linear-gradient(-90deg, var(--color-primary), rgba(33, 38, 45, 0)) !important;
}
.active-light-mode .banner-content-8 .line-separator.line-right {
  background-image: linear-gradient(90deg, var(--color-primary), rgba(33, 38, 45, 0)) !important;
}
.active-light-mode .color-white,
.active-light-mode .service-layout-presentation-box .advance-tab-button ul li .tab-button .title,
.active-light-mode .tmp-working-process-main .nav-link.active .working-steps-area-tabs .inner-content *,
.active-light-mode .banner-content-8 .subtitle,
.active-light-mode .banner-finance-wrapper p,
.active-light-mode .realstate-banner-style-two .title .large {
  color: #1b1b1c !important;
}
.active-light-mode .slider-style-1.variation-default .inner .btn-read-more span {
  color: #fff;
}
.active-light-mode .about-wrapper-8 .tmp-list-item-half li .icon svg path {
  fill: #fff;
}
.active-light-mode .brand-carousel-activation li a img,
.active-light-mode .brand-style-1 li a img,
.active-light-mode .brand-style-2 li a img {
  filter: brightness(0) saturate(100%) invert(8%) sepia(1%) saturate(198%) hue-rotate(314deg) brightness(91%) contrast(91%);
}
.active-light-mode .team-wrapper5 .image-area {
  background: var(--color-primary);
}
.active-light-mode .team-wrapper5 {
  box-shadow: none;
}
.active-light-mode .tmp-slider-style-1.with-bg-tin {
  background-image: url(../images/shape/03.webp);
}
.active-light-mode .cursor-inner {
  background: rgba(14, 14, 14, 0.4509803922);
}
.active-light-mode .cursor-inner.cursor-hover {
  background: rgba(255, 255, 255, 0.2549019608);
  mix-blend-mode: normal;
}
.active-light-mode .cursor-outer {
  border: 2px solid rgba(14, 14, 14, 0.4509803922) !important;
  mix-blend-mode: normal;
}
.active-light-mode [data-black-overlay]:before {
  background-color: #fff;
}
/*# sourceMappingURL=../maps/style.css.map */
