.logo h2{
    color: #0b5cac;
}

.banner--stick .logo h2{
    color: #0b5cac;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: #0b5cac;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: orange;
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(52, 63, 82, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: orange;
}

.navbar-light .navbar-toggler {
    color: #0b5cac;
    border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='32' viewBox='0 0 45 32'%3e%3cpath fill='%233f78e0' d='M26.88 29.888c-1.076 1.289-2.683 2.103-4.48 2.103s-3.404-0.814-4.472-2.093l-0.008-0.009-5.12-7.040-8.192-10.048-3.52-4.608c-0.646-0.848-1.036-1.922-1.036-3.087 0-2.828 2.292-5.12 5.12-5.12 0.139 0 0.277 0.006 0.413 0.016l-0.018-0.001h33.664c0.118-0.010 0.256-0.015 0.396-0.015 2.828 0 5.12 2.292 5.12 5.12 0 1.165-0.389 2.239-1.045 3.1l0.009-0.013-3.52 4.608-7.872 10.048z'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: #0b5cac;
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: #3f78e0;
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: rgba(255, 255, 255, 0.7);
}

.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: transparent;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='32' viewBox='0 0 45 32'%3e%3cpath fill='%23fff' d='M26.88 29.888c-1.076 1.289-2.683 2.103-4.48 2.103s-3.404-0.814-4.472-2.093l-0.008-0.009-5.12-7.040-8.192-10.048-3.52-4.608c-0.646-0.848-1.036-1.922-1.036-3.087 0-2.828 2.292-5.12 5.12-5.12 0.139 0 0.277 0.006 0.413 0.016l-0.018-0.001h33.664c0.118-0.010 0.256-0.015 0.396-0.015 2.828 0 5.12 2.292 5.12 5.12 0 1.165-0.389 2.239-1.045 3.1l0.009-0.013-3.52 4.608-7.872 10.048z'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: #fff;
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: rgba(255, 255, 255, 0.7);
}

/*===*/
.banner--stick:not(.navbar-dark),
.banner--stick.transparent {
    box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
    /*background: #0b5cac;*/
    background: white;
    /*background: linear-gradient(90deg, rgba(2,171,149,1) 0%, rgba(2,138,183,1) 51%, rgba(4,95,230,1) 100%);*/
}

.banner--stick .navbar-nav .nav-link {
    color: #0b5cac;
}

.banner--stick:not(.navbar-dark).navbar-dark .nav-link,
.banner--stick.transparent.navbar-dark .nav-link {
    color: #fff;
}



.banner--stick:not(.navbar-dark).navbar-dark .nav-link:hover,
.banner--stick:not(.navbar-dark).navbar-dark .nav-link:focus,
.banner--stick.transparent.navbar-dark .nav-link:hover,
.banner--stick.transparent.navbar-dark .nav-link:focus {
    color: #fff;
}

.banner--stick:not(.navbar-dark).navbar-dark .nav-link.disabled,
.banner--stick.transparent.navbar-dark .nav-link.disabled {
    color: rgba(52, 63, 82, 0.3);
}

/*==*/
.dropdown-item:hover,
.dropdown-item:focus {
    color: orange;
    background-color: inherit;
}

.dropdown-item.active,
.dropdown-item:active {
    color: orange;
    text-decoration: none;
    background-color: inherit;
}
/*==*/
@-webkit-keyframes oscillateUpDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes oscillateUpDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__oscillateUpDown {
    -webkit-animation-name: oscillateUpDown;
    animation-name: oscillateUpDown;
    animation-iteration-count: infinite;
    animation-direction: alternate !important;
}

[data-cue=oscillateUpDown],
[data-cues=oscillateUpDown]>* {
    opacity: 0
}

