@charset "UTF-8";
/**************************************
 CSS Index  
****************************

/--- Default Styles -----/

01.Variables
02.Mixins
03.Reset
04.Typography
05.Extend
06.Animations
07.Shortcode
08.Spacing
09.Common
10.Forms
11.Sal
12.Text Animation
13.Themebg

/--- Header Styles -----/

01.Headerdefault
02.Nav
03.Header Top
04.HeaderTopBar
05.Mobilemenu

/--- Elements -----/

01.Breadcrumb
02.Sectiontitle
03.Button
04.Service
05.Card
06.Counter
07.Progressbar
08.Accordion
09.Social Share
10.Team
11.Portfolio
12.Testimonial
13.Slickslide
14.Timeline
15.Call to Action
16.Tab
17.Pricing
18.Split
19.Vedio
20.Gallery
21.Contact
22.Brand
23.404
24.Advance Tab
25.Advancepricing
26.Contact Form
27.Swicher
28.Backto Top
29.About
30.Newsletter

/--- Blog -----/
01.Blog
02.Sidebar
03.Blog Details

/--- Footer -----/
01.Footer
02.Copyright

/--- Template -----/
01.Banner
02.Portfoliodetails
03.Splash
04.Lightmode

***************************************/
/**************************************
    Default Styles
***************************************/
/*-- Variables --*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;1,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;1,200&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200&display=swap');
@import url('../public/fonts/SFPRODISPLAYBLACKITALIC.OTF');

:root {
  --color-primary: #059DFF;
  --color-primary-rgba: rgb(5, 157, 255);
  --color-primary-alt: #059DFF;
  --color-primary-light: #059DFF;
  --color-primary-lightest: #059DFF;
  --color-secondary: #FB5343;
  --color-tertiary: #6549D5;
  --color-tertiary-alt: #6549D5;
  --color-pink: #E33FA1;
  --color-light-green: #36C6F0;
  --color-primary-darker: #011827;
  --color-tertiary-darker: #150b40;
  --color-secondary-darker: #190301;
  --color-light-green-darker: #001f27;
  --color-pink-darker: #2f011d;
  --color-heading: #ffffff;
  --color-body: #acacac;
  --color-dark: #060606;
  --color-darker: rgba(6, 6, 6, 0.7);
  --color-darkest: rgba(0, 0, 0, 0.3);
  --color-black: #000000;
  --color-blacker: rgba(15, 15, 17, 0);
  --color-blackest: #0f0f11;
  --color-border: hsla(0, 0%, 100%, 0.1);
  --color-lessdark: #1e1e1e;
  --color-gray: #65676B;
  --color-midgray: #878787;
  --color-light: #E4E6EA;
  --color-lighter: #CED0D4;
  --color-lightest: #F0F2F5;
  --color-white: #ffffff;
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --color-extra01: #666666;
  --color-extra02: #606770;
  --color-extra03: #FBFBFD;
  --color-extra04: #1A1A1A;
  --color-extra05: #242424;
  --border-width: 2px;
  --radius-small: 6px;
  --radius: 10px;
  --radius-big: 16px;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --shadow-primary: 0 0 20px 5px rgba(251, 83, 67, 0.2);
  --shadow-light: 1px 1px 6px rgba(0, 0, 0, 0.25);
  --shadow-lighter: 4px 4px 20px 20px rgba(0, 0, 0, 0.01);
  --transition: 0.3s;
  --transition-transform: transform .65s cubic-bezier(.23, 1, .32, 1);
  --font-primary: "Inter", sans-serif;
  --secondary-font: "Inter", sans-serif;
  --font-awesome: "Font Awesome 5 Pro";
  --font-spf: 'spfpro-font';
  --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;
}

/**
 * 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: #fff;
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #f0f6f9;
}

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}

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

b,
strong {
  font-weight: bold;
}

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

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

kbd,
ins {
  color: #ffffff;
}

pre,
pre.wp-block-code {
  font-family: "Courier 10 Pitch", Courier, monospace !important;
  font-size: 15px !important;
  margin: 40px 0 !important;
  overflow: auto;
  padding: 20px !important;
  white-space: pre !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  color: var(--color-body) !important;
  background: var(--color-light);
  border-radius: 4px;
}

small {
  font-size: smaller;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0 15px 15px;
}

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

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

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

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

ol ul {
  margin-bottom: 0;
}

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

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

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

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

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

button,
input {
  line-height: normal;
}

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

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

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

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

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

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

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

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

table thead th {
  font-weight: 700;
}

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

del {
  color: #333;
}

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

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

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

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

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

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

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

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

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

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

blockquote blockquote {
  margin-right: 0;
}

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

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

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

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

body {
  overflow: hidden;
  font-size: var(--font-size-b2);
  /* line-height: var(--line-height-b2); */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', sans-serif;
  color: var(--color-body);
  font-weight: var(--p-regular);
  background-color: var(--color-dark);
  margin: 0;
  padding: 0;
  background: #1d3557;
}

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

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: #fff;
}


/* font family, font-sizes and font-weight */
.font118 {
  font-size: 118px;
  line-height: 140px;
}

.font56 {
  font-size: 56px;
}

.font48 {
  font-size: 48px;
}

.font44 {
  font-size: 44px;
}

.font46 {
  font-size: 46px;
}

.font40 {
  font-size: 40px;
}

.font36 {
  font-size: 36px;
}

.font32 {
  font-size: 32px;
}

.font34 {
  font-size: 31px;
}

.font30 {
  font-size: 30px;
}


.font28 {
  font-size: 32px;
}

.font26 {
  font-size: 20px;
}

.font23 {
  font-size: 23px;
}

.font24 {
  font-size: 24px;
}

.font22 {
  font-size: 20px;
}

.font17 {
  font-size: 17px;
}

.font20 {
  font-size: 20px;
}

.font18 {
  font-size: 18px;
}

.font16 {
  font-size: 16px;
}

.font14 {
  font-size: 14px;
}

.font12 {
  font-size: 12px;
}

.fontW900 {
  font-weight: 900;
}

.fontW800 {
  font-weight: 800;
}

.fontW700 {
  font-weight: 700;
}

.fontW600 {
  font-weight: 600;
}

.fontW500 {
  font-weight: 500;
}

.fontW400 {
  font-weight: 400;
}

.fontW300 {
  font-weight: 300;
}

@font-face {
  font-family: 'spfpro-font';
  src: url(../fonts/SFPRODISPLAYMEDIUM.OTF);
}

@media screen and (max-width:2050px) {
  .mb-1 {
    margin-bottom: 10px !important;
  }




}



/* @media screen and (max-width:2056px) {
  .font56 {
    font-size: 54px;
  }

  .font46 {
    font-size: 44px;
  }

  .font40 {
    font-size: 40px;
  }

  .font23 {
    font-size: 22px;
  }

  .font26 {
    font-size: 23px;
  }

  .font36 {
    font-size: 36px;
  }

  .font32 {
    font-size: 32px;
  }

  .font30 {
    font-size: 30px;
  }

  .font28 {
    font-size: 28px;
  }

  .font24 {
    font-size: 24px;
  }

  .font22 {
    font-size: 19px;
  }

  .font20 {
    font-size: 17px;
  }

  .font18 {
    font-size: 20px;
  }

  .font17 {
    font-size: 18px;
  }

  .font16 {
    font-size: 18px;
  }

  .font14 {
    font-size: 17px;
  }

  .font12 {
    font-size: 15px;
  }
}

@media screen and (max-width:1700px) {
  .font56 {
    font-size: 52px;
  }

  .font46 {
    font-size: 42px;
  }

  .font40 {
    font-size: 39px;
  }

  .font23 {
    font-size: 20px;
  }

  .font26 {
    font-size: 24px;
  }

  .font36 {
    font-size: 34px;
  }

  .font32 {
    font-size: 30px;
  }

  .font30 {
    font-size: 29px;
  }

  .font28 {
    font-size: 26px;
  }

  .font24 {
    font-size: 22px;
  }

  .font22 {
    font-size: 20px;
  }

  .font20 {
    font-size: 17px;
  }

  .font18 {
    font-size: 16px;
  }

  .font17 {
    font-size: 16px;
  }

  .font16 {
    font-size: 14px;
  }

  .font14 {
    font-size: 12px;
  }

  .font12 {
    font-size: 10px;
  }
}

@media screen and (max-width:1400px) {
  .font56 {
    font-size: 50px;
  }

  .font46 {
    font-size: 40px;
  }

  .font40 {
    font-size: 36px;
  }

  .font17 {
    font-size: 17px;
  }

  .font23 {
    font-size: 21px;
  }

  .font36 {
    font-size: 32px;
  }

  .font32 {
    font-size: 30px;
  }

  .font30 {
    font-size: 26px;
  }

  .font28 {
    font-size: 24px;
  }

  .font24 {
    font-size: 19px;
  }

  .font26 {
    font-size: 22px;
  }

  .font22 {
    font-size: 17px;
  }

  .font20 {
    font-size: 14px;
  }

  .font18 {
    font-size: 16px;
  }

  .font16 {
    font-size: 14px;
  }

  .font14 {
    font-size: 12px;
  }

  .font12 {
    font-size: 12px;
  }
}

@media screen and (max-width:1200px) {
  .font56 {
    font-size: 48px;
  }

  .font46 {
    font-size: 38px;
  }

  .font40 {
    font-size: 34px;
  }

  .font36 {
    font-size: 30px;
  }

  .font32 {
    font-size: 26px;
  }

  .font30 {
    font-size: 24px;
  }

  .font17 {
    font-size: 17px;
  }

  .font23 {
    font-size: 14px;
  }

  .font28 {
    font-size: 20px;
  }

  .font26 {
    font-size: 20px;
  }

  .font24 {
    font-size: 18px;
  }

  .font22 {
    font-size: 16px;
  }

  .font20 {
    font-size: 14px;
  }

  .font18 {
    font-size: 14px;
  }

  .font16 {
    font-size: 12px;
  }

  .font14 {
    font-size: 12px;
  }

  .font12 {
    font-size: 10px;
  }
}

@media screen and (max-width:1024px) {
  .font56 {
    font-size: 44px;
  }

  .font46 {
    font-size: 36px;
  }

  .font40 {
    font-size: 32px;
  }

  .font36 {
    font-size: 28px;
  }

  .font23 {
    font-size: 12px;
  }

  .font32 {
    font-size: 24px;
  }

  .font30 {
    font-size: 22px;
  }

  .font28 {
    font-size: 20px;
  }

  .font17 {
    font-size: 14px;
  }
} */

/* font family, font-sizes and font-weight css ends*/
@media only screen and (max-width: 767px) {

  h1,
  .h1 {
    font-size: 34px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 19px;
  }

  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-semi-bold);
}

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

p {
  line-height: var(--line-height-b2);
  font-weight: var(--p-regular);
  color: var(--color-body);
  margin: 0 0 10px;
}

@media only screen and (max-width: 767px) {
  .modal-xl {
    max-width: 88% !important;
  }
}

@media (min-width: 1700px) {
  .modal-xl {
    max-width: 88%;
  }
}

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

ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 30px;
}

ol li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  color: var(--color-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}

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

ol li a:hover {
  color: var(--color-primary);
}

ol ul {
  padding-left: 30px;
}

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

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

/*=====================
All Extend Here
=======================*/
.color-primary {
  color: var(--color-primary) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Radius */
.filter-button-default button,
.rwt-card .inner .thumbnail .card-image img,
.rwt-card .inner .thumbnail .card-image a,
.radius-small {
  border-radius: var(--radius-small);
}

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

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

.w-30 {
  width: 30%;
}

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

.stfshadow {
  box-shadow: 0px 2px 5px rgb(42 160 184 / 15%) !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 =============*/
.rn-meta-list,
.advance-pricing .pricing-right .plan-offer-list,
.advance-brand,
.breadcrumb-inner ul.page-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tagcloud a,
.wp-block-tag-cloud a,
.rbt-single-widget.widget_recent_comments ul li span,
.rbt-single-widget.widget_recent_entries ul li span,
.rbt-single-widget.widget_archive ul li span,
.rbt-single-widget.widget_categories ul li span,
.rbt-single-widget.widget_meta ul li span,
.rbt-single-widget.widget_pages ul li span,
.rbt-single-widget.widget_nav_menu ul li span,
.rbt-single-widget.widget_recent_comments ul li a,
.rbt-single-widget.widget_recent_entries ul li a,
.rbt-single-widget.widget_archive ul li a,
.rbt-single-widget.widget_categories ul li a,
.rbt-single-widget.widget_meta ul li a,
.rbt-single-widget.widget_pages ul li a,
.rbt-single-widget.widget_nav_menu ul li a,
.rn-address .inner p a,
.rn-slick-dot .slick-dots li button::after,
.filter-button-default button,
.rwt-card .inner .content .title a,
.rwt-card .inner .thumbnail .card-image img,
.rwt-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  
-----------------------*/
.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;
}

/* ------------------------
    Custom Animation 01 
----------------------------*/
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }

  to {
    margin-top: 0;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }

  to {
    margin-top: 0;
  }
}

/*------------------------
	slidefadeinup
--------------------------*/
@-webkit-keyframes slideFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes slideFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.slideFadeInUp {
  -webkit-animation-name: slideFadeInUp;
  animation-name: slideFadeInUp;
}

/* -----------------------------------
    Custom Animation For All Page
---------------------------------------*/
@-webkit-keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*--------------------------------
Scroll Down Button Animation  
----------------------------------*/
@keyframes scrollDown {
  0% {
    opacity: 0;
  }

  10% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}

/*==============================
 *  Utilities
=================================*/
/* 
font-family: 'Inter', sans-serif;
*/


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

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

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

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

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

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

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

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

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

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

.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/banner.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  margin-bottom: -20px;
  height: -webkit-fill-available;
}

.define--3 {
  background-image: url(../images/define_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  min-height: 748px;
  margin-bottom: -20px;
  /* overflow-y: scroll; */
  /* scroll-behavior: auto; */
  height: 100%;
}

.define--3::-webkit-scrollbar {
  display: none;
}

.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/bg-image-10.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/bg-image-13.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.html);
}

.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/bg-image-19.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.html);
}

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

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

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

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

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

/* 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: 1300px) {




  .pr p {
    font-size: 11px !important;
  }

  .social-icon .bell {
    height: 16px;
  }

  .social-icon .envolope {
    height: 15px;
  }

  .nav-link>.fa>.badge {
    font-size: 7px !important;
    right: 3px !important;
  }

  .congratulation {
    font-size: 12px !important;
  }

  .steps h4 {
    font-size: 17px;
  }

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

  .program-btn2 {
    font-size: 10px;
  }

  .image2 {
    width: 254px !important;
    margin-left: -23px !important;
  }
}



@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .header-default .header-right {
    flex-wrap: inherit !important;
  }

  .nav-link>.fa>.badge {
    font-size: 7px;
    right: 1px;
  }

  .js {
    justify-content: end;
    display: flex
  }

  .get-started h4 {
    font-size: 20px !important;
  }

  .get-started p {
    font-size: 14px !important;
  }

  .plr--100 {
    padding-left: 65px;
    padding-right: 69px;
  }

  .program-btn2 {
    font-size: 11px !important;
  }

  .define--3 {
    min-height: 500px;
  }



  .arrow_img2 {
    margin-left: -73px !important;
    margin-right: -96px !important;
  }

  .arrow_img2 img {
    height: 59px !important;
  }
}

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




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

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

.font-size-19 {
  font-size: 19px;
}

.termshtag h5 {
  font-size: 19px;
}

.termshtag h4 {
  font-size: 26px;
}

.tc .modal-bg {
  background-attachment: fixed;
  background-size: cover;
}

.termscondition ul li {
  color: #ebe2e2d4;
  font-size: 13px;
  padding-left: 40px;
}

.termscondition {
  height: 523px;
  overflow-y: scroll;
}

.termscondition::-webkit-scrollbar {
  /* display: none; */
  width: 5px;
  height: 8px;
  margin: 10px 5px;
  /* border-radius: 5px; */
  background-color: #fff;
}

.Tc_Width20 {
  width: 20%;
}

.Tc_Width80 {
  width: 80%;
}

.termscondition::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #074774 0%, #002466 100%);
}

.termscondition p {
  color: #ebe2e2d4;
  /* font-size: 13px; */
}

.wt {
  width: 110px;
}

.termscondition h3 {
  font-size: 18px;
  margin: 13px 0;
}

@media (max-width:768px) {
  #progressbar {
    display: -webkit-box !important;
  }

  .iframeclass {
    position: fixed !important;
    right: 26px !important;
    bottom: 10px;
    width: 47% !important;
    border: none;
    height: 202px !important;
  }

  .image2 {
    width: 222px !important;
  }

  .select-b p {
    display: inline-block !important;
  }


  .assignn {
    height: 345px !important;
  }

  .topstate {
    height: 190px !important;
  }

  .tc-p {
    height: auto;
    padding-right: 0px !important;
  }

  .welcome-page1 {
    padding: 41px !important
  }

  .hub1 {
    height: 306px !important;
  }

  .content p {
    height: 84px !important;
  }

  .height334 {
    height: auto !important;
  }

  .height300 {
    height: auto !important;
  }

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

  .tc .form-group {
    margin-bottom: 8px !important;
  }

  .welcome .arrow_img {
    margin-left: -110px;
    margin-right: -116px;
  }

  .welcome .start p {
    padding: 0 31px !important;
  }

  .arrow_img img {
    width: 46px !important;
    height: 54px !important;
  }

  .labl>input+div {
    line-height: 19px !important;
    font-weight: 100;
    font-size: 13px !important;
  }

  .treasure1 p {
    color: #fff !important;
  }

  .ncode-table td {
    padding: 12px 9px !important;
  }



  .steps p {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .steps h4 {
    line-height: 23px !important;
    font-size: 18px !important;
  }

  .plr--100 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .font-size-19 {
    font-size: 17px !important;
  }

  .plr-30 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .q-text {
    width: 86% !important;
  }

  .start h6 {
    font-size: 12px !important;
  }

  .aduiobutton {
    width: 17% !important;
  }

  .audioclass {
    padding-right: 3px !important;

  }


  .modal-header .btn-close {
    margin: 1.5rem 0.5rem 0 auto;
  }

  .bg_image--3,
  .define--3 {
    min-height: 823px;
  }

  .arrow_img2 img {
    width: 48px !important;
    height: 31px !important;
    /* padding-left: 10px; */
    margin-left: -43px !important;
  }

  .arrow_img2 {
    margin-left: -30px !important;
    margin-right: -82px !important;
    z-index: 999 !important;
  }

  .font-size-22 {
    font-size: 12px !important;
    line-height: 14px !important;
  }

  .end {
    justify-content: start !important;
  }

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


  .font-size-31 {
    font-size: 16px !important;
  }



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




  #progressbar li p {
    top: -42px !important;
  }

  .menuNavCircular .unsel label {
    line-height: 5;
  }



  .login-border {
    border: none;
  }






  .owl-prev {
    left: -9px;
  }

  .owl-next {
    right: -9px;
  }

}




/* @media (min-width:1363px) {
  .select2-results__option {
    padding: 6px 20px !important;
  }

  .mainmenu-nav .mainmenu>li>a {
    font-size: 12px !important;
    height: 49px;
    line-height: 60px;
    padding: 0 23px;
  }

  .envolope {
    width: 25px;
    height: 16px;
  }

  .bell {
    width: 17px;
    height: 17px;
  }

  .nav-link>.fa>.badge {
    font-size: 8px !important;
    right: 0px !important;
    top: 18px !important;
    padding: 3px 5px;
  }
} */

@media (min-width:1200px) {


  .content p {
    font-size: 11px !important;
  }

  .wheel {
    /* width: 85% !important; */
    border-radius: 50% !important;
  }


}


@media only screen and (min-width: 992px) {
  .modal-lg {
    max-width: 919px;
  }
}

@media only screen and (max-width: 767px) {
  .row--25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .container {
    padding-right: 0;
    padding-left: 0;
  }

}


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

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

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

.rn-section-gap {
  padding: 120px 0 !important;
}



@media only screen and (max-width: 767px) {
  .rn-section-gap {
    padding: 60px 0 !important;
  }
}

.rn-section-gapBottom {
  padding-bottom: 120px !important;
}



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



