/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
    ## Global
    ## Mixins
    ## Theme
    ## Variables

# Sections
    ## Nav Bar
    ## Banner
    ## Brand Area
    ## Footer
    ## Widgets

# Elements
    ## Back Top
    ## Preloader
    ## Search Popup
    ## Button
    ## Flaticon

--------------------------------------------------------------*/

/*======================================
 GUTTER CODE   
======================================*/
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

@media (min-width: 992px) {
  /* Modify this based on column def */
  .custom-gutter {
    margin-left: -8px;
    margin-right: -8px; }
  .custom-gutter > [class*='col-'] {
    padding-right: 8px;
    padding-left: 8px; } }

@media (max-width: 991px) {
  /* Modify this based on column def */
  .custom-gutter {
    margin-left: -15px;
    margin-right: -15px; }
  .custom-gutter > [class*='col-'] {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 1200px) {
  .eleddon_container {
    max-width: 1200px; } }

.eleddon_container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.eleddon_row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.eleddon_col-1,
.eleddon_col-2,
.eleddon_col-3,
.eleddon_col-4,
.eleddon_col-5,
.eleddon_col-6,
.eleddon_col-7,
.eleddon_col-8,
.eleddon_col-9,
.eleddon_col-10,
.eleddon_col-11,
.eleddon_col-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.eleddon_col-1 {
  width: 8.33333333%; }

.eleddon_col-2 {
  width: 16.66666667%; }

.eleddon_col-3 {
  width: 25%; }

.eleddon_col-4 {
  width: 33.33333333%; }

.eleddon_col-5 {
  width: 41.66666667%; }

.eleddon_col-6 {
  width: 50%; }

.eleddon_col-7 {
  width: 58.33333333%; }

.eleddon_col-8 {
  width: 66.66666667%; }

.eleddon_col-9 {
  width: 75%; }

.eleddon_col-10 {
  width: 83.33333333%; }

.eleddon_col-11 {
  width: 91.66666667%; }

.eleddon_col-12 {
  width: 100%; }

/*--------------------------------------------------------------
# Normalize #8F919A
--------------------------------------------------------------*/
:root {
  --main-color-one: #F52D78;
  --secondary-color: #03000C;
  --heading-color: #01358D;
  --paragraph-color: #5B5F66;
  --heading-font: 'Poppins', sans-serif;
  --body-font: 'Poppins', sans-serif;
  --white: #ffffff;
  --white-2: #F1F1F1;
  --black: #000000;
  --black-2: #8F919A;
  --overlay-color: #03000C;
  --section-bg-1: #1B1E26;
  --section-bg-2: #03000C; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: var(--body-font); }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */ }

body {
  margin: 0;
  color: var(--paragraph-color);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.7; }

h1 {
  font-size: 36px;
  line-height: 1.2; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 15px;
  line-height: 1.3; }

p {
  color: var(--paragraph-color);
  margin-bottom: 20px; }

a {
  color: inherit;
  text-decoration: none;
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

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

a:hover {
  color: var(--main-color-one); }

pre {
  word-break: break-word; }

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

ol {
  counter-reset: counter;
  padding-left: 0; }

ol li {
  list-style: none;
  margin-bottom: 1rem; }

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px; }

button {
  cursor: pointer; }

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd; }

code {
  color: #faa603; }

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

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

.section-bg-1 h1,
.section-bg-1 h2,
.section-bg-1 h3,
.section-bg-1 h4,
.section-bg-1 h5,
.section-bg-1 h6,
.section-bg-2 h1,
.section-bg-2 h2,
.section-bg-2 h3,
.section-bg-2 h4,
.section-bg-2 h5,
.section-bg-2 h6 {
  color: var(--white); }

.section-bg-1 p,
.section-bg-1 li,
.section-bg-1 span,
.section-bg-1 address,
.section-bg-1 small,
.section-bg-2 p,
.section-bg-2 li,
.section-bg-2 span,
.section-bg-2 address,
.section-bg-2 small {
  color: var(--white-2); }

.section-bg-1 input[type="text"],
.section-bg-1 input[type="email"],
.section-bg-1 input[type="password"],
.section-bg-1 input[type="submit"],
.section-bg-1 textarea,
.section-bg-2 input[type="text"],
.section-bg-2 input[type="email"],
.section-bg-2 input[type="password"],
.section-bg-2 input[type="submit"],
.section-bg-2 textarea {
  border-color: var(--white-2);
  color: var(--white); }

.section-bg-1 input[type="text"]:focus,
.section-bg-1 input[type="email"]:focus,
.section-bg-1 input[type="password"]:focus,
.section-bg-1 textarea:focus,
.section-bg-2 input[type="text"]:focus,
.section-bg-2 input[type="email"]:focus,
.section-bg-2 input[type="password"]:focus,
.section-bg-2 textarea:focus {
  border-color: var(--main-color-one); }

.section-bg-1 a:hover,
.section-bg-2 a:hover {
  color: var(--main-color-one); }

.section-bg-1 label,
.section-bg-1 .blog-btn a,
.section-bg-2 label,
.section-bg-2 .blog-btn a {
  color: var(--white); }

.section-bg-1 .blog-btn a:hover,
.section-bg-2 .blog-btn a:hover {
  color: var(--main-color-one); }

.section-bg-1 i,
.section-bg-1 th,
.section-bg-1 td,
.section-bg-2 i,
.section-bg-2 th,
.section-bg-2 td {
  color: var(--white); }

.check-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .check-list li {
    display: block;
    padding-left: 20px;
    position: relative;
    z-index: 0; }
    .check-list li:after {
      position: absolute;
      left: 0;
      top: 0;
      font-family: 'fontawesome';
      content: "\f105";
      color: var(--main-color-one); }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in; }

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: var(--main-color-one); }

