/**************
Body styles
***************/
/*Preloader Start */
.preloader {
    /* background: black; */
    /* background-color: rgb(80 42 127); */
    background-image: linear-gradient(to right, rgb(15, 23, 42), rgb(80 42 127), rgb(15, 23, 42));
}
.preloader .loading {
    position: relative;
    width: 120px;
    height: 140px;
    /*background-image: radial-gradient(circle 30px, #fff 100%, transparent 0),
    radial-gradient(circle 5px, #fff 100%, transparent 0),
    radial-gradient(circle 5px, #fff 100%, transparent 0),
    linear-gradient(#FFF 20px, transparent 0);*/
    background-position: center 127px , 94px 102px , 16px 18px, center 114px;
    background-size: 60px 60px, 10px 10px , 10px 10px , 4px 14px;
    background-repeat: no-repeat;
    z-index: 10;
    perspective: 500px;
  }
  .loading::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius:50%;
    /*border: 3px solid #fff;*/
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%) rotate(-45deg);
    border-right-color: transparent;
    box-sizing: border-box;
}
  .loading::after {
    content: '';
    position: absolute;
    height: 80px;
    width: 80px;
    transform: translate(-50%, -55%) rotate(-45deg) rotateY(0deg) ;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    border: 7px solid #f3a949;
    /*border-radius:50%;*/
    animation: rotate 1s linear infinite;
  }

@keyframes rotate {
  to{transform: translate(-50%, -55%) rotate(-45deg) rotateY(360deg)   }
}

/* Font Start */
/* h1, h2, h3, h4, h5, h6,
p, a, span {
    font-family: "League Spartan", serif;
    
    font-style: normal;
} */
/* Font End */

/*Body Wrap Start*/
.wrapper {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.pr-10 {
    padding-right: 10px;
}
/*Body Wrap End*/
/*Preloader End */
/* Btn start */
.btn__primary {
    background-color: #f3a949;
    color: #ffffff;
    background-image: linear-gradient(to right, #fccc31, #f3a949, #f3a949, #fccc31);
    border-radius: 50px;
    border: 1px solid transparent;
}
.is-sticky .action__btn-contact {
    background-color: #f3a949;
    border-color: #f3a949;
    width: 152px;
    color: rgb(255, 255, 255) !important;
    background-image: linear-gradient(to right, #fccc31, #f3a949, #f3a949, #fccc31);
}
.btn__primary-style2:hover {
    /* color: rgb(73, 20, 113); */
    color: white;
    border: 1px solid white;
}
.is-sticky .action__btn-contact::before {
    /* background-color: rgb(73, 20, 113) !important; */
    background: linear-gradient(to right, rgb(86 2 141), rgb(114 5 199), rgb(86 2 141));
}
.btn:not(.btn__link):not(.btn__bordered)::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgb(73, 20, 113);
    background: linear-gradient(to right, rgb(86 2 141), rgb(114 5 199), rgb(86 2 141));
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
}
.btn:not(.btn__link):not(.btn__bordered):hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}

.btn__white.btn__bordered {
    border-radius: 50px;
}

.btn__secondary {
    border-radius: 50px;
}
.btn__secondary-style2:hover {
    color: white;
}
.btn.btn__secondary-style2:not(.btn__link):not(.btn__bordered)::before {
    background-image: linear-gradient(to right, #fccc31, #f3a949, #f3a949, #fccc31);
}
/* Btn end */

/**************
Nav styles
***************/
.header-transparent .navbar {
    background-color: #12051cd9;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.header-transparent .navbar.is-sticky {
    background-color: #12051cd9!important;
}
.navbar .dropdown-menu.wide-dropdown-menu {
    overflow: hidden;
    background: none;
    padding: 0;
    box-shadow: none;
}
.navbar .navbar-brand {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    float: none;
    flex: 1;
    width: auto;
    float: none;
    max-width: 250px;
}

.header-transparent .logo-light {
    width: 100%;
}
.is-sticky .logo-dark {
    width: 100%;
}
.light .header-transparent .logo-light.dark,
.light .header-transparent .logo-dark.dark {
    display: none;
}
.dark .header-transparent .logo-light.light,
.dark .header-transparent .logo-dark.light {
    display: none;
}

.header-transparent .is-sticky .action__btn,
.header-transparent .is-sticky .nav__item .nav__item-link {
    color: white;
}

.navbar-actions > li:last-child {
    margin-right: 10px;
    margin-left: 10px;
}
.navbar .dropdown-menu ul.nav.flex-column li.nav__item {
    /* background: #000; */
    background: #fbc933;
    border: 1px solid white;
    padding: 10px;
    margin: 3px 0;
    box-shadow: 0px 1px 1px 2px rgba(40, 40, 40, 0.1);
    pointer-events: none;
}
.navbar .dropdown-menu .nav__item .nav__item-link {
    color: black;
}
.navbar.is-sticky .dropdown-menu ul.nav.flex-column li.nav__item a {
  color: black;
}
.navbar .dropdown-menu .nav__item .nav__item-link {
    pointer-events: auto;
}
.navbar .dropdown-menu ul.nav.flex-column li.nav__item:hover {
    background: linear-gradient(to right, rgb(86 2 141), rgb(114 5 199), rgb(86 2 141));
}
.navbar.is-sticky .nav__item .nav__item-link:hover {
    color: #f3a949;
}
.navbar .dropdown-menu .nav__item .nav__item-link:hover {
    color: white;
}
.navbar.is-sticky .dropdown-menu ul.nav.flex-column li.nav__item a:hover {
    color: white;
}

.header-transparent .action__btn {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px !important;
    font-size: 28px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: flex !important;
    justify-content: center;
    align-content: center;
    text-align: center;
    align-items: center;
}
.header-transparent .action__btn:hover {
    background: #f9c03a;
    border-radius: 50%;
    color: black;
}
.header-transparent .action__btn i {
    justify-content: center;
    align-content: center;
}
div#mainNavigation {
    justify-content: space-around;
    align-items: center;
}
div#mainNavigation ul.navbar-nav {
    display: flex;
    justify-content: center;
    flex: 1;
}