@media only screen and (max-width: 767px) {

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

.rn-section-gapTop {
  padding-top: 120px !important;
}



@media only screen and (max-width: 767px) {
  .rn-section-gapTop {
    padding-top: 60px !important;
  }
}



@media only screen and (max-width: 767px) {
  .ptb--120 {
    padding: 60px 0 !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;
  }
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.plr10 {
  padding-right: 10px;
  padding-left: 10px;
}

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

.border-radius-5 {
  border-radius: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ptb--7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.ptb--10 {
  padding-top: 15px;
  padding-bottom: 15px;
}

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

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

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

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

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

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

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

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

.ml--10 {
  margin-left: 10px;
}
.ddownPtb12 .ptb--15{
  padding-top: 14px;
  padding-bottom: 15px;
}
.ptb--15 {
  padding-top: 18px;
  padding-bottom: 18px;
}

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

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

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

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

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

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

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

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

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

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

.plr--20 {
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

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

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

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

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

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

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

.plr--25 {
  padding-left: 25px;
  padding-right: 25px;
}

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

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

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

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

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

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

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

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

.ptb--30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.plr--30 {
  padding-left: 30px;
  padding-right: 30px;
}

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

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

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

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

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

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

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

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

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

.plr--35 {
  padding-left: 35px;
  padding-right: 35px;
}

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

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

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

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

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

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

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

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

.ptb--40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.plr--40 {
  padding-left: 40px;
  padding-right: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ptb--50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.plr--50 {
  padding-left: 50px;
  padding-right: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ptb--70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.plr--70 {
  padding-left: 70px;
  padding-right: 70px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plr--85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plr--100 {
  padding-left: 100px;
  padding-right: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plr--110 {
  padding-left: 110px;
  padding-right: 110px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mtb--50 {
  margin-top: 50px;
  margin-bottom: 50px;
}





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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 (max-width: 767px) {
  .ptb_sm--250 {
    padding: 250px 0;
  }

  .ptb_sm--0 {
    padding: 0;
  }

  .pl_sm--0 {
    padding-left: 0;
  }

  .pr_sm--0 {
    padding-right: 0;
  }

  .pt_sm--0 {
    padding-top: 0;
  }

  .pb_sm--0 {
    padding-bottom: 0;
  }

  .mr_sm--0 {
    margin-right: 0;
  }

  .ml_sm--0 {
    margin-left: 0;
  }

  .mt_sm--0 {
    margin-top: 0;
  }

  .mb_sm--0 {
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl_sm--0 {
    padding-left: 0;
  }

  .pr_sm--0 {
    padding-right: 0;
  }

  .pt_sm--0 {
    padding-top: 0;
  }

  .pb_sm--0 {
    padding-bottom: 0;
  }

  .mr_sm--0 {
    margin-right: 0;
  }

  .ml_sm--0 {
    margin-left: 0;
  }

  .mt_sm--0 {
    margin-top: 0;
  }

  .mb_sm--0 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .ptb_mobile--5 {
    padding: 5px 0;
  }

  .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 {
  padding-left: 5px;
  padding-right: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-gutter-70 .slick-slide {
  padding-left: 70px;
  padding-right: 70px !important;
}

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

.slick-gutter-75 .slick-slide {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

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

.slick-gutter-80 .slick-slide {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

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

.slick-gutter-85 .slick-slide {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

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

.slick-gutter-90 .slick-slide {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

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

.slick-gutter-95 .slick-slide {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

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

.slick-gutter-100 .slick-slide {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

/*======================== 
    Common Style Css
==========================*/
/* Theme Gradient */
.theme-gradient,
.counter-style-1 .count-number {
  background: linear-gradient(95deg, var(--color-primary) 15%, var(--color-tertiary) 45%, var(--color-pink) 75%, var(--color-secondary) 100%) 98%/200% 100%;
  text-transform: capitalize;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

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

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

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

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

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

.h6 {
  font-size: var(--h6) !important;
}

/* Text Color  */
.bg-primary-color {
  background: var(--color-primary);
}

.bg-secondary-color {
  background: var(--color-secondary);
}

.bg-tertiary-color {
  background-color: var(--color-tertiary);
}

.bg-color-primary {
  background-color: var(--color-primary) !important;
}

.bg-color-primary-light {
  background-color: var(--color-primary-light) !important;
}

.bg-color-primary-alt {
  background-color: var(--color-primary-alt) !important;
}

.bg-color-secondary {
  background-color: var(--color-secondary) !important;
}

.bg-color-tertiary {
  background-color: var(--color-tertiary) !important;
}

.bg-color-tertiary-alt {
  background-color: var(--color-tertiary-alt) !important;
}

.bg-color-light-green {
  background-color: var(--color-light-green) !important;
}

.bg-color-pink {
  background-color: var(--color-pink) !important;
}

.bg-color-primary-darker {
  background-color: var(--color-primary-darker) !important;
}

.bg-color-secondary-darker {
  background-color: var(--color-secondary-darker) !important;
}

.bg-color-light-green-darker {
  background-color: var(--color-light-green-darker) !important;
}

.bg-color-pink-darker {
  background-color: var(--color-pink-darker) !important;
}

.bg-color-heading {
  background-color: var(--color-heading) !important;
}

.bg-color-body {
  background-color: var(--color-body) !important;
}

.bg-color-dark {
  background-color: var(--color-dark) !important;
}

.bg-color-darker {
  background-color: var(--color-darker) !important;
}

.bg-color-darkest {
  background-color: var(--color-darkest) !important;
}

.bg-color-black {
  background-color: var(--color-black) !important;
}

.bg-color-blacker {
  background-color: var(--color-blacker) !important;
}

.bg-color-blackest {
  background-color: var(--color-blackest) !important;
}

.bg-color-border {
  background-color: var(--color-border) !important;
}

.bg-color-gray {
  background-color: var(--color-gray) !important;
}

.bg-color-midgray {
  background-color: var(--color-midgray) !important;
}

.bg-color-light {
  background-color: var(--color-light) !important;
}

.bg-color-lighter {
  background-color: var(--color-lighter) !important;
}

.bg-color-lightest {
  background-color: var(--color-lightest) !important;
}

.bg-color-white {
  background-color: var(--color-white) !important;
}

/* Radius */
/* Font Weight */
/* Shadows */
/* Others  */
.liststyle {
  padding: 0;
  margin: 0;
  list-style: none;
}

.transition-transform {
  transition: var(--transition-transform);
}

.list-icon {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-icon li {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

@media only screen and (max-width: 767px) {
  .list-icon li {
    font-size: 16px
  }
}

.shareicon .fa {
  color: #2d9db6;
}

.shareicon {
  margin: 0 6px;
  align-self: center;
  display: flex;
}

.list-icon li .icon {
  width: 30px;
  background-color: var(--color-blackest);
  height: 30px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  margin-right: 9px;
  min-width: 30px;
  min-height: 30px;
}

.list-icon li .icon.background-transparent {
  background-color: transparent;
}

.list-icon li .icon i {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rn-sub-badge {
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 12px;
  display: inline-block;
  padding: 7px 14px;
  background-color: var(--color-blackest);
  box-shadow: var(--shadow-lighter);
}

/* ========= 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;
} */
.form-select {
  background-image: url('https://img.icons8.com/sf-regular/48/ffffff/expand-arrow.png') !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 15px !important;
}

/* input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
  font-size: 14px;
  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: 13px;
  line-height: 25px;
  color: var(--body-color);
  font-weight: 400;
  padding-left: 37px;
  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, 15277, 165, 0.2);
  border-radius: 2px;
  transition: all 0.3s;
} */

.ncode input[type=checkbox]~label::before,
.ncode input[type=radio]~label::before {
  top: 4px;
  left: -2px;
  width: 18px;
  height: 17px;
}

.ncode input[type=checkbox]:checked~label::before,
.ncode input[type=radio]:checked~label::before {
  background: linear-gradient(180deg, #06d333bf 0%, #0c7703ad 100%);
  border: none;
}

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%;
} */
.dropify-wrapper {
  height: 158px;
}

.form-group {
  margin-bottom: 20px;
  display: inline-block;
}

.form-group input {
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  height: 34px;
  font-size: 14px;
  padding: 0 15px;
}

.form-group input:focus {
  border-color: var(--color-primary);
}

.form-group textarea {
  min-height: 193px;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  resize: none;
  padding: 15px;
  font-size: 16px;
}

.form-group textarea:focus {
  border-color: var(--color-primary);
}

input[type=submit] {
  width: auto;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 15px 20px;
  border-radius: 6px;
  display: block;
  font-weight: 500;
  transition: 0.3s;
  border: var(--border-width) solid var(--color-primary);
  background: var(--color-primary);
  color: #ffffff;
  height: 60px;
  margin-top: 30px;
}

input[type=submit]:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.contact-form--1 form input::-webkit-input-placeholder,
.contact-form--1 form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-body) !important;
}

.contact-form--1 form input::-moz-placeholder,
.contact-form--1 form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-body) !important;
}

.contact-form--1 form input:-ms-input-placeholder,
.contact-form--1 form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-body) !important;
}

.contact-form--1 form input:-moz-placeholder,
.contact-form--1 form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-body) !important;
}

/**
 * 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;
}

.cd-intro {
  margin: 4em auto;
}



@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }





}

@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}



@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 48px;
  }
}


@media only screen and (max-width: 479px) {
  .cd-headline {
    font-size: 26px;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: middle;
}

.cd-headline.clip .cd-words-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 80%;
  background-color: var(--color-secondary);
  transform: translateY(-50%);
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/**************************************
    Theme Styles
***************************************/
/* Theme Bg Color  */
.rn-gradient-circle {
  position: fixed;
  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.25;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.rn-gradient-circle.theme-pink {
  left: auto;
  top: -250px;
  right: -250px;
  bottom: auto;
  background-image: linear-gradient(45deg, var(--color-secondary), var(--color-tertiary));
}

.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;
}

/**************************************
    Header Styles
***************************************/
/*--------------------------
    Header Styles  
 --------------------------*/
.logo-dark {
  display: none;
}

/* .logo {

  padding: 11px 0;

} */

.header-default {
  max-width: 100%;
  border-bottom: 1px solid var(--color-border);
  background-color: #1D3557;
  color: #fff;
  font-size: 12px;
  z-index: 99;
  position: fixed;
  scroll-behavior: smooth;
  top: 0;
  left: 0;
  background-color: #1d3557 !important;
  /* height: 111px; */
  /* animation: headerSticky 0.95s ease forwards; */
  z-index: 9;
  scroll-behavior: smooth;
  margin-left: 0px;
  width: 100%;
  /* display: flex; */
  box-shadow: 0px 2px 5px rgb(42 160 184 / 15%);
  padding: 1% 0;
}


.header-default .logo a {
  display: flex;
  height: 109px;
  line-height: 109px;
  align-items: center;
}

.header-default .logo a img {
  max-height: 88px;
  /* width: 92px; */
}

.header-default .header-right {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
}

.header-default.header-relative {
  position: relative;
}

.info li a:after {
  content: "\203A";
  position: absolute;
  font-family: "feather" !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
  font-size: 26px;
  padding-right: 6px;
}


.Guide img:hover {
  content: url('../images/guidehover.png');
}

.Reels img:hover {
  content: url('../images/reelshover.png');
}

.info {
  background: #1a2b42 !important;
  width: 281px;
  font-size: 14px;
  border-radius: 9px;
  border: 0.5px solid #a8dadc91;
  box-shadow: 0px 2px 15px rgba(168, 218, 220, 0.25);
}

.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: 768px) {

  /* .header-default .logo a{
    display:block  !important;
  } */
  .clicktest span {
    padding-left: 0px !important
  }

  .owl-item .active {
    margin: 0px !important;
  }

  .plrr--20 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .clicktest {
    padding-right: 17px;
  }


  .card {
    padding: 5px !important;
  }

  .cd-headline {
    font-size: 40px;
  }

  .select_state ul {
    padding: 0 !important;
  }

  .select_state ul li {
    padding: 0 !important;
  }

  .right-items {
    justify-items: center !important;
    display: grid !important;
    margin-right: 0 !important;
  }

  .border-right {
    border-right: none !important;
  }

  .inner_btn .col {
    flex: auto !important;
  }



  .terms {
    padding-top: 0px !important;
  }

  .welcome .col {
    flex: auto !important;
  }







  .table-nowrap td,
  .table-nowrap th {
    white-space: nowrap;
  }

  .table-editable {
    white-space: nowrap
  }

  .table-content input {
    width: initial !important;
  }

  .plr--60 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .range-wrap {
    width: 100% !important;

  }







  .image-2 img {
    width: 182px;
  }

  .ptblr-30 {
    padding: 5px;
  }

  .w-40,
  .w-60 {
    width: 100% !important;
  }





  .events-btn {
    display: -webkit-inline-box !important;
  }





  .stficon .w-50 {
    /* text-align: right; */
    width: 100% !important;
  }

  .responsive-j-center {
    justify-content: center;
  }

  .auto-width {
    width: auto !important;
  }

  .responsive-center {
    text-align: center !important;
  }

  .lets-upload span {
    top: 35px;
  }

  .video-link {
    display: inline !important;
  }



  .program-btn-t {
    font-size: 13px !important;
  }

  .height-450 {
    height: auto !important;
  }

  .jc {
    justify-content: center !important;
  }

  .w-50 {
    width: auto !important;
  }



  .program-btn2 {
    font-size: 13px !important;
  }

  .steps {
    height: 298px;
  }

  .plr-50 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .logo {
    padding: 0px;
  }



  .plr--50 {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }

  /* .dropdown-toggle {
    font-size: 0px !important;
  } */

  .my-btn select {
    margin-left: 12px !important;
  }

  .my-select {
    padding: 0 0 0 14px;
    border-left: none;
    margin-left: 0px;
  }

  .header-default .header-right {
    justify-content: flex-end;
  }

  .social-default.icon-naked li a {
    width: 42px !important;
    height: 38px !important;
  }

  .my-btn select {
    font-size: 12px !important;
  }

  .program-btn {
    float: left;
    width: 100%;
    font-size: 12px !important;
    padding: 9px 3px !important;
    margin: 5px
  }

  .button-group a,
  .button-group button {
    margin: 5px 0px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cssload-loading {
    /* height: 1024px; */
    align-items: center;
    /* display: flex; */
    text-align: center;
  }

  h1,
  .h1 {
    font-size: 38px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .row--20>[class*=col],
  .row--20>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .row--25>[class*=col],
  .row--25>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .row--30>[class*=col],
  .row--30>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .row--45>[class*=col],
  .row--45>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .row--40>[class*=col],
  .row--40>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .row--60>[class*=col],
  .row--60>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  #scrollUp {
    right: 20px;
    bottom: 40px;
  }

  .rn-section-gap {
    padding: 80px 0 !important;
  }

  .rn-section-gapBottom {
    padding-bottom: 80px !important;
  }

  .pb--165,
  .pb--85 {
    padding-bottom: 80px !important;
  }

  .rn-section-gapTop {
    padding-top: 80px !important;
  }

  .ptb--120 {
    padding: 80px 0 !important;
  }

  .pb--165,
  .pb--120,
  .pb--85,
  .pb--165 {
    padding-bottom: 80px !important;
  }

  .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;
  }

  .header-default .header-right .header-btn {
    margin-left: 0;
  }

  .header-transparent-with-topbar {
    position: relative;
  }

  .header-transparent-with-topbar .header-top-bar {
    background-color: var(--color-darker);
  }

  .header-transparent-with-topbar .header-default {
    background-color: var(--color-darker);
  }

  .mainmenu-nav .mainmenu>li>a {
    padding: 0 12px;
  }

  .header-top-bar .header-left {
    text-align: center;
  }

  .header-top-bar .header-right {
    justify-content: center;
    margin-top: 6px;
  }

  .header-transparent-with-topbar {
    position: relative;
  }

  .header-transparent-with-topbar .header-top-bar {
    background-color: var(--color-darker);
  }

  .header-transparent-with-topbar .header-default {
    background-color: var(--color-darker);
  }

  .breadcrumb-inner .title br {
    display: none;
  }

  .service.service__style--1 {
    padding: 30px 25px;
  }

  .service.service__style--1 .icon {
    margin-bottom: 11px;
  }

  .service.service__style--1 .content .title {
    margin-bottom: 8px;
  }

  .service.service__style--1.text-left,
  .service.service__style--1.text-start {
    padding: 40px 30px;
  }

  .service.service__style--1.icon-circle-style {
    padding: 0px 10px;
  }

  .service.service__style--1.with-working-process .line {
    display: none;
  }

  .service.service__style--2 {
    padding: 10px 25px;
  }

  .grid-metro3 .portfolio-3 {
    width: 50%;
  }

  .grid-metro3 .resizer {
    width: 50%;
  }

  .testimonial-style-two .content .description {
    font-size: 24px;
  }

  .rn-slick-arrow button.slick-arrow {
    display: none !important;
  }

  .single-timeline {
    padding-left: 50px;
  }

  .single-timeline .single-content .inner .content .date-of-timeline {
    margin-bottom: 14px;
  }

  .single-timeline .single-content .inner {
    padding: 30px;
  }

  .single-timeline .single-content .inner .content .description {
    margin-top: 20px;
  }

  .rn-timeline-single .description {
    padding: 0 10px;
  }

  .clltoaction-style-default.style-3 .call-to-btn {
    margin-top: 20px;
  }

  .clltoaction-style-default.style-4 .call-to-btn {
    margin-top: 20px;
  }

  .clltoaction-style-default.style-5 .content-wrapper {
    padding: 40px 20px;
  }

  .clltoaction-style-default.style-5 .content .title {
    font-size: 34px;
  }

  .clltoaction-style-default.style-6 .call-to-btn {
    margin-top: 20px;
  }

  .rn-call-to-action.style-8 .call-to-btn {
    margin-top: 20px;
  }

  .rn-default-tab .tab-button .tabs__tab .nav-link {
    /* padding: 24px 24px; */
  }

  .rn-pricing.style-4 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .rn-pricing.active .pricing-table-inner::before {
    transform: scaleY(1);
  }

  .rn-splite-style .split-inner {
    padding: 40px 30px;
  }

  .video-gallery-content {
    padding-bottom: 40px;
    padding-top: 150px;
  }

  .rn-address {
    padding: 30px 20px;
  }

  .rn-address .inner p {
    font-size: 16px;
  }

  .rn-address .inner p br {
    display: none;
  }

  .brand-style-2 li {
    flex-basis: 25%;
  }

  .advance-tab-button-1 .tab-button-list .tab-button::after {
    display: none;
  }

  .about-style-5 .about-wrapper {
    margin-top: 80px;
    padding: 15px 15px 30px 15px;
  }

  .about-style-6 .wrapper {
    padding: 20px;
  }

  .rn-newsletter-default .rn-newsletter {
    justify-content: flex-start;
  }

  .rn-newsletter-default .rn-newsletter .form-group input {
    min-width: 400px;
  }

  .alignwide {
    margin-left: 0;
    margin-right: 0;
  }

  .post-page-banner .rn-meta-list li {
    font-size: 16px;
    margin-top: 8px;
  }

  .footer-style-default .footer-top .rn-footer-widget .text-big {
    font-size: 20px;
    padding-right: 0;
  }

  .height-850 {
    height: auto;
    padding: 150px 0;
  }

  .height-750 {
    height: auto;
    padding: 150px 0;
  }

  .height-950 {
    height: auto;
    padding: 150px 0;
  }



  .display-two {
    font-size: 65px;
  }

  .slider-style-1 .inner .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .slider-style-1 .inner .description {
    padding: 0 1%;
    font-size: 20px;
    margin-bottom: 30px;
  }

  .slider-style-1 .inner .header-caption span {
    font-size: 65px;
  }

  .slider-style-2 {
    padding-top: 150px;
  }

  .slider-style-2.variation-2 {
    padding-top: 170px;
  }

  .slider-style-2.variation-2 .inner .title {
    font-size: 54px;
  }

  .slider-style-2.variation-3 {
    padding-top: 180px;
  }

  .slider-style-2.variation-3 .inner .title {
    font-size: 60px;
  }

  .slider-style-3 {
    padding: 100px 0;
  }

  .slider-style-3 .inner .title {
    font-size: 80px;
  }

  .slider-style-3 .inner .description {
    font-size: 20px;
    line-height: 38px;
  }

  .slider-style-4 .inner .title {
    font-size: 100px;
  }

  .slider-style-6 {
    overflow: hidden;
    padding: 100px 0;
    padding-top: 170px;
  }

  .slider-style-6.shape-right .shape-image {
    display: none;
  }

  .slider-style-6.shape-left .shape-image {
    display: none;
  }

  .slider-style-6.inheader-not-transparent {
    padding-top: 100px;
  }

  .slider-style-6 .inner .title {
    font-size: 60px;
  }

  .slider-style-6 .inner .description {
    font-size: 20px;
    line-height: 38px;
  }

  .slider-perosonal-portfolio.height-750 {
    padding-top: 180px;
  }

  .slider-perosonal-portfolio .inner {
    margin-top: 0;
  }

  .slider-perosonal-portfolio .inner .title {
    font-size: 58px;
  }

  .slider-style-7 .inner .title {
    font-size: 50px;
  }

  .slider-style-8 .inner .title {
    font-size: 60px;
  }

  .slider-style-8 .inner .description br {
    display: none;
  }

  .rwt-portfolio-details .alignwide {
    margin-left: 0;
    margin-right: 0;
  }

}



.AccessImage {
  height: 326px;
}

@media only screen and (max-width: 767px) {
  .get-started h4 {
    font-size: 16px;
  }

  .get-started p {
    font-size: 14px;
  }

  .header-default a.btn-default,
  .header-default button.btn-default {
    height: 36px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {

  .header-default a.btn-default.btn-small,
  .header-default button.btn-default.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 (max-width: 767px) {
  .header-transparent-with-topbar {
    position: relative;
  }
}

.header-transparent-with-topbar .header-top-bar {
  background-color: transparent;
}


@media only screen and (max-width: 767px) {
  .header-transparent-with-topbar .header-top-bar {
    background-color: var(--color-darker);
  }

  .pt--20 {
    padding-top: 0px !important;
  }

  .description {
    padding-bottom: 0px !important;
  }
}

.header-transparent-with-topbar .header-default {
  background-color: transparent;
  background-image: none;
}



@media only screen and (max-width: 767px) {
  .header-transparent-with-topbar .header-default {
    background-color: var(--color-darker);
  }
}

.hamberger-button {
  background: #0f2038;
  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%;
}

.header-left-align .mainmenu-nav {
  margin-left: 30px;
}


.rn-header.sticky {
  z-index: 999;
  position: fixed;
  top: 0px;
  margin-left: 0px;
  width: 100%;
  left: 0px;
}

@keyframes headerSticky {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

/*--------------------------
    Navigation Styles 
----------------------------*/
.mainmenu-nav .mainmenu {
  display: flex;
  margin: 0;
  padding: 0;
  padding-right: 30px;
}

.mainmenu-nav .mainmenu>li>a {
  color: #e3e1e1;
  /* font-size: 13px; */
  font-weight: 600;
  padding: 0 16px;
  display: block;
  height: 60px;
  line-height: 60px;
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu-nav .mainmenu>li>a {
    padding: 0 10px;
  }
}




.mainmenu-nav .mainmenu>li>a.active {
  color: #A8DADC !important;
  border-bottom: 2px solid #A8DADC;
}

.mainmenu-nav .mainmenu>li.current>a {
  color: #1D3557 !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-blackest);
  box-shadow: var(--shadow-lighter);
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li a {
  font-weight: 500;
  padding: 5px 20px;
  font-size: 14px;
  display: block;
  color: var(--color-body);
  margin: 0 10px;
  border-radius: 3px;
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li a:hover {
  color: var(--color-primary) !important;
  background: var(--color-darker);
}

.mainmenu-nav .mainmenu li.has-droupdown .submenu li a.active {
  color: var(--color-primary) !important;
  background: var(--color-darker);
}

.mainmenu-nav .mainmenu li.has-droupdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.mainmenu-nav .mainmenu li.with-megamenu {
  position: static;
}

.mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu {
  position: absolute;
  transition: 0.3s;
  top: 90%;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0 7px;
  visibility: hidden;
  opacity: 0;
}

.mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper {
  border-radius: 0 0 10px 10px;
  background-color: var(--color-blackest);
  box-shadow: var(--shadow-lighter);
}

.mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item {
  padding: 22px 10px;
  border-right: 1px solid var(--color-extra04);
  height: 100%;
}

.mainmenu-nav .mainmenu li.with-megamenu .rn-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 .rn-megamenu .wrapper .mega-menu-item li a .rn-badge-card {
  margin-left: 10px;
}

.mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a:hover,
.mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a.active {
  color: var(--color-primary) !important;
  background: var(--color-darker);
}

.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 .rn-megamenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

/*--------------------------
    Header Top Styles  
-----------------------------*/
.header-top-news {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 99;
  transition: 0.4s;
  margin-bottom: -1px;
}

.header-top-news.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 {
  display: flex;
  justify-content: center;
  padding: 8px 0;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .header-top-news .inner {
    display: block;
    text-align: center;
    padding: 15px 0;
  }
}

.header-top-news .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 {
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
}

.header-top-news .inner .right-button {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .header-top-news .inner .right-button {
    margin-left: 0;
  }
}

.header-top-news .icon-close {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .header-top-news .icon-close {
    right: 10px;
    top: 9px;
    transform: none;
  }
}

.header-top-news .close-button {
  background: transparent;
  color: #fff;
  border: 2px solid var(--color-border);
  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 {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.header-top-news.deactive {
  display: none;
}

/*----------------------------
    Header Top Bar  
----------------------------*/
.header-top-bar {
  padding: 10px 0;
  border-bottom: 1px solid var(--color-border);
  background-color: var(--color-darker);
}



@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 (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;
}

.tc .form-group label {
  font-size: 13px;
}

@media only screen and (max-width: 500px) {
  .ptb--50 {
    padding: 27px 0 !important;
  }

  .tc .terms h4 {
    font-size: 23px !important;
    font-weight: 700;
  }



  .tc .terms p {
    font-size: 13px;
    font-weight: 600;
  }

  .rmargin {
    margin: 0px !important;
  }



  .desc {
    padding: 0 28px !important;
  }

  .first {
    padding: 19px 24px !important;
  }

  .old-ctf-certificate {
    display: none;
  }


}

@media only screen and (max-width: 575px) {
  .header-top-bar .header-right .address-content p {
    padding: 0 8px;
  }

  .ptb--50 {
    padding: 27px 0 !important;
  }
}

.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 li {
  margin: 1px;
}

.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;
  }
}

.header-transparent-with-topbar {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  z-index: 99;
}



@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 (max-width: 767px) {
  .header-transparent-with-topbar .header-top-bar {
    background-color: var(--color-darker);
  }
}

.header-transparent-with-topbar .header-default {
  background-color: transparent;
  background-image: none;
}



@media only screen and (max-width: 767px) {
  .header-transparent-with-topbar .header-default {
    background-color: var(--color-darker);
  }
}

/*------------------------------
    Popup Menu Styles  
--------------------------------*/
.popup-mobile-menu {
  z-index: 9999;
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.popup-mobile-menu .inner {
  width: 320px;
  z-index: 999;
  position: absolute;
  background-color: var(--color-blackest);
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 0;
  right: -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: 91px;
}

.popup-mobile-menu .inner .header-top .close-menu .close-button {
  background: var(--color-darker);
  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;
  right: 0;
  overflow-y: auto;
}

.popup-mobile-menu .mainmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 15px 20px;
  text-align: left;
}

.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);
}

.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-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 .rn-megamenu {
  padding: 0;
  max-width: 100%;
  list-style: none;
  padding-left: 14px;
  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 
======================*/
.breadcarumb-style-1 {
  border-bottom: 1px solid var(--color-border);
}

/* .breadcrumb-inner {
  text-align: center;
} */



@media only screen and (max-width: 767px) {
  .breadcrumb-inner .title br {
    display: none;
  }
}

/* .breadcrumb-inner ul.page-list {
  margin-top: 16px;
} */

.breadcrumb-inner ul.page-list li {
  display: inline-block;
  color: var(--color-body);
  /* padding: 0 12px; */
  /* position: relative; */
  margin: 0;
}

/* .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;
  padding-right: 5px;
}

.breadcrumb-inner ul.page-list li a:hover {
  color: var(--color-primary);
}

.breadcrumb-inner ul.page-list li.rn-breadcrumb-item.active {
  color: var(--color-body);
  opacity: 0.6;
}

.breadcrumb-inner ul.page-list li.rn-breadcrumb-item.active::after {
  display: none;
}

.section-title .subtitle {
  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);
}

.section-title .subtitle.radius-rounded {
  border-radius: 100px;
}

@media only screen and (max-width: 767px) {
  .section-title .description br {
    display: none;
  }
}

.section-title p:empty {
  display: none;
}

.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;
}

/* Button Styles  */
.button-group {
  margin: -10px;
}

.button-group a,
.button-group button {
  margin: 10px;
}

a.btn-default,
button.btn-default,
div.btn-default {
  padding: 0 28px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 8px;
  /* background-color: transparent; */
  background: url('../images/play.png') no-repeat center;
  transition-duration: 300ms;
  /* color: var(--color-white); */
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-shadow: var(--shadow-light);
  display: inline-block;
  height: 50px;
  line-height: 47px;
  letter-spacing: 0.5px;
  width: auto;
  transition: 0.4s;
}

a.btn-default.btn-icon .icon,
button.btn-default.btn-icon .icon,
div.btn-default.btn-icon .icon {
  position: relative;
  top: 2px;
  padding-left: 4px;
}

a.btn-default.btn-icon .icon i,
button.btn-default.btn-icon .icon i,
div.btn-default.btn-icon .icon i {
  width: 20px;
  height: 20px;
}

a.btn-default:hover,
button.btn-default:hover,
div.btn-default:hover {
  box-shadow: var(--shadow-primary);
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
  color: var(--color-white);
  text-decoration: none;
}

a.btn-default.btn-small,
button.btn-default.btn-small,
div.btn-default.btn-small {
  height: 40px;
  line-height: 36px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
}

a.btn-default.btn-medium,
button.btn-default.btn-medium,
div.btn-default.btn-medium {
  height: 65px;
  line-height: 61px;
  padding: 0 40px;
}

a.btn-default.btn-large,
button.btn-default.btn-large,
div.btn-default.btn-large {
  height: 60px;
  line-height: 56px;
  padding: 0 37px;
  font-size: 17px;
}

@media only screen and (max-width: 767px) {

  a.btn-default.btn-large,
  button.btn-default.btn-large,
  div.btn-default.btn-large {
    padding: 0 25px;
  }
}

a.btn-default.btn-extra-large,
button.btn-default.btn-extra-large,
div.btn-default.btn-extra-large {
  height: 90px;
  line-height: 90px;
  padding: 0 70px;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {

  a.btn-default.btn-extra-large,
  button.btn-default.btn-extra-large,
  div.btn-default.btn-extra-large {
    padding: 0 44px;
  }
}

a.btn-default.btn-border,
button.btn-default.btn-border,
div.btn-default.btn-border {
  background-image: inherit;
  border-color: var(--color-border);
  border-width: 2px;
  border-style: solid;
}

a.btn-default.btn-border:hover,
button.btn-default.btn-border:hover,
div.btn-default.btn-border:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

a.btn-default.text-underline,
button.btn-default.text-underline,
div.btn-default.text-underline {
  background-image: inherit;
  border-color: var(--color-white);
}

a.btn-default.text-underline span,
button.btn-default.text-underline span,
div.btn-default.text-underline span {
  position: relative;
  display: inline-block;
  line-height: 30px;
}

a.btn-default.text-underline:hover,
button.btn-default.text-underline:hover,
div.btn-default.text-underline:hover {
  box-shadow: none;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

a.btn-default.round,
button.btn-default.round,
div.btn-default.round {
  border-radius: 100px;
}

a.btn-default.square,
button.btn-default.square,
div.btn-default.square {
  border-radius: 0;
}

a.btn-default.rounded-player,
button.btn-default.rounded-player,
div.btn-default.rounded-player {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 0;
  line-height: 100px;
  font-size: 30px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {

  a.btn-default.rounded-player,
  button.btn-default.rounded-player,
  div.btn-default.rounded-player {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

a.btn-default.rounded-player span i,
button.btn-default.rounded-player span i,
div.btn-default.rounded-player span i {
  position: relative;
  top: 1px;
  left: 2px;
}

a.btn-default.rounded-player.border,
button.btn-default.rounded-player.border,
div.btn-default.rounded-player.border {
  background-image: inherit;
  border-color: var(--color-white) !important;
  border-width: 2px !important;
}

a.btn-default.rounded-player.border:hover,
button.btn-default.rounded-player.border:hover,
div.btn-default.rounded-player.border:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary) !important;
}

a.btn-default.rounded-player.sm-size,
button.btn-default.rounded-player.sm-size,
div.btn-default.rounded-player.sm-size {
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.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: 3px;
}

.btn-read-more span::before {
  position: absolute;
  content: "";
  left: auto;
  bottom: 2px;
  background: var(--color-primary);
  width: 0;
  height: 2px;
  transition: 0.3s;
  right: 0;
}

.btn-read-more:hover span {
  color: var(--color-primary);
}

.btn-read-more:hover span::before {
  width: 100%;
  left: 0;
  right: auto;
}

.rn-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;
}

.rn-badge-card {
  background-color: transparent;
  background: transparent;
  padding: 1px 10px;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 2;
  letter-spacing: 0.5px;
}

.rn-badge-card::before {
  background: linear-gradient(95deg, var(--color-primary) 15%, var(--color-tertiary) 45%, var(--color-pink) 75%, var(--color-secondary) 100%) 95%/200% 100%;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  border-radius: 100px;
  opacity: 0.5;
}

/*--------------------
    Service Styles  
----------------------*/
.service.service__style--1 {
  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;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .service.service__style--1 {
    padding: 30px 28px;
  }
}


@media only screen and (max-width: 767px) {
  .service.service__style--1 {
    padding: 30px 14px;
  }
}

.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;
}



.service.service__style--1 .icon i {
  stroke-width: 1 !important;
  font-size: 45px;
}

.service.service__style--1 .content .title {
  margin-bottom: 19px;
}



.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:hover {
  transform: translateY(-5px);
}

.service.service__style--1.rbt-border-none {
  border: none;
}

.service.service__style--1.rbt-border {
  border: 1px solid var(--color-border);
}

.service.service__style--1.text-left,
.service.service__style--1.text-start {
  padding: 50px;
}

@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 (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.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 (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 (max-width: 767px) {
  .service.service__style--1.with-working-process .line {
    display: none;
  }
}

.service.service__style--1.with-working-process:hover {
  transform: none;
}

.service.gallery-style {
  padding: 40px 30px;
  background: var(--color-blackest);
  border-radius: 24px;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
  margin-top: 30px;
}

.service.gallery-style .content .image img {
  border-radius: 5px;
}

.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.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 (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-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;
}

/*
    Card Styles  
*/
.card-box.card-style-1 {
  box-shadow: var(--shadow-lighter);
  background-color: var(--color-blackest);
  padding: 20px;
  border-radius: 5px;
  margin-top: 30px;
}

.card-box .inner .image a img {
  border-radius: 5px;
}

.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 .btn-default {
  margin-top: 20px;
}

/* Counter Style One  */
.counter-style-1 .count-number {
  font-size: 90px;
}

@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;
  }
}

.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 {
  text-align: left;
  margin-top: 30px;
}

.counter-style-4 .counter-title {
  margin-top: 8px;
  font-weight: 400;
  font-size: 24px;
}

.counter-style-4 .count-number {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--color-primary);
  display: inline-block;
  position: relative;
}

.counter-style-4 .count-number::after {
  content: "+";
}

.counter-style-4 .count-number span {
  display: inline-block;
}

/*-----------------------
    Progress Bar 
-----------------------*/
.single-progress+.single-progress {
  margin-top: 40px;
}

.single-progress {
  position: relative;
  overflow: hidden;
}

.single-progress .title {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  color: #acacac;
  color: var(--color-body);
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

.progress {
  height: 22px;
  overflow: visible;
  background-color: #D1D1D1;
  border-radius: 10px;
  border: 3px solid #fff;
  box-shadow: 0 4px 8px 0 rgb(249 242 242 / 20%), 0 6px 20px 0 rgb(253 248 248 / 3%);
  margin: 5px 15px;
}

.progress .progress-bar {
  border-radius: 10px;
  width: 0;
  height: 100%;
  background: linear-gradient(180deg, #F9B60D 0%, #B38105 100%);
  transition: width 0.5s ease;
  overflow: visible;
}

.progress .progress-bar.bar-color-2 {
  background: #fb5343;
}

.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 {
  font-style: italic;
  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  
---------------------------*/
.rn-accordion-style .card {
  background: var(--color-lessdark);
  border: 0;
  border-radius: var(--radius) !important;
}

.rn-accordion-style .card .card-header {
  /* background-color: transparent; */
  border-bottom: 0 none;
  box-shadow: none;
  padding: 20px 30px;
  margin-bottom: 0;
  margin-top: 15px;
}

.rn-accordion-style .card .card-header button {
  color: var(--color-heading);
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  outline: none;
  text-decoration: none;
  box-shadow: none;
  width: 100%;
  text-align: left;
  padding: 0;
  background: transparent;
  position: relative;
}

.card-header:first-child {
  border-radius: 12px !important;
}

.rn-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;
}

.rn-accordion-style .card .card-header button.collapsed::before {
  content: "\e9b1";
}

.rn-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(--p-regular);
  color: var(--color-body);
  padding: 30px 20px;
  /* border-top: 1px solid var(--color-border); */
  background: #1d3557;
  box-shadow: 0px 2px 5px rgba(168, 218, 220, 0.25) !important;
  margin-top: -9px;
  border-radius: 0 0 12px 10px;
  border-left: 0.5px solid #A8DADC;
  border-right: 0.5px solid #A8DADC;
}

.rn-accordion-style .card+.card {
  margin-top: 20px;
}

.rn-accordion-style.rn-accordion-02 .card {
  background: transparent;
  border-radius: 0 !important;
}

.rn-accordion-style.rn-accordion-02 .card .card-header {
  border-bottom: 2px solid var(--color-border);
  padding: 0px 20px 10px 0;
}

.rn-accordion-style.rn-accordion-02 .card .card-header .accordion-button::after {
  display: none;
}

.rn-accordion-style.rn-accordion-02 .card .card-body {
  padding: 15px 20px 10px 0;
  border-top: 0;
}

.rn-accordion-style.rn-accordion-03 .card {
  background: transparent;
  border-radius: 0 !important;
}

.rn-accordion-style.rn-accordion-03 .card .card-header {
  border: 2px solid var(--color-border);
  padding: 15px 20px;
  border-radius: var(--radius) !important;
}

.rn-accordion-style.rn-accordion-03 .card .card-body {
  padding: 15px 20px 10px 0;
  border: 0;
}

.rn-accordion-style.rn-accordion-04 .card {
  border: 2px solid var(--color-border);
  background: transparent;
  border-radius: var(--radius) !important;
}

.rn-accordion-style.rn-accordion-04 .card .card-header {
  padding: 15px 20px;
  border-radius: var(--radius) !important;
}

.rn-accordion-style.rn-accordion-04 .card .card-body {
  border-top: 2px solid var(--color-border);
}

.accordion-button::after {
  visibility: hidden;
}

/*-----------------------
    Social Icons 
-------------------------*/
.social-default {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  margin: -5px;
}

.social-defaultt {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: end;
  padding-right: 10px;
}

.social-defaultt li:last-child {
  border: none;
}

.social-defaultt li {
  margin: 5px;

  padding-top: 5px;
}

.social-default li {
  margin: 5px;
}

.social-defaultt li a {
  width: 48px;
  /* background-color: var(--color-lessdark); */
  height: 46px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  /* border-radius: 100%; */
  transition: 0.3s;
  color: #A8DADC;
  z-index: 2;
  position: relative;
}

.social-default li a {
  width: 48px;
  background-color: var(--color-lessdark);
  height: 48px;
  line-height: 45px;
  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: 45px;
  background: transparent;
  border: 1px solid var(--color-border);
}

.social-default.transparent-with-border li a:hover {
  border-color: transparent;
}

.social-default.transparent-with-border li a::after {
  border: 1px solid var(--color-primary);
}

.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: 53px;
  height: 36px;
  line-height: 36px;
}

/* .show-on-hover:hover>ul.dropdown-menu {
  display: block;
} */

.social-default.icon-naked li a::after {
  display: none;
}

.social-default.icon-naked li a:hover {
  color: var(--color-primary) !important;
}

/*----------------------
    Team Style  
-------------------------*/
.rn-box-card,
.team-style-default {
  margin-top: 75px;
}

.rn-box-card .inner,
.team-style-default .inner {
  background: linear-gradient(180deg, var(--color-lessdark) 20%, rgba(19, 19, 19, 0.4));
  -webkit-backdrop-filter: blur(4px) opacity(0.95);
  backdrop-filter: blur(4px) opacity(0.95);
  border-radius: var(--radius-big);
}

.rn-box-card .inner .thumbnail,
.team-style-default .inner .thumbnail {
  max-width: 150px;
  max-height: 150px;
  border-radius: 100%;
  border: 6px solid var(--color-lessdark);
  top: -75px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 150px;
  min-height: 150px;
  overflow: hidden;
}

#weekwise svg {
  height: 215.983px !important;
}

.rn-box-card .inner .thumbnail img,
.team-style-default .inner .thumbnail img {
  border-radius: 100%;
}

.rn-box-card .inner .content,
.team-style-default .inner .content {
  text-align: center;
  padding: 20px;
  padding-top: 85px;
  padding-bottom: 35px;
}

.rn-box-card .inner .content .title,
.team-style-default .inner .content .title {
  font-size: 34px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 6px;
}

.rn-box-card .inner .content .subtitle,
.team-style-default .inner .content .subtitle {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
  display: inline-block;
}

.rn-box-card .inner .content .team-form,
.team-style-default .inner .content .team-form {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  letter-spacing: 0.6px;
  font-style: italic;
}

.rn-box-card .inner .content .team-form img,
.team-style-default .inner .content .team-form img {
  padding-right: 10px;
  max-height: 18px;
}

.rn-box-card .inner .content .description,
.team-style-default .inner .content .description {
  margin-bottom: 0;
  padding: 0 5%;
}

.rn-box-card .inner .social-icon li a,
.team-style-default .inner .social-icon li a {
  color: var(--color-body);
}

.rn-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;
}

.rn-box-card.style-two,
.team-style-default.style-two {
  margin-top: 30px;
}

.rn-box-card.style-two .inner,
.team-style-default.style-two .inner {
  padding-top: 35px;
}

.rn-box-card.style-two .inner .thumbnail,
.team-style-default.style-two .inner .thumbnail {
  top: 0;
  position: static;
  left: inherit;
  transform: none;
  min-width: 150px;
  min-height: 150px;
  margin: 0 auto;
}

.rn-box-card.style-two .inner .content,
.team-style-default.style-two .inner .content {
  padding-top: 10px;
}

/*---------------------
    Team Style Two  
-----------------------*/
.team-style-two .inner .thumbnail img {
  width: 100%;
  border-radius: var(--radius);
}

.team-style-two .inner .content {
  padding-top: 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: 18px;
  line-height: 1.4;
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 0;
  opacity: 0;
  transform: translateX(30px);
  transition: transform 0.45s cubic-bezier(0.16, 0.32, 0.26, 0.92), opacity 0.45s ease-out;
  transition-delay: 0.15s;
}

.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;
}

/*---------------------
    Portfolio Styles  
-----------------------*/
.rwt-portfolio-area {
  position: relative;
  overflow: hidden;
}

.rwt-card {
  overflow: hidden;
}

.rwt-card .inner .thumbnail {
  position: relative;
}

.rwt-card .inner .thumbnail .card-image {
  overflow: hidden;
}

.rwt-card .inner .thumbnail .card-image a {
  display: block;
  overflow: hidden;
}

.rwt-card .inner .thumbnail .card-image img {
  overflow: hidden;
}

.rwt-card .inner .content {
  padding-top: 20px;
}

.rwt-card .inner .content .subtitle {
  text-transform: capitalize;
}

.rwt-card:hover {
  transform: translateY(-4px);
}

.rwt-card:hover .inner .thumbnail .card-image img {
  transform: scale(1.05);
}

/*------------------
    No Overlay  
--------------------*/
.no-overlay .rwt-card .inner .thumbnail .rwt-overlay {
  display: none;
}

/*----------------------
    Box Grid Layout  
------------------------*/
.box-grid-layout .rwt-card {
  border-radius: var(--radius-small);
  background-color: var(--color-blackest);
}

.box-grid-layout .rwt-card .inner .thumbnail .card-image a {
  border-radius: var(--radius-small) var(--radius-small) 0 0;
}

.box-grid-layout .rwt-card .inner .thumbnail .card-image a img {
  border-radius: var(--radius-small) var(--radius-small) 0 0;
}

.box-grid-layout .rwt-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: 10px 20px;
  text-transform: capitalize;
  background: transparent;
  color: var(--color-body);
  margin: 0 5px;
}

@media only screen and (max-width: 767px) {
  .filter-button-default button {
    padding: 10px 10px;
  }
}

.filter-button-default button.is-checked,
.filter-button-default button:hover {
  background-color: var(--color-primary);
  color: var(--color-white) !important;
}

/*--------------------------------
    Portfolio Read More Icon  
---------------------------------*/
.rwt-load-more a.btn-default.btn-icon .icon,
.rwt-load-more button.btn-default.btn-icon .icon {
  top: 0px;
  margin-left: -2px;
}

.rwt-load-more a.btn-default.btn-icon .icon svg,
.rwt-load-more button.btn-default.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 (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 (max-width: 767px) {
  .grid-metro3 .resizer {
    width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .grid-metro3 .resizer {
    width: 100%;
  }
}

/*-------------------------
    Testimonial Styles  
--------------------------*/
.card-style-default.testimonial-style-one .inner .thumbnail {
  overflow: visible;
}

.card-style-default.testimonial-style-one .inner .thumbnail::after {
  position: absolute;
  content: "”";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: var(--color-blackest);
  right: 0;
  top: 0;
  color: #fff;
  z-index: 2;
  text-align: center;
  line-height: 58px;
  font-size: 39px;
}

.card-style-default.testimonial-style-one .inner .content .description {
  margin-bottom: 14px;
}

.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.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;
}

.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: 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: linear-gradient(95deg, var(--color-primary) 15%, var(--color-tertiary) 45%, var(--color-pink) 75%, var(--color-secondary) 100%) 98%/200% 100%;
  border-radius: 100%;
  padding: 10px;
}

.testimonial-style-two .thumbnail img {
  border-radius: 100%;
}

.slick-initialized .slick-slide {
  margin-bottom: 0;
}

.slick-grid-15 {
  margin: 0 -15px;
}

.slick-grid-15 .slide-single-layout {
  padding: 0 15px;
}

/*----------------------
    Slick Dots  
------------------------*/
.rn-slick-dot .slick-dots {
  bottom: -60px;
}

@media only screen and (max-width: 575px) {
  .rn-slick-dot .slick-dots {
    bottom: -50px;
  }
}

.rn-slick-dot .slick-dots li {
  width: 30px;
  margin: 0;
  opacity: 1;
  position: relative;
}

.rn-slick-dot .slick-dots li button::before {
  display: none;
}

.rn-slick-dot .slick-dots li button::after {
  background: var(--color-lessdark);
  width: 100%;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: 11px;
  background-color: transparent;
  box-shadow: inset 0 0 0 5px var(--color-lessdark);
}

.rn-slick-dot .slick-dots li.slick-active {
  opacity: 1;
}

.rn-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;
}

.rn-slick-dot.dot-light .slick-dots li button::after {
  background: #ffffff;
  box-shadow: inset 0 0 0 5px #ffffff;
}

.rn-slick-dot.dot-light .slick-dots li.slick-active {
  opacity: 1;
}

.rn-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  
------------------------*/
.rn-slick-arrow {
  position: relative;
}

.rn-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: 992px) and (max-width: 1199px) {
  .rn-slick-arrow button.slick-arrow {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .rn-slick-arrow button.slick-arrow {
    display: none !important;
  }
}

.rn-slick-arrow button.slick-arrow:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.rn-slick-arrow button.slick-arrow::before {
  line-height: 1;
  opacity: 0.4;
  position: relative;
  top: -2px;
  transition: 0.5s;
  z-index: 2;
}

.rn-slick-arrow button.slick-arrow.prev-arrow {
  left: 15px;
}

@media only screen and (max-width: 767px) {
  .rn-slick-arrow button.slick-arrow.prev-arrow {
    left: 10px;
  }
}

.rn-slick-arrow button.slick-arrow.prev-arrow::before {
  content: url(../images/slick-arrow-left-small.png);
  vertical-align: middle;
}

.rn-slick-arrow button.slick-arrow.prev-arrow:hover {
  left: 10px;
}

.rn-slick-arrow button.slick-arrow.prev-arrow:hover::before {
  opacity: 1;
}

.rn-slick-arrow button.slick-arrow.next-arrow {
  left: auto;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  .rn-slick-arrow button.slick-arrow.next-arrow {
    right: 10px;
  }
}

.rn-slick-arrow button.slick-arrow.next-arrow::before {
  content: url(../images/slick-arrow-right-small.png);
  vertical-align: middle;
}

.rn-slick-arrow button.slick-arrow.next-arrow:hover {
  right: 10px;
}

.rn-slick-arrow button.slick-arrow.next-arrow:hover::before {
  opacity: 1;
}

.rn-slick-arrow button.slick-arrow i {
  display: none;
}

.rn-slick-arrow:hover button.slick-arrow {
  opacity: 1;
}

/* -----------------------
Timeline Area  
--------------------------*/
.timeline-line {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: rgba(196, 196, 196, 0.22);
}

.timeline-line::before,
.timeline-line::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}

.timeline-line::before {
  height: 100%;
  bottom: 0;
  background: linear-gradient(180deg, var(var(--color-blackest)), rgba(19, 19, 19, 0));
}

.timeline-line::after {
  height: 200px;
  top: 0;
  background: linear-gradient(180deg, var(var(--color-blackest)), 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: linear-gradient(180deg, var(--color-primary-light), var(--color-primary));
  box-shadow: 0 0 15px rgba(82, 56, 255, 0.5);
}

.timeline-dot::after {
  border: 5px solid var(var(--color-blackest));
  background: radial-gradient(50% 50% at 50% 50%, var(--color-lessdark) 48.96%, var(--color-lessdark) 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: relative;
  padding-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-timeline {
    padding-left: 54px;
  }
}



@media only screen and (max-width: 767px) {
  .single-timeline {
    padding-left: 30px;
  }
}

.single-timeline .single-content {
  background: linear-gradient(180deg, var(--color-lessdark) 20%, rgba(19, 19, 19, 0.4));
  -webkit-backdrop-filter: blur(4px) opacity(0.95);
  backdrop-filter: blur(4px) opacity(0.95);
  border-radius: var(--radius-big);
}

.single-timeline .single-content .inner {
  padding: 50px;
}



@media only screen and (max-width: 767px) {
  .single-timeline .single-content .inner {
    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 (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;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-timeline .single-content .inner .content .title {
    font-size: 32px;
  }
}

.single-timeline .single-content .inner .content .description {
  margin-top: 30px;
}



@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;
  padding: 20px 50px 50px 50px;
  border-radius: var(--radius-big);
}

.rn-timeline-single {
  margin-top: 30px;
}

.rn-timeline-single .rn-timeline {
  text-align: center;
}

.rn-timeline-single .rn-timeline .progress-line {
  position: relative;
  border-radius: 0px;
  height: 6px;
  box-shadow: none;
  margin: 20px 0;
  width: 100%;
}

.rn-timeline-single .rn-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) {
  .rn-timeline-single .rn-timeline .progress-line .line-inner {
    display: none;
  }
}

.rn-timeline-single .rn-timeline .progress-dot {
  position: relative;
  height: 30px;
  display: block;
  width: 100%;
  margin-top: -39px;
  margin-left: -15px;
}

.rn-timeline-single .rn-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%;
}

.rn-timeline-single .rn-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);
}

.rn-timeline-single:first-child .rn-timeline .progress-line {
  width: 50%;
  left: 50%;
}

.rn-timeline-single:last-child .rn-timeline .progress-line {
  width: 50%;
}

.rn-timeline-single .title {
  margin-bottom: 33px;
  font-size: 20px;
}

.rn-timeline-single .description {
  padding: 0 10%;
  margin-top: 15px;
  margin-bottom: 0;
}



@media only screen and (max-width: 767px) {
  .rn-timeline-single .description {
    padding: 0 10px;
  }
}

.rn-timeline-single.no-gradient .rn-timeline .progress-line .line-inner {
  background-image: inherit;
  background: var(--color-primary);
}

.rn-timeline-single.no-gradient .rn-timeline .progress-dot .dot-level {
  background-image: inherit;
  background: var(--color-primary);
}

.rn-timeline-single.dark-line .rn-timeline .progress-line .line-inner {
  background-image: inherit;
  background: var(--color-lessdark);
}

.rn-timeline-single.dark-line .rn-timeline .progress-dot .dot-level {
  background-image: inherit;
  background: var(--color-lessdark);
}

.rn-timeline-single.dark-line .rn-timeline .progress-dot .dot-level .dot-inner {
  background-color: var(--color-primary);
}

/*--------------------------------
    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);
}

.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 (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 (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-blackest);
  border-radius: var(--radius);
  padding: 70px 50px;
}


@media only screen and (max-width: 767px) {
  .clltoaction-style-default.style-5 .content-wrapper {
    padding: 40px 20px;
  }
}

.clltoaction-style-default.style-5 .content .title {
  font-size: 47px;
  margin-bottom: 20px;
  padding-bottom: 0;
  line-height: 1.4;
}

@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 (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;
}

.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 (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);
}

.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 (max-width: 767px) {
  .clltoaction-style-default.style-7 .call-to-btn {
    margin-top: 20px;
    text-align: left;
  }
}

.rn-call-to-action.style-8 {
  padding: 100px 0;
  background: var(--color-blackest);
}

.rn-call-to-action.style-8 .content-wrapper {
  padding: 40px 0;
  border-bottom: 1px solid var(--color-border);
}

.rn-call-to-action.style-8 .content .subtitle {
  font-size: 20px;
  color: var(--color-body);
  line-height: 1.5;
  margin-bottom: 0;
}

.rn-call-to-action.style-8 .call-to-btn {
  margin-top: 0;
}



@media only screen and (max-width: 767px) {
  .rn-call-to-action.style-8 .call-to-btn {
    margin-top: 20px;
  }
}

.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));
}

.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;
}

/*---------------------
    Tab Styles  
-----------------------*/
.rn-default-tab .tab-button {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  border-bottom: none;
}

.rn-default-tab .tab-button .tabs__tab {
  margin: 5px 12px;
}

.rn-default-tab .tab-button .tabs__tab .nav-link {
  color: var(--color-white);
  /* padding: 24px 44px; */
  margin-bottom: -2px;
  outline: none;
  border: 0 none;
  display: initial;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}



@media only screen and (max-width: 767px) {}

.rn-default-tab .tab-button .tabs__tab .nav-link.active {
  /* background: var(--color-lessdark); */
  border-color: transparent;
}

.rn-default-tab .tab-button .rn-tab-button button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0 none;
  color: var(--color-white);
}

.rn-default-tab .rn-tab-content {
  padding: 40px;
  border-radius: 7px;
  background: #1D3557;
  box-shadow: 0px 2px 9px rgb(42 160 184 / 38%);
  /* margin: 10px 5px; */
  border-radius: 7px;
  border: 0.5px solid #a8dadc7a;
}

@media only screen and (max-width: 767px) {
  .rn-default-tab .rn-tab-content {
    padding: 30px;
  }
}

.rn-default-tab .rn-tab-content p:last-child {
  margin-bottom: 0;
}

.rn-default-tab.style-two .tab-button {
  margin-bottom: 30px;
}

.rn-default-tab.style-two .tab-button .tabs__tab button {
  border-radius: var(--radius-small);
}

.rn-default-tab.style-two .rn-tab-content {
  border-radius: var(--radius-small);
}

.rn-pricing {
  margin-top: 40px;
}

.rn-pricing .pricing-table-inner {
  padding: 40px;
  position: relative;
  z-index: 2;
  border: 2px solid var(--color-border);
  border-radius: 5px;
  transition: all 0.6s cubic-bezier(0.33, 0.84, 0.31, 0.98);
  transform-style: preserve-3d;
}

.rn-pricing .pricing-table-inner::before {
  z-index: -1;
  display: inline-block;
  content: "";
  transition: all 0.6s cubic-bezier(0.33, 0.84, 0.31, 0.98);
  opacity: 0;
  border-radius: 5px;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background-color: var(--color-lessdark);
}

.rn-pricing .pricing-table-inner .pricing-header {
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid var(--color-border);
}

.rn-pricing .pricing-table-inner .pricing-header .title {
  margin-bottom: 20px;
}

.rn-pricing .pricing-table-inner .pricing-header .price-wrapper {
  display: flex;
  justify-content: center;
}

.rn-pricing .pricing-table-inner .pricing-header .pricing span {
  display: block;
}

.rn-pricing .pricing-table-inner .pricing-header .pricing span.currency {
  font-size: 28px;
  position: relative;
  top: -3px;
  left: -2px;
  opacity: 0.3;
}

.rn-pricing .pricing-table-inner .pricing-header .pricing span.price {
  font-size: 77px;
  color: var(--color-white);
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .rn-pricing .pricing-table-inner .pricing-header .pricing span.price {
    font-size: 54px;
  }
}

.rn-pricing .pricing-table-inner .pricing-header .pricing span.subtitle {
  font-size: 14px;
  color: var(--color-body);
}

.rn-pricing .pricing-table-inner .pricing-body {
  text-align: center;
  margin-bottom: 30px;
}

.rn-pricing .pricing-table-inner .pricing-body .list-style--1 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rn-pricing .pricing-table-inner .pricing-footer {
  text-align: center;
}

.rn-pricing.style-2 .pricing-table-inner {
  background-color: var(--color-blackest);
  border-color: transparent !important;
}

.rn-pricing.style-4 {
  margin-left: -1px;
  margin-right: -1px;
}



@media only screen and (max-width: 767px) {
  .rn-pricing.style-4 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.rn-pricing.active .pricing-table-inner {
  border-color: transparent;
}

.rn-pricing.active .pricing-table-inner::before {
  transform: scaleY(1.12);
  opacity: 1;
}


@media only screen and (max-width: 767px) {
  .rn-pricing.active .pricing-table-inner::before {
    transform: scaleY(1);
  }
}

.rn-pricing.active .pricing-table-inner .pricing-header {
  border-bottom: 2px solid var(--color-border);
}

.rn-pricing.active .pricing-table-inner .pricing-header .title {
  color: var(--color-white);
}

.rn-pricing.active .pricing-table-inner .pricing-header .pricing span {
  display: block;
}

.rn-pricing.active .pricing-table-inner .pricing-header .pricing span.currency {
  color: var(--color-white);
  opacity: 1;
}

.rn-pricing.active .pricing-table-inner .pricing-header .pricing span.price {
  color: var(--color-white);
}

.rn-pricing.active .pricing-table-inner .pricing-header .pricing span.subtitle {
  color: var(--color-white);
}

.rn-pricing.active .pricing-table-inner .pricing-body ul.list-style--1 li {
  color: var(--color-white);
}

.rn-pricing.active .pricing-table-inner .pricing-body ul.list-style--1 li svg {
  color: var(--color-white);
}

.rn-pricing.active .pricing-table-inner .pricing-footer {
  text-align: center;
}

.rn-pricing.style-5 .pricing-table-inner {
  background-color: var(--color-blackest);
  border-color: transparent;
  padding: 0;
  padding-bottom: 40px;
  border: 0 none;
}

.rn-pricing.style-5 .pricing-table-inner::before {
  display: none;
}

.rn-pricing.style-5 .pricing-table-inner .pricing-header {
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: 0 none !important;
}

.rn-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;
}

.rn-pricing.style-5 .pricing-table-inner .pricing-header .price-wrapper {
  margin-bottom: 5px;
}

.rn-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;
}

.rn-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;
}

.rn-pricing.style-5 .pricing-table-inner .pricing-header .pricing span.subtitle {
  color: var(--color-white);
}

.rn-pricing.style-5 .pricing-table-inner .pricing {
  background-color: var(--color-lessdark);
  padding: 30px;
}

/*--------------------------
    split Area Styles  
----------------------------*/
.rn-splite-style .thumbnail img {
  border-radius: 0;
  width: 100%;
}

.rn-splite-style .thumbnail.image-left-content img {
  border-radius: 0 10px 10px 0;
}

.rn-splite-style .split-inner {
  padding: 30px 115px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-splite-style .split-inner {
    padding: 40px 80px;
  }
}



@media only screen and (max-width: 767px) {
  .rn-splite-style .split-inner {
    padding: 40px 30px;
  }
}

.rn-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) {
  .rn-splite-style .split-inner .title {
    font-size: 24px;
    line-height: 30px;
  }
}

.rn-splite-style .split-inner .split-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.rn-splite-style .split-inner .split-list li {
  color: var(--color-dark-alt);
}

/*----------------------------
    Video Popup Styles  
------------------------------*/
.video-popup,
.rn-gallery {
  position: relative;
  display: block;
}

.video-popup .thumbnail img,
.rn-gallery .thumbnail img {
  width: 100%;
}

.video-popup .video-icon,
.rn-gallery .video-icon {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 10px;
  transition: 0.4s;
}

.rn-gallery .video-icon {
  opacity: 0;
  transition: 0.4s;
  transform: translate(-50%, -50%) scale(0.5);
}

.rn-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 (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;
  }
}

/*==========================
    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-address-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*-------------------
    Address Area  
--------------------*/
.rn-address {
  margin-top: 30px;
  padding: 40px;
  border-radius: 10px;
  padding-top: 40px;
  background: var(--color-blackest);
  padding-bottom: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-address {
    padding: 30px 20px;
  }
}



@media only screen and (max-width: 767px) {
  .rn-address {
    padding: 30px 20px;
  }
}

.rn-address .icon {
  color: var(--color-primary);
  border-radius: 100%;
  font-size: 40px;
  display: inline-block;
  margin-bottom: 17px;
  line-height: 6px;
}

.rn-address .inner h4.title {
  font-size: 18px;
  font-weight: 700;
}

.rn-address .inner p {
  font-size: 18px;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-address .inner p {
    font-size: 16px;
  }
}



@media only screen and (max-width: 767px) {
  .rn-address .inner p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-address .inner p br {
    display: none;
  }
}



@media only screen and (max-width: 767px) {
  .rn-address .inner p br {
    display: none;
  }
}

.rn-address .inner p a {
  color: var(--color-body);
}

.rn-address .inner p a:hover {
  color: var(--color-primary);
}

.rn-address:hover {
  transform: translateY(-5px);
}

.google-map-style-1 {
  width: 100%;
  height: 500px;
}

.brand-carousel-activation {
  padding: 0 50px;
}

@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: 0.8;
  transition: 0.4s;
}

.brand-carousel-activation li:hover a img {
  opacity: 1;
  filter: contrast(0.5);
}

.brand-carousel-activation.rn-slick-arrow button.slick-arrow {
  width: 50px;
  height: 50px;
}

.brand-carousel-activation.rn-slick-arrow button.slick-arrow i {
  display: block;
  font-size: 24px;
  color: #fff;
}

.brand-carousel-activation.rn-slick-arrow button.slick-arrow::before {
  display: none;
}

.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: 0.8;
  transition: 0.4s;
}

.brand-style-1 li:hover a img {
  opacity: 1;
  filter: contrast(0.5);
}

.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 (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: 0.8;
  transition: 0.3s;
}

.brand-style-2 li:hover a img {
  opacity: 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%;
  }
}

/*---------------------------
    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(--p-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 (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.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: #e7ebf0;
  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;
}

/*----------------------------
    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 .btn-default {
  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;
}

.rn-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;
}

.rn-comment-form .section-title .title {
  font-size: 50px;
  font-weight: 600;
  line-height: 62px;
  margin-bottom: 20px;
  color: var(--color-white);
}

iframe {
  border-radius: 10px;
}

.rnform-group {
  margin-bottom: 20px;
}

.rnform-group input {
  border: 2px solid var(--color-border);
  border-radius: 4px;
  height: 50px;
  font-size: 16px;
}

.rn-comment-form .inner .rnform-group textarea {
  min-height: 193px;
  border: 2px solid var(--color-border);
  border-radius: 4px;
  resize: none;
  padding: 15px;
  font-size: 16px;
}

/*--------------------------
    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-secondary);
  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-secondary);
  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;
}

/*------------------------
    Back to Top  
--------------------------*/
.rn-back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 999;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
  z-index: 999 !important;
  background-color: #0f0f11;
  background-color: var(--color-blackest);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.rn-back-top i {
  color: #fff;
  transition: 0.3s;
  font-size: 20px;
}

.rn-back-top:hover i {
  color: var(--color-primary) !important;
}

/*--------------------------
    About Styles  
---------------------------*/
.about-style-4 .title {
  font-weight: 400;
  margin-bottom: 35px;
}

.about-style-4 .title strong {
  color: var(--color-primary);
}

.about-style-4 .feature-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.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;
}

.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 (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 .rbt-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 (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;
}

/*---------------------------
    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);
}

.rn-newsletter-default .newsletter-wrapper {
  padding: 40px 0;
}

.rn-newsletter-default .newsletter-section-title .title {
  color: var(--color-body);
  margin-bottom: 7px;
}

.rn-newsletter-default .newsletter-section-title .description {
  color: var(--color-body);
  margin-bottom: 0;
}

.rn-newsletter-default .rn-newsletter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 -10px;
}

@media only screen and (max-width: 575px) {
  .rn-newsletter-default .rn-newsletter {
    display: block;
  }
}



@media only screen and (max-width: 767px) {
  .rn-newsletter-default .rn-newsletter {
    justify-content: flex-start;
  }
}

.rn-newsletter-default .rn-newsletter .form-group {
  margin-bottom: 0;
  margin: 0 10px;
}

.rn-newsletter-default .rn-newsletter .form-group input {
  height: 55px;
  padding: 0 24px;
  min-width: 500px;
  background: var(--color-blackest);
  border: 0 none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rn-newsletter-default .rn-newsletter .form-group input {
    min-width: 400px;
  }
}


@media only screen and (max-width: 767px) {
  .rn-newsletter-default .rn-newsletter .form-group input {
    min-width: 350px;
  }
}



.rn-card .inner .content .descriptiion {
  margin-bottom: 0;
  margin-bottom: 13px;
}

.rn-card .inner .content .title {
  font-size: 20px;
  line-height: 1.5;
  transition: all 0.5s;
  margin-bottom: 0;
  margin-top: 15px;
  flex-basis: 100%;
}

.rn-card.card-list-view {
  height: 100%;
}

.rn-card.card-list-view .inner {
  display: flex;
  height: 100%;
}


.rn-card.card-list-view .inner .thumbnail {
  flex-basis: 46%;
}

.rn-card.card-list-view .inner .thumbnail a {
  display: block;
  height: 100%;
}

.rn-card.card-list-view .inner .thumbnail a img {
  width: auto;
  object-fit: cover;
  height: 100%;
}

.rn-card.card-list-view .inner .content {
  flex-basis: 54%;
}

.rn-card.card-list-view .inner .content .title {
  margin-bottom: 10px;
}

.rn-card.card-list-view .inner .content .descriptiion {
  margin-bottom: 13px;
  margin-top: 12px;
}

.rn-card.content-transparent {
  position: relative;
  border: 0 none;
}

.rn-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;
}



.rn-card.content-transparent .content .title {
  margin-bottom: 10px;
}



.rn-card.content-transparent .content .title a {
  color: var(--color-white);
}

.rn-card.content-transparent .content .title:hover a {
  color: var(--color-primary);
}

.rn-card.content-transparent .content .rn-meta-list li {
  color: #acaeb1;
}

.rn-card.content-transparent .content .rn-meta-list li a {
  color: #acaeb1;
}

.rn-card.content-transparent.post-large .content .title {
  font-size: 32px;
}

.rn-card:hover .inner .thumbnail a img {
  transform: scale(1.1);
}

.rn-meta-list {
  font-size: 1.4rem;
  line-height: 2.2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.rn-meta-list li {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--color-gray);
  font-size: 14px;
}

.rn-meta-list li a {
  color: var(--color-gray);
  transition: 0.5s;
}

.rn-meta-list li.separator {
  margin: 0 0.8rem;
}

.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-light);
  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;
}

.rbt-single-widget {
  border-radius: 4px;
  padding: 20px 20px;
  border: 1px solid var(--color-border);
  padding-top: 0;
}

.rbt-single-widget:first-child {
  margin-top: 0 !important;
}

.rbt-single-widget input,
.rbt-single-widget select {
  border: var(--border-width) solid var(--color-border);
}

.rbt-single-widget.widget_search {
  padding: 0;
  border: 0 none;
}

.rbt-single-widget.widget_search .title {
  margin: 0;
}

.rbt-single-widget p {
  font-size: 16px;
  line-height: 28px;
  color: #717173;
}

.rbt-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;
}

.rbt-single-widget .title a {
  color: var(--color-primary);
}

.rbt-single-widget .title a.rsswidget img {
  height: 13px;
  margin-right: 3px;
}

.rbt-single-widget .title img {
  vertical-align: 0px;
}

.rbt-single-widget ul {
  padding-left: 0;
  margin-bottom: -10px;
  list-style: none;
  padding-right: 0;
}

.rbt-single-widget ul ul {
  margin-bottom: 0;
}

.rbt-single-widget ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #717173;
}

.rbt-single-widget ul li a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: var(--color-heading);
  display: initial;
}

.rbt-single-widget ul li a:hover {
  color: var(--color-primary);
}

.rbt-single-widget.widget_categories ul li a {
  display: flex;
  justify-content: space-between;
}

.rbt-single-widget.widget_recent_comments ul li,
.rbt-single-widget.widget_recent_entries ul li,
.rbt-single-widget.widget_archive ul li,
.rbt-single-widget.widget_categories ul li,
.rbt-single-widget.widget_meta ul li,
.rbt-single-widget.widget_pages ul li,
.rbt-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);
}

.rbt-single-widget.widget_recent_comments ul li a,
.rbt-single-widget.widget_recent_entries ul li a,
.rbt-single-widget.widget_archive ul li a,
.rbt-single-widget.widget_categories ul li a,
.rbt-single-widget.widget_meta ul li a,
.rbt-single-widget.widget_pages ul li a,
.rbt-single-widget.widget_nav_menu ul li a {
  color: var(--color-body);
}

.rbt-single-widget.widget_recent_comments ul li a:hover,
.rbt-single-widget.widget_recent_entries ul li a:hover,
.rbt-single-widget.widget_archive ul li a:hover,
.rbt-single-widget.widget_categories ul li a:hover,
.rbt-single-widget.widget_meta ul li a:hover,
.rbt-single-widget.widget_pages ul li a:hover,
.rbt-single-widget.widget_nav_menu ul li a:hover {
  color: var(--color-primary);
}

.rbt-single-widget.widget_recent_comments ul li span,
.rbt-single-widget.widget_recent_entries ul li span,
.rbt-single-widget.widget_archive ul li span,
.rbt-single-widget.widget_categories ul li span,
.rbt-single-widget.widget_meta ul li span,
.rbt-single-widget.widget_pages ul li span,
.rbt-single-widget.widget_nav_menu ul li span {
  color: var(--color-body);
}

.rbt-single-widget.widget_recent_comments ul li:hover a span,
.rbt-single-widget.widget_recent_entries ul li:hover a span,
.rbt-single-widget.widget_archive ul li:hover a span,
.rbt-single-widget.widget_categories ul li:hover a span,
.rbt-single-widget.widget_meta ul li:hover a span,
.rbt-single-widget.widget_pages ul li:hover a span,
.rbt-single-widget.widget_nav_menu ul li:hover a span {
  color: var(--color-primary);
}

.rbt-single-widget.widget_recent_comments ul li+li,
.rbt-single-widget.widget_recent_entries ul li+li,
.rbt-single-widget.widget_archive ul li+li,
.rbt-single-widget.widget_categories ul li+li,
.rbt-single-widget.widget_meta ul li+li,
.rbt-single-widget.widget_pages ul li+li,
.rbt-single-widget.widget_nav_menu ul li+li {
  border-top: 1px solid var(--color-border);
}

.rbt-single-widget.widget_recent_comments>ul>li,
.rbt-single-widget.widget_recent_entries>ul>li,
.rbt-single-widget.widget_archive>ul>li,
.rbt-single-widget.widget_categories>ul>li,
.rbt-single-widget.widget_meta>ul>li,
.rbt-single-widget.widget_pages>ul>li {
  margin-top: 0;
  margin-bottom: 0;
}

.rbt-single-widget.widget_recent_comments>ul>li:first-child,
.rbt-single-widget.widget_recent_entries>ul>li:first-child,
.rbt-single-widget.widget_archive>ul>li:first-child,
.rbt-single-widget.widget_categories>ul>li:first-child,
.rbt-single-widget.widget_meta>ul>li:first-child,
.rbt-single-widget.widget_pages>ul>li:first-child {
  margin-top: 0;
}

.rbt-single-widget.widget_recent_comments>ul>li:last-child,
.rbt-single-widget.widget_recent_entries>ul>li:last-child,
.rbt-single-widget.widget_archive>ul>li:last-child,
.rbt-single-widget.widget_categories>ul>li:last-child,
.rbt-single-widget.widget_meta>ul>li:last-child,
.rbt-single-widget.widget_pages>ul>li:last-child {
  margin-bottom: 10px;
}

.rbt-single-widget.widget_recent_entries .inner a {
  color: var(--color-white);
  margin-bottom: 4px;
}

.rbt-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 (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: transparent;
  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 .rn-meta-list {
  justify-content: center;
}

.post-page-banner .rn-meta-list li {
  color: var(--color-body);
  font-size: 20px;
  margin: 0 15px;
  margin-top: 38px;
}



@media only screen and (max-width: 767px) {
  .post-page-banner .rn-meta-list li {
    font-size: 16px;
    margin-top: 8px;
  }
}

.post-page-banner .rn-meta-list li svg {
  margin-right: 10px;
}

.post-page-banner .rn-meta-list li a {
  color: var(--color-body);
  transition: 0.3s;
}

.post-page-banner .rn-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;
}

/**************************************
    Footer Styles
***************************************/
/*-----------------------
    Footer Style Here  
------------------------*/
.logo a img {
  max-height: 55px;
}



/*--------------------------
    Copyright Area  
---------------------------*/
.copyright-style-one {
  background: var(--color-darkest);
  padding: 20px 0;
  border-top: 1px solid var(--color-border);
}

.copyright-style-one .copyright-text {
  margin-bottom: 0;
  font-size: 14px;
}

.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.rn-slick-dot .slick-dots {
  bottom: 60px;
}

.height-850 {
  height: 619px;
  display: flex;
  align-items: center;
}


@media only screen and (max-width: 767px) {
  .height-850 {
    height: auto;
    padding: 100px 0;
  }
}

.height-650 {
  height: 650px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.height-750 {
  height: 750px;
  display: flex;
  align-items: center;
}


@media only screen and (max-width: 767px) {
  .height-750 {
    height: auto;
    padding: 100px 0;
  }
}

.height-950 {
  height: 950px;
  display: flex;
  align-items: center;
}



@media only screen and (max-width: 767px) {
  .height-950 {
    height: auto;
    padding: 150px 0;
  }
}

.display-one {
  /* font-size: 28px; */
  font-weight: 600;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}





.display-two {
  font-size: 85px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .display-two {
    font-size: 70px;
  }
}



@media only screen and (max-width: 767px) {
  .display-two {
    font-size: 65px;
  }
}

@media only screen and (max-width: 575px) {
  .display-two {
    font-size: 46px;
  }
}

.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%, #06060600 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-area .inner a.btn-default.btn-border,
.slider-area .inner button.btn-default.btn-border {
  border-color: var(--color-border);
  color: var(--color-white);
}

/*-----------------------
    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 (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: 8px;
  display: inline-block;
  font-size: 16px;
}

.slider-style-1 .inner .title span {
  display: inline-block;
}

.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: 16px;
  line-height: 1.7;
  margin-bottom: 40px;
  font-weight: 600;
  color: #fff;
}

@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 (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: 14px;
    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-white);
  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 (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: 46px;
  }
}

.slider-style-1.variation-default .inner {
  padding-top: 0px;
}

.slider-style-1.variation-2 {
  position: relative;
}

.slider-style-1.variation-2 .thumbnail img {
  transform: scale(1.1);
}

.slider-style-2 {
  padding-top: 130px;
}



@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 (max-width: 767px) {
  .slider-style-2.variation-2 {
    padding-top: 170px;
  }
}

.slider-style-2.variation-2 .inner .title {
  font-weight: 500;
  font-size: 75px;
  margin-top: 0;
}



@media only screen and (max-width: 767px) {
  .slider-style-2.variation-2 .inner .title {
    font-size: 54px;
  }
}

@media only screen and (max-width: 575px) {
  .slider-style-2.variation-2 .inner .title {
    font-size: 40px;
  }
}

.slider-style-2.variation-2 .inner .tag-title {
  color: var(--color-secondary);
  margin: 0;
  letter-spacing: 1.5px;
  padding-left: 129px;
  position: relative;
  margin-top: 50px;
}

.slider-style-2.variation-2 .inner .tag-title::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100px;
  height: 2px;
  background: var(--color-secondary);
  top: 50%;
  transform: translateY(-50%);
}

.slider-style-2.variation-3 {
  padding-top: 80px;
}



@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 (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;
  }
}


@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 (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 (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 (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: 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;
  }
}

.slider-style-4.variation-2 .bg-overlay::before {
  background: #000000;
  content: "";
  opacity: 0.5;
  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);
}


.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 (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 (max-width: 767px) {
  .slider-style-6.shape-left .shape-image {
    display: none;
  }
}



.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: 992px) and (max-width: 1199px) {
  .slider-style-6 .inner .title {
    font-size: 62px;
  }
}


@media only screen and (max-width: 767px) {
  .slider-style-6 .inner .title {
    font-size: 45px;
  }
}

@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 (max-width: 767px) {
  .slider-style-6 .inner .description {
    font-size: 18px;
    line-height: 30px;
  }
}

.slider-style-6 .inner a.btn-default.btn-border {
  border-color: var(--color-border);
  color: var(--color-white);
}


@media only screen and (max-width: 767px) {
  .slider-perosonal-portfolio.height-750 {
    padding-top: 180px;
  }
}

.slider-perosonal-portfolio .inner {
  margin-top: -100px;
}


@media only screen and (max-width: 767px) {
  .slider-perosonal-portfolio .inner {
    margin-top: 0;
  }
}

.slider-perosonal-portfolio .inner .title {
  font-size: 100px;
  color: var(--color-white);
}


@media only screen and (max-width: 767px) {
  .slider-perosonal-portfolio .inner .title {
    font-size: 46px;
  }
}

.slider-perosonal-portfolio .inner a.btn-default.btn-border,
.slider-perosonal-portfolio .inner button.btn-default.btn-border {
  border-color: var(--color-border);
  color: var(--color-white);
}

.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 (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 (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 (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.html);
}

.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.html);
}

.slider-bg-image.bg-image5 {
  background-image: url(../images/slider-bg/bg-image-5.html);
}

.slider-bg-image.bg-image6 {
  background-image: url(../images/slider-bg/bg-image-6.html);
}

.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.html);
}

.slider-bg-image.bg-image14 {
  background-image: url(../images/slider-bg/bg-image-14.html);
}

.slider-bg-image.bg-image15 {
  background-image: url(../images/slider-bg/bg-image-15.html);
}

.slider-bg-image.bg-image16 {
  background-image: url(../images/slider-bg/bg-image-16.html);
}

/*-----------------------------
    Portfolio details  
--------------------------------*/
.rwt-portfolio-details .content-left .title {
  font-size: 38px;
  margin-bottom: 33px;
}

@media only screen and (max-width: 767px) {
  .rwt-portfolio-details .content-left .title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.rwt-portfolio-details .content-left .single-list-wrapper {
  margin: -5px;
}

.rwt-portfolio-details .content-left .single-list-wrapper .single-list {
  margin: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.rwt-portfolio-details .content-left .single-list-wrapper .single-list+.single-list {
  border-top: 1px solid var(--color-border);
}

.rwt-portfolio-details .content-left .single-list-wrapper .single-list label {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  padding-right: 16px;
  margin: 0;
}

.rwt-portfolio-details .content-left .single-list-wrapper .single-list span {
  font-size: 18px;
}

.rwt-portfolio-details .content-right .subtitle {
  font-size: 25px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.rwt-portfolio-details .content-right .description p {
  margin-bottom: 10px;
}

.rwt-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) {
  .rwt-portfolio-details .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}


@media only screen and (max-width: 767px) {
  .rwt-portfolio-details .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}

/*--------------------------------
    Single Demo  
-------------------------------*/
.single-demo {
  text-align: center;
  background: var(--color-lessdark);
  border-radius: 10px;
  padding: 20px;
  transition: 0.3s;
  position: relative;
}

.single-demo a {
  display: block;
}

.single-demo .thumbnail {
  position: relative;
}

.single-demo .thumbnail img {
  border-radius: 10px;
  width: 100%;
}

.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 .title {
  margin: 0;
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
}

.single-demo:hover {
  transform: translateY(-5px);
}

.react-image img {
  max-height: 150px;
}

/*-------------------------
    Darkmode Styles  
---------------------------*/
.rn-back-top i {
  transition: 0.3s;
}

.rn-back-top:hover i {
  color: var(--color-primary) !important;
}

body.active-light-mode {
  background-color: var(--color-white);
  color: #65676b;
}

body.active-light-mode h1,
body.active-light-mode h2,
body.active-light-mode h3,
body.active-light-mode h4,
body.active-light-mode h5,
body.active-light-mode h6,
body.active-light-mode .h1,
body.active-light-mode .h2,
body.active-light-mode .h3,
body.active-light-mode .h4,
body.active-light-mode .h5,
body.active-light-mode .h6,
body.active-light-mode .social-default li a,
body.active-light-mode .rbt-single-widget .title,
body.active-light-mode .rbt-single-widget.widget_recent_entries .inner a,
body.active-light-mode .tagcloud a,
body.active-light-mode .wp-block-tag-cloud a,
body.active-light-mode .rwt-portfolio-details .content-left .single-list-wrapper .single-list label,
body.active-light-mode .blog-details-content .category-meta span.text,
body.active-light-mode .demo-slider-area.slider-style-1 .inner .title,
body.active-light-mode .rn-back-top svg,
body.active-light-mode .popup-mobile-menu .inner .header-top .close-menu .close-button,
body.active-light-mode .footer-style-default .footer-top .rn-footer-widget .title,
body.active-light-mode .rn-call-to-action.style-8 .title,
body.active-light-mode .rn-newsletter-default .newsletter-section-title .title,
body.active-light-mode .rn-default-tab .tab-button .tabs__tab .nav-link,
body.active-light-mode .rn-comment-form .section-title .title {
  color: #181818;
}

body.active-light-mode body.active-light-mode .slider-style-3 .thumbnail::after {
  background: #f5f8fa;
}

body.active-light-mode .slider-style-8 .inner a.btn-default.btn-border,
body.active-light-mode .slider-style-8 .inner button.btn-default.btn-border {
  border-color: #d8d8d8;
  color: #65676b;
}

body.active-light-mode .rn-slick-arrow button.slick-arrow {
  border: 2px solid #d8d8d8;
  color: #65676b;
}

body.active-light-mode .rn-slick-arrow.testimonial-activation button.slick-arrow.prev-arrow::before,
body.active-light-mode .rn-slick-arrow.testimonial-activation button.slick-arrow.next-arrow::before {
  filter: brightness(0);
}

body.active-light-mode .rn-slick-arrow button.slick-arrow:hover {
  border-color: transparent !important;
}

body.active-light-mode .rn-slick-arrow.testimonial-activation button.slick-arrow.prev-arrow:hover::before,
body.active-light-mode .rn-slick-arrow.testimonial-activation button.slick-arrow.next-arrow:hover::before {
  filter: brightness(1);
}

body.active-light-mode .slider-style-8 .inner a.btn-default.btn-border:hover,
body.active-light-mode .slider-style-8 .inner button.btn-default.btn-border:hover {
  color: #fff;
  border-color: transparent;
}

body.active-light-mode .slider-style-1.banner-company .inner .list-icon li .icon {
  background-color: #f5f8fa !important;
}

body.active-light-mode .single-demo .thumbnail .image-light {
  display: block;
}

body.active-light-mode .single-demo .thumbnail .image-dark {
  display: none;
}

body.active-light-mode .mainmenu-nav .mainmenu li.has-droupdown .submenu li a.active {
  background: #d8d8d8;
}

body.active-light-mode .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a:hover,
body.active-light-mode .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a.active {
  background: #d8d8d8;
}


body.active-light-mode .service.service__style--1.with-working-process .line {
  background-color: #00000024;
  width: 83%;
}

body.active-light-mode .mainmenu-nav .mainmenu li.has-droupdown .submenu li a:hover {
  background: #d8d8d8;
}

body.active-light-mode .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a:hover {
  background: #d8d8d8;
  color: var(--color-primary);
}

body.active-light-mode .btn-read-more span::after {
  background: #00000024;
}

body.active-light-mode .breadcrumb-inner ul.page-list li a:hover,
body.active-light-mode .rn-address .inner p a:hover,
body.active-light-mode .post-page-banner .rn-meta-list li a:hover,
body.active-light-mode .header-top-bar .header-left p a:hover {
  color: var(--color-primary);
}

body.active-light-mode .social-default li a:hover,
body.active-light-mode .tagcloud a:hover,
body.active-light-mode .wp-block-tag-cloud a:hover,
body.active-light-mode .header-top-news .btn-read-more span {
  color: var(--color-white);
}

body.active-light-mode .tagcloud a:hover,
body.active-light-mode .wp-block-tag-cloud a:hover {
  border-color: var(--color-primary);
}

body.active-light-mode a.btn-default.text-underline,
body.active-light-mode button.btn-default.text-underline {
  border-color: #181818;
  color: #181818;
}

body.active-light-mode .single-demo .thumbnail .image-active-light-mode {
  display: block;
}

body.active-light-mode .single-demo .thumbnail .image-dark {
  display: none;
}

body.active-light-mode .footer-style-default .social-default li a,
body.active-light-mode .copyright-style-one .social-default.color-lessdark li a,
body.active-light-mode .rn-newsletter-default .rn-newsletter .form-group input {
  background: #fff;
}

body.active-light-mode .copyright-style-one .ft-menu li+li::after {
  background: #c5c1c1;
}

body.active-light-mode .copyright-style-one .ft-menu li a:hover,
body.active-light-mode .footer-style-default .footer-top .rn-footer-widget .footer-link li a:hover {
  color: var(--color-primary);
}

body.active-light-mode .header-transparent-with-topbar .header-top-bar,
body.active-light-mode .header-transparent-with-topbar .header-default {
  background: transparent;
}

body.active-light-mode [class*=col]:nth-child(2) .counter-style-2.color-variation .count-number {
  background-color: #f9f5f5;
}

body.active-light-mode [class*=col]:nth-child(3) .counter-style-2.color-variation .count-number {
  background-color: #eef2f3;
}

body.active-light-mode .service-wrapper>[class*=col]:nth-child(4) .service.service__style--1.icon-circle-style .icon {
  background-color: #eb008b24;
}

body.active-light-mode .logo a img.logo-light {
  display: none;
}

body.active-light-mode .rn-back-top i {
  color: #333;
}

body.active-light-mode .service-wrapper>[class*=col]:nth-child(5) .service.service__style--1.icon-circle-style .icon {
  background-color: #009aff29;
}

body.active-light-mode .service-wrapper>[class*=col]:nth-child(6) .service.service__style--1.icon-circle-style .icon {
  background-color: #3000ff29;
}

body.active-light-mode .service.service__style--1.icon-circle-style .icon {
  background-color: #059dff0f;
}

body.active-light-mode .service-wrapper>[class*=col]:nth-child(2) .service.service__style--1.icon-circle-style .icon {
  background-color: #fb53431a;
}

body.active-light-mode .service-wrapper>[class*=col]:nth-child(3) .service.service__style--1.icon-circle-style .icon {
  background-color: #6549d51f;
}

body.active-light-mode .timeline-dot::after {
  background: radial-gradient(50% 50% at 50% 50%, #f5f8fa 48.96%, #f5f8fa 100%);
}

body.active-light-mode .header-top-bar {
  background-color: var(--color-white);
}

body.active-light-mode .single-timeline .single-content,
body.active-light-mode .rn-card,
body.active-light-mode .clltoaction-style-default.style-5 .content-wrapper,
body.active-light-mode .header-default,
body.active-light-mode .mainmenu-nav .mainmenu li.has-droupdown .submenu,
body.active-light-mode .service.gallery-style,
body.active-light-mode .rn-box-card .inner,
body.active-light-mode .team-style-default .inner,
body.active-light-mode .rn-accordion-style .card,
body.active-light-mode .section-title .subtitle,
body.active-light-mode .card-box.card-style-1,
body.active-light-mode .list-icon li .icon,
body.active-light-mode .counter-style-2 .count-number,
body.active-light-mode .rn-pricing.style-2 .pricing-table-inner,
body.active-light-mode .rn-default-tab .rn-tab-content,
body.active-light-mode .rn-default-tab .tab-button .react-tabs__tab.react-tabs__tab--selected,
body.active-light-mode .advance-tab-button-1 .tab-button-list .tab-button::before,
body.active-light-mode .advance-pricing .pricing-left,
body.active-light-mode .rn-pricing.style-5 .pricing-table-inner,
body.active-light-mode .about-style-5 .about-wrapper,
body.active-light-mode .rn-sub-badge,
body.active-light-mode .about-style-6 .wrapper::after,
body.active-light-mode .box-grid-layout .rwt-card,
body.active-light-mode .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper,
body.active-light-mode .social-default li a,
body.active-light-mode .clltoaction-style-default.style-4 .content-wrapper,
body.active-light-mode .rn-address,
body.active-light-mode .rbt-single-widget .title,
body.active-light-mode .frame-image,
body.active-light-mode .rn-back-top,
body.active-light-mode .popup-mobile-menu .inner,
body.active-light-mode .rn-call-to-action.style-8,
body.active-light-mode .bg-overlay-solid::before {
  background: #f5f8fa;
}

body.active-light-mode .rn-header.sticky {
  background: #f5f8fa !important;
}

body.active-light-mode .bg-color-blackest {
  background: #f5f8fa !important;
}

body.active-light-mode .footer-style-default,
body.active-light-mode .copyright-style-one {
  background: #f5f8fa;
}

body.active-light-mode .slider-style-2 .list-icon li .icon {
  background: var(--color-blackest);
}

body.active-light-mode .rn-pricing .pricing-table-inner::before,
body.active-light-mode .rn-timeline-single.dark-line .rn-timeline .progress-dot .dot-level,
body.active-light-mode .rn-timeline-single.dark-line .rn-timeline .progress-line .line-inner,
body.active-light-mode .card-style-default.testimonial-style-one .inner .thumbnail::after,
body.active-light-mode .advance-pricing,
body.active-light-mode .rn-pricing.style-5 .pricing-table-inner .pricing,
body.active-light-mode .popup-mobile-menu .inner .header-top .close-menu .close-button,
body.active-light-mode .hamberger-button {
  background: #d8d8d8;
}

body.active-light-mode .single-demo {
  background: #e9f8fe;
}

body.active-light-mode .rn-accordion-style .card .card-body,
body.active-light-mode .brand-style-1 li {
  border-color: #d8d8d8;
}

body.active-light-mode hr {
  border-top: 1px solid #00000024;
}

body.active-light-mode .rn-card {
  border-color: #f5f8fa;
}

body.active-light-mode .rn-pricing.active .pricing-table-inner .pricing-header,
body.active-light-mode .rn-pricing .pricing-table-inner .pricing-header {
  border-color: #0000000a;
}

body.active-light-mode .advance-tab-button-1 .tab-button-list .tab-button::after {
  border-left: 20px solid #f5f8fa;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

body.active-light-mode a.btn-default.btn-border,
body.active-light-mode button.btn-default.btn-border {
  border-color: #00000024;
  color: #181818;
}

body.active-light-mode a.btn-default.btn-border:hover,
body.active-light-mode button.btn-default.btn-border:hover {
  border-color: var(--color-secondary);
  color: #fff;
}

body.active-light-mode .rn-box-card .inner .thumbnail,
body.active-light-mode .team-style-default .inner .thumbnail {
  border: 6px solid var(--color-white);
}

body.active-light-mode .filter-button-default button,
body.active-light-mode .testimonial-style-two .content .client-info .subtitle,
body.active-light-mode .single-timeline .single-content .inner .content .date-of-timeline,
body.active-light-mode .service.gallery-style .content p,
body.active-light-mode .rn-box-card .inner .social-icon li a,
body.active-light-mode .team-style-default .inner .social-icon li a,
body.active-light-mode .rn-accordion-style .card .card-body,
body.active-light-mode .mainmenu-nav .mainmenu>li>a,
body.active-light-mode .mainmenu-nav .mainmenu li.has-droupdown .submenu li a,
body.active-light-mode .list-icon li,
body.active-light-mode ul li,
body.active-light-mode .rn-pricing.active .pricing-table-inner .pricing-body ul.list-style--1 li,
body.active-light-mode .rn-pricing.active .pricing-table-inner .pricing-body ul.list-style--1 li svg,
body.active-light-mode .advance-tab-button-1 .tab-button-list .tab-button .title,
body.active-light-mode .advance-pricing .pricing-left .subtitle,
body.active-light-mode .header-top-bar .header-left p a,
body.active-light-mode .header-top-bar .header-right .address-content p a,
body.active-light-mode .header-top-bar .social-default.icon-naked li a,
body.active-light-mode .progress-info .title,
body.active-light-mode .progress-info span.progress-number,
body.active-light-mode .mainmenu-nav .mainmenu li.with-megamenu .rn-megamenu .wrapper .mega-menu-item li a,
body.active-light-mode .clltoaction-style-default.style-4 .content .subtitle {
  color: #65676b;
}

body.active-light-mode .card-box.card-style-1 .inner .content .description {
  color: #65676b !important;
}

body.active-light-mode .clltoaction-style-default.style-5 .content .subtitle,
body.active-light-mode .rn-accordion-style .card .card-header button,
body.active-light-mode .counter-style-2 .count-number,
body.active-light-mode .rn-pricing .pricing-table-inner .pricing-header .pricing span.price,
body.active-light-mode .rn-pricing.active .pricing-table-inner .pricing-header .title,
body.active-light-mode .rn-pricing.active .pricing-table-inner .pricing-header .pricing span.currency,
body.active-light-mode .rn-pricing.active .pricing-table-inner .pricing-header .pricing span.subtitle,
body.active-light-mode .rn-pricing .pricing-table-inner .pricing-header .pricing span.subtitle,
body.active-light-mode .rn-default-tab .tab-button .rn-tab-button button,
body.active-light-mode .rn-pricing .pricing-table-inner .pricing-header .pricing span.currency,
body.active-light-mode .card-style-default.testimonial-style-one .inner .thumbnail::after,
body.active-light-mode .clltoaction-style-default.style-6 .content .title,
body.active-light-mode .rn-splite-style .split-inner .title,
body.active-light-mode .advance-tab-button-1 .tab-button-list .react-tabs__tab--selected .tab-button .title,
body.active-light-mode .advance-pricing .pricing-left .price-wrapper .price-amount,
body.active-light-mode .btn-read-more span,
body.active-light-mode .section-title-2 .title,
body.active-light-mode .box-grid-layout .rwt-card .inner .content .title,
body.active-light-mode .clltoaction-style-default.style-5 .content .title,
body.active-light-mode .clltoaction-style-default.style-4 .content .title,
body.active-light-mode .hamberger-button {
  color: #181818;
}

body.active-light-mode .about-style-6 .maintitle {
  color: #181818 !important;
}

body.active-light-mode .slider-style-1 .inner .title {
  color: var(--color-white);
}

body.active-light-mode .testimonial-style-two .content::after {
  color: #f5f8fa;
}

body.active-light-mode .header-transparent .mainmenu-nav .mainmenu>li>a {
  color: var(--color-body);
}

body.active-light-mode .header-top-bar .header-right .address-content p a:hover {
  color: var(--color-primary);
}

body.active-light-mode .rn-pricing .pricing-table-inner .pricing-header .pricing span.currency {
  opacity: 0.8;
}

body.active-light-mode .mainmenu-nav .mainmenu li.has-droupdown .submenu li a:hover,
body.active-light-mode .btn-read-more:hover span {
  color: var(--color-primary);
}

body.active-light-mode .CircularProgressbar .CircularProgressbar-text {
  fill: #181818 !important;
}

body.active-light-mode .logo-active-light-mode {
  display: none;
}

body.active-light-mode .logo-dark {
  display: block;
}

body.active-light-mode .slider-area.bg-transparent .inner a.btn-default.btn-border,
body.active-light-mode .slider-area.bg-transparent .inner button.btn-default.btn-border {
  border-color: #00000024;
  color: #181818;
}

body.active-light-mode .slider-area.bg-transparent .inner a.btn-default.btn-border:hover,
body.active-light-mode .slider-area.bg-transparent .inner button.btn-default.btn-border:hover {
  color: var(--color-white);
}

.navbar-icon-top .navbar-nav .nav-link>.fa {
  position: relative;
  width: 36px;
  font-size: 24px;
}

.navbar-icon-top .navbar-nav .nav-link>.fa>.badge {
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  font-family: sans-serif;
}

.navbar-icon-top .navbar-nav .nav-link>.fa {
  top: 3px;
  line-height: 12px;
}

.navbar-icon-top .navbar-nav .nav-link>.fa>.badge {
  top: -10px;
}

.nav-link>.fa>.badge {
  top: 16px;
  display: block;
  position: absolute;
  background: red;
  border-radius: 6px;
  font-size: 9px;
  right: -1px;
}

.my-select ul li {
  margin-top: 3px;
  margin-bottom: 5px;
}

.my-select .dropdown-menu {
  width: 100% !important;
}

.my-select .dropdown-item {
  font-size: 13px;
}

.my-select .dropdown-toggle::after {
  margin-left: 8px !important;
  vertical-align: 0px !important;
  border-top: 7px solid !important;
  border-right: 5px solid transparent !important;
  border-left: 5px solid transparent !important;
}

.my-select {
  font-size: 17px;
  color: #ccc;
  padding: 0 10px;
  height: 65px;
  /* border-left: 1px solid #A8DADC; */
  /* margin-left: 14px; */
  background: transparent;
}

.my-select .dropdown-item:hover {
  background-color: #16181a;
}

.my-select a:hover {
  color: #fff;
}

.my-select .dropdown-toggle {
  line-height: 62px;
  padding-left: 7px;
  padding-bottom: 17px;
  padding-right: 7px;
}

.my-select .dropdown-menu {
  background-color: #132339;
}

.my-select .dropdown {
  float: left;
  /* width: 130px; */
}

.my-select a {
  color: #fff;
}


.my-btn select {
  font-size: 13px;
  color: #fff;
  padding: 0 20px;
  height: 34px;
  border: 1px solid #A8DADC;
  border-radius: 5px;
  margin-left: 20px;
  background: #1d3557;
}

.dropdown-toggle::after {
  color: #2AA0B8;
}

.dropdown-toggle::after {
  border-top: 8px solid;
  border-right: 9px solid transparent;
  border-bottom: 0;
  border-left: 8px solid transparent;
  margin-top: 3px;
}

.my-btn:hover {
  color: #fff;
}

.my-btn {
  display: flex;
  /* margin-left: 9px; */
  /* margin-top: 5px; */
}

.thumbnaill {

  float: left;
  border-radius: 50%;
}

.thumbnaill img {
  width: 57px;
  height: 57px;
  border-radius: 28px;
}

.program-btn2 {
  padding: 9px 3px;
  border: 1px solid #a8dadca1;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  float: left;
  background: #1d3557;
  cursor: pointer;
}

.program-btn2-active {
  padding: 9px 24px;
  border: 1px solid #a8dadc5e;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  /* float: left; */
  background: linear-gradient(#2AA0B8, #457B9D);
  color: #fff;
  cursor: pointer;
}

.program-btn {
  display: flex;
  /* padding: 9px 0 !important; */
  border: 1px solid #2e9ab3;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #fff4f4;
  width: 100%;
  /* float: left; */
  cursor: pointer;
  text-align: center;
  /* height: 39px; */
  justify-content: center;
}

.program-btn-active-p {
  /* FONT-VARIANT: JIS04; */
  border: 0 solid #a8dadc5e;
  border-radius: 6px;

  color: #fff;
  /* float: left; */
  background: linear-gradient(#2AA0B8, #457B9D);
  color: #fff;
  cursor: pointer;
  /* border: 0.25px solid #00C1E9; */
  /* box-shadow: 0px 2px 4px rgb(168 218 220 / 25%); */
  border-radius: 6px;
  padding: 13px 50px;
}

.programbtn {
  border: 1px solid #52a7abc7;
  border-radius: 6px;
  /* font-size: 12px; */
  font-weight: 500;
  color: #fff;
  background: transparent;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 2px 4px rgb(168 218 220 / 25%);
  border-radius: 6px;
  /* padding: 10px 50px; */
}

.programbtn2 {
  border: 1px solid #52a7abc7;
  border-radius: 6px;
  color: #fff;
  background: transparent;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 2px 4px rgb(168 218 220 / 25%);
  border-radius: 6px;
}

.programbtn:active {
  background: linear-gradient(#2AA0B8, #457B9D);
}

.programbtn:hover {
  background: linear-gradient(#2AA0B8, #457B9D);
}

.baseline-carousel .owl-nav {
  display: none;
}

.weekBtn {
  width: 96%;
  /* float: left; */
  margin: 5px;
  display: inline-table;
}

.weeksection {
  width: 100%;
  height: auto;
  overflow-x: auto;
  white-space: nowrap !important;
  scroll-behavior: auto !important;
  /* overflow-y: scroll; */
  cursor: grab;
}

/* .weekBtn  .program-btn2{
  cursor: grab;
} */

.program-btn-active {
  /* padding: 6px 24px; */
  border: 1px solid #a8dadc5e;
  border-radius: 5px;
  /* font-size: 13px; */
  font-weight: 600;
  color: #fff;
  /* float: left; */
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2AA0B8)), color-stop(100%,#457B9D); */
  background: linear-gradient(#2AA0B8, #457B9D);
  color: #fff;
  cursor: pointer;
  #safari { background-color: linear-gradient(#2AA0B8, #457B9D); }
}


.program-btn2:hover {
  /* background: linear-gradient(#06d333bf, #0c7703ad); */
  color: #fff;
}



.hub1 {
  background-image: url(../images/HUB1.png);
  padding: 15px;
  background-size: cover;
  border-radius: 6px;
  background-position: center 0px;
  height: 267px;
  padding: 15px 16px;
  /* border: 0.75px solid #a8dadc73; */
  box-shadow: 0px 1px 7px rgb(42 160 184 / 38%);
  margin: 0px;
}

.hub2 {
  background-image: url(../images/HUB2.png);
  padding: 25px 20px;
  background-size: cover;
  border-radius: 11px;
  background-position: center;
  border: 0.75px solid #d1d1d19e;
}

.hub3 {
  background-image: url(../images/HUB3.png);
  padding: 25px 20px;
  background-size: cover;
  border-radius: 11px;
  background-position: center;
  border: 0.75px solid #d1d1d19e;
  margin-top: -7px;
}

.hub4 {
  background-image: url(../images/HUB2.png);
  padding: 25px 20px;
  background-size: cover;
  border-radius: 11px;
  background-position: center;
  border: 0.75px solid #d1d1d19e;
}


.treasure1 p {
  font-style: normal;
  font-size: 12px;
  /* color: #ffffffa1; */
  line-height: 16px;
  font-family: inherit;
  word-spacing: 0px;
  letter-spacing: 0px;
  font-weight: 500;
  margin-bottom: 2px;
}

.treasure2 p {
  font-style: normal;
  color: #ffffffd9;
  line-height: 20px;
  font-family: inherit;
  word-spacing: 0px;
  letter-spacing: 0px;
  margin-bottom: 2px;
  min-height: 143px;
}

.treasure1 h4,
.treasure2 h4 {
  font-size: 16px;
}

.treasure1 {
  /* background-image: url(../images/treasure1.png); */
  /* padding: 50px 0 25px 20px; */
  background-size: cover;
  border-radius: 5px;
  /* background-position: center; */
  background-color: #0000004a;
  margin: 10px 0;
  height: 280px;
  border: 0.5px solid #a8dadc8a;
  box-shadow: 0px 2px 11px rgb(168 218 220 / 25%);
  border-radius: 6px;
}


.treasure2 {
  /* padding: 40px 0; */
  background-size: cover;
  border-radius: 5px;
  font-style: normal;
  background-color: #0000004a;
  border: 0.5px solid #a8dadc9c;
  box-shadow: 3px 2px 8px rgb(168 218 220 / 25%);
  border-radius: 6px;
  margin: 7px;
  /* height: 218px; */
}

.per-dd a {
  font-size: 10px;
  width: 26px;
  background: no-repeat;
}

.per-dd li {
  justify-content: space-between;
  display: flex;
  /* font-size: 11px; */
  padding: 0 0 0 8px;
  margin: 0px;
  color: #fff;
}

.dropdown-menu-dark {
  color: #ffffff !important;
  background-color: #3295b0;
  border-color: rgb(26 95 138);
  width: 100%;
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  background-color: transparent !important;
}

.perbutton {
  background: transparent;
  /* padding: 7px 31px; */
  border: 0.25px solid #00c1e985;
  /* font-size: 13px; */
  /* font-weight: 100; */
  border-radius: 5px;
  /* width: 100%; */
}

.perbutton2 {
  background: linear-gradient(#2AA0B8, #457B9D);
  padding: 13px 43px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  width: 100%;
  color: #fff;
}

.practicetool1 {
  background-image: url(../images/pt1.png);
  padding: 0 25px;
  background-size: cover;
  border-radius: 5px;
  /* background-position: center; */
  background-color: #0000004a;
  /* margin: 10px 14px; */
  vertical-align: middle;
  display: table-cell;
  height: 294px;
  box-shadow: 0px 1px 6px -1px rgb(249 254 255 / 29%);
  border-radius: 6px;
  border: 0.5px solid #a8dadc8c;
  margin: 13px;
}

.practicetoolc:before {
  opacity: 0.6;
  background-color: black;
}

.practicetoolc {
  min-height: 294px;
  box-shadow: 0px 1px 6px -1px rgb(249 254 255 / 29%);
  border-radius: 6px;
  border: 0.5px solid #a8dadc8c;
  /* margin: 13px; */
  max-width: 98%;
  padding: 0 25px;

}


.content img {
  width: 215px;
  /* padding: 20px 0; */
}

.content p {
  font-size: 13px;
  color: #edebeb;
  margin-bottom: 5px;
  line-height: 15px;
  width: 82%;
  font-weight: lighter;
  height: 70px;
  align-items: center;
  display: flex;
}

.content h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}

.content {
  min-height: 184px;
  position: relative;
}

.content .program-btn-active {
  /* bottom: 0px; */
  /* position: absolute; */
  box-shadow: 0px 2px 15px rgb(168 218 220 / 25%);
}

.pt-120 {
  padding-top: 150px;
}

.description {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.description2 {
  color: #C6C6C6;
  /* font-size: 13px; */
  line-height: 29px;
}

.owl-carousel .owl-item img {
  width: auto !important;
}


.arrow2 {
  border: 1px solid #2e9ab4;
  border-radius: 50%;
  padding: 5px 7px;
  box-shadow: 0px 2px 8px rgb(168 218 220 / 16%);
  /* filter: drop-shadow(0px 2px 8px rgba(168, 218, 220, 0.25)); */
  font-size: 12px;
}

/* .arrow {
  border-radius: 50%;
  padding: 7px 10px;
  font-size: 21px;
  background: linear-gradient(180deg, #2AA0B8 0%, #457B9D 100%);
  box-shadow: 0px 2px 8px rgb(168 218 220 / 25%);
} */

/*
.owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.owl-theme .custom-nav .owl-prev,
.owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.owl-theme .custom-nav .owl-prev i,
.owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.owl-theme .custom-nav .owl-prev {
  left: 0;
}
.owl-theme .custom-nav .owl-next {
  right: 0;
}
.custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
} */
.locked {
  position: relative;
}

.locked .locked_event {
  opacity: 1;
}

.locked_event {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 98%;
  opacity: 0;
  transition: .3s ease;
  background: url('../images/lock.png') no-repeat center;
  border-radius: 7px;
  background-size: cover;
}

.locked_event2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* height: 100%;
  width: 100%; */
  /* opacity: 0; */
  transition: .3s ease;
  background: url('../images/lock2.png') no-repeat center;
  border-radius: 7px;
  background-size: 37px;
}

.owl-theme .owl-nav [class*=owl-] {
  z-index: 1111;
}

.locked_event3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background: url('../images/lock3.png') no-repeat center;
  border-radius: 7px;
  background-size: cover;
}

.locked .locked_event3 {
  opacity: 1;
}

.play {
  position: relative;

}

.Videoplay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .3s ease;
  /* background: url('../images/play.png') no-repeat center; */
  border-radius: 7px;
  border: none;
  background-position: center center;
  background-size: 45px;
}

.play-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .3s ease;
  background: url('../images/play.png') no-repeat center;
  border-radius: 7px;
  border: none;
  background-position: center center;
  background-size: 68px;
}

.blur2 {
  mix-blend-mode: color-burn;
}

.plr-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.blur {
  filter: blur(2px);
  /* -webkit-filter: blur(3px); */
  /* background: #00000024; */
  margin: 0;
}

.info .fa {
  padding: 6px 8px;
  background: #6d6a6dcc;
  margin-right: 10px;
}

.info li a {
  width: 100%;
  /* background-color: var(--color-lessdark); */
  height: auto;
  line-height: 24px;
  text-align: left;
  display: inline-block;
  /* border-radius: 100%; */
  transition: 0.3s;
  color: var(--color-white);
  z-index: 2;
  position: relative;
  padding: 5px;
  font-size: 12px;
  border-bottom: 1px solid #3c4757;
}

.info li a:hover {
  /* /* background-color: #1D3557 !important; */
  color: #fff;

  /* box-shadow: #6c757da6 0px 2px 10px 0px; */
}

.nav-link:focus {
  color: #A8DADC !important;
  border-bottom: 2px solid #A8DADC !important;
}

.wrapperr {
  /* max-width: 443px; */
  /* margin: 50px auto; */
  padding: 20px 12px;
  min-height: 300px;
  /* background-color: #ffffff27; */
  /* border-top: 1px solid #ffffff6e; */
  /* border-left: 1px solid #ffffff6e; */
  border-radius: 15px;
}

.wrapperr .h5 {
  color: #fff;
  font-size: 12px;
}

.login-border {
  border-right: 1px solid #798596cc;
  border-radius: 0;
}

.assignments textarea:focus-visible {
  border: none !important;
}

.assignments .form-group textarea {
  background-color: transparent !important;
  border: none;
  border-radius: 0px;
  color: #ffffff78;

}

.assignments .form-group input {
  border-bottom: 0.75px solid #a8dadc6b;
  margin-bottom: 0px;
}

.wrapperr .form-group {
  border-bottom: 0.75px solid #a8dadc6b;
  margin-bottom: 1.5rem;
}

.assignments .form-group textarea:focus {
  border: 0.75px solid #ffffff30 !important;
  outline: none;
}

.assignments .form-group textarea {
  min-height: auto;
  border: none;
  border-radius: none;
  /* resize: none; */
  padding: 5px;
  font-size: 16px;
  background: transparent !important;
  border-bottom: 1px solid #ffffff6b;
}

.assignments .form-group textarea:hover {
  border-bottom: 1px solid #eee;
}

.wrapperr .form-group .icon {
  color: #e8e8e8;
}

.wrapperr .form-group .form-control {
  background: inherit;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}

.my-btn .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 2px !important;
  padding-right: 27px !important;
}

.assignments .form-group textarea::placeholder {
  color: #727272;
}

.wrapperr .form-group input::placeholder {
  color: #727272;
}

.assignments .form-group textarea:focus::placeholder {
  opacity: 0;
}

.wrapperr .form-group input:focus::placeholder {
  opacity: 0;
}


.assignments .form-group .fa-phone {
  transform: rotate(90deg);
}


.wrapperr .option {
  color: #ccc;
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none
}

.wrapperr .option:hover {
  color: #eee;
}

.wrapperr .option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.file-prompt {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  opacity: 0;
  left: 0;
}

.profile {
  position: relative;
}

.profile span {
  position: absolute;
  bottom: 0;
  margin-bottom: -5px;
  padding: 5px;
  border-radius: 50%;
  margin-left: -24px;
  background-color: #A8DADC;
  color: #2aa0b8;
  font-size: 10px;
}

.profile img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.select-p option {
  background: #1d3557;

}

.select-p select {
  font-size: 12px;
  height: 36px;
  background: inherit;
  border: none;
  /* border-radius: 0px; */
  box-shadow: none;
  color: #e9e9e9;
}

.select-p .select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.modal-header .btn-close {
  color: #fff !important;


}

.wrapperr strong {
  font-size: 12px;
}

.img-thumbnail {
  background-color: transparent;
  border: none;
}

.modal-header {
  border-bottom: 0px !important;
}

.modal.fade.show {
  backdrop-filter: blur(5px);
}

.bgg {
  background: #122136;
}

.modal-backdrop.show {
  opacity: 0 !important;
}

.modal-bg {
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  background-image: url(../images/Welcome_bg.jpg);
  box-shadow: 0 4px 5px 0 rgb(249 242 242 / 10%), 0 -2px 12px 0 rgb(253 248 248 / 23%);
  border-radius: 12px;
  background-size: cover;
  background-position: top center;
  border: 0.5px solid #457c9e;
  border-radius: 8px;
}

.modal-bg2 {
  height: auto;
  margin-bottom: auto;
  width: 100%;
  background-image: url(../images/main2.png);
  box-shadow: 0 4px 5px 0 rgb(249 242 242 / 10%), 0 -2px 12px 0 rgb(253 248 248 / 23%);
  border-radius: 12px;
  background-size: cover;
  background-position: top center;
  border: 0.5px solid #457c9e;
  border-radius: 8px;
  position: relative;
}

.BottomDark {
  position: absolute;
  bottom: 0;
  display: block;
}

.modal-content {
  border: none;
  background: transparent;
}

.image2 {
  margin-top: -53px;
  width: 300px;
  margin-left: -10px;
}

.figm {
  font-weight: 700;
  letter-spacing: 1.1px;
}

.stf i {
  font-size: 11px;
  color: #fff;
}

.stf p {
  font-size: 14px;
  color: #fff !important;
  line-height: 19px;
}

.bg {
  background: #1D3557;
}

.stf span {
  font-size: 15px;
  /* line-height: 13px; */
  padding-right: 7px;
}

.stf .active a {
  color: #fff !important;
}

.get-started {
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  background-image: url(../images/get_started.png);
  box-shadow: 0px 2px 9px rgb(42 160 184 / 38%);
  border-radius: 6px;
  border: 0.5px solid #a8dadc30;
  background-size: cover;
  background-position: top;
}

.iyct_bg {
  background-image: url(../images/main.png);
  box-shadow: 0px 2px 20px rgb(42 160 184 / 25%);
  border-radius: 5px;
  border: 0.5px solid #a8dadc30;
  background-position: center;
}



.bg2 {
  /* height: auto; */
  /* margin-top: auto; */
  /* margin-bottom: auto; */
  /* width: 100%; */
  background-image: url(../images/STF1.png);
  border: 0.5px solid #a8dadc63;
  box-shadow: 0px 2px 20px rgb(168 218 220 / 10%);
  border-radius: 8px;
  background-size: cover;
  margin: 16px 18px;
}

.bg3 {
  background: #1D3557;
  border: 1px solid #a8dadc7a;
  box-shadow: 0px 2px 7px rgb(168 218 220 / 25%);
  border-radius: 6px;
  margin: 16px 7px;

}

.steps strong {
  color: #10C900;
  font-size: 13px;
}

/* .steps p {
  font-size: 13px;
  line-height: 20px;
} */

.practice_tool_btn {
  padding: 9px 3px;
  border: 1px solid #2AA0B8;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  float: left;
  background: transparent;
  cursor: pointer;
}

.video-thumbnail img {
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(168, 218, 220, 0.25);
}

.video-thumbnail3 {
  justify-content: center;
  display: flex;
  border: 1px solid #A8DADC;
  border-radius: 6px;
}

.video-thumbnail3 img {
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(168, 218, 220, 0.25);
}

.get-started p {
  font-weight: 700;
  font-size: 14px;
  padding: 6px 0 0;
  color: #fff;
}

.get-started h4 {
  font-weight: 700;
  font-size: 20px;
  padding: 39px 0 0;
  text-transform: uppercase;
}

.program-btn-active2 {
  padding: 11px 30px;
  border: 0px;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
  /* float: left; */
  /* background: linear-gradient(#2AA0B8, #457B9D); */
  /* color: #fff; */
}

.modal-video iframe {
  height: 405px;
  width: 711px;
  background: #000;
}

.player .vp-video-wrapper .vp-preview {
  height: 336px !important;
}

.modal-trs {
  background: transparent !important;
}

.modal-contentt {
  border: 1px solid #a8dadc61;
  box-shadow: 0px 2px 15px rgb(168 218 220 / 25%);
  border-radius: 8px;
}

.download {
  border: 0.5px solid #a8dadc63;
  /* box-shadow: 0px 2px 20px rgb(168 218 220 / 10%); */
  border-radius: 5px;
  background-size: cover;
  /* margin: 16px 18px; */
}

.program-btn-t {
  padding: 9px 28px !important;
  border: 1px solid #a8dadc5e;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  /* float: left; */
  /* background: transparent; */
  color: #fff;
  margin: 0 20px 0 0;
}

.steps .dropdown-menu a:hover {
  color: #000;
}

.steps .dropdown-menu a {
  color: #fff;
  font-size: 15px;
}

.steps .dropdown-menu {
  background-color: #132339;

}



.folder p {
  font-size: 12px;
}

.folder img {
  max-width: 57px;
  justify-content: center;
  display: initial !important;
}

.congratulation img {
  text-align: center;
  display: initial !important;
}

.lets-upload span {
  width: 31px;
  position: absolute;
  right: 56px;
}

.check li i {
  background: linear-gradient(#22d0f3, #44728f);
  padding: 4px;
  border-radius: 15px;
  margin: 0 7px;
  height: 26px;
}


.cervideos ul {
  margin-bottom: 3px;
}

.cervideos p {
  color: #fff;
}

.check li {
  list-style: none;
  font-size: 16px;
  color: #fff;
  display: flex
}

.theme-border {
  border: 2px solid #3f84a3;
  /* border-radius: 10px; */
  /* box-shadow: 0 4px 8px 0 rgb(249 242 242 / 2%), 0 6px 20px 0 rgb(253 248 248 / 9%); */
  border-radius: 5px;
}

.video-link {
  margin-right: 20px;
}

/* .video-link button{
    height: 55px;
} */
.video-link input {
  height: 49px;
  border: 0px;
  display: block;
  width: 100%;
  color: #fff;
}

.video-link .form-control:focus {
  background-color: transparent;
  border: none;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}



@font-face {
  font-family: 'CircularStd-Black';
  src: url(../fonts/CircularStd-Black.otf);
}

@font-face {
  font-family: 'CircularStd-Book';
  src: url(../fonts/CircularStd-Book.otf);
}


@font-face {
  font-family: 'times';
  src: url(../fonts/times.ttf);
}

@font-face {
  font-family: 'CircularStdBold';
  src: url(../fonts/CircularStdBold.ttf);
}

@font-face {
  font-family: 'Auto';
  src: url(../fonts/Auto.ttf);
}

@font-face {
  font-family: 'extrabold';
  src: url(../fonts/extrabold.otf);
}

.cardss {
  background: #fff;
  padding: 35px 40px;
  box-shadow: 0px 2px 12px 5px #a0a0a073;
  border-radius: 7px;
}

.c-bg {
  background: url(../images/c-bg.png) no-repeat;
  background-position: bottom;
  /* background-color: #1D3557; */
  background-size: 966px;
  /* width: 966px; */
  margin-top: -20px;
  z-index: 1
}

.succsess img {
  margin-top: 60px;
  margin-bottom: 10px;
  width: 61px;
}

.succsess-btn {
  background: linear-gradient(#06d333bf, #0c7703ad) !important;
  color: #fff !important;
}

.auto-width {
  width: 193px;
}

.welcome-page1 {
  background: url('../images/welcome1.png') no-repeat;
  background-position: center;
  /* width: 242px; */
  /* margin-left: 10px; */
  border-radius: 5px;
  background-size: cover;
  padding: 28px;
  height: 156px;
  box-shadow: 0 4px 5px 0 rgb(249 242 242 / 20%), 0 -2px 12px 0 rgb(253 248 248 / 16%);
  border: 1px solid #398da8;
}

.tc-p {
  font-size: 15px;
  line-height: 23px;
  padding-right: 43px;
  font-weight: 500;
}

.welcome-page2 {
  background: url('../images/welcome2.png') no-repeat;
  background-position: center;
  /* width: 242px; */
  /* margin-left: 10px; */
  border-radius: 5px;
  background-size: cover;
  padding: 28px;
  height: 175px;
  box-shadow: 0 4px 5px 0 rgb(249 242 242 / 20%), 0 -2px 12px 0 rgb(253 248 248 / 16%);
  border: 1px solid #398da8;
}

.stficon img {
  width: 72px;
  height: 69px;
}

.stficon1 {
  display: flex;
  /* background: linear-gradient(180deg, #E9ED3A 0%, #AEB100 100%); */
  border-radius: 6px;
  border: 0.5px solid #a8dadc59;
  box-shadow: 0px 2px 15px rgba(168, 218, 220, 0.15);
}

.stficon2 {
  display: flex;
  /* background: linear-gradient(180deg, #F9B60D 0%, #B28105 100%); */
  border-radius: 6px;
  border: 0.5px solid #a8dadc59;
  box-shadow: 0px 2px 15px rgba(168, 218, 220, 0.15);
}

.stficon3 {
  display: flex;
  /* background: linear-gradient(180deg, #DA4D4D 0%, #AA0000 100%); */
  border-radius: 6px;
  border: 0.5px solid #a8dadc59;
  box-shadow: 0px 2px 15px rgba(168, 218, 220, 0.15);
}

.stficon4 {
  display: flex;
  /* background: linear-gradient(180deg, #2AA0B8 0%, #457B9D 100%); */
  border-radius: 6px;
  border: 0.5px solid #a8dadc59;
  box-shadow: 0px 2px 15px rgba(168, 218, 220, 0.15);
}

.stficon5 {
  display: flex;
  /* background: linear-gradient(180deg, #8D33FF 0%, #5500C0 100%); */
  border-radius: 6px;
  border: 0.5px solid #a8dadc59;
  box-shadow: 0px 2px 15px rgba(168, 218, 220, 0.15);
}

.stficon6 {
  display: flex;
  /* background: linear-gradient(180deg, #06d333bf 0%, #0c7703ad 100%); */
  border-radius: 6px;
  border: 0.5px solid #a8dadc59;
  box-shadow: 0px 2px 15px rgba(168, 218, 220, 0.15);
}

.stficon p {
  color: #fff;
  font-size: 12px;
  margin: 0px;
  font-weight: bold;
}

.bg-fixed {
  background: #1D3557 !important;
}

.panel.date {
  margin: 0px;
  width: 60px;
  text-align: center;
}

.panel.date .month {
  padding: 8px 0px;
  text-transform: uppercase;
  font-size: 12px;
  color: #a8dadc;
}

.panel.date .day {
  /* padding: 3px 0px; */
  /* font-weight: 700; */
  font-size: 12px;
}

.panel-body ul {
  padding-left: 0px;
}

.bg3-border {
  background: #1D3557;
  box-shadow: 0px 2px 9px rgb(42 160 184 / 38%);
  margin: 10px 5px;
  border-radius: 7px;
  border: 0.5px solid #a8dadc7a;
}

.bg4-border {
  background: #1D3557;
  box-shadow: 0px 2px 9px rgb(42 160 184 / 38%);
  /* margin: 16px 18px; */
  border-radius: 5px;
  border: 0.5px solid #a8dadca8;
}

.border-r {
  border-radius: 7px;
}

.media-heading {
  font-size: 12px;
}

.ToolsText {
  display: -webkit-box;
  max-width: 259px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  margin-bottom: 16px;
  
}

.events p {
  float: left;
  /* font-size: 11px; */
  color: #fff;
  /* line-height: 35px; */
  padding-right: 7px;
  word-spacing: 1.1px;
}

.events select {
  padding: 4px 20px;
  line-height: 16px;
  /* background: transparent; */
  font-size: 13px;
  height: 33px;
  color: #fff;
  background: #1D3557;
  border: 0.5px solid #a8dadc5e;
  border-radius: 5px;
}

.events h4 {
  /* line-height: 31px; */
  font-weight: 500;
  color: #fff;
}

.events a {
  padding: 9px 31px;
  line-height: 16px;
  /* background: transparent; */
  font-size: 10px;
  /* height: 33px; */
  color: #A8DADC;
  background: #1D3557;
  border: 0.5px solid #a8dadc5e;
  border-radius: 5px;
  border: 0.5px solid #189bb4a6 !important;
  box-sizing: border-box;
  background: linear-gradient(#1d3557, #1d3557), linear-gradient(to bottom, #54adc9, black);
  border: 5px solid transparent;
  background-repeat: no-repeat;
  background-origin: padding-box, border-box;
  font-weight: 100;
}

.events p {
  /* font-size: 15px; */
  color: #e2dddd;
  line-height: 23px;
  font-weight: normal;
  /* font-family: 'Source Sans Pro', sans-serif; */
}


.events-btn {
  justify-content: end;
  float: right;
  cursor: pointer;
}

.events select option {
  font-size: 16px;
}

.hidden {
  visibility: hidden;
  width: 0;
}

.progress-bar {
  background: #f1f6fa;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #ccd6dd;
  height: 22px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  width: 300px;
}

.progress-bar--counter {
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.progress-bar--counter .hidden {
  display: inline-block;
}

.progress-bar--wrap {
  display: flex;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin: 10px 0;
}

.progress-bar--inner {
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
  height: 10px;
  left: 0;
  min-height: 10px;
  position: absolute;
  top: 0;
}

.progress-bar--green {
  color: #6fc14b;
}

.progress-bar--green .progress-bar--inner {
  background-color: #6fc14b;
}

.progress-bar--blue {
  color: #068eda;
}

.progress-bar--blue .progress-bar--inner {
  background-color: #068eda;
}

.progress-bar--red {
  color: #fb797e;
}

.progress-bar--red .progress-bar--inner {
  background-color: #fb797e;
}

.progress-bar--yellow {
  color: #f7a81d;
}

.progress-bar--yellow .progress-bar--inner {
  background-color: #f7a81d;
}

#area-chart,
#line-chart,
#bar-chart,
#stacked,
#pie-chart {
  min-height: 250px;
}

.apex-charts {
  min-height: 10px !important
}

.apex-charts text {
  font-family: var(--bs-font-sans-serif) !important;
  fill: #adb5bd
}

.apex-charts .apexcharts-canvas {
  margin: 0 auto
}

.apexcharts-tooltip-text,
.apexcharts-tooltip-title {
  font-family: var(--bs-font-sans-serif) !important
}

.apexcharts-legend-series {
  font-weight: 500
}

.apexcharts-gridline {
  pointer-events: none;
  stroke: #f8f9fa
}

.apexcharts-legend-text {
  color: #74788d !important;
  font-family: var(--bs-font-sans-serif) !important;
  font-size: 13px !important
}

.apexcharts-pie-label {
  fill: #fff !important
}

.apexcharts-xaxis text,
.apexcharts-yaxis text {
  font-family: var(--bs-font-sans-serif) !important;
  fill: #adb5bd
}

body[data-layout-mode=dark] .apexcharts-gridline {
  stroke: #373c39
}

body[data-layout-mode=dark] .apexcharts-tooltip.apexcharts-theme-light {
  background-color: #313533;
  border-color: #373c39
}

body[data-layout-mode=dark] .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background-color: #3b403d;
  border-color: #414743
}

body[data-layout-mode=dark] .apexcharts-legend-text {
  color: #adb5bd !important
}

body[data-layout-mode=dark] .apexcharts-grid-row+line,
body[data-layout-mode=dark] .apexcharts-yaxis-texts-g.apexcharts-xaxis-inversed-texts-g+line {
  stroke: #414743
}

body[data-layout-mode=dark] .apexcharts-heatmap-rect,
body[data-layout-mode=dark] .apexcharts-pie-area,
body[data-layout-mode=dark] .apexcharts-treemap-rect,
body[data-layout-mode=dark] .apexcharts-xaxis line {
  stroke: #414743
}

body[data-layout-mode=dark] .apexcharts-radialbar-track.apexcharts-track path {
  stroke: #414743
}

body[data-layout-mode=dark] .apexcharts-radar-series.apexcharts-plot-series line,
body[data-layout-mode=dark] .apexcharts-radar-series.apexcharts-plot-series polygon {
  fill: #3b403d;
  stroke: #414743
}

body[data-layout-mode=dark] .apexcharts-pie circle {
  stroke: #414743
}

option[selected="selected"] {
  padding: 5px 10px !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #132339 !important;
  color: #FFF;
}

.steps .dropdown-menu a:hover {
  color: #fff;
}

.w-40 {
  width: 40%;
}

.w-60 {
  width: 60%;
}

.d-flex-2 {
  display: flex;
}

.image-2 {
  background: url('../images/billing.png') no-repeat;
  background-position: center;
  background-size: cover;
  border: 0.5px solid #a8dadc69;
  border-radius: 20px;
  padding: 20px;
}

.image-2 span {
  font-size: 13px;
  color: #fff;
  display: block;
}

.accordion-button:not(.collapsed) {
  background-color: #1d3557;
}

.accordion-button::after {
  background-image: url('https://img.icons8.com/external-creatype-glyph-colourcreatype/24/ffffff/external-caret-miscellaneous-user-interface-v1-creatype-glyph-colourcreatype-4.png') !important;
}

.accordion-button span {
  font-size: 16px;
  padding: 3px 10px;
  font-family: -webkit-body;
  color: #fff;
  right: 5px;
  position: absolute;
}

.accordion-button {
  /* background-color: transparent !important; */
  /* font-size: 14px !important; */
}

.accordion-item {
  background-color: transparent !important;
  border: none !important;
}

.accordion-body p {
  /* font-size: 13px; */
  line-height: 19px;
}

.accordion-body a {
  color: #0077B5;
}

.accordion-body span {
  color: #ccc;
  font-size: 13px;
}

.min-height {
  min-height: 356px;
}

.bottom-32 {
  bottom: 32px;
}

.ptblr-40 {
  padding: 40px;
}

.ncode-table td:last-child {
  border: none !important;
}

.BeliefBox td:last-child {
  border: none !important;
}

.ncode-table td {
  border-right: 1px solid #a8dadc3d !important;
}

.BeliefBox td {
  border-right: 1px solid #a8dadc3d !important;
}

.left {
  padding: 0 5px;
}

.ncode-table th {
  border-right: 1px solid #a8dadc7d !important;
}

.BeliefBox th {
  border-right: 1px solid #a8dadc7d !important;
}


.expected_cal tr:nth-child(even) {
  border-top: 1px solid #cccccc87;
  border-bottom: 1px solid #cccccc8c;
}

.ncode-table .table thead th {
  border-top: 0px !important;
}

.ncode-table td {
  padding: 9px 17px;
  font-size: 11px;
}

.BeliefBox th {
  font-size: 17px;
}

.BeliefBox td {
  padding: 11px 17px;
  font-size: 14px;
}

.ncode-table tbody {
  border-radius: 0 0 5px 5px !important;
  border-spacing: 0;
  /* width: 600px; */
  /* margin: 30px; */
  /* border: 1px solid #cccccc66; */
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  box-shadow: 0 1px 0 1px #a8dadc78;
}

.BeliefBox tbody {
  border-radius: 0 0 5px 5px !important;
  border-spacing: 0;
  /* width: 600px; */
  /* margin: 30px; */
  /* border: 1px solid #cccccc66; */
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  box-shadow: 0 1px 0 1px #a8dadc78;
}

.ncode-table tr:nth-child(even) {
  background-color: #32517C;
}

.BeliefBox tr:nth-child(even) {
  background-color: #32517C;
}

.ncode-table thead {
  box-shadow: 0 -1px 0 1px #a8dadc78;
  border-radius: 5px 8px 0 0;
  border: none !important;
}

.BeliefBox thead {
  box-shadow: 0 -1px 0 1px #a8dadc78;
  border-radius: 5px 8px 0 0;
  border: none !important;
}

thead {
  font-size: 13px !important;
  font-weight: 100;
  border: 0.5px solid #a8dadc2b !important;
  box-shadow: 0px 2px 15px rgba(168, 218, 220, 0.15);
  border-radius: 8px;
}

td {
  font-size: 12px;
  border: none !important;
}

.table>:not(caption)>*>* {
  border-bottom-width: 0px !important;
}

.border-end {
  border-right: 1px solid #dee2e65c !important;
}



.border-change {
  border-color: #fff;
  transition: all 0.4s ease-in-out;
}

#msform {
  width: 100%;
  /* margin: 51px 0 0 0; */
  text-align: center;
  position: sticky;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;

  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
#msform input,
#msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  font-size: 13px;
}

/*buttons*/
#msform .action-button {
  width: 100px;
  background: #27AE60;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

/*headings*/
.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

.background li:after {
  background: #11ac7e !important;
}

#progressbar {
  padding-top: 40px;

  /*CSS counters to number the steps*/
  counter-reset: step;
  justify-content: center;
  /* overflow: scroll; */
  display: flex;
}


.installm {
  position: absolute;
  top: -35px;
  right: 0px;
  left: 0;
  color: white;
  display: flex;
}

#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  width: 10%;
  float: left;
  position: relative;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 16px;
  line-height: 13px;
  display: block;
  color: #333;
  background: linear-gradient(180deg, #ffffff 0%, #828682 100%);
  border-radius: 11px;
  font-size: 0;
  border: 2px solid #fff;
  margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #e4ebe9;
  position: absolute;
  left: -50%;
  top: 7px;
  z-index: -1;
  /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  color: white;
  background: linear-gradient(180deg, #06d333bf 0%, #0c7703ad 100%);
  border-radius: 11px;
  font-size: 0;
  border: 2px solid #fff;
}

.step-item:before {
  background: linear-gradient(180deg, #06d333bf 0%, #0c7703ad 100%) !important;
  border-radius: 11px;
  font-size: 0;
  border: 5px solid #fff;
}

.step-item:after {
  background: #0a9b16 !important;
}

.installment {
  position: relative;
  height: 363px;
}

.installment img {
  position: absolute;
  right: 13px;
}

.installment b {
  color: #ffffff;
  font-weight: 600;
}

.installment p {
  color: #C6C6C6;
  /* font-size: 11px; */
  margin: 0px 0 9px;
}

.billing {
  background: url(https://arfeen.tezitservices.com/public/home/images/billing.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  box-shadow: 0px 2px 9px rgb(42 160 184 / 38%);
  border-radius: 8px;
}

.billing p {
  color: #C6C6C6;
  /* font-size: 14px; */
  line-height: 27px;
}

.width32 {
  width: 32%;
}

.installment h6 {
  color: #10C900;
  font-size: 13px;
  margin: 3px 0;
}

.installment span {
  color: #FFFFFF !important;
  font-size: 13px;
  font-weight: 100 !important;
  display: block;
}

.background {
  background: linear-gradient(#2AA0B8, #457B9D) !important;
  border: none !important;
}

.border-radius {
  border-radius: 0px !important;
}

.text-decoration {
  background: url(../images/Frame.png) no-repeat;
  background-position: center;
  background-size: 60%;
}

.congratulations img {
  margin-top: -35px;
}

/* input[type=range] {
  -webkit-appearance: none;
  margin: 20px 0;
  width: 100%;
  background: transparent;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  border: 2px solid #fff;
  border-radius: 10px;
  background: #bcbe26;
  cursor: pointer;
  border: none;
  margin-top: -8px;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: #bcbe26 !important;
  border-radius: 25px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #bcbe26 !important;
  color: #FF8F3C
} */

.range-wrap {
  width: 400px;
  position: relative;
}

.range-value {
  position: absolute;
  top: -5%;
}

.range-value span {
  width: 30px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #bcbe26;
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 6px;
}

.range-value span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #bcbe26;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}

/*chart design*/
.chartsContainer .health-header {
  padding: 25px 50px 47px 50px;
  width: 100%;
  background-image: url(../images/bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.chartsContainer .health-navbar {
  width: 100%;
  display: inline-block;
  margin: 0px !important;
}

.chartsContainer .health-logo {
  width: 100%;
  padding-bottom: 30px;
  font-weight: 800;
  text-align: center;
  font-size: 30px;
  color: #fff;
  /* padding: 50px; */
  font-family: "Montserrat-Bold";
  letter-spacing: 35px;
}

.chartsContainer .wheel-title {
  text-align: center;
  font-size: 50px;
  color: #fd6001;
  padding: 20px 0px 0px;
  font-family: "BebasNeue-Bold";
}

.chartsContainer .wheel-title p {
  margin: 0px;
}

.chartsContainer .wheel-subtext {
  text-align: center;
  font-size: 20px;
  font-family: "Lato-Reg";
}

.chartsContainer .categories {
  width: 100%;
  display: inline-block;
  padding: 0px;
  position: relative;
  text-align: center;
  margin: 30px auto;
}

.chartsContainer .highcharts-title,
.chartsContainer .highcharts-button-box,
.chartsContainer .highcharts-legend,
.chartsContainer .highcharts-button-symbol,
.chartsContainer .highcharts-credits {
  display: none;
}

.chartsContainer .wealth {
  font-family: "Lato-Reg";
  float: left;
  width: 16%;
  text-align: center;
  font-size: 25px;
  margin: 15px auto;
  display: inline-block;
}

.chartsContainer .abc {
  max-width: 100%;
  /* width: 70%; */
  /*height: 20%;*/
  padding: 0px;
}

.chartsContainer .hoverImg {
  display: none;
}

.chartsContainer .hoverImg2 {
  display: none;
}

.chartsContainer .hoverImg3 {
  display: none;
}

.chartsContainer .hoverImg4 {
  display: none;
}

.chartsContainer .hoverImg5 {
  display: none;
}

.chartsContainer .hoverImg6 {
  display: none;
}

.chartsContainer #wealth:hover .hoverImg {
  display: block;

}

.chartsContainer #wealth:hover .wealth_text {
  color: #f05b28;

}

.chartsContainer #wealth:hover .main_image {
  display: none;
}


.chartsContainer #relationship:hover .hoverImg2 {
  display: block;

}

.chartsContainer #relationship:hover .relationship_text {
  color: #f05b28;

}

.chartsContainer #relationship:hover .main_image2 {
  display: none;
}



.chartsContainer #health:hover .hoverImg4 {
  display: block;

}

.chartsContainer #health:hover .health_text {
  color: #f05b28;

}

.chartsContainer #health:hover .main_image4 {
  display: none;
}


.chartsContainer #business:hover .hoverImg3 {
  display: block;

}

.chartsContainer #business:hover .business_text {
  color: #f05b28;

}

.chartsContainer #business:hover .main_image3 {
  display: none;
}


.chartsContainer #training:hover .hoverImg5 {
  display: block;

}

.chartsContainer #training:hover .training_text {
  color: #f05b28;

}