.eleddon_color-white h1,
.eleddon_color-white h2,
.eleddon_color-white h3,
.eleddon_color-white h4,
.eleddon_color-white h5,
.eleddon_color-white h6 {
  color: var(--white); }

.eleddon_color-white p,
.eleddon_color-white li,
.eleddon_color-white span,
.eleddon_color-white address,
.eleddon_color-white small {
  color: var(--white); }

.eleddon_color-white input[type="text"],
.eleddon_color-white input[type="email"],
.eleddon_color-white input[type="password"],
.eleddon_color-white input[type="submit"],
.eleddon_color-white textarea {
  border-color: var(--white);
  color: var(--white); }

.eleddon_color-white input[type="text"]:focus,
.eleddon_color-white input[type="email"]:focus,
.eleddon_color-white input[type="password"]:focus,
.eleddon_color-white textarea:focus {
  border-color: var(--main-color-one); }

.eleddon_color-white a:hover {
  color: var(--main-color-one); }

.eleddon_color-white label,
.eleddon_color-white .blog-btn a {
  color: var(--white); }

.eleddon_color-white .blog-btn a:hover {
  color: var(--main-color-one); }

.eleddon_color-white i,
.eleddon_color-white th,
.eleddon_color-white td {
  color: var(--white); }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.fix {
  overflow: hidden; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
  padding-left: 0; }

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