.os-theme-change {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .switch {
    position: relative;
    display: block;
    cursor: pointer;
    user-select: none;
    margin-right: 0.5rem;
    /* width: 40px;
    height: 40px; */
    
    box-sizing: border-box;
      /* box-shadow: 0 15px 25px rgba(0, 0, 0, .6); */
      height:50px;
      width: 50px;
      color: white;
      margin-left: 5px;
      border-radius: 50%;
  }
  .switch:before {
    background: #e7e7e7 none repeat scroll 0 0;
      content: "";
      height: 30px;
      left: -5px;
      margin-top: -15px;
      position: absolute;
      top: 50%;
      width: 1px;
      opacity: 0;
  }
  .switch:hover,
  .switch:focus {
    background: #fccb32;
  }
  .switch:hover span,
  .switch:focus span {
    color: black;
  }
  
  .bx {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: flex;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .bx-sun:before {
    content: "\ec34";
  }
  .bx-moon:before {
    content: "\eb94";
  }
  
  .switch-light, .switch-dark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in;
    display: flex;
  }
  .switch-light {
    font-size: 28px;
    visibility: visible;
    color: var(--black-300);
  }
  .light .switch-light {
    color: #491471;
  }
  .dark .switch-light {
    font-size: 0rem;
    visibility: hidden;
  }
  .switch-dark {
    font-size: 0rem;
    visibility: hidden;
    color: var(--white-100);
  }
  .dark .switch-dark {
    font-size: 28px;
    visibility: visible;
  }

  .navbar .dropdown-menu.wide-dropdown-menu {
    min-width: 300px;
  }

.light  .header-transparent .action__btn, 
.light  .header-transparent .nav__item .nav__item-link {
    color: #491471;
  }
.light  .navbar .nav__item .nav__item-link.active {
    /* color: #f3a949; */
    color: white;
}
.light .header-transparent .nav__item .nav__item-link:hover {
    color: white;
}

  .navbar .nav__item .nav__item-link.active {
    color: #f3a949;
}
.navbar .dropdown-menu-col .nav__item .nav__item-link.active {
    color: white;
}
.navbar.is-sticky .dropdown-menu ul.nav.flex-column li.nav__item a.nav__item-link.active {
    color: white;
}
.navbar .dropdown-menu ul.nav.flex-column li.nav__item.actived {
    background: linear-gradient(to right, rgb(86 2 141), rgb(114 5 199), rgb(86 2 141));
}
.light .header-transparent .navbar .nav__item .nav__item-link:before {
    /* background-color: #f3a949; */
    background-color: white;
  }
  .header-transparent .navbar .nav__item .nav__item-link:before {
    background-color: #f3a949;
  }
  .navbar .nav__item .nav__item-link.active:before,
  .navbar .nav__item .nav__item-link:hover:before {
    width: 100%;
  }

  .navbar .contact-mob {
    display: none
  }
  .burger-menu .burger-menu__close i {
    font-size: 28px;
}

.contact-blocks-wrapper .contact-block .contact-block__title {
    text-decoration: underline;
}

.burger-menu .burger-menu__content {
    overflow-x: scroll;
    scrollbar-color: #fff transparent;
    scrollbar-width: thin;
    justify-content: flex-start;
}
.mt-15 {
    margin-top: 15px;
}

@media screen and (min-width: 992px) { 
    .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col {
        padding: 0px 0 10px;
    }
}
@media screen and (max-width: 992px) {
    .navbar .contact-mob {
        display: flex;
    }
    .navbar .navbar-brand .logo-light {
        width: auto;
        height: 55px;
    }
    .navbar .navbar-brand .logo-dark {
        width: auto;
        height: 55px;
    }
}
@media screen and (max-width: 991px) { 
    .switch {
        margin-right: 80px;
    }
    .navbar .navbar-toggler {
        right: 25px;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    button.navbar-toggler.actived {
        bottom: 35%;
    }
    .header .navbar .navbar-toggler .menu-lines:before,
    .header .navbar .navbar-toggler .menu-lines:after,
    .header .navbar .navbar-toggler .menu-lines span,
    .header-transparent .navbar .navbar-toggler .menu-lines:before,
    .header-transparent .navbar .navbar-toggler .menu-lines:after,
    .header-transparent .navbar .navbar-toggler .menu-lines span {
        background-color: #ffffff;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    .light .header .navbar .navbar-toggler .menu-lines:before,
    .light .header .navbar .navbar-toggler .menu-lines:after,
    .light .header .navbar .navbar-toggler .menu-lines span,
    .light .header-transparent .navbar .navbar-toggler .menu-lines:before,
    .light .header-transparent .navbar .navbar-toggler .menu-lines:after,
    .light .header-transparent .navbar .navbar-toggler .menu-lines span {
        background-color: #491471;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    button.navbar-toggler:before {
        position: absolute;
        content: '';
        display: flex;
        width: 50px;
        height: 50px;
        /* background: #fccb32; */
        background: transparent;
        border-radius: 50%;
        right: -14px;
        top: -18px;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }
    button.navbar-toggler:hover:before {
        background: #fccb32;
    }

    button.navbar-toggler.actived:hover:before {
        top: -23px;
    }
     
    .header .navbar button.navbar-toggler:hover .menu-lines:before,
    .header .navbar button.navbar-toggler:hover .menu-lines:after,
    .header .navbar button.navbar-toggler:hover .menu-lines span,
    .header-transparent .navbar button.navbar-toggler:hover .menu-lines:before,
    .header-transparent .navbar button.navbar-toggler:hover .menu-lines:after,
    .header-transparent .navbar button.navbar-toggler:hover.menu-lines span
    {
        background-color: black;
    }

    .header-transparent .navbar.is-sticky {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 1040;
        height: 80px;
        max-height: 80px;
        border-bottom: 0 !important;
    }

    .navbar .navbar-collapse {
        background-color: #7806da;
    }
    .navbar .menu-opened.navbar-collapse li.nav__item  .nav__item-link {
        color: white;
    }
    .navbar .menu-opened.navbar-collapse .dropdown-menu-col li.nav__item .nav__item-link {
        color: black;
    }
    .navbar .menu-opened.navbar-collapse .dropdown-menu-col li.nav__item .nav__item-link.active {
        text-decoration: underline;
        color:black;
    }
    .navbar .menu-opened.navbar-collapse li.nav__item .nav__item-link.active {
        color: #f3a949 ;
    }
    .navbar .menu-opened.navbar-collapse .dropdown-menu-col li.nav__item .nav__item-link:hover,
    .navbar .menu-opened.navbar-collapse .dropdown-menu-col li.nav__item .nav__item-link:focus {
        color: white;
    }

    .header-transparent .action__btn.action__btn-burgerMenu.d-none {
        display: flex !important;
    }
    .header-transparent .action__btn {
        margin-left: auto;
    }
    .dark .header-transparent .action__btn {
        color: white;
    }
    
}
@media screen and (max-width: 780px) {
    .header-transparent .action__btn {
        margin-left: 35%;
    }
}
@media screen and (max-width: 600px) {
    .header-transparent .action__btn {
        margin-left: 16%;
    }
}
@media screen and (max-width: 465px) {
    .header-transparent .action__btn {
        margin-left: 10px;
    }
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .burger-menu {
        padding: 0;
    }
    .burger-menu .burger-menu__content {
        padding: 45px 20px;
    }
}

@media screen and (max-width: 425px) {
    .navbar .navbar-brand .logo-light {
        width: auto;
        height: 40px;
    }
    .navbar .navbar-brand .logo-dark {
        width: auto;
        height: 40px;
    }
}
@media screen and (max-width: 359px) {
    .header-transparent .action__btn.action__btn-burgerMenu.d-none {
        display: none !important;
    }
}

/**************
Section styles
***************/
/*Home Slider start */
.m-slides-0 .slick-list {
    overflow: hidden;
}
.slick-slider .slick-list,
.slick-slider .slick-track,
.slick-slider {
    overflow: hidden;
}

.light .slide-item__content {
    background-color: #ecdef7b8;
}
.light .slider .slide-item__title,
.light .slider .slide-item__desc,
.light .pagetitle__heading {
    color: #662D91;
}
.light .slide-item__content p {
    color: #662D91!important;
}

.bg-overlay-1 {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
}
video#video-bg {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
}
.bg-overlay-1:before {
    position: absolute;
    content: "";
    display: block;
    background: #000000a6;
    z-index: 2;
    width: 100%;
    height: 100%;
}
/*Home Slider End */

/** Services layout start*/
.services-lay-box {
    margin-bottom: 10px;
}
.service-item {
    /* background-color: rgb(236 236 236); */
    background-color: #491471a3;
}
.light .service-item {
    background-color: #ecdef7;
    border: 1px solid #491471;
}
.light .services-layout2 .service-item:not(.service-item-custom) {
    border: 1px solid #491471;
}

.light .service-item .service-item__icon {
    color: #491471;
}
.light .cta-banner .cta-banner__icon {
    color: #491471;
}

.dark .service-item .service-item__title {
    color: #d29aff;
}
.dark .service-item .service-item__desc {
    color: white;
}
.dark .service-item .btn__link.btn__secondary {
    color: white;
}

.awards .pinned-ribbon {
    display: none;
}
.light .awards .fancybox-item {
    background-color: #ecdef7;
    border: 1px solid;
}
.light .awards .fancybox-item:hover {
    background: #e1c1fb;
}
.light .awards .fancybox-item:hover .fancybox-item__title {
    color: #7806dc;
}
.dark .awards .fancybox-item {
    background-color: #1d062ff0;
    border: 1px solid white;
}
.dark .awards .fancybox-item .fancybox-item__title {
    color: #d29aff;
}
.dark .awards .fancybox-item .fancybox-item__desc {
    color: white;
}
.dark .awards .fancybox-item:hover {
    background: #361054f0;
}
/** Services layout end*/
/** CTA Start */

.dark .cta-banner {
    background-color: #1d062ff0;
}
.dark .cta-banner .cta-banner__title {
    color: #d29aff;
}
.light .cta-banner {
    background-color: #ae9cbdf0;
}

.about-layout2 .about__img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1200px) {
    .about-layout2 .about__img .cta-banner {
        margin: 0 auto;
    }
    .about-layout2 .about__img img {
        max-width: 500px;
    }
}
@media screen and (max-width: 1200px) {
    .about-layout2 .about__img .cta-banner {
        margin: 30px 0;
    }
}

/** Cards Small Start **/
.cardz [class^="col-"] {
    float: left;
  }
  
  .cardz .col-1-of-4 {
    width: calc(100% / 4);
  }
  .cardz .col-1-of-3 {
    width: calc(100% / 3);
  }
  
  .card__carve {
    padding: 6rem 2rem;
    text-align: center;
    color: #ecf0f1;
  }
  .card__carve p {
    text-align: center;
  }
  
  .card__carve-v1 {
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0% 100%);
    background-color: #580290;
    transition: all 0.5s;
  }
  
  .card__carve-v1:hover {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
  
  .card__carve-v2 {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    background-color: #6C4A9E;
    transition: all 0.5s;
  }
  
  .card__carve-v2:hover {
    clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
  }
  
  .cardz .icon-font {
    font-size: 4rem !important;
    margin-bottom: 1.5rem;
  }
  
  @media (max-width: 991px) {
    .cardz .col-1-of-4 {
      width: calc(100% / 2);
    }
    .cardz .col-1-of-3 {
        width: calc(100% / 1);
      }
  }
  @media (max-width: 680px) {
    .cardz .col-1-of-4 {
      width: calc(100% / 1);
    }
  }
  /** Cards Small End **/


/** Accordion option Start **/

/* accordion-1 */
#accordion-1, 
#accordion-2, 
#accordion-3,
#accordion-4, 
#accordion-5, 
#accordion-6,
#accordion-7,
#accordion-8,
#accordion-9,
#accordion-10,
#accordion-11,
#accordion-12 {
    position: relative;
  }
  
  .tf-accordion .head {
    background-color: #6e2fdf;
    color: #FFFFFF;
    padding: 20px 30px;
    cursor: pointer;
    transition: 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px 50px 50px 50px;
  }
  .tf-accordion .head h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    color: white;
  }
  
  .tf-accordion .arrow {
    color: #FFFFFF;
    font-size: 45px;
    transition: 0.25s ease;
    opacity: 0.3;
    transform: rotate(-90deg);
  }
  
  .tf-accordion .head:hover .arrow {
    opacity: 1;
  }
  
  .tf-accordion .head:hover, 
  .tf-accordion .head:focus, 
  .tf-accordion .active{
    background-color: #3e0891;
  }

  .tf-accordion .active {
    border-radius: 50px 50px 0px 0px;
  }
  
  .tf-accordion .arrow-animate{
    transform: rotate(-180deg);
    opacity: 1;
  }
  
  .tf-accordion .content{
    background-color: #ed8f1d78;
    display: none;
    padding: 20px 30px;
    color: white;
    border-radius: 0 0 25px 25px;
  }
  .tf-accordion h4.sub-title {
    color: white;
    text-decoration: underline;
    margin-bottom: 15px;
  }
  .tf-accordion .content p {
    color: white;
    font-weight: 500;
      font-size: 18px;
  }
  
  @keyframes vertical-fade-in{
    from{
      opacity: 0;
    }
    to{
      opacity: 1;
    }
  }

  @keyframes horizontal-fade-in{
    from{
      opacity: 0;
      width: 0;
    }
    to{
      opacity: 1;
      width: 1rem;
    }
  }

  .tf-accordion .content-80 {
    display: flex;
    width: 70%;
  }
  .tf-accordion .content-40 {
    display: flex;
    width: 25%;
  }
  @media only screen and (max-width: 991px) {
    .tf-accordion .content-80 {
        width: 100%;
    }
    .tf-accordion .content-40 {
        width: auto;
        margin: 0 auto;
    }
    .tf-accordion .content-40 img {
        max-height: 400px;
        margin: 0 auto;
    }
  }