.chartsContainer #training:hover .main_image5 {
  display: none;
}

.chartsContainer #marketing:hover .hoverImg6 {
  display: block;

}

.chartsContainer #marketing:hover .marketing_text {
  color: #f05b28;

}

.chartsContainer #marketing:hover .main_image6 {
  display: none;
}

.chartsContainer .wealth img {

  padding: 30px;

}

.chartsContainer .textab {
  width: 85%;
  margin: 20px auto;
  font-size: 20px;
}

.chartsContainer .color-box {
  color: #fff;
  list-style: none;
  float: left;
  /* padding: 2px 12px; */
  font-size: 14px;
  /* border-radius: 15px; */
  color: #000;
  background: #fff;
  margin-top: 9px;
  font-weight: 600;
  z-index: 9;
  width: 36px;
  text-align: center;
  height: 32px;
  border-radius: 2px;
}

.chartsContainer .color-text {
  color: #fff !important;
  float: left;
  /* font-size: 12px; */
  padding-left: 12px;
  padding-right: 12px;
  margin: 0px;
  padding-top: 13px;
}

.direction {
  direction: rtl;
  display: flex;
  z-index: 1;
}

.chartsContainer .color-index {
  padding-left: 25px;
  /* padding-top: 86px; */
}

.chartsContainer .color-value {
  padding-left: 10px;
  float: right;
  font-size: 12px;
  color: #fff !important;
  margin: 0px;
  padding-top: 9px;
}