.gray-bg {
  background-color: #f8f8f8; }

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

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

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

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

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

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

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

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

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

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

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

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

.padding-top-108 {
  padding-top: 108px; }

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

.padding-top-112 {
  padding-top: 112px; }

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

.padding-top-118 {
  padding-top: 118px; }

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

.padding-top-122 {
  padding-top: 122px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.padding-bottom-108 {
  padding-bottom: 108px; }

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

.padding-bottom-112 {
  padding-bottom: 112px; }

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

.padding-bottom-118 {
  padding-bottom: 118px; }

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

.padding-bottom-122 {
  padding-bottom: 122px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-bottom-108 {
  margin-bottom: 108px; }

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

.margin-bottom-112 {
  margin-bottom: 112px; }

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

.margin-bottom-118 {
  margin-bottom: 118px; }

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

.margin-bottom-122 {
  margin-bottom: 122px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-height-600 {
  min-height: 600px; }

/* Tablet: 768px. (Portrait) */
@media (min-width: 768px) and (max-width: 991px) {
  .tab-mb-10 {
    margin-bottom: 10px; }
  .tab-mb-20 {
    margin-bottom: 20px; }
  .tab-mb-30 {
    margin-bottom: 30px; }
  .tab-mb-40 {
    margin-bottom: 40px; }
  .tab-mb-50 {
    margin-bottom: 50px; }
  .tab-mb-60 {
    margin-bottom: 60px; }
  .tab-mb-70 {
    margin-bottom: 70px; }
  .tab-mb-80 {
    margin-bottom: 80px; }
  .tab-mb-85 {
    margin-bottom: 85px; }
  .tab-mb-90 {
    margin-bottom: 90px; }
  .tab-mb-100 {
    margin-bottom: 100px; }
  .tab-mb-110 {
    margin-bottom: 110px; }
  .tab-mb-120 {
    margin-bottom: 120px; }
  .tab-mt-10 {
    margin-top: 10px; }
  .tab-mt-20 {
    margin-top: 20px; }
  .tab-mt-30 {
    margin-top: 30px; }
  .tab-mt-40 {
    margin-top: 40px; }
  .tab-mt-50 {
    margin-top: 50px; }
  .tab-mt-60 {
    margin-top: 60px; }
  .tab-mt-70 {
    margin-top: 70px; }
  .tab-mt-80 {
    margin-top: 80px; }
  .tab-mt-85 {
    margin-top: 85px; }
  .tab-mt-90 {
    margin-top: 90px; }
  .tab-mt-100 {
    margin-top: 100px; }
  .tab-mt-110 {
    margin-top: 110px; }
  .tab-mt-120 {
    margin-top: 120px; }
  .tab-pt-10 {
    padding-top: 10px; }
  .tab-pt-20 {
    padding-top: 20px; }
  .tab-pt-30 {
    padding-top: 30px; }
  .tab-pt-40 {
    padding-top: 40px; }
  .tab-pt-50 {
    padding-top: 50px; }
  .tab-pt-60 {
    padding-top: 60px; }
  .tab-pt-70 {
    padding-top: 70px; }
  .tab-pt-80 {
    padding-top: 80px; }
  .tab-pt-85 {
    padding-top: 85px; }
  .tab-pt-90 {
    padding-top: 90px; }
  .tab-pt-100 {
    padding-top: 100px; }
  .tab-pt-110 {
    padding-top: 110px; }
  .tab-pt-120 {
    padding-top: 120px; }
  .tab-pb-10 {
    padding-bottom: 10px; }
  .tab-pb-20 {
    padding-bottom: 20px; }
  .tab-pb-30 {
    padding-bottom: 30px; }
  .tab-pb-40 {
    padding-bottom: 40px; }
  .tab-pb-50 {
    padding-bottom: 50px; }
  .tab-pb-60 {
    padding-bottom: 60px; }
  .tab-pb-70 {
    padding-bottom: 70px; }
  .tab-pb-80 {
    padding-bottom: 80px; }
  .tab-pb-85 {
    padding-bottom: 85px; }
  .tab-pb-90 {
    padding-bottom: 90px; }
  .tab-pb-100 {
    padding-bottom: 100px; }
  .tab-pb-110 {
    padding-bottom: 110px; }
  .tab-pb-120 {
    padding-bottom: 120px; } }

/* small mobile: 320px. */
@media (max-width: 767px) {
  .mobile-mb-0 {
    margin-bottom: 0px; }
  .mobile-mb-10 {
    margin-bottom: 10px; }
  .mobile-mb-20 {
    margin-bottom: 20px; }
  .mobile-mb-30 {
    margin-bottom: 30px; }
  .mobile-mb-40 {
    margin-bottom: 40px; }
  .mobile-mb-50 {
    margin-bottom: 50px; }
  .mobile-mb-55 {
    margin-bottom: 55px; }
  .mobile-mb-60 {
    margin-bottom: 60px; }
  .mobile-mb-65 {
    margin-bottom: 65px; }
  .mobile-mb-70 {
    margin-bottom: 70px; }
  .mobile-mb-80 {
    margin-bottom: 80px; }
  .mobile-mb-90 {
    margin-bottom: 90px; }
  .mobile-mb-100 {
    margin-bottom: 100px; }
  .mobile-mt-0 {
    margin-top: 0px; }
  .mobile-mt-10 {
    margin-top: 10px; }
  .mobile-mt-20 {
    margin-top: 20px; }
  .mobile-mt-30 {
    margin-top: 30px; }
  .mobile-mt-40 {
    margin-top: 40px; }
  .mobile-mt-50 {
    margin-top: 50px; }
  .mobile-mt-55 {
    margin-top: 55px; }
  .mobile-mt-60 {
    margin-top: 60px; }
  .mobile-mt-65 {
    margin-top: 65px; }
  .mobile-mt-70 {
    margin-top: 70px; }
  .mobile-mt-80 {
    margin-top: 80px; }
  .mobile-mt-90 {
    margin-top: 90px; }
  .mobile-mt-100 {
    margin-top: 100px; }
  .mobile-pt-0 {
    padding-top: 0; }
  .mobile-pt-10 {
    padding-top: 10px; }
  .mobile-pt-20 {
    padding-top: 20px; }
  .mobile-pt-30 {
    padding-top: 30px; }
  .mobile-pt-40 {
    padding-top: 40px; }
  .mobile-pt-50 {
    padding-top: 50px; }
  .mobile-pt-55 {
    padding-top: 55px; }
  .mobile-pt-60 {
    padding-top: 60px; }
  .mobile-pt-65 {
    padding-top: 65px; }
  .mobile-pt-70 {
    padding-top: 70px; }
  .mobile-pt-80 {
    padding-top: 80px; }
  .mobile-pt-90 {
    padding-top: 90px; }
  .mobile-pt-100 {
    padding-top: 100px; }
  .mobile-pb-0 {
    padding-bottom: 0; }
  .mobile-pb-10 {
    padding-bottom: 10px; }
  .mobile-pb-20 {
    padding-bottom: 20px; }
  .mobile-pb-30 {
    padding-bottom: 30px; }
  .mobile-pb-40 {
    padding-bottom: 40px; }
  .mobile-pb-45 {
    padding-bottom: 45px; }
  .mobile-pb-50 {
    padding-bottom: 50px; }
  .mobile-pb-55 {
    padding-bottom: 55px; }
  .mobile-pb-60 {
    padding-bottom: 60px; }
  .mobile-pb-65 {
    padding-bottom: 65px; }
  .mobile-pb-70 {
    padding-bottom: 70px; }
  .mobile-pb-80 {
    padding-bottom: 80px; }
  .mobile-pb-90 {
    padding-bottom: 90px; }
  .mobile-pb-100 {
    padding-bottom: 100px; } }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px; }

.alignright {
  float: right;
  clear: both;
  margin-left: 20px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

.alignfull {
  margin: 1.5em 0;
  max-width: 100%; }

.alignwide {
  max-width: 1100px; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.blog-pagination {
  display: block;
  width: 100%;
  margin-top: 30px; }

.blog-pagination ul li {
  display: inline-block;
  margin: 0 0px; }

.blog-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.blog-pagination ul li a,
.blog-pagination ul li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  background-color: var(--section-bg-1); }

.blog-pagination ul li.active a,
.blog-pagination ul li a:hover {
  background-color: var(--main-color-one);
  color: #fff; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
  margin: 0 5px;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in; }

.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px; }

.wp-link-pages span,
.wp-link-pages a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block; }

.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one); }