@media only screen and (max-width: 500px) {
    .tf-accordion .head h2 {
        font-size: 18px;
    }
    .tf-accordion .arrow {
        font-size: 30px;
    }
}



/*alt acc*/
.accordion__header {
	/* padding: 1em; */
	/* background-color: #ccc; */
	margin-top: 2px;
	/* display: flex; */
	/* justify-content: space-between;
	align-items: center; */
	cursor: pointer;

    background-color: #cd7c13;
    color: #FFFFFF;
    padding: 20px 30px;
    cursor: pointer;
    transition: 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px 50px 50px 50px;

}
.accordion__header h2 {
    color: #fff;
}

.accordion__header > * {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
}
.accordion__header.is-active {
	background-color: #f3a949;
    border-radius: 50px 50px 0px 0px;
}
.accordion__header.is-active h2 {
    color: #491471;
}

.accordion__toggle {
	margin-left: 10px;
	height: 3px;
	background-color: #222;
	width: 13px;
	display: block;
	position: relative;
	flex-shrink: 1;
	border-radius: 2px;
    
}

.accordion__toggle::before {
	content: "";
	width: 3px;
	height: 13px;
	display: block;
	background-color: #222;
	position: absolute;
	top: -5px;
	left: 5px;
	border-radius: 2px;
}