.chartsContainer ul {
  margin: 0px;
}



@media (max-width:767px) {
  .chartsContainer .color-index {
    padding-left: 0px;
    padding-top: 0;
  }

  .chartsContainer ul {
    padding: 0;
  }
}

#polarChart {
  /* margin-top:80px; */
}

.modalbg {
  background: #1D3557;
  border: 1px solid;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgb(168 218 220 / 25%);
  border-radius: 6px;
}

.dec_modal_dialog {
  margin: 67px auto;
}

.dec_modal_content {
  min-height: 364px;
}

/*decision making css*/

@media (max-width:767px) {
  .menuNavCircular {
    margin: 45px auto;
    width: 95%;
  }


}

/* @media (max-width:420px) {
  .menuNavCircular .circle label span {
    font-size: 13px;
  }
}

@media (max-width:419px) {
  .menuNavCircular .circle label span {
    font-size: 12px;
  }
} */
.welcome-page1 .program-btn-active-p {
  padding: 7px 33px !important;
}



/* Cell background colors */
.menuNavCircular .coconut label,
.menuNavCircular .ococonut:checked~nav .unsel {
  background: #A8DADC;
}

.menuNavCircular .vanilla label,
.menuNavCircular .ovanilla:checked~nav .unsel {
  background: #A8DADC;
}