@keyframes oscillateUpDown {
    from {
        opacity: 1;
        transform: translateY(-30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.image-wrapper.bg-overlay_1:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(30, 34, 40, 0.5);
}

.image-wrapper.bg-overlay_1:not(.bg-content) *,
.image-wrapper.bg-overlay_1.bg-content .content {
    z-index: 2;
}

.search-wrap {
    position: fixed;
    right: 1.5rem;
    top: 4rem;
    width: 2.3rem;
    height: 2.3rem;
    cursor: pointer;
    display: block;
    border-radius: 100%;
    z-index: 1040;
    box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
}
.search-content {
    position: fixed;
    right: 0rem;
    top: 4rem;
    width: 100%;
    display: block;
    border-radius: 100%;
    z-index: 1040;
}

.search-results {
    overflow-y: auto;
    max-height: 60vh;
    border-radius: 5px;
    background-color: aliceblue;
}

.li-alternate li{
    padding: auto 1rem;
    border-radius: 20px;
    color: black;
    background-color: white;
}

.li-alternate li:nth-child(even)  {
    background-color1: blue;
}

.li-alternate li:nth-child(odd)  {
    background-color1: lightblue;
}

.cart-wrap {
    position: fixed;
    right: 4rem;
    top: 7.5rem;
    width: 5rem;
    height: 2.3rem;
    cursor: pointer;
    display: block;
    border-radius: 100%;
    z-index: 1040;
    box-shadow: 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
}

.text-custom-dark{
    color:black !important;   
}

.bg-custom-blue{
    /*background-color: #0b5cac;*/
    background: rgb(8,58,252);
    background: linear-gradient(90deg, rgba(8,58,252,1) 0%, rgba(8,103,252,1) 51%, rgba(0,202,255,1) 100%);
}

.bg-custom-gradient-brown{
    background: linear-gradient(to right, #8e0e00, #1f1c18) !important;
    color: white;
}
.bg-custom-color-1{
    /*light light yellow to orange*/
    background: rgb(250,187,22)  !important;
    background: linear-gradient(90deg, rgba(250,187,22,1) 0%, rgba(245,133,28,1) 51%, rgba(242,104,31,1) 100%)  !important;
}

.bg-custom-color-2{
    /*light sky blue to dark blue*/
    background: rgb(2,171,149)  !important;
    /*background: linear-gradient(90deg, rgba(2,171,149,1) 0%, rgba(2,138,183,1) 51%, rgba(4,95,230,1) 100%);*/
    background: linear-gradient(90deg, rgba(4,95,230,1) 0%, rgba(2,138,183,1) 51%, rgba(2,171,149,1) 100%) !important;
}

.bg-custom-color-3{
    background: #6795fd  !important;
    background: linear-gradient(#6795fd 0, #67ceff 100%)  !important;    
}

.bg-custom-color-4{
    background: #f2681f;
}

.bg-custom-color-5 {
    background: #7cfff9;
}

.bg-custom-color-6 {
    background: #f7db77;
    color: black;
}

.bg-custom-color-7 {
    background: #6bbeaf;
    color: black;
}

.bg-custom-color-8 {
    background: #fff0e9;
    color: black;
}

.text-custom-color-1 {
    color: #fbc417;
}

.bg-custom-color-9 {
    background: #02a997;
    color: white;
}
.bg-custom-color-10
{
    background: #AF38EB;
    color: white;
}
/* datatables*/
.dt-left-col {
    float: left;
    width: 50%;
}

.dt-center-col {
    float: left;
    width: 25%;
}

.dt-right-col {
    float: left;
    width: 25%;
}
/* datatables*/

/*Swiper - home page slider*/
.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.carousel-3d{
    margin: 0 auto !important;
}

.carousel-3d-item{
    height: 100% !important
}

.carousel-3d .carousel-3d-controls{
    top:0px !important;
}

/*Swiper*/

.testimonials-css .owl-carousel .owl-nav button.owl-prev{
    left:0rem;
}
.testimonials-css .owl-carousel .owl-nav button.owl-next{
    right:0rem;
}

.testimonials-css .block-icon::before {
    content: "”";
    position: absolute;
    top: 0rem;
    left: 0rem;
    color: rgba(52, 63, 82, 0.05);
    font-size: 10rem;
    line-height: 1;
    z-index: 1;
}

.rounded-left{
    border-top-left-radius: 50em !important;
    border-bottom-left-radius: 50em !important;
}
.rounded-right{
    border-top-right-radius: 50em !important;
    border-bottom-right-radius: 50em !important;
}

.ripple-background, .ripple-background-rev {
    position: relative;
}

.circle{
    position: absolute;
    border-radius: 50%;
    background: white;
    animation: ripple 15s infinite;
    box-shadow: 0px 0px 1px 0px #508fb9;
}

.ripple-background-rev .circle{
    right: 0;    
}
.small{
    width: 50px;
    height: 50px;
    left: -25px;
    bottom: -25px;
}

.medium{
    width: 100px;
    height: 100px;
    left: -50px;
    bottom: -50px;
}

.large{
    width: 150px;
    height: 150px;
    left: -75px;
    bottom: -75px;
}

.xlarge{
    width: 200px;
    height: 200px;
    left: -100px;
    bottom: -100px;
}

.xxlarge{
    width: 250px;
    height: 250px;
    left: -125px;
    bottom: -125px;
}

.ripple-background-rev .small{
    width: 50px;
    height: 50px;
    right: -25px;
    bottom: -25px;
    left: unset;
}

.ripple-background-rev .medium{
    width: 100px;
    height: 100px;
    right: -50px;
    bottom: -50px;
    left: unset;
}

.ripple-background-rev .large{
    width: 150px;
    height: 150px;
    right: -75px;
    bottom: -75px;
    left: unset;
}

.ripple-background-rev .xlarge{
    width: 200px;
    height: 200px;
    right: -100px;
    bottom: -100px;
    left: unset;
}

.ripple-background-rev .xxlarge{
    width: 250px;
    height: 250px;
    right: -125px;
    bottom: -125px;
    left: unset;
}

.shade1{
    opacity: 0.2;
}
.shade2{
    opacity: 0.5;
}

.shade3{
    opacity: 0.7;
}

.shade4{
    opacity: 0.8;
}

.shade5{
    opacity: 0.9;
}
.processing_event {
    display: none;
}
.processing_parent{
    overflow: hidden !important;
}
.processing_parent > .processing_event
{

    position: absolute;
    background-color: rgba(0, 0, 0,1);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-content: center;
    display: flex !important;
    align-items: center; 
}

@keyframes ripple{
    0%{
        transform: scale(0.8);
    }

    50%{
        transform: scale(1.5);
    }

    100%{
        transform: scale(0.8);
    }
}

@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }
}
@media (min-width: 991.98px) {
    .home_image_lms , .home_image_prime_assist
    {
        height: 500px;
    }
  }
  
 .animate-charcter
{
    background-image: linear-gradient(
        -225deg,
        #231557 0%,
        #44107a 29%,
        #ff1361 67%,
        #fff800 100%
        );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 190px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}