.wp-link-pages span:first-child {
  margin-right: 5px; }

dl,
ol,
ul {
  padding-left: 15px; }

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px; }

.post-password-form label {
  font-weight: 600;
  color: #333; }

.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color-one);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in; }

.post-password-form input[type=submit]:hover {
  background-color: #121A2F; }

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.50rem !important; }

.overlay-1,
.overlay-2,
.overlay-3,
.overlay-4,
.overlay-5,
.overlay-6,
.overlay-7,
.overlay-8,
.overlay-9,
.overlay-10 {
  position: relative; }

.overlay-1::before,
.overlay-2::before,
.overlay-3::before,
.overlay-4::before,
.overlay-5::before,
.overlay-6::before,
.overlay-7::before,
.overlay-8::before,
.overlay-9::before,
.overlay-10::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--black);
  opacity: 0.1;
  top: 0;
  left: 0; }

.overlay-1::before {
  opacity: 0.1; }

.overlay-2::before {
  opacity: 0.2; }

.overlay-3::before {
  opacity: 0.3; }

.overlay-4::before {
  opacity: 0.4; }

.overlay-5::before {
  opacity: 0.5; }

.overlay-6::before {
  opacity: 0.6; }

.overlay-7::before {
  opacity: 0.7; }

.overlay-8::before {
  opacity: 0.8; }