.menuNavCircular .orange label,
.menuNavCircular .oorange:checked~nav .unsel {
  background: #A8DADC;
}

.menuNavCircular .almond label,
.menuNavCircular .oalmond:checked~nav .unsel {
  background: #A8DADC;
}

.menuNavCircular .grape label,
.menuNavCircular .ogrape:checked~nav .unsel {
  background: #A8DADC;
}

.menuNavCircular .blackberry label,
.menuNavCircular .oblackberry:checked~nav .unsel {
  background: #A8DADC;
}

.menuNavCircular .cherry label,
.menuNavCircular .ocherry:checked~nav .unsel {
  background: #A8DADC;
}


.menuNavCircular .slice label {
  font-weight: 700;
  line-height: 5;
}



.menuNavCircular .slice p {
  width: 100px;
  margin-left: 185px;
}

.menuNavCircular .unsel {
  z-index: 2;
  top: 40%;
  left: 40%;
  width: 32%;
  height: 32%;
  text-align: center;
}

.menuNavCircular .unsel label {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 9;
  border-radius: 50%;
  background-color: wheat;
  border: 1px solid #fff;
  box-shadow: -22px -27px 5px #95a9c617, 2px 2px 20px #15223494;
  color: #000;
  cursor: pointer;
  font-size: 14px;
}