.is-active .accordion__toggle {
	background-color: #fff;
}
.is-active .accordion__toggle::before {
	display: none;
}


.accordion__body {
	display: none;
	padding: 2em 1em;
	border: 1px solid #ccc;
	border-top: 0;
}
.accordion__body.is-active {
	display: block;
    transition: 0.2s ease;
    /* background-image: linear-gradient(#fff5e0, #978e7c); */
    background: #e1c1fb;
}
.dark .accordion__body.is-active {
    /* background-image: linear-gradient(#584827, #2d230f); */
    background: #1d062ff0;
}
.dark .accordion__body.is-active p {
    color: #fff;
}

.accordion ul.list-items.list-items-layout2 li p span {
    display: flex;
    font-size: 14px;
}
.light .accordion ul.list-items.list-items-layout2 li:before  {
    color: #491471;
    border: 2px solid #cd7c12;
    margin-top: 0px;
}

/** Accordion option End **/


/* BG Rain Start */
.light .bg-rain-line {
    --sz: 15px;
    --c0: #000;
    --c1: #25212c;
    --ts: 50% / calc(var(--sz)* 8) calc(var(--sz)* 16);
    margin: 0;
    padding: 0;
    /* height: 100vh; */
    height: 85%;
    overflow: hidden;
    --dot: var(--c1) 0 calc(var(--sz)* 0.78), #fff0 calc(calc(var(--sz)* 0.78) + 1px) 100%;
    --dot2: radial-gradient(circle at 90% 0%, var(--dot)) var(--ts), radial-gradient(circle at 65% 0%, var(--dot)) var(--ts), radial-gradient(circle at 40% 0%, var(--dot)) var(--ts), radial-gradient(circle at 15% 0%, var(--dot)) var(--ts);
    --cg1: conic-gradient(from -90deg at 5% 51%, var(--c0) 0 90deg, #fff0 0 100%) var(--ts);
    --cg2: conic-gradient(from -90deg at 25% 50%, var(--c1) 0 90deg, #fff0 0 100%) var(--ts);
    --cg3: conic-gradient(from -90deg at 30% 38.5%, var(--c0) 0 90deg, #fff0 0 100%) var(--ts);
    --cg4: conic-gradient(from -90deg at 50% 37.5%, var(--c1) 0 90deg, #fff0 0 100%) var(--ts);
    --cg5: conic-gradient(from -90deg at 55% 26%, var(--c0) 0 90deg, #fff0 0 100%) var(--ts);
    --cg6: conic-gradient(from -90deg at 75% 25%, var(--c1) 0 90deg, #fff0 0 100%) var(--ts);
    --cg7: conic-gradient(from -90deg at 80% 13.5%, var(--c0) 0 90deg, #fff0 0 100%) var(--ts);
    --cg8: conic-gradient(from -90deg at 100% 12.5%, var(--c1) 0 90deg, #fff0 0 100%) var(--ts);
    background: var(--dot2), var(--dot2), radial-gradient(circle at 90% 100%, var(--dot)) var(--ts), radial-gradient(circle at 65% 100%, var(--dot)) var(--ts), radial-gradient(circle at 40% 100%, var(--dot)) var(--ts), radial-gradient(circle at 15% 100%, var(--dot)) var(--ts), radial-gradient(circle at 90% 12.5%, var(--dot)) var(--ts), radial-gradient(circle at 65% 25%, var(--dot)) var(--ts), radial-gradient(circle at 40% 37.5%, var(--dot)) var(--ts), radial-gradient(circle at 15% 50%, var(--dot)) var(--ts), var(--cg1), var(--cg1), var(--cg2), var(--cg2), var(--cg3), var(--cg3), var(--cg4), var(--cg4), var(--cg5), var(--cg5), var(--cg6), var(--cg6), var(--cg7), var(--cg7), var(--cg8), var(--cg8), linear-gradient(-45deg, #fff0 0 32.25%, #0002 50%, #000 77.5%) var(--ts), linear-gradient(-45deg, #fff0 0 32.25%, #000 60%) var(--ts), repeating-linear-gradient(90deg, var(--c0) 0 5%, var(--c1) 0 25%) var(--ts)!important;
    z-index: 0;
}
.light .bg-rain-line.full {
    height: 100%;
}
.dark .bg-rain-line {
    --sz: 15px;
    --c0: #000;
    --c1: #290242;
    --ts: 50% / calc(var(--sz)* 8) calc(var(--sz)* 16);
    margin: 0;
    padding: 0;
    /* height: 100vh; */
    height: 85%;
    overflow: hidden;
    --dot: var(--c1) 0 calc(var(--sz)* 0.78), #fff0 calc(calc(var(--sz)* 0.78) + 1px) 100%;
    --dot2: radial-gradient(circle at 90% 0%, var(--dot)) var(--ts), radial-gradient(circle at 65% 0%, var(--dot)) var(--ts), radial-gradient(circle at 40% 0%, var(--dot)) var(--ts), radial-gradient(circle at 15% 0%, var(--dot)) var(--ts);
    --cg1: conic-gradient(from -90deg at 5% 51%, var(--c0) 0 90deg, #fff0 0 100%) var(--ts);
    --cg2: conic-gradient(from -90deg at 25% 50%, var(--c1) 0 90deg, #fff0 0 100%) var(--ts);
    --cg3: conic-gradient(from -90deg at 30% 38.5%, var(--c0) 0 90deg, #fff0 0 100%) var(--ts);
    --cg4: conic-gradient(from -90deg at 50% 37.5%, var(--c1) 0 90deg, #fff0 0 100%) var(--ts);
    --cg5: conic-gradient(from -90deg at 55% 26%, var(--c0) 0 90deg, #fff0 0 100%) var(--ts);
    --cg6: conic-gradient(from -90deg at 75% 25%, var(--c1) 0 90deg, #fff0 0 100%) var(--ts);
    --cg7: conic-gradient(from -90deg at 80% 13.5%, var(--c0) 0 90deg, #fff0 0 100%) var(--ts);
    --cg8: conic-gradient(from -90deg at 100% 12.5%, var(--c1) 0 90deg, #fff0 0 100%) var(--ts);
    background: var(--dot2), var(--dot2), radial-gradient(circle at 90% 100%, var(--dot)) var(--ts), radial-gradient(circle at 65% 100%, var(--dot)) var(--ts), radial-gradient(circle at 40% 100%, var(--dot)) var(--ts), radial-gradient(circle at 15% 100%, var(--dot)) var(--ts), radial-gradient(circle at 90% 12.5%, var(--dot)) var(--ts), radial-gradient(circle at 65% 25%, var(--dot)) var(--ts), radial-gradient(circle at 40% 37.5%, var(--dot)) var(--ts), radial-gradient(circle at 15% 50%, var(--dot)) var(--ts), var(--cg1), var(--cg1), var(--cg2), var(--cg2), var(--cg3), var(--cg3), var(--cg4), var(--cg4), var(--cg5), var(--cg5), var(--cg6), var(--cg6), var(--cg7), var(--cg7), var(--cg8), var(--cg8), linear-gradient(-45deg, #fff0 0 32.25%, #0002 50%, #000 77.5%) var(--ts), linear-gradient(-45deg, #fff0 0 32.25%, #000 60%) var(--ts), repeating-linear-gradient(90deg, var(--c0) 0 5%, var(--c1) 0 25%) var(--ts)!important;
    z-index: 0;
}
.dark .bg-rain-line.full {
    height: 100%;
}

/*BG Rain End */

.overflow-uns {
    overflow: unset!important;
}
.cap-none {
    text-transform: unset;
}

.timeline-carousel-wrapper .carousel-arrows-light .slick-arrow {
    top: 94%;
}
.history-timeline .timeline-carousel-wrapper .carousel-arrows-light .slick-arrow {
    top: 0%;
}

/** positions start */
.text-left {
    text-align: left;
}
.pl-0 {
    padding-left: 0;
}
.pr-0 {
    padding-right: 0;
}
/** positions end */

/* PARTICLES*/
.particles {
  /* position:absolute;
  top:-100px;
  left: 10px;
  right: 10px;
  height: 1100px; */
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
/* .particles {
    left: 10px;
    right: 10px;
    height: 1100px
} */

.particles .particle {
    position: absolute;
    opacity: .65;
    /* background: #fff; */
    background: #ffc008;
    -webkit-animation-iteration-count: infinite!important;
    animation-iteration-count: infinite!important
}
.light .particles .particle {
    background: #000;
}

.particle:nth-child(1) {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    -webkit-animation: floating 28s linear;
    animation: floating 28s linear;
    top: 65%;
    left: 10%
}

.particle:nth-child(2) {
    height: 12px;
    width: 12px;
    border-radius: 100%;
    -webkit-animation: floating 35s linear;
    animation: floating 35s linear;
    top: 15%;
    left: 33%
}

.particle:nth-child(25),
.particle:nth-child(3) {
    -webkit-animation: floating 28s linear;
    border-radius: 100%
}

.particle:nth-child(3) {
    height: 21px;
    width: 21px;
    animation: floating 28s linear;
    top: 48%;
    left: 36%
}

.particle:nth-child(4) {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    -webkit-animation: floating 25s linear;
    animation: floating 25s linear;
    top: 85%;
    left: 75%
}

.particle:nth-child(5) {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    -webkit-animation: floating 32s linear;
    animation: floating 32s linear;
    top: 36%;
    left: 78%
}

.particle:nth-child(6) {
    height: 22px;
    width: 22px;
    border-radius: 100%;
    -webkit-animation: floating 23s linear;
    animation: floating 23s linear;
    top: 87%;
    left: 18%
}

.particle:nth-child(7) {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    -webkit-animation: floating 36s linear;
    animation: floating 36s linear;
    top: 63%;
    left: 78%
}

.particle:nth-child(8) {
    height: 17px;
    width: 17px;
    border-radius: 100%;
    -webkit-animation: floating 27s linear;
    animation: floating 27s linear;
    top: 35%;
    left: 76%
}

.particle:nth-child(9) {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    -webkit-animation: floating 31s linear;
    animation: floating 31s linear;
    top: 20%;
    left: 70%
}

.particle:nth-child(10) {
    height: 13px;
    width: 13px;
    border-radius: 100%;
    -webkit-animation: floating 32s linear;
    animation: floating 32s linear;
    top: 42%;
    left: 23%
}

.particle:nth-child(11) {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    -webkit-animation: floating 30s linear;
    animation: floating 30s linear;
    top: 62%;
    left: 17%
}

.particle:nth-child(12) {
    height: 13px;
    width: 13px;
    border-radius: 100%;
    -webkit-animation: floating 29s linear;
    animation: floating 29s linear;
    top: 9%;
    left: 63%
}

.particle:nth-child(13) {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    -webkit-animation: floating 21s linear;
    animation: floating 21s linear;
    top: 14%;
    left: 30%
}

.particle:nth-child(14) {
    height: 11px;
    width: 11px;
    border-radius: 100%;
    -webkit-animation: floating 34s linear;
    animation: floating 34s linear;
    top: 29%;
    left: 33%
}

.particle:nth-child(15) {
    height: 17px;
    width: 17px;
    border-radius: 100%;
    -webkit-animation: floating 23s linear;
    animation: floating 23s linear;
    top: 68%;
    left: 31%
}

.particle:nth-child(16) {
    height: 18px;
    width: 18px;
    border-radius: 100%;
    -webkit-animation: floating 21s linear;
    animation: floating 21s linear;
    top: 29%;
    left: 57%
}

.particle:nth-child(17) {
    height: 18px;
    width: 18px;
    border-radius: 100%;
    -webkit-animation: floating 32s linear;
    animation: floating 32s linear;
    top: 49%;
    left: 21%
}

.particle:nth-child(18) {
    height: 7px;
    width: 7px;
    border-radius: 100%;
    -webkit-animation: floating 37s linear;
    animation: floating 37s linear;
    top: 35%;
    left: 94%
}

.particle:nth-child(19) {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    -webkit-animation: floating 35s linear;
    animation: floating 35s linear;
    top: 42%;
    left: 33%
}

.particle:nth-child(20) {
    height: 18px;
    width: 18px;
    border-radius: 100%;
    -webkit-animation: floating 35s linear;
    animation: floating 35s linear;
    top: 94%;
    left: 20%
}

.particle:nth-child(21) {
    height: 24px;
    width: 24px;
    border-radius: 100%;
    -webkit-animation: floating 37s linear;
    animation: floating 37s linear;
    top: 7%;
    left: 23%
}

.particle:nth-child(22) {
    height: 24px;
    width: 24px;
    border-radius: 100%;
    -webkit-animation: floating 34s linear;
    animation: floating 34s linear;
    top: 49%;
    left: 33%
}

.particle:nth-child(23) {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    -webkit-animation: floating 29s linear;
    animation: floating 29s linear;
    top: 82%;
    left: 58%
}

.particle:nth-child(24) {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    -webkit-animation: floating 32s linear;
    animation: floating 32s linear;
    top: 60%;
    left: 90%
}

.particle:nth-child(25) {
    height: 25px;
    width: 25px;
    animation: floating 28s linear;
    top: 53%;
    left: 85%
}

.particle:nth-child(26) {
    height: 23px;
    width: 23px;
    border-radius: 100%;
    -webkit-animation: floating 28s linear;
    animation: floating 28s linear;
    top: 63%;
    left: 94%
}

@keyframes floating {
    0% {
        -webkit-transform: translate(0, 0) scale(.5);
        transform: translate(0, 0) scale(.5);
        opacity: 0
    }
    5% {
        opacity: .2
    }
    50% {
        -webkit-transform: translate(0, -250px) scale(1.4);
        transform: translate(0, -250px) scale(1.4)
    }
    95% {
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, -500px) scale(.5);
        transform: translate(0, -500px) scale(.5)
    }
}
/** CTA End */

/** Box gradient animation Start */
@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 0turn;
    inherits: false;
  }
.box-animation {
    animation: 2s gradient-angle infinite linear;
  border: 2px solid transparent;
  background-image: linear-gradient(#ae9cbdf0, #ae9cbdf0),
    conic-gradient(
      from var(--gradient-angle),
      #584827 0%,
      #c7a03c 37%,
      #f9de90 30%,
      #c7a03c 33%,
      #584827 40%,
      #584827 50%,
      #c7a03c 77%,
      #f9de90 80%,
      #c7a03c 83%,
      #584827 90%
    );
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}
.dark .box-animation {
    
    animation: 2s gradient-angle infinite linear;
  border: 2px solid transparent;
  background-image: linear-gradient(#1d062ff0, #1d062ff0),
    conic-gradient(
      from var(--gradient-angle),
      #584827 0%,
      #c7a03c 37%,
      #f9de90 30%,
      #c7a03c 33%,
      #584827 40%,
      #584827 50%,
      #c7a03c 77%,
      #f9de90 80%,
      #c7a03c 83%,
      #584827 90%
    );
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}
@keyframes gradient-angle {
    to {
      --gradient-angle: 1turn;
    }
  }

/** Box gradient animation End */

.testimonial-item__desc {
    font-size: 22px;
}

.bg-overlay-primary:before {
    filter: blur(50px) drop-shadow(2px 2px 1px black);
    background-color: #00000082;
    /* background-color: #582e0e8c;*/
}

.light .service-item:hover .service-item__overlay.bg-overlay-primary:before {
    filter: blur(50px) drop-shadow(1px 1px 1px #ae9cbd);
    background-color: #ae9cbdeb;
}

.bg-heading {
    border-top: 1px solid;
    background: linear-gradient(to right, rgb(86, 2, 141), rgb(114, 5, 199), rgb(86, 2, 141))!important;
    
}
.light footer.bg-heading {
    background: #ae9cbd !important;
}

/* Timeline Start*/
.timeline-bar {
    background-color: #64543f;
    position: relative;
}
/* Timeline End*/

/**************
Terms styles
***************/
.dark .terms-sec p,
.dark .terms-sec a,
.dark .terms-sec li,
.dark .terms-sec span {
    color: #ffffff;

}
.dark .terms-sec h1,
.dark .terms-sec h2,
.dark .terms-sec h3,
.dark .terms-sec h4,
.dark .terms-sec h5,
.dark .terms-sec h6 { 
    color: #f3a949;
}

ul.list-items.boxy.list-items-layout2 li {
    display: flex;
    flex-direction: column;
}
/**************
Contact styles
***************/
.captcha-card.mb-0 {
    width: 100%;
}
.contact-form .my-form input[placeholder] {
    color: #491471;
    opacity: .8;
    font-size: 14px;
    border: 2px solid #e7ebef;
    background-color: #f5b752;
    border-radius: 10px;
    margin-bottom: 10px;
}
.contact-form .my-form textarea[placeholder] {
    color: #491471;
    opacity: .8;
    font-size: 14px;
    border: 2px solid #e7ebef;
    background-color: #f5b752;
    border-radius: 10px;
    margin-bottom: 10px;
}
.contact-form .my-form .captcha-card input[placeholder] {
    padding: 15px;
}
.contact-form .my-form input::placeholder,
.contact-form .my-form textarea::placeholder {
    color: #491471;
}
.row.my-form {
    margin-right: 10px;
    margin-left: 10px;
}
form .form-control {
    padding: 15px;
}

form div.captcha-card .captcha-container p.cant-read {
    color: #491471!important;
}

form div.captcha-card .captcha-container span.reset-captcha {
    color: #491471!important;
}

.light .form .purple-light-white-dark-text {
    color: #491471;
}

.dark form div.captcha-card .captcha-container p.cant-read {
    color: #fff!important;
}
.dark form div.captcha-card .captcha-container span.reset-captcha {
    color: #fff!important;
}
form .btn-primary {
    background-color: #f3a949;
    color: #ffffff;
    background-image: linear-gradient(to right, #fccc31, #f3a949, #f3a949, #fccc31);
}

.contact-layout1 .contact-panel__info .contact-block__list.box li {
    display: flex;
    margin-top: 15px;
    background: #f3aa49;
    background-image: linear-gradient(to right, #fccc31, #f3a949, #f3a949, #fccc31);
    color: black;
    padding: 10px;
    border-radius: 4px;
    flex-direction: column;
}
.contact-layout1 .contact-panel__info .contact-block__list.box li a {
    color: black;
}

/**************
Footer styles
***************/
p.footer-c {
    color: #f3a949;
}
.bottom-link {
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
}
.footer .footer-secondary span {
    color: rgba(255, 255, 255, 0.8);
}
.bottom-link a span {
    color: white;
}
.bottom-link a:hover span,
.bottom-link a:focus span {
    color: #f3a949;
}
.footer .footer-secondary .container {
    margin-top: 10px;
}
.footer .widget-post .widget-info {
    color: white;
}
.footer .widget-post .widget-info a {
    color: white;
}
.footer .widget-post .widget-info p {
    color: white;
}
/* .footer .widget-post .widget-info p.widget-desc {
    margin-left: 10px;
} */
.footer .widget-post .widget-info span {
    color: white;
}
.footer .footer-widget-about p {
    vertical-align: middle;
    align-items: center;
    display: flex;
    max-width: none;
}
.footer p.widget-desc-title {
    display: block;
    position: relative;
    color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: bold;
}
.footer p.widget-desc {
    display: block;
    position: relative;
    color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 8px;
}
.footer p.widget-desc a {
    display: block;
    position: relative;
    color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 8px;
}
.footer .widget-post .widget-info a:hover span {
    color: #f3a949;
}
.footer .footer-widget__title {
    color: rgb(243 169 73);
    text-decoration: underline;
    font-size: 18px;
}
.light .footer .footer-widget__title {
    color: white;
}

.footer .footer-secondary {
    margin-top: 0;
}
.footer-widget.footer-widget-about {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-widget.footer-widget-about .footer-widget__content.d-flex {
    flex-direction: column;
    flex: 1 1 auto;
    max-width: 300px;
    justify-content: center;
    align-items: center;
}

.footer ul.list-unstyled.widget-info {
    display: grid;
    grid-auto-columns: 50%;
    grid-auto-flow: column;
    width: 100%;
}
.footer .widget-info li {
    padding-right: 15px;
    margin-bottom: 0px;
    margin-left: 0;
}
.footer .widget-info li:nth-child(n + 3) {
    grid-column: 2;
}
.footer .footer-primary {
    padding-top: 40px!important;
    padding-bottom: 30px!important;
}

.light .footer .footer-widget-about p.color-gray {
    color: #662D91!important;
}
.light .footer .footer-widget-nav li a {
    color: #662D91;
}
.light .footer .footer-secondary span {
    color: #662D91;
}
.light p.footer-c {
    color: white;
}
.light .footer .widget-post .widget-info p,
.light .footer .widget-post .widget-info a,
.light .footer .widget-post .widget-info,
.light .footer p.widget-desc,
.light .footer .widget-post .widget-info span {
    color: #662D91;
}
.light .footer .footer-widget-nav li a:hover {
    color: #f3a949;
}
.light .bottom-link a:hover span, 
.light .bottom-link a:focus span {
    color: #f3a949;
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .footer .footer-primary {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 1024px) {
    span.footer-line {
        display: block;
    }
    .footer-widget.footer-widget-about .footer-widget__content.d-flex {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 991px) {
    .footer .footer-secondary .container .d-flex {
        flex-wrap: wrap;
    }
    .bottom-link {
        flex: 1 1 100%;
        flex-direction: column;
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .footer .row.container-boxed {
        text-align: center;
    }
    .footer ul.list-unstyled.widget-info {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .footer .widget-info li {
        padding-right: 0;
    }

}


/***************
OS THEME CHANGE 
***************/
.width-full {
    width: 100%;
}
/**Pattern Start*/
.pattern-2 {
    background: #561288cc;
    background-image: url("../images/banners/pattern-2.jpg") !important;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
}
.light .pattern-2 {
    background: #8c00ff;
    background-image: url("../images/banners/pattern-2.jpg") !important;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
}
/**Pattern End*/
.font-s-50 {
    font-size: 50px;
}
.dark .font-s-50 {
    color: white;
}
.font-w-700 {
    font-weight: 700;
}
.d-flex-align-center {
    display: flex;
        justify-content: center;
        align-items: center;
}
@media only screen and (max-width: 600px) {
    .pl-50 {
        padding-left: 0!important;
    }
}


.bg-dots-yellow-light {
    /* background-color: #f8eac2ed; */
    background-color: #ecdef7;
    opacity: 1;
    background-image: radial-gradient(#444cf79c 0.5px, transparent 0.5px), radial-gradient(#444cf79c 0.5px, #ecdef7 0.5px);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.bg-gray {
    background-color: #ecdef7 !important;
}
.dark .bg-gray {
    background-color: #150024  !important;
}

.bg-gray-orange {
    background: #e1c1fb;
}
.dark .bg-gray-orange {
    background: #100f0f;
}

.filter-shadow-drop {
    filter: drop-shadow(2px 4px 6px black);
}
.light .bg-dots-yellow-light {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.dark .bg-dots-yellow-light {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    background-color: #000000;
    opacity: 1;
    background-image: radial-gradient(#ffc1074f 0.5px, transparent 0.5px), radial-gradient(var(--warning), #000000 0.5px);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}
.purple-light-white-dark-text {
    color: #662D91;
}

.dark .purple-light-white-dark-text {
    color: white;
}
.dark .list-items-layout2 li:before {
    color: #ffffff;
    margin-top: 2px;
}
.d-purple-light-l-purple-dark-text {
    color: #491471;
}
.dark .d-purple-light-l-purple-dark-text {
    color: #d29aff;
}
.d-purple-light-l-orange-dark-text {
    color: #491471;
}
.dark .d-purple-light-l-orange-dark-text {
    color: #f3a949;
}

.d-orange-light-l-orange-dark-text {
    color: #cd7c13;
}
.dark .d-orange-light-l-orange-dark-text {
    color: #f3a949;
}

.light .list-items li:before {
    color: #c2810e;
    display: flex;
        flex-direction: column;
        justify-content: center;
        height: 22px;
        position: absolute;
        top: 10px;
        left: 4px;

}
.dark .list-items li:before {
    color: #f3a949;
    display: flex;
        flex-direction: column;
        justify-content: center;
        height: 22px;
        position: absolute;
        top: 10px;
        left: 4px;
}

.light .header-transparent .navbar {
    background-color: #ae9cbd;
}
.light .header-transparent .navbar.is-sticky {
    background-color: #ae9cbd !important;
}

.btn__link.btn__primary {
    color: #FFF;
    padding: 5px 20px;
}
.btn__link.btn__primary:hover {
    color: #FFF;
    background: linear-gradient(to right, rgb(86 2 141), rgb(114 5 199), rgb(86 2 141));
}

.dark footer.bg-heading {
    background: rgba(18, 5, 28, 1) !important;
}


@media screen and (max-width: 991px) {
    .light .navbar .navbar-collapse {
        background-color: rgb(98 65 127);
    }
}