.overlay-9::before {
  opacity: 0.9; }

.overlay-10::before {
  opacity: 0.10; }

.eleddon_text-left {
  text-align: left; }

.eleddon_text-right {
  text-align: right; }

.eleddon_text-center {
  text-align: center; }

.eleddon_bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.eleddon_float-left {
  float: left; }

.eleddon_float-right {
  float: right; }

.tab-content {
  display: none;
  padding: 0 18px; }
  .tab-content.is-active {
    display: block; }

.eleddon_header-area {
  min-height: 200px;
  background-color: var(--white-2); }

.eleddon_tabs-1 .eleddon_tabs li {
  list-style: none;
  display: inline-block; }
  .eleddon_tabs-1 .eleddon_tabs li a {
    padding: 5px 15px;
    display: block;
    background-color: var(--white);
    border-radius: 5px;
    margin-right: 10px;
    color: var(--black-2); }
  .eleddon_tabs-1 .eleddon_tabs li.is-active a, .eleddon_tabs-1 .eleddon_tabs li:hover a {
    color: var(--main-color-one); }

.eleddon_tab-style-1 {
  margin-top: -70px; }

.eleddon_title-1 {
  margin: 0;
  display: block; }

.eleddon_tab-content-inner {
  padding: 30px 0 30px; }

.eleddon_tab-content-head {
  border-bottom: 1px solid #C7C8CC;
  margin-bottom: 60px; }

.eleddon_feature-item {
  -webkit-box-shadow: 0px 9px 46px rgba(133, 133, 133, 0.16);
  box-shadow: 0px 9px 46px rgba(133, 133, 133, 0.16);
  padding: 30px 30px;
  margin-bottom: 30px; }

.eleddon_feature-icon-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .eleddon_feature-icon-title .eleddon_feature-icon {
    margin-right: 20px; }
  .eleddon_feature-icon-title .eleddon_feature-title h5 {
    margin: 0; }

.eleddon_banner-item {
  padding: 40px 40px 50px; }

.eleddon_banner-info h4 {
  font-weight: 300; }

.eleddon_banner-info .eleddon_btn-wrapper {
  margin-top: 30px; }

.eleddon_banner-info .eleddon_btn-wrapper .eleddon_boxed-btn.eleddon_white-btn {
  border-color: transparent; }