.menuNavCircular .middle {
  z-index: 1;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  text-align: center;
  background-color: white;
}

.menuNavCircular .menuNavCircular {
  position: relative;
  left: 0;
}

.menuNavCircular .visible {
  display: block;
  position: absolute;
  margin: 250px 0 0 250px;
}

.menuNavCircular .hidden {
  display: none;
}

.menuNavCircular .visible ul {
  list-style-type: none;
}

.menuNavCircular .visible details ul {
  list-style-type: square;
}

.menuNavCircular .visible a {
  font-size: 120%;
  text-decoration: none;
  color: purple;
}

.menuNavCircular .Reseau a {
  font-size: 160%;
}

.menuNavCircular .Reseau a:hover {
  color: red;
}



.modal-footer-center {
  text-align: center;
}

.btn-next-orange {
  background: #A8DADC;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid #fff;
  padding: 10px 25px 6px 25px;
  border-radius: 4px;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
}

.menuNavCircular .active {
  background: #A8DADC !important;
  color: #000;
}

.menuNavCircular .complete {
  background: #A8DADC !important;
  border: 1px solid #fff;
}




@media (max-width:600px) {
  .menuNavCircular .unsel label {
    font-size: 10px;
  }

  .nav-link>.fa>.badge {
    right: -7px;
  }





  .menuNavCircular .slice label span {
    font-size: 11px;
  }


}

/* Decision Making Menu*/
.menuNavCircular .circle,
.menuNavCircular .circle:before,
.menuNavCircular .circle:after {
  border-radius: 62%;
  cursor: none;
}


.menuNavCircular ul {
  position: relative;
  padding: 44%;
  max-width: 0;
  max-height: 0;
  list-style: none;
}










.menuNavCircular .slice label:hover {
  color: white;
  border: 1px solid #adcccd;
}


.search-container {
  /* width: 290px; */
  display: block;
  margin: 0 auto;
  position: relative;
}

input#search-bar {
  margin: 0 auto;
  width: 100%;
  height: 34px;
  padding: 0 20px;
  font-size: 15px;
  border: 1px solid #d0cfce2b;
  outline: none;
  border-radius: 4px;
  border-radius: 29px;
  box-shadow: 0px 2px 15px rgb(168 218 220 / 14%);
  color: #fff;
  background: #1d3557;
}

input#search-bar:focus {
  border: 1px solid #008ABF;
  transition: 0.35s ease;
  color: #008ABF;
}

input#search-bar:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

input#search-bar:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

input#search-bar:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

.search-icon {
  position: absolute;
  /* float: right; */
  top: 19px;
  color: #ffffff73;
  padding: 0 15px;
  text-align: right;
  right: 0;
}

.ncode .form-group label {
  font-size: 13px;
}

.form-check-input:checked {
  background-color: #13922f;
  border-color: #0c4f1b !important;
  /* color:#fff; */
}

.ncode input[type=checkbox] {
  /* z-index: 999; */
  padding: 8px;
  height: 10px;
  margin-right: 6px;
  /* margin-top: 10px; */
  cursor: pointer;
}

.ncode label {
  cursor: pointer;
}

.label-text {
  font-size: 14px;
}


.btn-select {
  width: 157px;
  height: 52px;
  background: #a8dadc5e;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  border: none;
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  cursor: pointer;
}


.check-content-list input[type="radio"] {
  position: absolute;
  right: 9000px;
}

.check-content-list input[type="checkbox"] {
  right: 9000px;
  position: absolute;
}