.pro-item {
  opacity: 0.7;
}
.eleddon_plugin-option-item-inner {
  position: relative;
  padding: 0;
  position: relative;
  -webkit-box-shadow: 0px 9px 46px rgba(133, 133, 133, 0.16);
  box-shadow: 0px 9px 46px rgba(133, 133, 133, 0.16);
  margin-bottom: 30px; }
  .eleddon_plugin-option-item-inner ul {
    display: inline-block; }
    .eleddon_plugin-option-item-inner ul li {
      display: inline-block;
      margin-right: 10px;
      position: relative;
      color: #8F919A; }
      .eleddon_plugin-option-item-inner ul li h6 {
        margin: 0; }
      .eleddon_plugin-option-item-inner ul li .eleddon_help-text {
        position: absolute;
        visibility: hidden;
        min-width: 250px;
        border: 1px solid #ddd;
        left: 15px;
        bottom: 100%;
        background-color: #ddd;
        padding: 1px 10px 0px;
        font-size: 13px;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        z-index: 1;
        transition: all 0.3s ease 0s;
        border-radius: 15px 15px 15px 0px; }
      .eleddon_plugin-option-item-inner ul li:hover .eleddon_help-text {
        visibility: visible; }
  .eleddon_plugin-option-item-inner .eleddon_plugin-badge {
    position: absolute;
    left: -10px;
    top: -10px;
    height: 25px;
    width: 25px;
    display: inline-block;
    background-color: rebeccapurple;
    color: white;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    line-height: 25px; }

.onoffswitch {
  position: relative;
  width: 56px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-checkbox {
  display: none!important; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #FFFFFF;
  border-radius: 20px; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 22px;
  padding: 0;
  line-height: 22px;
  font-size: 12px;
  color: black;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 6px;
  background-color: #fff;
  color: var(--black-2);
  border: 1px solid #F52D78;
  border-radius: 20px;
  font-size: 12px; }

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 6px;
  background-color: #fff;
  color: var(--black-2);
  text-align: right;
  border: 1px solid var(--black-2);
  border-radius: 20px;
  font-size: 12px; }

.onoffswitch-switch {
  display: block;
  width: 18px;
  height: 18px;
  margin: 5px;
  background-color: var(--black-2);
  position: absolute;
  top: -1px;
  right: 30px;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
  background-color: var(--main-color-one); }

.eleddon_plugin-option-menu span {
  background-color: transparent;
  border-color: #B65BE3;
  color: #B65BE3;
  border: 2px solid;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .eleddon_plugin-option-menu span:last-child {
    margin-right: 0; }
  .eleddon_plugin-option-menu span:hover, .eleddon_plugin-option-menu span.active {
    color: var(--white);
    background-color: #B65BE3;
    border-color: #B65BE3; }
  .eleddon_plugin-option-menu span.eleddon_lite {
    border-color: #A7D68B;
    color: #A7D68B; }
    .eleddon_plugin-option-menu span.eleddon_lite:hover, .eleddon_plugin-option-menu span.eleddon_lite.active {
      background-color: #A7D68B;
      border-color: #A7D68B;
      color: var(--white); }
  .eleddon_plugin-option-menu span.eleddon_pro {
    border-color: #B3AEFF;
    color: #B3AEFF; }
    .eleddon_plugin-option-menu span.eleddon_pro:hover, .eleddon_plugin-option-menu span.eleddon_pro.active {
      background-color: #B3AEFF;
      border-color: #B3AEFF;
      color: var(--white); }

.eleddon_plugin-enable-disable-menu span {
  background-color: transparent;
  border-color: #B65BE3;
  color: #B65BE3;
  display: inline-block;
  border: 2px solid;
  padding: 5px 12px;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.eleddon_menu-1 ul {
  margin: 0 0 10px 0;
  padding: 0; }
  .eleddon_menu-1 ul li {
    display: inline-block;
    list-style: none;
    margin-right: 30px; }
    .eleddon_menu-1 ul li:last-child {
      margin-right: 0; }

.eleddon_search-form-inner {
  position: relative; }
  .eleddon_search-form-inner input[type="text"] {
    height: 40px;
    width: 100%;
    border: 1px solid #DBDCDE;
    padding: 0 50px 0 15px;
    min-width: 300px; }
  .eleddon_search-form-inner span {
    position: absolute;
    right: 0;
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .eleddon_search-form-inner span:hover {
      background-color: var(--main-color-one);
      color: var(--white); }

.eleddon_category-search-form .eleddon_search-form-inner {
  overflow: hidden; }

.js-accordion {
  border-radius: 8px; }
  .js-accordion .collapse {
    display: none; }
  .js-accordion .eleddon_btn-link {
    width: 100%;
    display: block;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    outline: 0;
    position: relative;
    padding: 20px 30px;
    border: 0;
    background-color: #F2F2F2;
    padding: 20px 30px;
    border: 0;
    background-color: #F2F2F2;
    font-size: 18px;
    color: #5B5F66;
    font-weight: 600; }
    .js-accordion .eleddon_btn-link:before {
      position: absolute;
      content: "\f10f";
      right: 30px;
      top: 50%;
      color: #707070;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-family: 'Flaticon'; }
    .js-accordion .eleddon_btn-link.expanded:before {
      content: "\f111"; }
    .js-accordion .eleddon_btn-link span {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .js-accordion .eleddon_btn-link svg {
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .js-accordion .eleddon_btn-link.expanded svg {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .js-accordion .card {
    -webkit-box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.16);
    background-color: var(--white);
    margin-bottom: 30px; }
    .js-accordion .card .card-header .btn {
      padding: 0;
      background-color: var(--white);
      border: 0;
      color: var(--primary-color);
      font-size: 18px;
      font-weight: bold;
      line-height: 26px; }
    .js-accordion .card .card-body {
      color: var(--grey);
      color: var(--grey);
      font-size: 14px;
      padding: 30px 30px 30px;
      line-height: 22px; }
  .js-accordion p:last-child {
    margin-bottom: 0; }

.eleddon_block-item {
  display: block;
  -webkit-box-shadow: 0px 9px 46px rgba(133, 133, 133, 0.16);
  box-shadow: 0px 9px 46px rgba(133, 133, 133, 0.16);
  position: relative;
  border: 1px solid;
  border-color: transparent;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 30px; }
  .eleddon_block-item img {
    padding: 20px 30px 0px; }
  .eleddon_block-item span {
    display: block;
    font-weight: 500;
    padding: 12px 30px;
    border-top: 1px solid #EEEEF0;
    color: #F52D78;
    font-size: 14px; }
  .eleddon_block-item input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0; }
  .eleddon_block-item.eleddon_block-active {
    border-color: #F52D78; }

.nice-select .option {
  float: left;
  width: 100%; }

.eleddon_title-area {
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px; }

.eleddon_block-item-2 {
  display: block;
  -webkit-box-shadow: 0px 9px 46px rgba(133, 133, 133, 0.16);
  box-shadow: 0px 9px 46px rgba(133, 133, 133, 0.16);
  position: relative;
  border: 1px solid;
  border-color: transparent;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 30px;
  overflow: hidden; }
  .eleddon_block-item-2 img {
    padding: 20px 30px 0px; }
  .eleddon_block-item-2 span {
    display: block;
    font-weight: 500;
    padding: 12px 30px;
    border-top: 1px solid #EEEEF0;
    color: #F52D78;
    font-size: 14px; }
  .eleddon_block-item-2 input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0; }
  .eleddon_block-item-2.eleddon_block-active {
    border-color: #F52D78; }

.eleddon_category-search-form form {
  border: 1px solid #ddd; }

.eleddon_category-search-form .nice-select {
  border: none;
  height: 38px; }

.eleddon_category-search-form .eleddon_search-form-inner input[type="text"] {
  border: none; }

.eleddon_badge {
  position: absolute;
  top: 5px;
  left: -25px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  .eleddon_badge span {
    display: block;
    color: white;
    padding: 0 30px;
    height: 25px;
    line-height: 25px;
    background: transparent -webkit-linear-gradient(345deg, #FD1593 0%, #6101AF 100%);
    background: transparent -o-linear-gradient(345deg, #FD1593 0%, #6101AF 100%);
    background: transparent linear-gradient(105deg, #FD1593 0%, #6101AF 100%); }

/*---------------------------------------
    ## Button
---------------------------------------*/
.eleddon_btn-wrapper {
  display: block; }
  .eleddon_btn-wrapper .eleddon_boxed-btn {
    background-color: var(--main-color-one);
    color: var(--white);
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid;
    border-color: var(--main-color-one);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 400;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    z-index: 9;
    border-radius: 5px; }
    .eleddon_btn-wrapper .eleddon_boxed-btn.eleddon_white-btn {
      background-color: var(--white);
      border-color: var(--main-color-one);
      color: var(--paragraph-color); }
      .eleddon_btn-wrapper .eleddon_boxed-btn.eleddon_white-btn i {
        color: var(--paragraph-color); }
      .eleddon_btn-wrapper .eleddon_boxed-btn.eleddon_white-btn:hover {
        background-color: var(--main-color-one);
        color: var(--white); }
        .eleddon_btn-wrapper .eleddon_boxed-btn.eleddon_white-btn:hover i {
          color: var(--white); }
    .eleddon_btn-wrapper .eleddon_boxed-btn:hover {
      background-color: var(--main-color-one);
      color: var(--white); }
    .eleddon_btn-wrapper .eleddon_boxed-btn.eleddon_round-btn {
      border-radius: 25px; }
    .eleddon_btn-wrapper .eleddon_boxed-btn.eleddon_reverse-color {
      background-color: var(--heading-color); }
      .eleddon_btn-wrapper .eleddon_boxed-btn.eleddon_reverse-color:hover {
        background-color: var(--main-color-one); }
    .eleddon_btn-wrapper .eleddon_boxed-btn i {
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }

/*# sourceMappingURL=style.css.map */




/* -------------------------------
 FOR ACCORDION 
------------------------------ */
.eleddon_menu-2 ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.eleddon_menu-2 ul li {
  display: inline-block;
  margin-left: 30px;
}
.eleddon_menu-2 ul li:first-child {
  margin-left: 0px;
}
.eleddon_plugin-option-menu-2 span {
  background-color: transparent;
  border-color: #B65BE3;
  color: #B65BE3;
  border: 2px solid;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; 
}
  .eleddon_plugin-option-menu-2 span:last-child {
    margin-right: 0; 
  }
  .eleddon_plugin-option-menu-2 span:hover, .eleddon_plugin-option-menu-2 span.active {
    color: var(--white);
    background-color: #B65BE3;
    border-color: #B65BE3; 
  }
  .eleddon_plugin-option-menu-2 span.eleddon_lite {
    border-color: #A7D68B;
    color: #A7D68B; 
  }
    .eleddon_plugin-option-menu-2 span.eleddon_lite:hover, .eleddon_plugin-option-menu-2 span.eleddon_lite.active {
      background-color: #A7D68B;
      border-color: #A7D68B;
      color: var(--white); 
    }
.eleddon_plugin-option-menu-2 span.eleddon_pro {
  border-color: #B3AEFF;
  color: #B3AEFF; 
}
.eleddon_plugin-option-menu-2 span.eleddon_pro:hover, .eleddon_plugin-option-menu-2 span.eleddon_pro.active {
  background-color: #B3AEFF;
  border-color: #B3AEFF;
  color: var(--white); 
}
.eleddon_boxed-btn[disabled=disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
/***** Loding  *****/
.eleddon-loader{
  position: relative;
  width: 146px;
  height: 19px;
  left: 25%;
  left: calc(50% - 73px);
    left: -o-calc(50% - 73px);
    left: -ms-calc(50% - 73px);
    left: -webkit-calc(50% - 73px);
    left: -moz-calc(50% - 73px);
  background-color: rgba(255,255,255,0.2);
}

.eleddon-loader:before{
  content: "";
  position: absolute;
  background-color: rgb(0,0,0);
  top: 0px;
  left: 0px;
  height: 19px;
  width: 0px;
  z-index: 0;
  opacity: 1;
  transform-origin: 100% 0%;
    -o-transform-origin:  100% 0%;
    -ms-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin:  100% 0%;
  animation: eleddon-loader 2s ease-in-out infinite;
    -o-animation: eleddon-loader 2s ease-in-out infinite;
    -ms-animation: eleddon-loader 2s ease-in-out infinite;
    -webkit-animation: eleddon-loader 2s ease-in-out infinite;
    -moz-animation: eleddon-loader 2s ease-in-out infinite;
}

.eleddon-loader:after{
  content: "Loading";
  text-transform: uppercase;
  color: rgb(0,0,0);
  font-family:  Lato,"Helvetica Neue" ;
  font-weight: 200;
  font-size: 16px;
  position: absolute;
  width: 100%;
  height: 19px;
  line-height: 19px;
  left: 0;
  top: 0;
}

@keyframes eleddon-loader{
    0%{width: 0px;}
    70%{width: 100%; opacity: 1;}
    90%{opacity: 0; width: 100%;}
    100%{opacity: 0;width: 0px;}
}

@-o-keyframes eleddon-loader{
    0%{width: 0px;}
    70%{width: 100%; opacity: 1;}
    90%{opacity: 0; width: 100%;}
    100%{opacity: 0;width: 0px;}
}

@-ms-keyframes eleddon-loader{
    0%{width: 0px;}
    70%{width: 100%; opacity: 1;}
    90%{opacity: 0; width: 100%;}
    100%{opacity: 0;width: 0px;}
}

@-webkit-keyframes eleddon-loader{
    0%{width: 0px;}
    70%{width: 100%; opacity: 1;}
    90%{opacity: 0; width: 100%;}
    100%{opacity: 0;width: 0px;}
}

@-moz-keyframes eleddon-loader{
    0%{width: 0px;}
    70%{width: 100%; opacity: 1;}
    90%{opacity: 0; width: 100%;}
    100%{opacity: 0;width: 0px;}
}