.form-checkbox input[type=checkbox]:checked+.select-b {
  background: linear-gradient(180deg, #2AA0B8 0%, #457B9D 100%);
  color: #fff;
  /* border-bottom: 2px solid #7fcc5d; */
}

.form-checkbox {
  display: inline-table;
}

.BeliefBox .form-checkbox input[type=checkbox]:checked+.select-b {
  background: linear-gradient(180deg, #2AA0B8 0%, #457B9D 100%);
  color: #fff;
}

.BeliefBox .form-checkbox input[type=checkbox]+.select-b {
  background: #1d3557;
  display: table-cell;
  align-items: center;
  width: 99% !important;
  min-height: 136px
}

.form-checkbox input[type=checkbox]+.select-b {
  /* width: 222px; */
  width: 292px !important;
  min-height: 161px;
  background: transparent;
  box-shadow: -4px -4px 10px rgb(168 218 220 / 25%), 4px 2px 5px rgb(168 218 220 / 25%);
  border-radius: 32px;
  border: none;
  /* font-family: 'SF Pro Display'; */
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  /* line-height: 80px; */
  text-align: center;
  /* margin-top: 20px; */
  color: #A8DADC;
  padding: 7px 0;
  display: block;
}

.select-b {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.select-b p {
  color: #bdd1d1;
  font-size: 10px;
  padding: 0px 13px;
  line-height: 11px;
  display: inline-block;
  width: 100%;
  white-space: break-spaces;
  margin-bottom: 0px !important;
  user-select: none;
}

.check-content-list .select-b {
  position: relative;
  padding: 0 0 5px;
}

.form-group .fa {
  color: #3196b1 !important;
  font-size: 12px;
}

.linear-gradient {
  background: linear-gradient(#2AA0B8, #457B9D);
}

.mycode tr:nth-child(even) {
  background-color: #32517C !important;
}

.mycode th {
  border-right: 1px solid #a8dadc66 !important;
  font-weight: 100;
  color: #fff;
}

.mycode tr {
  border-radius: 5px;
}

.mycode td {
  padding: 6px 15px;
  /* border-right: 1px solid #a8dadc66 !important; */
  line-height: 14px;
  font-size: 12px;
}

.mycode .fa {
  color: #3098b2;
}

.border-tb {
  box-shadow: 0px 2px 5px rgb(42 160 184 / 15%);
  /* position: fixed; */
  width: 100%;
  height: 37px;
  z-index: 777;
  /* position: sticky; */
  /* top: 16%; */
  background: #1d3557;
}

.table-bordered>:not(caption)>* {
  border: 1px solid #a8dadc66 !important;
}

/* Decision Making Menu*/


.menuNavCircular {
  position: relative;
  display: block;
  left: 0;
  margin: 0px;
  min-width: 31em;
  width: 50%;
  max-width: 40em;
  height: 502px;
}



.menuNavCircular li {
  position: absolute;
}

.menuNavCircular .slice {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 55%;
  transform-origin: 100% 100%;
  border: none;
  box-shadow: 3px 1px 25px #36787a;
}

/* Cell orientation */
.menuNavCircular .coconut {
  transform: rotate(13deg) skewX(40deg);

}

.menuNavCircular .vanilla {
  transform: rotate(58deg) skewX(40deg);
}

.menuNavCircular .orange {
  transform: rotate(103deg) skewX(40deg);
}

.menuNavCircular .almond {
  transform: rotate(148deg) skewX(40deg);
}

.menuNavCircular .grape {
  transform: rotate(193deg) skewX(40deg);
}

.menuNavCircular .blackberry {
  transform: rotate(238deg) skewX(40deg);
}

.menuNavCircular .cherry {
  transform: rotate(283deg) skewX(40deg);
}

.menuNavCircular .apple {
  transform: rotate(328deg) skewX(40deg);
}

.menuNavCircular .menunav label {
  cursor: pointer;
}

.menuNavCircular .slice label {
  display: block;
  width: 200%;
  height: 200%;
  max-width: 200%;
  transform: skew(-40deg) rotate(-65deg);
  line-height: 1.9;
  text-align: center;
  box-shadow: 5px 10px 5px #36787a inset;
}

.menuNavCircular .slice label span {
  display: block;
}



.menuNavCircular .circle .menuname:hover {
  color: white;
  transition: color 0.5s ease;
}

.menuNavCircular .menudesc {
  width: 280px;
}








.menuNavCircular .disabled {
  cursor: not-allowed;
}


.menuNavCircular .fade-color label {
  /* background: #ffa07f; */
  color: #000;
  font-size: 12px;
  box-shadow: inset 0 10px 12px #36787a, inset 0px 6px 16px #f1feff;
  background: #6cbcbf;
}


.menuNavCircular .rotate-text {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 18px;
  line-height: 12;
}



@media (max-width:600px) {
  .menuNavCircular .unsel label {
    font-size: 10px;
  }

  .menuNavCircular .slice label span {
    font-size: 9px;
  }
}

.d-making .form-control {
  font-size: 15px !important;
}

.d-input {
  /* display: flex; */
  justify-content: space-between;
}

.d-input span {
  font-size: 13px;
}

.table-content td {
  color: #C6C6C6;
}

.table-content .form-control:focus {
  background: transparent;
  color: #fff;
}

.table-content input {
  border: none;
  background: transparent;
  outline: none;
  text-align: right;
  font-size: 16px;
  padding: 0 2px;
  width: 113px;
  color: #C6C6C6;
  border: 1px solid #3e84a452;
  padding: 1px 6px;
  border-radius: 4px;
}

.cat-title {
  text-align: left;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.action .fa {
  font-size: 16px;
  color: #a4a9ab !important;
}



.right {
  text-align: right;
}

.table-editable {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  /* border: 1px solid #dddddd57; */
}

.table-editable th {
  font-size: 15px;
  font-weight: 700;
}



.disire_eye {
  position: relative;
  display: inline-block;
  border-bottom: unset !important;
  padding: 0px 10px;
  border: 1px solid #f4f6f6;
  border-radius: 22px;
  margin-left: 1px;
  font-family: initial;
}

.disire_eye .tooltiptext {
  visibility: hidden;
  width: 202px;
  background-color: #2AA0B8;
  color: #fff;
  text-align: center;
  padding: 7px 13px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  left: -161px;
  top: 28px;
  letter-spacing: 0.2px;
  line-height: 1.2;
  font-size: 11px;
  font-family: sans-serif;
}

/* Show the tooltip text when you mouse over the tooltip container */
.disire_eye:hover .tooltiptext {
  visibility: visible;
}

.entity i {
  padding: 2px 7px;
  border: 1px solid #ccc;
  border-radius: 18px;
  margin-left: 11px;
  color: #fff;
}

.blue-bg2 {
  background: linear-gradient(180deg, #3591ad 0%, #457B9D 100%);
}

.blue-bg {
  background: linear-gradient(180deg, #2AA0B8 0%, #457B9D 100%);
  ;
}

.blue {
  color: #7BC7C7;
  font-size: 13px;
  font-weight: 500;
}

.table thead th {
  /* padding: 12px; */
  border-right: 1px solid #a8dadc66;
  line-height: 25px;
  font-weight: 500;
  border-top: 1px solid #a8dadc66;
}

.dash-border-top {
  border-bottom: dashed 2px #fff;
}

.start {
  height: 304px;
}

.start h6 {
  font-size: 19px;
  padding-top: 6px;
  font-weight: 700;
  color: #2AA0B8;
  margin-bottom: 12px;
}
.start h5 {
  font-size: 27px;
  padding-top: 6px;
  font-weight: 700;
  color: #2AA0B8;
  margin-bottom: 37px;
}

.welcome .arrow_img img {
  height: auto
}

.welcome .start img {
  width: 136px;
  margin-top: 0px;
  height: 140px;
  margin-bottom: 0px
}

.welcome .start p {
  /* padding:0 57px; */
  line-height: 18px;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
}

.start p {
  font-size: 14px;
  font-weight: 500;
  padding: 0px 10px 20px;
  color: rgb(203 193 193);
  line-height: 20px;
}

.questions .form-control:focus {
  background: #1D3557 !important;
  color: #fff !important;
}

.item .questions p {
  font-weight: 400;
  font-size: 19px;
  line-height: 29px;
}

.questions p {
  color: #fff;
}

/* .questions .form-group textarea{
  border:none ;
} */
.questions .form-group textarea:focus {
  border: none;
}

.questions .form-group textarea {
  min-height: auto;
  border: none;
  border-radius: 0px;
  /* resize: none; */
  padding: 8px;
  font-size: 17px;
  background: transparent !important;
  border-bottom: 1px solid #ffffff6b;
}

.start img {
  margin-top: -13%;
  height: 135px;
  margin-bottom: 10px;
}

.em-service {
  margin-top: 4em;
}

.em_service_content {
  /* background: #fff; */
  border-radius: 5px;
  position: relative;
  /* padding: 25px 0 20px 40px; */
  /* box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12); */
  /* min-height: 140px; */
  margin-bottom: 50px;
}

.em-service-title h2 {
  margin: 5px 0 10px;
  font-size: 18px;
  padding: 0;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  color: #ff4200;
}

.em-service-desc p {
  color: #333;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
  width: 600px;
  max-width: 100%;
  margin-bottom: 10px;
  line-height: 1.42857143;
}

.service-btn a {
  color: #ff4200;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  cursor: pointer;
}

.check-lists .label-text {
  color: #020202;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
}

/*range slider*/

.left-align-col .slider-selection {
  background: #bd4949 !important;
}

.slider-track {
  background-image: linear-gradient(to bottom, #d1cbcbe3 0, #f9f9f9 100%) !important;
}

.slider-track-low,
.slider-track-high {
  background-image: linear-gradient(to bottom, #ccc, #f9f9f9 100%);
}

.left-align-col .slider-success .slider-selection {
  background-color: #5cb85c !important;
}

.left-align-col .slider-primary .slider-selection {
  background-color: #428bca !important;
}

.left-align-col .slider-info .slider-selection {
  background-color: #5bc0de !important;
}

.left-align-col .slider-warning .slider-selection {
  background-color: #f0ad4e !important;
}

.left-align-col .slider-danger .slider-selection {
  background-color: #d9534f !important;
}

.left-align-col .slider.slider-horizontal {
  width: 100% !important;
  height: 26px;
  background: none;
  opacity: 1;
}

.slider.slider-horizontal .slider-track {
  margin-top: -4px;
  height: 4px !important;
}

.left-align-col .slider-handle {
  background-color: #fd5e38 !important;
  background-image: none !important;
  -webkit-box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
  border: 5px solid #d9d5d4;
}

/* .left-align-col .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #bdbdbd !important;
  text-align: center;
  background-color: transparent !important;
  border-radius: 4px;
} */
/* .left-align-col .tooltip.top .tooltip-arrow {
  display: none !important;
} */
.left-align-col .slider .tooltip.top {
  margin-top: -40px !important;
  z-index: 0;
}

.left-align-col .well {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 100% !important;
  padding: 0;
}

.left-align-col .slider-ghost .slider-track {
  height: 5px !important;
}

.left-align-col .slider-ghost .slider-handle {
  top: -2px !important;
  border: 4px solid #db3c2a;
}

.left-align-col .slider-success.slider-ghost .slider-handle {
  border-color: #5cb85c;
}

.left-align-col .slider-primary.slider-ghost .slider-handle {
  border-color: #428bca;
}

.left-align-col .slider-info.slider-ghost .slider-handle {
  border-color: #5bc0de;
}

.left-align-col .slider-warning.slider-ghost .slider-handle {
  border-color: #f0ad4e;
}

.left-align-col .slider-danger.slider-ghost .slider-handle {
  border-color: #d9534f;
}

.slider-handle {
  width: 24px !important;
  height: 24px !important;
}

/* .left-align-col .slider-ghost .slider-handle{
  border: 4px solid #2aa0b8;
} */
.left-align-col .tooltip-inner {
  position: absolute;
  background: url('../images/Vectorold.png') no-repeat;
  height: 80px;
  width: 63px;
  line-height: 53px;
  top: -34px;
  font-size: 15px;
  color: #000;
  font-weight: 700;
  margin-left: -22px;
  padding: 5px 5px 0 0;
  left: -5px;
}

/* .left-align-col .tooltip-inner {
  margin-left: -22px;
  font-size: 13px;
  background: url(../images/Vector.png) no-repeat;
  border-radius: 4px;
  padding: 5px 5px 0 0;
  position: absolute;
  top: -17px;
  /* left: 5px; */
/* text-align: center;
  width: 53px;
  line-height: 44px;
  color: #000;
  height: 76px;
  font-weight: 700;
 }  */

.tooltip.in {
  opacity: .9;
}

.left-align-col .tooltip-inner::after {
  position: absolute;
  bottom: 0;
  left: 13px;
  width: 0;
  height: 0;
  /* border-top: 6px solid #2aa0b8; */
  /* border-bottom: 0px solid #2aa0b8; */
  /* border-left: 6px solid transparent; */
  content: '';
  top: 30px;
  border-right: 6px solid transparent;
}

.left-align-col {
  margin-top: 75px;
  padding-left: 0;
  margin-bottom: 20px;
}

.mte-4 {
  margin-top: 4em;
}

.em-service-title-1 h2 {
  color: #fff;
  margin: 5px 0 10px;
  font-size: 15px;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
}

.dop-mraketing .select-styled {
  /* position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; */
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: 2px solid #2aa0b859;
  border-radius: 5px;
  width: 100%;
  padding: 4px 10px;
  font-size: 14px !important;
  color: #fff !important;
}

.dop-mraketing .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #1d3557;
  color: #000
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.dop-mraketing .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 40px;
}

.select-styled:active:after,
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #de293e transparent;
}

.dop-mraketing .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #2aa0b8 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px
}

.dop-mraketing .select-options li {
  margin: 0;
  padding: 5px 0;
  text-indent: 15px;
  border: 1px solid #2aa0b852;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  font-family: Barlow-Bold;
  font-size: 14px;
}

.dop-mraketing .select-options li:hover {
  color: #1d3557;
  background: #fff;
}

.ncode label {
  display: contents !important;
}

.webinar-promo h6 {
  margin: 17px 0;
}

.webinar-promo {
  margin: 0 5px;
}

.webinar-promo p {
  /* font-weight: 500; */
  /* font-size: 12px; */
  line-height: 19px;
}

.webinar_promo input {
  width: 400px;
}

.arrow_img img {
  width: 120px;
  height: 70px;
}

.video-testimonial-block1 h1 {
  font-size: 238px;
  margin: 0;
  width: auto;
  text-align: center;
  color: #3493af;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700
}

.Limit {
  font-size: 33px;
}

.Sharetext {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.arrow_img2 {
  margin-left: -73px;
  margin-right: -99px;
  z-index: 1;
}

.arrow_img2 img {
  /* width: 120px; */
  height: 92px;
  /* padding-left: 10px; */
}

.arrow_img {
  margin-left: -115px;
  margin-right: -118px;
}

.anchor a {
  color: #33a3ba;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  text-decoration: underline;
}

.share_icon span {
  margin: 5px 2px;
}

.span_tag {
  font-size: 13px;
}

.PracticeContent {
  color: #fff;
  /* font-size: 11px; */
  line-height: 18px;
  filter: drop-shadow(8px 2px 4px #000);
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

.clicktest {
  /* display: flex; */
  cursor: pointer;
  align-items: end;
  padding-right: 17px;
}

.q-text {
  width: 88%;
  z-index: 1;
  user-select: none;
}

.labl>input {
  visibility: hidden;
  position: absolute;
}

.labl>input+div {
  border-radius: 29px;
  background: #1d3557;
  width: 100%;
  min-height: 135px;
  padding: 10px 22px;
  font-weight: normal;
  display: block;
  border: 1px solid #a8dadcd1;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin-left: 5px;
  align-self: center;
  line-height: 27px;
  box-shadow: 0px 2px 9px rgb(42 160 184 / 22%);
}

.labl>input:checked+div {
  background-image: linear-gradient(180deg, #2c9db6 0%, #1d3557 100%);
  color: #fff;
}

.tickbg {
  content: "\00a0";
  border: solid 16px #a3bcc9;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 18px;
  height: 0;
  width: 0;
  display: block;
  position: absolute;
}

.tick {
  height: 12px;
  width: 6px;
  border: solid #FFFFFF;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  display: block;
  margin-top: -7px;
  margin-left: -3px;
}

.clicktest span {
  padding-left: 50px;
}

.aduiobutton {
  width: 14%;
  background: linear-gradient(180deg, #2AA0B8 0%, #457B9D 100%);
  height: 102px;
  display: inline-block;
  float: right;
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  cursor: pointer;
  margin-left: -23px;
  margin-right: 7px;
  line-height: 64px;
}

.audioclass {
  cursor: pointer;
  /* padding-right: 21%; */
  position: absolute;
  left: 40%;
  height: 135px
}

.rmargin {
  margin-top: 30px;
}


.terms p {
  font-size: 18px;
  font-weight: 600;
}

.terms h4 {
  font-weight: 700;
  /* font-size: 35px; */
}

.terms {
  /* padding-bottom: 10px; */
}

.define_outcome strong {
  /* padding-bottom: 20px; */
  color: #fff;
  font-size: 13px;
  display: block;
}

.define_outcome p {
  padding-top: 5px;
  color: #C6C6C6;
  /* font-size: 12px; */
  /* line-height: 15px; */

}

.expected_cal .form-control {
  border: none;
  background-color: transparent;
  color: #fff;
  padding: 13px 10px;
  font-size: 13px;
  border: 1px solid #437e9f;
  border-radius: 4px;
}





.expected_cal p {
  color: #fff;
  margin: 0px;
  padding: 0 10px;
  font-weight: 700;
}

.expected_cal td {
  border-right: 1px solid #a8dadc66 !important;
}

.activebtn .program-btn-transparent {
  border: 1px solid #2AA0B8;
  color: #2AA0B8 !important;
}

.certispan {
  color: #F9B60D;
  margin-top: 5px;
}

.play2 {
  background: url('../images/play2.png') no-repeat;
  width: 19px;
  height: 20px;
  background-size: contain;
  margin-left: 7px;
  margin-top: 1px;
}

.program-btn-transparent {
  border: 1px solid #A8DADC;
  /* padding: 9px 3px; */
  border-radius: 5px;
  /* font-size: 12px; */
  font-weight: 600;
  color: #A8DADC;
  float: left;
  background: transparent;
  user-select: none;
  align-items: center;
}

.uploadfile img {
  max-width: 111px;
}

.uploadfile {
  justify-content: center;
  display: flex;
  /* width: 148px; */
}

.uploadicon {
  background: url('../images/upload.png') no-repeat;
  width: 20px;
  height: 18px;
  /* line-height: 0; */
  margin-left: 4px;
}

.expected_cal thead {
  text-align: center;
}

.expected_cal span {
  font-weight: 100;
  font-size: 15px;
  padding: 0px 4px;
  display: inline-block;
  font-weight: 400;
}

.iyct_10 p {
  font-size: 13px;
}

.dash-border span {
  font-size: 41px;
}

.dash-border {
  border: 2px dashed #A8DADC;
  padding: 43px;
  margin: 14px 0;
  color: #fff;
}

.BatchHight {
  min-height: 96px;
  margin-bottom: -19px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.batch {
  min-height: 167px;
  box-shadow: 0px 2px 8px rgb(168 218 220 / 25%);
  border-radius: 6px;
  margin: 14px 2px;
  padding: 10px 20px;
  align-items: center;
  display: grid;
}

.batch .myknoob {
  height: 151px !important;
}

.active_btn_g {
  font-size: 16px;
  line-height: 19px;
  color: white;
  background: linear-gradient(180deg, #06d333bf 0%, #0c7703ad 100%);
  border-radius: 20px;
  padding: 6px 16px;
  border: none;
  margin: 0 5px;
  cursor: pointer;
}

.active_btn {
  background: linear-gradient(180deg, #2AA0B8 0%, #457B9D 100%);
  cursor: pointer;
}

.active_btn_r {
  font-size: 16px;
  line-height: 19px;
  color: white;
  background: linear-gradient(180deg, #DA4D4D 0%, #AA0000 100%);
  border-radius: 20px;
  padding: 6px 13px;
  border: none;
  cursor: pointer;
}

.misery h3 {
  margin: 6px 0;
}

.misery p {
  line-height: 21px;
}

.misery a {
  /* padding: 10px 30px; */
  border: 1px solid #A8DADC;
  border-radius: 8px;
  margin: 9px;
  color: #A8DADC;
  font-size: 16px;
  font-weight: 700;
}

.not_found {
  background-image: url(../images/error.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.not_found_btn {
  padding: 10px 30px;
  border: 1px solid #2AA0B8;
  border-radius: 5px;
  margin: 9px;
  color: #ffffff;
  font-size: 13px;
  cursor: pointer;
  font-weight: 600;
}

.arfeen_login .form-control:focus {
  color: #fff !important;
}

.arfeen_login .form-control:focus {
  color: #fff !important;
}

.assesment_step {
  height: 184px;
  /* box-shadow: 0px 2px 15px rgb(168 218 220 / 15%); */
  border: 1px solid #a8dadc9e;
  /* padding: 36px 0; */
  border-radius: 6px;
  color: #fff;
}

.assesment_step h4 {
  color: #fff;
  font-size: 17px;
  background: #1D3557;
}

.select_state {
  background: url('../images/state_bg.png');
  background-size: cover;
  border: 1px solid #a8dadca8;
  box-shadow: 0px 2px 15px rgb(168 218 220 / 15%);
  border-radius: 4px;
  cursor: pointer;
  min-height: 573px;
  /* overflow-y: scroll; */
  user-select: none;
  

}

.select_state1 {
  background: url('../images/state_bg1.png');
  background-size: cover;
  border: 1px solid #a8dadc4a;
  /* box-shadow: 0px 2px 15px rgb(168 218 220 / 25%); */
  border-radius: 4px;
  cursor: pointer;
  height: 426px;
  overflow-y: scroll;
  background-position: center;
}

.select_state2 {
  background: url('../images/state_bg2.png');
  background-size: cover;
  border: 1px solid #a8dadc4a;
  /* box-shadow: 0px 2px 15px rgb(168 218 220 / 25%); */
  border-radius: 4px;
  cursor: pointer;

  height: 447px;
  overflow-y: scroll;
  background-position: center;
}

.select_state ul {
  padding: 0 20px;
}

.select_state1 ul {
  padding: 0 7px 0 20px;
}

.select_state1 ul li {
  /* padding: 2px 25px; */
  font-size: 14px;
  color: #fff;
  list-style: disc;
  margin: 0;
  line-height: 21px;
}

.state_type ul li {
  font-size: 11px;
  color: #fffffffc;
  list-style: disc;
  margin: 0;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 15px;
  font-style: revert;
}

.select_state2 ul {
  padding: 0 7px 0 20px;
}

.select_state2 ul li {
  /* padding: 2px 25px; */
  font-size: 14px;
  color: #fff;
  list-style: disc;
  margin: 0;
  line-height: 23px;
}



.pl-4 {
  padding-left: 15px;
}

.pr-4 {
  padding-right: 15px;
}

.select_state ul li {
  padding: 2px 25px;
  font-size: 16px;
  color: #fff;
  list-style: none;
  line-height: inherit;
}

.bt {
  border-top: 1px solid #a8dadc7a !important;
}

.select_state .btn-outline-primary i {
  border: 1px solid #A8DADC;
  border-radius: 20px;
  padding: 6px;
  margin-right: 13px;
  font-size: 19px;
}

.select_state1 .btn-outline-primary i {
  border: 1px solid #A8DADC;
  border-radius: 20px;
  padding: 6px;
  margin-right: 13px;
  font-size: 9px;

}

.select_state2 .btn-outline-primary i {
  border: 1px solid #A8DADC;
  border-radius: 20px;
  padding: 6px;
  margin-right: 13px;
  font-size: 9px;

}

.select_state .btn-outline-primary {
  color: #A8DADC;
  border-color: #0d6efd;
  border: 1px solid #00C1E9;
  border-radius: 5px;
  padding: 12px 35px;
  font-size: 16px;

  font-weight: 500;
  /* filter: drop-shadow(0px 7px 4px rgba(168, 218, 220, 0.25)); */
}

.select_state1 .btn-outline-primary {
  color: #A8DADC;
  border-color: #0d6efd;
  border: 1px solid #00C1E9;
  border-radius: 5px;
  padding: 5px 35px;
  font-size: 14px;

  font-weight: 500;
  /* filter: drop-shadow(0px 7px 4px rgba(168, 218, 220, 0.25)); */
}

.spara {
  margin-bottom: 25px;
}

.select_state2 .btn-outline-primary {
  color: #A8DADC;
  border-color: #0d6efd;
  border: 1px solid #00C1E9;
  border-radius: 5px;
  padding: 12px 0;
  font-size: 14px;
  width: 219px;
  font-weight: 500;
  /* filter: drop-shadow(0px 7px 4px rgba(168, 218, 220, 0.25)); */
}

.select_state::-webkit-scrollbar {
  display: none;
  
}

.select_state1::-webkit-scrollbar {
  display: none;
}

.select_state2::-webkit-scrollbar {
  display: none;
}

.right-items {
  justify-items: right;
  display: grid;
  margin-right: 14px;
}

.btn-check:checked+.btn-outline-primary {
  background: linear-gradient(180deg, #2AA0B8 0%, #457B9D 100%) !important;
  border: none;
}

.progress-section {
  width: 100%;
  display: inline-flex;
  /* flex-wrap: wrap; */
  /* align-items: center; */
  justify-content: space-between;
  margin-bottom: 22px;
}

.progress-section span {
  /* font-size: 11px; */
  color: #fbf3f3
}

.slidecontainer {
  width: 70%;
  padding: 20px;
}

.different-states {
  margin: 32px 0 55px;
  box-shadow: 1px -7px 12px 3px #f4f4f4;
  border-radius: 5px;
}

.slider {
  border-radius: 10px;
  -webkit-appearance: none;
  width: 100%;
  height: 12px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.state-title {
  font-size: 2em;
  font-family: cblack;
  color: #dbb878;
  padding: 20px 62px 0;
}

.state-desc {
  /* font-family: cbold; */

  font-size: 15px;
  margin: 0;
  padding: 8px 9px;
  font-weight: 300;
  line-height: 25px;
}

.font-size-22 {
  font-size: 22px;
  line-height: 28px;
}

.slider:hover {
  opacity: 1;
}

.myprogressbar {
  width: 0%;
  background: red;
  height: 12px;
  border-radius: 10px;
  position: absolute;
  top: 0px;
}

.slider:not(hover) {
  opacity: 1;
}

.select-option {
  padding: 0 0px 0 60px;
}

.select-option button {
  font-size: 1.4em;
  width: 220px;
  color: #fff;
  padding: 11px 0%;
  margin-top: 15px;
  border-radius: 5px;
  font-family: cbold;
  border: none;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  outline: none;
}

.select-option img {
  width: 25px;
  margin: 3px 10px;
}

.abbbbc {
  position: absolute;
  left: 6px;
  top: 6px;
  transform-origin: 0 0;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  user-select: none;
}

.annnoutppp {
  display: block;
  transform: translate(-50%, -100%);
  background: url('../images/Vector.png') no-repeat;
  color: #fff;
  border-radius: 100px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  line-height: 67px;
  width: 60px;
  color: #000;
  height: 71px;
  font-size: 13px;
}

.font_bold li {
  font-weight: 600;
}

.type ul li {
  color: #fff;
  font-size: 13px;
  /* font-weight: 600; */
  margin: 0px 20px;
}

.type strong {
  color: #fff;
  font-size: 15px;
}

.type {
  background: url('../images/type.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}

.br {
  border-radius: 4px 0 0 4px;
}

.brl {
  border-radius: 0 8px 5px 0;
}

.border-right {
  border-right: 1px solid #dee2e65c;
}

.type .btn-outline-primary i {
  border: 1px solid #00C1E9;
  border-radius: 20px;
  padding: 5px;
}

.type .btn-outline-primary {
  color: #A8DADC;
  border-color: #0d6efd;
  border: 1px solid #00C1E9;
  border-radius: 10px;
  padding: 5px 27px;
  font-size: 14px;
}

td .ncode-tabel thead,
td {
  border: none !important;
}


.ncode-tabel tr:nth-child(even) {
  background-color: #32517C !important;
}

.btn-outline-primary:hover {
  background: linear-gradient(180deg, #2AA0B8 0%, #457B9D 100%) !important;
}

.assesmenet {
  /* box-shadow: 0px 2px 9px rgb(42 160 184 / 38%); */
  /* margin: 16px 18px; */
  border-radius: 5px;
  border: 1px solid #f7f7f7a8;
}

.assesmenet strong {
  font-size: 13px;
  color: #2AA0B8;
}

.assesmenet h2 {
  font-size: 42px;
}

.assesmenet img {
  /* height: 252px; */
  border-radius: 5px;
  box-shadow: 8px 8px 20px 10px rgb(0 0 0 / 25%);
}

.assesmenet h3 {
  font-size: 32px;
  margin: 0px;
}

.select_state input[type=range] {
  width: 100%;
  margin: 18px 0;
  -webkit-appearance: none;
}

.select_state input[type=range]+label {
  background: url(../images/Vector.png) no-repeat;
  border-radius: 4px;
  padding: 5px 0;
  position: absolute;
  top: -64px;
  left: 5px;
  text-align: center;
  width: 61px;
  line-height: 55px;
  color: #000;
  height: 76px;
  /* margin: 0 0 0 19px; */
}

.select_state input[type=range]:active {
  /* outline: none; */
  background-color: #fff;
}

.select_state input[type=range]::-webkit-slider-runnable-track {
  /* animate: 0.2s; */
  background-color: #D9D9D9;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  height: 7.5px;
}

.select_state input[type=range]::-webkit-slider-thumb {
  background: #ffffff;
  border-radius: 50%;
  border: 5px solid #D9D9D9;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin-top: -7px;
  -webkit-appearance: none;
}

.select_state input[type=range]:active::-webkit-slider-runnable-track {
  opacity: 0.8;
}



input[type=range]::-ms-track {
  animation: 0.2s;
  background-color: #D9D9D9;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  height: 7.5px;
}

input[type=range]::-ms-thumb {
  background: #FD5E38;
  border-radius: 50%;
  border: 5px solid #D9D9D9;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0;
  box-sizing: border-box;
}

.range-container {
  position: relative;
  /* width: 100%; */
}

.select_state input[type=range]:active::-ms-fill-lower {
  background: #D9D9D9;
}

.select_state input[type=range]:active::-ms-fill-upper {
  background: #D9D9D9;
}

.border-bt {
  border-bottom: 1px solid #a8dadc80;
  padding-bottom: 9px;
}

.plan p {
  font-size: 12px;
  padding-top: 15px;
  color: #ffecec;
  width: 95%;
  font-weight: 100;
  line-height: 15px;
}

.grid {
  display: grid;
  align-items: center;
}

/* #container{
    overflow-y: scroll;
    scroll-behavior: smooth;
} */
.wheel {
  display: block;
  overflow: hidden;
  width: 72%;
  border-radius: 53%;
}

.active-dark-mode {
  padding: 0px !important;
}

.color-box-1 {
  background: #ffffff70;
  padding: 3px 7px;
  border-radius: 50%;
  margin: 2px;
  display: inline-block;
  width: 31px;
  height: 29px;
  font-size: 16px;
  line-height: 23px;
}

.inner-section {
  padding-top: 151px;
}

.right-r {
  justify-content: end;
  display: inherit;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #3c8fdc !important;
  border-color: #3189da !important;
}

.events2 .form-group input {
  background-color: transparent !important;
  color: #fff !important;
  border: 0.5px solid #a8dadc5e;
  border-radius: 5px;
}

.events2 .form-group {
  display: block !important;
}

.events2 .form-control:focus {
  color: #fff;
  background-color: transparent;
}

.itag span {
  background: #60686f;
  padding: 0px 9px;
  font-size: 15px;
  border-radius: 17px;
  font-family: 'FontAwesome';
  font-style: italic;
  font-weight: 800;
  color: #fff;
  position: absolute;
  z-index: 999;
  margin-top: 11px;
}

.itag {
  justify-content: end;
  display: flex;
  padding-right: 10px;
  /* padding-top: 8px */
}

.anchor2 {
  margin-top: -49px;
  z-index: 999;
  position: absolute;
  padding-left: 20px;
}

hr {
  height: 0 !important;
  margin: 0;
  border-top: 1px solid hsl(0deg 0% 100% / 61%) !important;
}

.select2-dropdown {
  font-size: 12px;
  background-color: #1d3557;
  z-index: 1;
}

.select2-dropdown ul li {
  background: #1d3557;
  margin: 0px;
}

.select2-results__option[aria-selected] {
  font-size: 13px;
}

/* .select2-container{
  margin: 2px 0 0 26px;
} */

.my-btn .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fffcfce6 !important;
  font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fdfdfd9c !important;
  line-height: 31px;
  font-size: 13px;
  font-weight: 600;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #1d3557 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2aa0b8 !important;
  color: white !important;
}

.select2-container .select2-selection--single {
  height: 34px !important
}

.header-right .select2-container {
  width: 111px !important;
  margin-right: 15px;
}

#form_new .select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff0 !important;
  /* border: 1px solid #8dbac2 !important; */
  border: 0.5px solid #5f9099 !important;
  /* box-shadow: 0px 2px 15px rgb(168 218 220 / 16%); */
  border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 54% !important;
  border-color: #2aa0b8 transparent transparent transparent !important;
  border-width: 7px 6px 0 5px !important;
  left: 0 !important;
}

.select2-results__option {
  padding: 4px 15px !important
}

.tooltip-min {
  display: none !important;
}

.tooltip-max {
  display: none !important;
}

.plrr--20 {
  padding-left: 20px;
  padding-right: 20px;
}

.attribute-title {
  padding: 15px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
}

.btn-close {
  /* background: none !important; */
  cursor: pointer;
  opacity: 1;
}

.ml-1 {
  margin-left: 5px;
}

#assignment_content label {
  font-size: 14px;
  padding-left: 7px;
}

.assignlabel label {
  font-size: 14px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 18px !important;
  padding-right: 18px !important;
  text-align: center;
}

.text-danger {
  font-size: 12px !important;
  padding: 6px;
}

.event-box {
  border-radius: 5px;
  border: 1px solid #a8dadca3;
  height: 58px;
}

.image img {
  border-radius: 5px;
}

.page-list {
  line-height: 33px;
}

.rainbow-breadcrumb-item {
  padding-left: 13px;
  line-height: 25px;
}

.breadcrumb-b {
  border-left: 1px solid #8bcbd7;
}

.border-left {
  border-left: 1px solid #8bcbd794;
}

.fw-light {
  font-weight: 300 !important;
  /* font-size: 13px; */
  color: #C6C6C6;
}

.label-text2 {
  width: 129px;
  color: #fff;
  align-items: center;
  margin-right: 2px;
}

.w-70 {
  width: 70%;
}

.end {
  justify-content: end;
}

.pl-50 {
  padding-left: 50px;
}

.media-list {
  margin-bottom: 0px;
}

.f11 {
  font-size: 13px;
  line-height: 20px;
  /* margin-bottom: 13px; */
}
.TestMContent{
  padding-top: 5px;
  min-height: 195px;
}
.TestimonialName{
  padding-top: 20px;
}
.Test60{
  /* width:; */
}
.TestVideoThumb{
  height: 337px;
}
.testimonial {
  width: initial;
  height: 337px;
  overflow: hidden;
  border-radius: 7px;
}

.font-size-31 {
  font-size: 31px;
}

.player .vp-video-wrapper .vp-preview {
  border-radius: 11px !important;
}

.modal-header .btn-close {
  margin: 1.5rem 10.5rem -5.5rem auto;
  z-index: 999;
}

.social_i {
  padding-left: 111px;
  margin-top: 12px;
}

.icon4 {
  background: green;
  transition: .5s ease-in-out;
  transition-delay: .7s;
}

.icon3 {
  background: #3b5998;
  transition: .5s ease-in-out;
  transition-delay: .4s;
}

.icon2 {
  background: #de293e;
  /* z-index: 3; */
  transition: .5s ease-in-out;
  transition-delay: .1s;
}

.share label {
  z-index: 999;
}

#menu:checked~.icon2 {
  transform: translateX(calc(30px * 2));
}

#menu:checked~.icon3 {
  transform: translateX(calc(30px * 3 + 30px));
}

#menu:checked~.icon4 {
  transform: translateX(calc(30px * 4 + 60px));
}

.fspa {
  display: inline-block;
  font-size: 102px;
  color: #2AA0B8;
  font-weight: 700;
}

.sspa {
  font-size: 30px;
  display: block;
}

.contentt {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
}

.relative {
  position: relative;
}

.share label {
  z-index: 999;
}



.nicheaction {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  border-radius: 6px;
  background: linear-gradient(#2AA0B8, #457B9D);
}

.unorder nav-item {
  margin: 0px;
}

.unorder ul li a:hover {
  color: #a8dadc;
  border-bottom: 1px solid #a8dadc;
}

.unorder ul li a {
  color: #fff;
}

.unorder ul li {
  color: #fff;
  margin: 5px;
  /* border-bottom: 1px solid #fff; */
}

.stepfour .nav {
  display: block;
}

.misery_img {
  margin-top: -96px;
}

.misery_image {
  position: absolute;
  top: 104px;
  right: 0px;
  width: 440px !important;
}

.note-div {
  background: #2a9cb559;
  border: 2px solid #4a799b;
  align-self: center;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  color: #fff;
  padding-left: 15px;
  padding-right: 10px;
  border-radius: 6px;
}

.foldimg img {
  max-width: 56px;
  justify-content: center;
  display: initial;
}

.stfselect {
  width: 172px;
  background: transparent;
  color: #fff;
  text-align: center;
}

.step_p p {
  color: #fff;
  margin-bottom: 0;
}

.rem span {
  height: 14px;
  width: 14px;
  background: #afa8dc;
  display: flex;
  border-radius: 50%;
  line-height: 20px;
  /* justify-self: center; */
  align-self: center;
}

.pr p {
  margin: 0px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  align-self: center;
}

.comp span {
  height: 14px;
  width: 14px;
  background: #6458b2;
  display: flex;
  border-radius: 50%;
  line-height: 20px;
  /* justify-self: center; */
  align-self: center;
}

.ptag {
  font-size: 14px;
  color: white;
  font-weight: 500;
}

.c3-legend-item-event {
  display: none;
}

.c3-legend-item .c3-legend-item-Remaining {
  visibility: hidden !important;
}

.c3-legend-item .c3-legend-item-Remaining {
  visibility: hidden !important;
}

.c3-chart-arcs-title {
  font-size: 18px;
  font-weight: 600;
}

.c3 text {
  font-family: "Source Sans Pro", sans-serif;
  fill: #fefeff;
  /* text-align: center; */
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.c3 line,
.c3 path {
  stroke: #ced4da;
}

.c3-legend-item {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  visibility: hidden !important;
}

.c3 line,
.c3 path {
  stroke: #ced4da;
}

.c3-chart-arc.c3-target g path {
  stroke: transparent;
}

.wrap .error {
  font-size: 10px;
  color: #b92525;
  font-family: cursive;
}

.wrap .form-group textarea {
  min-height: 77px;
}

.stp-list ol li {
  color: #fff;
}

.height300 {
  min-height: 300px;
}

.height320 {
  min-height: 247px;
}

.height334 {
  min-height: 380px;
}

.ptb-10 {
  padding-top: 8px;
  padding-bottom: 8px;
}


.assign label p {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.topstate::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  margin: 10px 5px;
  background-color: #fff;
}

.topstate h6 {
  font-weight: 600;
  font-size: 19px;
}

.topstate {
  overflow: auto;
  height: 310px;
}

.succsess_btn:active {
  color: #18b55f;
}

.assignn {
  overflow: auto;
  height: 407px;
}

.assignn::-webkit-scrollbar {
  /* display: none; */
  width: 4px;
  height: 8px;
  margin: 10px 5px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.assignn::-webkit-scrollbar-track {
  /* display: none; */
  width: 4px;
  height: 8px;
  margin: 10px 5px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.topstate::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #2AA0B8 0%, #457B9D 100%);
}

/* .assignn::-webkit-scrollbar-track {  
   background: linear-gradient(180deg, #2AA0B8 0%, #457B9D 100%);
} */
.assignn::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #2AA0B8 0%, #457B9D 100%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
}

.assignments {
  /* padding: 15px 16px; */
  border: 0.75px solid #a8dadc73;
  box-shadow: 0px 1px 7px rgb(42 160 184 / 79%);
  border-radius: 6px;
  margin-top: 10px;
  background: #1d3557 !important;

}



.weeksection::-webkit-scrollbar {
  display: none;
}

/* Demonstrate a "mostly customized" scrollbar
 * (won't be visible otherwise if width/height is specified) */
.weeksection::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa;
  /* or add it to the track */
}

/* Add a thumb */
.weeksection::-webkit-scrollbar-thumb {
  background: #000;
}

.iframeclass {
  position: fixed;
  z-index: 2025;
  right: 12px;
  height: 32%;
  bottom: 0;
  width: 27%;
  border: none;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1D3557;
  z-index: 9999;
  text-align: center;
}

#preloader #disable-preloader {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.footer {
  background: #142A48;
  box-shadow: 0px -2px 8px rgba(42, 160, 184, 0.15);
  margin: 15px 0 0 0;
  position: absolute;
  bottom: 0;
  display: block;
  left: 0;
  right: 0;
  height: auto;
}

.footer p {
  align-self: center;
  /* display: flex; */
  margin: 5px 0;
}

.footer img {
  width: 24px;
  height: 21px;
  padding-right: 1px;
  margin: 5px 5px;
}

/* .owl-prev, .owl-next {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border: 8px solid #0460CC;
  border-radius: 100%;
  background: #FFFFFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.owl-prev, .owl-next span {
  position: relative;
  font-size: 72px;
  top: 5px;
  left: -5px;
} */
.owl-prev:not(.disabled)::before {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #2AA0B8;
  border-radius: 100%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}

.owl-next::before {
  content: none
}

.owl-next:not(.disabled)::after {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #2AA0B8;
  border-radius: 100%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}

@-webkit-keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }

  to {
    opacity: 0;
    transform: scale3d(2, 2, 1);
  }
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }

  to {
    opacity: 0;
    transform: scale3d(2, 2, 1);
  }
}

.articles .date {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.articles p {
  line-height: 15px;
  text-align: left;
  word-spacing: 0px;
  color: #B9B9B9;
  font-size: 11px;
}

#chartdiv {
  width: 100%;
  height: 500px;
}

.articles h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}

.tc_start i {
  font-size: 16px;
}

.image3 img {
  height: 416px !important;
  margin-left: -35px !important;
  width: 301px;
  margin-top: -50px;
}

.tc_start {
  padding: 9px 0;
  border: 1px solid #a8dadc5e;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  /* float: left; */
  background: linear-gradient(#2AA0B8, #457B9D);
  color: #fff;
  cursor: pointer;
  width: 240px;
  line-height: 19px;
  text-align: center;
}

#owldemo .owl-nav {
  display: none !important;
}

.weekbtn-carousel /owl-stage {
  justify-content: center;
  display: flex;
}

/* .weekbtn-carousel .owl-stage-outer {
  overflow-x: scroll !important;
  overflow-y: hidden !important;
}

 .weekbtn-carousel .owl-stage-outer::-webkit-scrollbar{
  
    width: 5px;
    height: 8px;
    background-color: #a8dadc6b;
  }
  
 
  .weekbtn-carousel .owl-stage-outer::-webkit-scrollbar-thumb {
    background: #2AA0B8;
  } */



.next i {
  color: #3690AC;
  font-size: 16px;
}

.next {
  background: 0px;
  border: none;
  line-height: 29px;
  text-decoration-line: underline;
  color: #3690AC;
  font-style: normal;
  font-weight: 700;
}

.bg-tranparent {
  background: #00000000;
  color: #fff;
  border: 1px solid #2e9ab3;
}

.header-default {
  z-index: 999;
}

.bgblueish {
  background: linear-gradient(#2AA0B8, #457B9D);
  color: #fff !important;
}

.bgblue {
  background: linear-gradient(#2AA0B8, #457B9D);
}

.tutorialbtn {
  border: 1px solid #36acc5;
  box-shadow: 0px 2px 5px rgb(168 218 220 / 25%);
  border-radius: 8px;
  font-size: 14px;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 36px;
  /* color: #2aa0b8; */
  font-weight: 500;
}

.comming {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}

.termscondition h5 {
  margin-bottom: 5px;
  margin-top: 21px;
}

.kyc h5 {
  margin-bottom: 38px;
  font-size: 21px;
}

.kyc p {
  background: url(../images/kycarrow.png) no-repeat;
  padding-left: 30px;
  display: flex;
  background-size: 15px;
  /* align-items: center; */
  /* align-self: center; */
  background-position: left;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  margin-top: 25px;
}

.videokyc h5 {
  font-size: 29px;
  line-height: 32px;
}

#docDiv .form-control {
  line-height: 26px;
}

.videokyc .form-group select {
  background: transparent;
  border: 1px solid #a8dadc;
  border-radius: 40px;
  color: #ccccccd9;
  font-size: 14px;
  padding: 11px 25px;
  line-height: 24px;

}

.videokyc .form-group option {
  background-color: #1d3557;
  padding: 5px 0;
}

.videokyc .form-group input::placeholder {
  color: #ede6e6d6;
}

.videokyc .form-group input {
  background: transparent;
  border: 1px solid #a8dadc;
  border-radius: 40px;
  height: 50px;
  color: #ccccccd9;
}

.kyc_doc {
  margin-top: 0px;
  /* margin-left: 68px; */
  opacity: 0;
  display: block;
  /* padding: 20px; */
  width: 250px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 238px;
  cursor: pointer;
  opacity: 0;
}

.videokyc .form-group {
  margin: 0 23px;
  display: block;
  padding-top: 20px;
}

.videokyc .form-group label {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 8px;
}

.videokyc {
  background: url(../images/main2.png);
  box-shadow: 0px 2px 18px rgb(168 218 220 / 32%);
  border-radius: 7px;
  padding: 50px 20px;
  border: 1px solid #a8dadc7a;
  background-size: cover;
}

.ncode-table {
  width: 100%;
}

.mtminus {
  position: relative;
  height: 107px;
}

.kwt-file__choose-file {
  border-radius: 5px;
  margin-right: 10px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 61px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: 0.2px dashed #A8DADC;
  width: 46%;
  text-align: center;
}

.kwt-file__input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.contec-teh-left input:focus {
  outline: none;
}



.contec-teh-left input {
  border-radius: 50px 0px 0px 50px;
  background: transparent;
  border: 1px solid #a8dadc;
  /* border-radius: 40px; */
  height: 50px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}

.num {
  margin: 0 23px;
  display: block;
  padding-top: 20px;
}

.num label {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 8px;
}

.contec-teh-right {
  width: 83%;
  display: flex;
  align-items: baseline;
  position: relative;
}

.contec-teh-right input {
  width: 97%;
  border-radius: 0px 50px 50px 0px;
  border-left: none;
  border: 1px solid #a8dadc;
  /* border-radius: 40px; */
  height: 50px;
  font-size: 13px;
  color: #fff;
  padding-left: 20px;
  background: transparent;
  margin-left: 9px;
}

.contec-teh-right input:focus {
  outline: none;
}

.changephone img {
  width: 9px;
  /* padding-top: 5px; */
}

.changephone {
  margin-left: -35px;
  width: 12px;
  line-height: 37px;
}

.termscondition_scroll {
  height: 400px;
  overflow-y: scroll;
  padding-right: 10px;
}

.termscondition_scroll::-webkit-scrollbar {
  /* display: none; */
  width: 5px;
  height: 8px;
  margin: 10px 5px;
  /* border-radius: 5px; */
  background-color: #fff;
}

.termscondition_scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #de293e 0%, #de293e 100%);
}

.termslogo img {
  height: 346px;
}

.termslogo {
  position: fixed;
  top: 33%;
  right: 111px;
  height: 297px;
}

.termscondition p b {
  font-size: 16px;
}

.btnassignment:hover {
  /* background-color: #2AA0B8; */
  cursor: pointer;
}

.btnassignment {
  background: transparent;
  color: #fff;
  border: 1px solid #2AA0B8;
  border-radius: 6px;
}

.itemactive {
  border: 1px solid #2f99b2a3;
  border-radius: 8px;
  box-shadow: 0px 1px 8px rgb(168 218 220 / 95%);
}

.clock {
  background: url('../images/clock.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.fontfooter {
  font-size: 12px;
}

.footeranc a:hover {
  /* border-bottom: 1px solid #2AA0B8; */
  display: inline-block;
}

.wheelfont {
  font-size: 16px;
  font-weight: 500;
}

.knob_icon_new .myknoob {
  width: auto !important;
  height: auto !important;
}

.owl-thumb .owl-next {
  right: -49px;
}

.owl-thumb .owl-prev {
  left: -49px;
}

.Hstep p {
  line-height: 22px;

}

.stepcompleted {
  position: absolute;
  bottom: 0;
}

.thumblock {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .3s ease;
  background: url(../images/icon/thumblock.png) no-repeat center;
  border-radius: 7px;
  border: none;
  background-position: center center;
  background-size: 82px;
  background-color: #00000091;
}

.kycstep p {
  line-height: 19px;
  /* padding: 20px 0 0; */
  min-height: 102px;
  margin: 0;
}

.kycstepHead {
  height: 104px;
  line-height: 29px;
}

.succsess_btn:hover {
  color: #32BA7C !important;
}

.succsess_btn {
  color: #32BA7C !important;
  border: 1px solid #32BA7C;
  border-radius: 6px;
}

.pending_btn:hover {
  color: #2aa0b8 !important;
}

.pending_btn {
  color: #2aa0b8;
  border: 2px solid #2AA0B8;
  border-radius: 6px;
}

.vdokyc {
  box-shadow: 0px 2px 15px rgba(168, 218, 220, 0.25);
  border-radius: 16px;
  margin-bottom: 7%;
}

.width33 {
  width: 33%;
}

.width90 {
  width: 90%;
  flex-wrap: wrap;
}

.vdokycscroll {
  height: 600px;
}

.scroll-y::-webkit-scrollbar {
  display: none;
}

.scroll-y {
  overflow: hidden;
  overflow-y: scroll;

}

.ptb100 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.welWdth50 {
  width: 60%;
}

.welWdth100 {
  width: 100%;
  display: flex;
}

.Whplay {
  position: relative;
  height: 100%;
  width: 97%;
}

.Wh-thumbnail {
  width: 950px;
  height: 607px;
  border: 0.5px solid #A8DADC;
  box-shadow: 0px 2px 15px rgba(168, 218, 220, 0.25);
  border-radius: 13px;
}

.Wh-thumbnail img {
  height: 605px;
  border-radius: 13px;
  width: 100%;
}

.whsohw iframe {
  width: 100% !important;
  height: 100%;
  background: #31416e;
  border-radius: 9px;
  /* margin-left: 51px; */
  display: flex;
  width: fit-content;
  height: 100%;
  object-fit: cover;
  border-radius: 9px 15px 15px 9px;
}

.whsohw {
  position: absolute;
  overflow: hidden;
  /* margin-left: 1px; */
  border-radius: 9px 18px 19px 9px;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

.welcomehome--1 {
  background-image: url(../images/define_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: fit-content;
  margin-bottom: -20px;
}

.tcbox p {
  width: 95%;
  padding-top: 5px;
  line-height: 17px;
}

.tcbox {
  padding: 10px;
  display: inline-block;
  width: 82%;
}

.tcbox-border {
  box-shadow: inset -2px -2px 10px rgba(168, 218, 220, 0.25), inset 2px 2px 10px rgba(168, 218, 220, 0.25);
  border: 1px solid #A8DADC;
  border-radius: 24px;
}

.tcbox-black {
  background-blend-mode: multiply, luminosity;
  filter: grayscale(1);
}

.planselect {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.paypar {
  line-height: 26px;
}

.test:nth-child(2) {
  margin-left: 9%;
}

.test {
  margin-left: 4%;
}

.vshow2 {
  position: absolute;
  min-height: 225px;
  overflow: hidden;
  margin-left: 1px;
  border-radius: 0 12px 12px 0;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

.vshow2 iframe {
  background: #31416e;
  display: flex;
  height: 95%;
  object-fit: cover;
}

.certificatevideo {
  min-height: 360px;
}

.BeliefBox .select-b p {
  line-height: 23px;
  color: #a8dadc;
  font-size: 16px;
  font-weight: 600 !important;
}

.BeliefBox .scrollbody::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  margin: 10px 5px;
  background-color: #293a52;

}

.BeliefBox .scrollbody::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #2AA0B8 0%, #457B9D 100%);
}

.BeliefBox .scrollbody {
  /* background: #ccc none repeat scroll 0 0; */
  /* border: 3px solid #666; */
  margin: 6px 0;
  padding: 11px 0;
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: auto;
  white-space: nowrap !important;
  scroll-behavior: auto !important;
  overflow-y: hidden;
}



.BeliefBox .form-checkbox {
  /* display: inline-block; */
  width: 435px;
  margin: 8px;
}

.BeliefBox .ncode-table td {
  font-size: 18px;
}

.StartInfo {
  width: 31%;
}

.linehight38 {
  line-height: 38px;
}

.StArrow {
  width: 10%;
  background: url('../images/arrow.png') no-repeat;
  margin-left: -3%;
  z-index: 1;
  margin-right: -5%;
  margin-top: 2%;
  background-size: 95%;
}

.welWdth100 .font20 {
  font-size: 22px;
}

.vc {
  background: linear-gradient(180deg, #D79252 0%, #B7720B 100%);
  border-radius: 8px 0 0 0;
  color: #fff;
  width: 63%;
  text-align: center;
  padding: 13px 18px;
  position: relative;
  /* border-right: 1px dashed #fff; */
  font-weight: 700;
}

.vc:after {
  width: 0;
  height: 0;
  border: 29px solid transparent;
  position: absolute;
  content: "";
  border-bottom-color: #c07b1f;
  right: -30px;
  top: -8px;
}

.vc:before {
  width: 0;
  height: 0;
  border: 23px solid transparent;
  position: absolute;
  content: "";
  border-top-color: #d48f4b;
  right: -24px;
  top: 0px;
}

.vc2 {
  background: linear-gradient(180deg, #FF3D00 0%, #B33710 100%);
  border-radius: 6px 0 0 0;
  color: #fff;
  width: 63%;
  text-align: center;
  padding: 13px 18px;
  position: relative;
  /* border-right: 1px dashed #fff; */
  font-weight: 700;
  z-index: 1;
}

.vc2:after {
  width: 0;
  height: 0;
  border: 28px solid transparent;
  position: absolute;
  content: "";
  border-bottom-color: #c4390d;
  right: -25px;
  top: -5px;
}

.vc2:before {
  width: 0;
  height: 0;
  border: 25.5px solid transparent;
  position: absolute;
  content: "";
  border-top-color: #fa3d01;
  right: -23px;
  top: 0px;
  z-index: -1;
}

.pr_title {
  opacity: 0.5;
  filter: blur(1px);
  line-height: 27px;
  font-size: 20px;
  font-weight: 700;
  min-height: 47px;
}

.TitleHight {
  line-height: 28px;
  height: 79px;
}

.MarQ {
  min-height: 120px;
}

.TitleHead .font20 {
  font-size: 20px;
}

.Video40 {
  width: 48%;
}

.Video60 {
  width: 50%
}

.MarqVideo40 {
  width: 48%;
}

.MarqVideo60 {
  width: 50%
}

.facebook {
  margin: 0 3px;
  background: #0e5492;
  padding: 3px 9px;
  border-radius: 5px;
}

.WhatsApp {
  margin: 0 3px;
  background: linear-gradient(0deg, #25CF43 0%, #61FD7D 100%);
  ;
  padding: 3px 8px;
  border-radius: 5px;
}

.DocHight {
  min-height: 59px;
  font-size: 14px;
  line-height: 22px;
}

.MontCall .font20 {
  line-height: 28px
}

.MontCall img {
  min-height: 108px;
}

.MontCallTitle {
  min-height: 61px;
}

.ArticleDesc {
  max-width: 260px;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  text-overflow: ellipsis;
  width: 80%;
  display: -webkit-box;
  color: #fff;
}

.ArtcTitle {
  /* max-width: 260px; */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  text-overflow: ellipsis;
  /* width: 94%; */
  display: -webkit-box;
}

.Books {
  height: 324px;
}

.AllMcall {
  height: 115px;
}

.MarkVtitle {
  font-size: 20px;
}

.SalesHub {
  height: 351px;
}



.CweekHight {
  min-height: 184px;
}

.FaqBg {
  background: #1D3557;
  border: 0.5px solid #A8DADC;
  box-shadow: 0px 2px 15px rgba(168, 218, 220, 0.25) !important;
  border-radius: 12px;
}

.ToclientH {
  padding-top: 155px;
}

.BatchName input:focus {
  background: transparent;
  color: #fff;
}

.BatchName input {
  background-color: transparent;
  color: #fff;
  border: 0.5px solid #a8dadc5e;
  border-radius: 5px;
}

.batch .myknoob {
  height: 97px !important;
}

.batch canvas {
  width: 84px !important;
  max-height: 109px;
}

.batch .knob {
  width: 68px !important;
  height: 60px !important;
  margin-top: 10px !important;
  margin-left: -76px !important;
  font: bold 18px Arial !important;
  color: #fff !important;
  cursor: pointer;
}

.batch .knob:focus-visible {
  outline: none;
}

.batch .knob_icon .knob {
  width: 76px !important;
  height: 37px !important;
  margin-top: 31px !important;
  margin-left: -76px !important;
  font: bold 10px Arial !important;
  color: #fff !important;
}

.batch .knob_icon canvas {
  width: 78px !important;
  max-height: 98px;
}

.batch .knob_icon .knobimg {
  width: 29px !important;
  height: 27px !important;
  margin-top: 16px !important;
  margin-left: 18px !important;
  font: bold 10px Arial !important;
  color: #fff !important;
  position: absolute;
  text-align: center;
}

.ToclientH {
  padding-top: 135px;
}

.PlusIcon {
  font-size: 56px;
  line-height: 36px;
  font-weight: 800;
}

.BatchItem {
  width: 288px;
  max-width: 99%;
}

.ClientDetails .mycode td {
  font-size: 17px;
  padding: 13px 15px;
}

.ClientDetails .mycode .fa {
  font-size: 22px;
}

.ClientDetails table thead th {
  font-size: 16px;
}

.ClientReport .font30 {
  height: 68px;
  font-size: 30px;
}

.ClientReportH {
  min-height: 183px;
  background: #1D3557;
  border: 1px solid #a8dadc7a;
  box-shadow: 0px 2px 7px rgb(168 218 220 / 25%);
  border-radius: 6px;
}

.TreasureText p {
  line-height: 22px;
  font-size: 16px;
  padding: 0 20px;
  font-weight: 500;
  height: 186px;
}

.TreasureImg {
  margin-top: -29%;
  min-height: 131px;
}

.PerAssessment {
  width: 592px;
}

.SelectManual {}

.SelectManual .dropdown-item:hover {
  /* display: inline; */
  color: #fff;
  background: transparent !important;
}

.SelectManual li i {
  color: #fff;
}

.SelectManual li a:hover {
  color: #000;
}

.SelectManual li a {
  color: #fff;
}

.SelectManual li {
  color: #fff;
  display: flex;
  padding-right: 7px;
  justify-content: space-between;
}

.SelectManual .dropdown-item {
  color: #fff;
  font-size: 14px;
}

.SelectManual .dropdown-menu {
  background-color: #3295b0;
  border-color: rgb(26 95 138);
  width: 100%;
  font-size: 14px;
  color: #fff;
}


.ManualBtn {
  background: transparent;
  border: 0.25px solid #00c1e985;
  font-size: 17px;
  padding: 13px 45px;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
}

.arrow.is-bottom {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow {
  margin: 12px;
  display: inline-block;
  height: 12px;
  position: relative;
  width: 12px;
}

.arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 10px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 10px;
}

.arrow.is-triangle::after {
  border-style: solid;
  border-width: 0 0 12px 12px;
  height: 0;
  width: 0;
}

.arrow.is-check::after {
  width: 6px;
}

.arrow.arrow-bar::before {
  bottom: 1px;
  content: "";
  height: 13px;
  position: absolute;
  right: 0;
  transform-origin: bottom;
  width: 2px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.arrow.is-top {
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.arrow.is-right {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.arrow.is-bottom {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow.is-left {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.arrow::after,
.arrow .arrow::after {
  border-color: white;
}

.arrow.is-triangle::after,
.arrow .arrow.is-triangle::after {
  border-color: transparent;
  border-bottom-color: white;
}

.arrow::before,
.arrow .arrow::before {
  background-color: white;
}

.ArrowDown {
  background: linear-gradient(180deg, #2AA0B8 0%, #457B9D 100%);
  display: inline-block;
  border-radius: 50%;
  height: 34px;
  box-shadow: 0px 2px 8px rgba(168, 218, 220, 0.25);
}

.ArrowDownPending {
  background: transparent;
  border: 0.5px solid #A8DADC;
  box-shadow: 0px 2px 12px rgb(195 230 231 / 23%);
  display: inline-block;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0px 2px 8px rgba(168, 218, 220, 0.25);
}

.PdfWidth {
  width: 8.7%;
}

.PdfWidth img {
  height: 65px;
}

.ClientFolder {
  width: 86%;
}

.blur3 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.mtb--10 {
  margin: 16px;
}

.stepbg {
  background: #142A48;
  border-radius: 9px;
}

.numInput:focus {
  background-color: transparent;
  color: #fff;
}

.numInput {
  background: transparent;
  line-height: 16px;
  padding: 3px;
  font-size: 16px;
  color: #fff;
  border-color: #32517c;
}

.Mt_200 {
  margin-top: -198px;
}

.Happiness img {
  max-width: 87%;
  display: flex;
  justify-content: end;
}

.Happiness {
  display: flex;
  justify-content: end;
  margin-bottom: -169px;
  margin-right: -71px;
  margin-top: -15%;
}

.WidthSqure {
  width: 53%;
}

.mb--20 {
  margin-bottom: 30px;
}

.CongRats {
  width: 80%;
  background: url(../images/main3.png) no-repeat;
  padding: 76px 80px 76px 104px;
  border: 1px solid #A8DADC;
  box-shadow: 0px 2px 15px rgba(168, 218, 220, 0.25);
  border-radius: 8px;
  background-size: cover;
  background-position: bottom;
}

.CongRats2 {
  width: 80%;
  background: url(../images/main4.png) no-repeat;
  padding: 76px 80px 76px 104px;
  /* border: 1px solid #de293e; */
  box-shadow: -1px 10px 9px 2px #bd9f9f47;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  margin-bottom: 18px;
}

.text-gray {
  color: #bfbcbc
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #de293e !important;
}

.Width70 {
  width: 70%
}

.Width30 {
  width: 30%
}

.CongPage {
  padding-top: 2%;
}

.CongPara {
  width: 67%;
  line-height: 31px;
  padding: 5% 0;
  font-size: 23px;
}

.CongHead {
  line-height: 41px;
}

.welcomehome--2 {
  background: url(../images/WelcomeBg.png);
  height: 800px;
}

.d-flex2 {
  display: flex;
}

.sl-nav option {
  background: #0f0f11 !important;
  color: #fff;
  margin-right: 10px
}

.ResSelect {
  background: #000000e8;
  border: 0;
  color: #fff;
  font-size: 14px;
  padding: 10px 10px;
  width: 52%;
}

.prog-hr .ProfileForm .form-group {
  margin: 5px 5px;
}

.myknoob {
  height: 154px !important;
}

.kycimg img {
  width: 40%
}

.p-title {
  color: #2AA0B8;
  font-weight: 700;
}

.wrapperr .form-group .fa {
  margin-top: 11px;
}
.wrapperr .form-group .form-control {
  font-size: 15px;
  margin-top: 11px;
}

.bill-title {
  font-size: 25px;
}

.billing-desc p {
  color: #c6c6c6 !important;
  /* font-size: 14px; */
  line-height: 18px;
  margin-top: 10px;
}

.bill-dd-txt {
  font-size: 14px;
}

.billing-plan-txt {
  font-size: 26px;
}

.billing-p-card {
  height: 336px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.billing-offer-div {
  text-align: center;
  min-height: 187px;
}

.billing-offer-div img {
  width: 36%;
  transform: rotate(340deg);
}

.step_p p {
  /* line-height: 19px; */
  margin-bottom: 5px;
}



.clock-div {
  display: flex;
  flex-direction: row;
  align-items: right;
  justify-content: center;
  margin-left: -12px;
}

.clock {
  background-repeat: no-repeat;
  width: 100%;
  background-size: contain;
  min-height: 72px;
  text-align: right;
  /* text-align: left; */
}

.CountText {
  width: 100%;
  background-size: contain;
  min-height: 51px;
  top: 9%;
  position: absolute;
  /* right: 36%; */
  display: flex;
  /* text-align: center; */
  align-content: space-around;
  align-items: center;
  justify-content: center;
}

.CountText p {
  /* margin: 47px 28px 0px 0 !important; */
  line-height: 13px !important;
  font-weight: 600 !important;
  color: #4d61a7 !important;
  /* margin-right: -8%; */
}

.TimeText {
  line-height: 13px;
  font-weight: 600;
  color: #4d61a7;
  text-align: center;
}

.clock p span {
  font-weight: 900;
  /* margin-right: -12%; */
}

/* .cardheight {
  min-height: 312px;
} */

.CountDown {
  width: 147px;
}

.HomeBtn {
  width: 33.3%;
}

.Copy2023 {
  display: flex;
}

.Home25 {
  width: 25%;
  padding: 0;
}

.Home50 {
  width: 50%;
  padding: 0px;
}

.VideoIcon {
  width: 12.5%;
}

.PersonalityStart {
  margin: 0;
}

.DefineWidth {
  max-width: 120px;
}

.Cweek {
  display: flex;
  justify-content: center;
}

.assess_done_btn {
  display: flex;
  border: 1px solid #2e9ab3;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
  color: #fff4f4;
  width: 100%;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  background: linear-gradient(#2AA0B8, #457B9D);
  padding-top: 11px;
  padding-bottom: 11px;
}

.assess_done_btn2 {
  display: flex;
  border: 2px solid #2e9ab3;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
  color: #fff4f4;
  width: 100%;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  background: transparent;
  padding-top: 11px;
  padding-bottom: 11px;
}

.AccessDone {
  display: flex;
  justify-content: center;
  padding: 0 40px;
  align-items: center;
}

.PersonalityReport {
  text-align: end;
}

.ClientReport {
  width: 25%;
}

.dghtqy {
  background-color: rgb(29 53 87) !important;
}

.hEkmvb {
  background-color: rgb(29 53 87) !important;
}

.lmwNC::after {
  background-color: rgb(29 53 87) !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 15px;
}

/* select */

.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.dataTables_filter input[type="search"] { background: transparent;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 7px;
  margin: 9px;
  color: #ffff;
}

div.dataTables_wrapper div.dataTables_filter label{color: #fff;}