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

	Template Name: Histudy - Online Courses & Education NEXTJS14 Template
	Description: A perfect Template For Education. It comes with nice and clean design.

	Note: This is style css.

**********************************************************************************/
/**************************************************************

	STYLESHEET INDEXING
	|
	|
	|___ Default Styles
	|	|
	|	|___ variables
	|	|___ mixins
	|	|___ reset
	|	|___ typography
	|	|___ extend
	|	|___ animations
	|	|___ shortcode
	|	|___ spacing
	|	|___ edu-common
	|	|___ forms
	|	|___ text-animation
	|
	|
	|___Header Styles
	|	|___ header-common
	|	|___ headertop
	|	|___ offertopbar
	|	|___ headermid
	|	|___ social-share
	|	|___ header
	|	|___ nav
	|	|___ mega-menu
	|	|___ mobilemenu
	|	|___ offcanvas
	|	|___ one-page-navigation
	|
	|
	|___Elements Styles
	|	|___ button 
	|	|___ section-title
	|	|___ breadcrumb
	|	|___ card
	|	|___ course-meta
	|	|___ service
	|	|___ feature
	|	|___ about
	|	|___ callto-action
	|	|___ accordion
	|	|___ image-gallery
	|	|___ counterup
	|	|___ pricingtable
	|	|___ badge
	|	|___ team
	|	|___ social
	|	|___ pagination
	|	|___ backtotop
	|	|___ newsletterform
	|	|___ brand
	|	|___ portfolio
	|	|___ contact
	|	|___ testimonial
	|	|___ advance-tab
	|	|___ category
	|	|___ instagram
	|	|___ split
	|	|___ countdown
	|	|___ progressbar
	|	|___ category-box
	|	|___ course-filter
	|	|___ modal
	|	|___ list
	|	|___ search
	|	|___ video
	|	|___ 404

	|___Blog Styles
	|	|___ blog 
	|	|___ post-default 
	|	|___ sidebar 
	|	|___ blog-details 
	|	|___ unit-test 

	|___Shop Styles
	|	|___ shop 
	|	|___ product-details 
	|	|___ my-account 
	|	|___ cart 
	|	|___ checkout 
	|	|___ minicart 

	|___Template Styles
	|	|___ banner 
	|	|___ course-details 
	|	|___ course-sidebar 
	|	|___ contact 
	|	|___ sidebar 
	|	|___ course-action-bottom 


	|___Footer Styles
	|	|___ footer 
	|	|___ copyright 
	|	|___ back-to-top 
	|	|___ dark 
	|
	|
	|___ END STYLESHEET INDEXING

***************************************************************/
/**************************************
    Default Styles
***************************************/
/*-- Variables --*/
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,400;0,600;0,700;0,900;1,400&display=swap");

:root {
    --color-primary: #2f57ef;
    --color-secondary: #b966e7;
    --color-coral: #E9967A;
    --color-violet: #800080;
    --color-pink: #DB7093;
    --color-darker: #192335;
    --color-white-dark: #D9D9D9;
    --gradient-dark: linear-gradient(90deg, #2f57efbf 0%, #c586eeab 100%);
    --gradient-dark-2: linear-gradient(90deg, #2f57ef7d 0%, #c586ee52 100%);
    --color-primary-100: #323F92;
    --color-heading: #192335;
    --color-body: #6b7385;
    --color-white: #ffffff;
    --color-white-off: #FFFFFFAB;
    --color-bodyest: #273041;
    --color-bodyest-2: #324059b3;
    --color-bodyest-opacity: #2730415e;
    --color-dark: #27272E;
    --color-darkest: #232d40;
    --color-black: #111113;
    --color-grey: rgba(207, 207, 207, .24);
    --color-grey2: #f4f5f7;
    --color-gray: #A1A9AC;
    --color-gray-light: #F6F6F6;
    --color-gray-lighter: #ebebeb;
    --color-light: #F5F7FA;
    --color-lighter: #F2F5F9;
    --primary-opacity: #2f57ef21;
    --secondary-opacity: #b966e721;
    --coral-opacity: #E9967A21;
    --violet-opacity: #80008021;
    --pink-opacity: #DB709321;
    --white-opacity: #ffffff21;
    --danger-opacity: #FF000310;
    --warning-opacity: #FF8F3C10;
    --success-opacity: #3EB75E10;
    --black-opacity: rgba(0, 0, 0, 0.04);
    --heading-opacity: #19233550;
    --color-card-1: #fffccf;
    --color-card-2: #ffedff;
    --color-card-3: #ffe8eb;
    --color-card-4: #e9f6ff;
    --color-card-5: #5024D1;
    --color-card-6: #3B3B46;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    --color-primary-alt: #D1EBE6;
    --color-primary-light: #f1f7ff;
    --color-primary-lighter: #EEEEFF;
    --color-secondary-alt: #fef4f4;
    --dark-color-border: #ffffff1a;
    --dark-color-border-2: #474F5D;
    --color-extra: rgb(249, 249, 255);
    --color-extra2: #F9F9FF;
    --color-border: #e6e3f1;
    --color-border-2: #e6e3f14f;
    --bs-border-color: #dee2e6;
    --color-badge-1: #303F5B;
    --color-badge-2: #F2C94C;
    --color-facebook: #3B5997;
    --color-twitter: #1BA1F2;
    --color-youtube: #ED4141;
    --color-linkedin: #0077B5;
    --color-pinterest: #E60022;
    --color-instagram: #C231A1;
    --color-vimeo: #00ADEF;
    --color-twitch: #6441A3;
    --color-discord: #7289da;
    --radius-10: 10px;
    --radius-big: 16px;
    --radius-small: 6px;
    --border-width: 2px;
    --radius: 6px;
    --f-light: 300;
    --f-regular: 400;
    --f-medium: 500;
    --f-semi-bold: 600;
    --f-bold: 700;
    --f-extra-bold: 800;
    --f-black: 900;
    --dark-shadow-1: 0px 4px 26px 0px rgba(2, 5, 17, 0.14);
    --dark-shadow-2: 0px 4px 52px 0px rgba(2, 5, 17, 0.15);
    --dark-shadow-3: 0px 4px 52px 0px rgba(2, 5, 17, 0.20);
    --dark-shadow-4: 0px 4px 52px rgba(2, 5, 17, 0.20);
    --dark-shadow-5: 0px 4px 27.9px rgba(47, 87, 239, 0.15);
    --shadow-primary: 0px 4px 10px rgba(37, 47, 63, 0.1);
    --shadow-light: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    --shadow-dark: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    --shadow-1: 0px 6px 34px rgba(215, 216, 222, 0.41);
    --shadow-slide-item: 0px 0 10px 0 rgba(215, 216, 222, 0.20);
    --shadow-2: 0 15px 34px 0 rgba(175, 181, 204, 0.32);
    --shadow-3: 0 5px 15px 0 rgba(85, 74, 101, 0.37);
    --shadow-5: 0px 20px 70px 0px rgba(0, 0, 0, 0.1);
    --shadow-7: 0px 15px 30px -2px rgba(0, 0, 0, 0.1);
    --shadow-8: -5px 18px 60px 0 rgba(210, 210, 234, 0.4);
    --shadow-9: 0 13px 48px 0 rgba(215, 216, 222, 0.44);
    --shadow-10: 0 13px 14px 0 rgba(129, 104, 145, 0.05);
    --shadow-11: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    --transition: 0.3s;
    --transition-2: 256ms ease-in-out;
    --transition-3: transform .85s cubic-bezier(.23, 1, .32, 1), background .3s, border .3s, border-radius .3s, box-shadow .3s;
    --transition-4: all .25s cubic-bezier(.645, .045, .355, 1);
    --font-primary: "Euclid Circular";
    --font-secondary: "Euclid Circular";
    --font-alt: "Source Serif Pro", serif;
    --font-size-b1: 24px;
    --font-size-b2: 18px;
    --font-size-b3: 16px;
    --font-size-b4: 12px;
    --line-height-b1: 1.5;
    --line-height-b2: 1.67;
    --line-height-b3: 1.67;
    --line-height-b4: 1;
    --h1: 52px;
    --h2: 35px;
    --h3: 34px;
    --h4: 30px;
    --h5: 20px;
    --h6: 16px;
    --div-gap-1: 10px;
    --gradient-1: linear-gradient(rgb(255, 255, 255) 0%, rgb(239, 241, 255) 100%);
    --gradient-4: linear-gradient(180deg, #fff, #f6f9ff);
    --gradient-2: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(240, 242, 255) 100%);
    --gradient-3: linear-gradient(90deg, #8DA9FC 0%, #B48DD5 100%);
    --gradient-4: linear-gradient(180deg, #EFF1FF 0%, #FFFFFF 100%);
    --gradient-5: linear-gradient(rgb(239, 241, 255) 0%, rgb(239, 241, 255) 100%);
    --gradient-6: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(251, 199, 226, 0.15), rgba(220, 217, 254, 0.15));
    --gradient-7: linear-gradient(218.15deg, var(--color-secondary) 0%, var(--color-primary) 100%);
    --gradient-8: linear-gradient(270deg, #9e77ff 0%, #4460ff 100%);
    --gradient-9: linear-gradient(180deg, #6827FF 0%, #E3F0FF 100%);
    --gradient-10: linear-gradient(180deg, #353e54d9 0%, #27304117 100%);
}

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

details,
footer,
header,
nav {
    display: block;
}

video {
    display: inline-block;
}

[hidden] {
    display: none;
}

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

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

    a:focus {
        outline: none;
    }

b,
strong {
    font-weight: bold;
}

ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

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

li > ul {
    margin: 0;
}

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

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

form {
    margin: 0;
}

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

button,
input {
    line-height: normal;
}

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

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

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

th,
td {
    font-weight: normal;
}

th {
    font-weight: 500;
}

td {
    border: 1px solid var(--color-border);
    padding: 7px 10px;
}

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

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

/* BlockQuote  */
/**
 * Typography
 */
/*
	font-family: 'Source Serif Pro', serif; 
*/
* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    font-size: 10px;
}

body {
    font-size: 18px;
    line-height: 1.5;
    font-family: var(--font-primary);
    color: var(--color-body);
    font-weight: 400;
    scroll-behavior: auto;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 16px;
        line-height: 1.5;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
ul,
table,
hr {
    margin: 0;
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    word-break: break-word;
    font-family: var(--font-secondary);
    line-height: 1.4074;
    color: var(--color-heading);
}

h1,
.h1 {
    font-size: var(--h1);
    line-height: 1.19;
}

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

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

h4,
.h4 {
    font-size: var(--h4);
    line-height: 1.25;
}

h5,
.h5 {
    font-size: var(--h5);
    line-height: 1.24;
}

h6,
.h6 {
    font-size: var(--h6);
    line-height: 1.25;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a,
    .h1 a,
    .h2 a,
    .h3 a,
    .h4 a,
    .h5 a,
    .h6 a {
        color: inherit;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {

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

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

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

    h4,
    .h4 {
        font-size: 24px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }
}

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

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

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

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

    h4,
    .h4 {
        font-size: 24px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    font-weight: 600;
}

h4,
.h4,
h5,
.h5 {
    font-weight: 500;
}

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

p {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 30px;
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 16px;
        line-height: 28px;
    }
}

p.has-medium-font-size {
    font-size: 20px;
    line-height: 36px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    p.has-medium-font-size {
        font-size: 18px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    p.has-medium-font-size {
        font-size: 16px;
        line-height: 28px;
    }
}

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

@media only screen and (max-width: 767px) {
    p.b3 {
        font-size: 16px;
        line-height: 83px;
    }
}

p:last-child {
    margin-bottom: 0;
}

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

@media only screen and (max-width: 767px) {
    .b3 {
        font-size: 16px;
        line-height: 28px;
    }
}

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

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

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

ul {
    list-style: disc;
    margin-bottom: 30px;
    padding-left: 20px;
}

    ul li {
        margin-top: 10px;
        margin-bottom: 10px;
        color: #0b0118;
    }

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

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

    ul ul {
        margin-bottom: 0;
    }

/*=====================
    All Extend Here
=======================*/
/* -----------------------------
    Hover Dropdown Extend  
--------------------------------*/
.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu,
.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    clip: rect(0px, 200vw, 0, 0px);
    opacity: 0;
    transition: opacity 0.4s linear, clip 0.6s linear, visibility 0s 0.4s;
    transform: translateZ(0);
}

.rbt-header .mainmenu-nav .mainmenu > li .submenu > li:hover > .submenu,
.rbt-header .mainmenu-nav .mainmenu li.with-megamenu:hover .rbt-megamenu,
.rbt-header .mainmenu-nav .mainmenu li.has-dropdown:hover > .submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    clip: rect(0px, 100vw, 200vh, -30px);
    transition: clip 0.6s linear, opacity 0.4s linear;
}

/*-----------------------------
    Rbt Background Gradient
-------------------------------*/
/*----------------------
    Bg Image  
------------------------*/
.copyright-style-1 .copyright-link,
.footer-widget .ft-link,
.rbt-widget-details .rbt-course-details-list-wrapper,
.plan-offer-list,
.rbt-meta,
.social-share-transparent {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .about-author .media-body .author-info .title a,
    ul.testimonial-thumb-wrapper li .thumb::after,
    ul.testimonial-thumb-wrapper li .thumb img,
    .team .thumbnail img,
    .rbt-card .rbt-card-body .rbt-card-title a,
    .rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a,
    .social-share-transparent li a::before,
    .social-share-transparent li a,
    ul li a {
        transition: var(--transition);
    }

/*----------------------
    Text Color  
------------------------*/
.color-white {
    color: var(--color-white) !important;
}

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

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

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

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

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

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

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

/*-----------------------------
    Rbt Background Gradient
-------------------------------*/
/*-------------------------------------
    Background Opacity With Text Colors  
---------------------------------------*/
/*---------------------- 
    Common Css 
--------------------------*/
@-webkit-keyframes edu_bounce_loop {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes edu_bounce_loop {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes edu_rotatation_round {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes edu_rotatation_round {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes bounceSlide {

    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

/*==============================
 *  Utilities
=================================*/
@media only screen and (max-width: 767px) {

    .container,
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

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

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

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

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

/*---------------------
    Height and width 
------------------------*/
/*===================
Custom Row
======================*/
.row--15 {
    margin-left: -15px;
    margin-right: -15px;
}

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

/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*=============================
	Overlay styles 
==============================*/
/*------------------------------
    Scroll Up 
--------------------------------*/
/*--------------------
    Contact Form 
----------------------*/
/*=========================
    Section Separation 
==========================*/
.position-to-top {
    position: relative;
    margin-top: -300px;
}

.rbt-section-gap {
    padding: 20px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-section-gap {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-section-gap {
        padding: 30px 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mt_md--10 {
        margin-top: 10px !important;
    }

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

@media only screen and (max-width: 767px) {
    .mt_sm--10 {
        margin-top: 10px !important;
    }

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

/*------------------------
    Edu Common Styles  
--------------------------*/
/*-------------------------
    Rbt Default
-------------------------*/
.sticky-top {
    top: 1px;
    z-index: 9;
}

.rbt-single-group {
    margin: -5px;
}

    .rbt-single-group .rbt-single-list {
        margin: 5px;
    }

/*-------------------------
    Rbt Round Btn
-------------------------*/
.rbt-round-btn {
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    background: transparent;
    padding: 0;
    border: 0 none;
    display: block;
}

@media only screen and (max-width: 767px) {
    .rbt-round-btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.rbt-round-btn i {
    margin-right: 0;
}

.rbt-round-btn::after {
    background: var(--color-gray-light);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.4s;
    opacity: 0;
    transform: scale(0.8);
    border-radius: 100%;
    z-index: -1;
}

.rbt-round-btn:hover,
.rbt-round-btn.open {
    color: var(--color-primary);
}

    .rbt-round-btn:hover::after,
    .rbt-round-btn.open::after {
        opacity: 1;
        transform: scale(1);
    }

/*------------------------------
    Rbt Hover Style
-------------------------------*/
.rbt-hover {
    transition: var(--transition-2);
}

    .rbt-hover:hover {
        transform: scale(1.02);
    }

.rbt-link-hover a {
    position: relative;
}

    .rbt-link-hover a::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: currentColor;
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform 0.3s;
    }

    .rbt-link-hover a:hover::after {
        transform-origin: bottom left;
        transform: scaleX(1);
    }

/*------------------------------
    Rbt Theme Gradient
-------------------------------*/
.theme-gradient {
    background: linear-gradient(90deg, var(--color-primary), #09138f);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
}

.rbt-accordion-style .card .card-header button[aria-expanded=true]::before {
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
    white-space: nowrap;
}

.rbt-gradient-border {
    background: linear-gradient(-145deg, #CFA2E8, #637FEA) !important;
    z-index: 10;
}

    .rbt-gradient-border::before {
        content: "";
        z-index: -1;
        top: 3px;
        left: 3px;
        position: absolute;
        background: #fff;
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        border-radius: var(--radius);
    }

/*------------------------------
    Rbt Slider Gutter
-------------------------------*/
/*------------------------------
    Rbt rating
-------------------------------*/
.rating a {
    display: inline-block;
}

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

/*------------------------------
    Rbt Shape Style
-------------------------------*/
/*-------------------------
    Card Author Meta 
-------------------------*/
/*-----------------------------
    Rbt Border Style  
------------------------------*/
hr {
    background-color: var(--color-border);
    opacity: 1;
}

.rbt-separator {
    position: relative;
}

    .rbt-separator::after {
        position: absolute;
        content: "";
        height: 20px;
        width: 1px;
        background: var(--color-border);
        top: 50%;
        transform: translateY(-50%);
    }

/*-----------------------------
    Rbt Border Radius  
-------------------------------*/
.rbt-radius {
    border-radius: 6px !important;
}

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

/*-----------------------------
    Rbt Shadow
-------------------------------*/
.rbt-shadow-box {
    border-radius: var(--radius);
    background: var(--color-white);
    overflow: hidden;
    box-shadow: var(--shadow-1);
    padding: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-shadow-box {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-shadow-box {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-shadow-box {
        padding: 8px;
    }
}

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

/*-----------------------------
    Card bg Inner Color 
--------------------------------*/
/*-----------------------------
    Rbt Background Image
--------------------------------*/
/* ========= Forms Styles ========= */
button,
[type=button],
[type=submit] {
    -webkit-appearance: button;
}

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

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

    input[type=text],
    input[type=tel],
    textarea {
        font-size: 16px;
        font-weight: 400;
        height: 50px;
        line-height: 28px;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 15px;
        outline: none;
        border: var(--border-width) solid var(--color-border);
        border-radius: var(--radius);
        color: var(--color-body);
        box-shadow: var(--shadow-10);
        /* -- Placeholder -- */
    }

        input[type=text]::placeholder,
        input[type=tel]::placeholder,
        textarea::placeholder {
            color: var(--body-color);
            /* Firefox */
            opacity: 1;
        }

        input[type=text]:-ms-input-placeholder,
        input[type=tel]:-ms-input-placeholder,
        textarea:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: var(--body-color);
            opacity: 1;
        }

        input[type=text]::-ms-input-placeholder,
        input[type=tel]::-ms-input-placeholder,
        textarea::-ms-input-placeholder {
            /* Microsoft Edge */
            color: var(--body-color);
            opacity: 1;
        }

        input[type=text]:focus,
        input[type=tel]:focus,
        textarea:focus {
            border-color: var(--color-primary);
        }

textarea {
    padding: 10px 15px;
    height: auto;
}

input[type=submit] {
    width: auto;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 15px 20px;
    border-radius: 6px;
    display: block;
    font-weight: 500;
    transition: 0.3s;
    border: var(--border-width) solid var(--color-primary);
    background: var(--color-primary);
    color: #ffffff;
    height: 60px;
    margin-top: 30px;
}

    input[type=submit]:hover {
        color: #ffffff;
        -webkit-box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
        box-shadow: 0 10px 15px 0 rgba(249, 0, 77, 0.1);
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

/* For Image Radio  */
/* -------------------------------- 

Primary style

-------------------------------- */
.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

    .cd-words-wrapper b {
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0;
    }

        .cd-words-wrapper b.is-visible {
            position: relative;
        }

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

  xrotate-1 

  -------------------------------- */
@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1;
    }
}

@-moz-keyframes cd-rotate-1-in {
    0% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -moz-transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -moz-transform: rotateX(360deg);
        opacity: 1;
    }
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -webkit-transform: rotateX(120deg);
        -moz-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        -o-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cd-rotate-1-out {
    0% {
        -moz-transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -moz-transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        -moz-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        -o-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
}

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

  xtype 

  -------------------------------- */
.cd-headline.type .cd-words-wrapper {
    vertical-align: top;
    overflow: hidden;
}

    .cd-headline.type .cd-words-wrapper::after {
        /* vertical bar */
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 90%;
        width: 1px;
        background-color: #aebcb9;
    }

.cd-headline.type b {
    visibility: hidden;
}

    .cd-headline.type b.is-visible {
        visibility: visible;
    }

.cd-headline.type i {
    position: absolute;
    visibility: hidden;
}

    .cd-headline.type i.in {
        position: relative;
        visibility: visible;
    }

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1;
    }

    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1;
    }

    40% {
        -moz-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }

    100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }

    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        -moz-transform: translateY(-50%) scale(0.9);
        -ms-transform: translateY(-50%) scale(0.9);
        -o-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

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

  xrotate-2 

  -------------------------------- */
@-webkit-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
    }
}

@-moz-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(90deg);
    }

    60% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(-10deg);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0deg);
    }
}

@keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        -moz-transform: translateZ(-20px) rotateX(90deg);
        -ms-transform: translateZ(-20px) rotateX(90deg);
        -o-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        -moz-transform: translateZ(-20px) rotateX(-10deg);
        -ms-transform: translateZ(-20px) rotateX(-10deg);
        -o-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        -moz-transform: translateZ(-20px) rotateX(0deg);
        -ms-transform: translateZ(-20px) rotateX(0deg);
        -o-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg);
    }
}

@-webkit-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
    }
}

@-moz-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0);
    }

    60% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-100deg);
    }

    100% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-90deg);
    }
}

@keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        -moz-transform: translateZ(-20px) rotateX(0);
        -ms-transform: translateZ(-20px) rotateX(0);
        -o-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        -moz-transform: translateZ(-20px) rotateX(-100deg);
        -ms-transform: translateZ(-20px) rotateX(-100deg);
        -o-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        -moz-transform: translateZ(-20px) rotateX(-90deg);
        -ms-transform: translateZ(-20px) rotateX(-90deg);
        -o-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg);
    }
}

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

  xloading-bar 

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

  xslide 

  -------------------------------- */
@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes slide-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }

    60% {
        opacity: 0;
        -moz-transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}

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

  xclip 

  -------------------------------- */
.cd-headline.clip span {
    display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

    .cd-headline.clip .cd-words-wrapper::after {
        /* line */
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 2px;
        height: 100%;
        background-color: #aebcb9;
    }

.cd-headline.clip b {
    opacity: 0;
}

    .cd-headline.clip b.is-visible {
        opacity: 1;
    }

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

  xzoom 

  -------------------------------- */
@-webkit-keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }
}

@-moz-keyframes zoom-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(100px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        -moz-transform: translateZ(100px);
        -ms-transform: translateZ(100px);
        -o-transform: translateZ(100px);
        transform: translateZ(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
    }
}

@-moz-keyframes zoom-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateZ(-100px);
    }
}

@keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        -moz-transform: translateZ(-100px);
        -ms-transform: translateZ(-100px);
        -o-transform: translateZ(-100px);
        transform: translateZ(-100px);
    }
}

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

  xrotate-3 

  -------------------------------- */
@-webkit-keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
    }
}

@-moz-keyframes cd-rotate-3-in {
    0% {
        -moz-transform: rotateY(180deg);
    }

    100% {
        -moz-transform: rotateY(0deg);
    }
}

@keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(-180deg);
    }
}

@-moz-keyframes cd-rotate-3-out {
    0% {
        -moz-transform: rotateY(0);
    }

    100% {
        -moz-transform: rotateY(-180deg);
    }
}

@keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

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

  xscale 

  -------------------------------- */
@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes scale-up {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }

    60% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    60% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
}

@-moz-keyframes scale-down {
    0% {
        -moz-transform: scale(1);
        opacity: 1;
    }

    60% {
        -moz-transform: scale(0);
        opacity: 0;
    }
}

@keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    60% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

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

  xpush 

  -------------------------------- */
.cd-headline.push b {
    opacity: 0;
}

    .cd-headline.push b.is-visible {
        opacity: 1;
        -webkit-animation: push-in 0.6s;
        -moz-animation: push-in 0.6s;
        animation: push-in 0.6s;
    }

    .cd-headline.push b.is-hidden {
        -webkit-animation: push-out 0.6s;
        -moz-animation: push-out 0.6s;
        animation: push-out 0.6s;
    }

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
        -o-transform: translateX(10%);
        transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
}

@-moz-keyframes push-out {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }

    60% {
        opacity: 0;
        -moz-transform: translateX(110%);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}

/**************************************
	Header Styles
***************************************/
/*---------------------------
    Header Common Styles  
----------------------------*/
.logo a {
    display: block;
}

    .logo a img {
        max-height: 70px;
        object-fit: cover;
    }

.rbt-header-top {
    position: relative;
    z-index: 9999;
}

/*-----------------------------
    Header Space Between  
------------------------------*/
.header-space-betwween {
    padding-left: 150px;
    padding-right: 150px;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    .header-space-betwween {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-space-betwween {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-space-betwween {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-space-betwween {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .header-space-betwween {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .header-space-betwween {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}

/*----------------------------
    Header Top Information 
-----------------------------*/
.rbt-information-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 0;
    list-style: none;
    margin: -2px -7px;
    flex-wrap: wrap;
}

    .rbt-information-list li {
        margin: 2px 7px;
        color: var(--color-body);
    }

        .rbt-information-list li a {
            padding: 0;
            font-size: 14px;
            line-height: 22px;
            color: var(--color-body);
            display: flex;
            align-items: center;
            transition: 0.4s;
            font-weight: 400;
        }

            .rbt-information-list li a i {
                margin-right: 4px;
                font-size: 14px;
                margin-top: 2px;
            }

            .rbt-information-list li a span {
                margin-left: 4px;
            }

            .rbt-information-list li a:hover {
                color: var(--color-primary);
            }

/*--------------------------
    Dropdown Menu  
----------------------------*/
/*--------------------------
    Header Section
----------------------------*/
.rbt-header-sec {
    display: flex;
}

@media only screen and (min-width: 1200px) {
    .rbt-header-sec {
        height: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-header-sec {
        height: 100%;
    }
}

.rbt-header-sec .rbt-header-sec-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

    .rbt-header-sec .rbt-header-sec-col .rbt-header-content {
        display: flex;
        align-items: center;
        margin: 0 -10px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-header-sec .rbt-header-sec-col .rbt-header-content {
        margin: 0 -5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-header-sec .rbt-header-sec-col .rbt-header-content {
        margin: 0 -5px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-header-sec .rbt-header-sec-col .rbt-header-content {
        margin: 0 -5px;
    }
}

.rbt-header-sec .rbt-header-sec-col .rbt-header-content > div {
    padding: 0 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-header-sec .rbt-header-sec-col .rbt-header-content > div {
        padding: 0 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-header-sec .rbt-header-sec-col .rbt-header-content > div {
        padding: 0 5px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-header-sec .rbt-header-sec-col .rbt-header-content > div {
        padding: 0 5px;
    }
}

.rbt-header-sec .rbt-header-left {
    text-align: left;
}

    .rbt-header-sec .rbt-header-left .rbt-header-content {
        justify-content: flex-start;
    }

.rbt-header-sec .rbt-header-right {
    text-align: right;
}

    .rbt-header-sec .rbt-header-right .rbt-header-content {
        justify-content: flex-end;
    }

.rbt-header-sec .rbt-header-center {
    text-align: center;
}

    .rbt-header-sec .rbt-header-center .rbt-header-content {
        justify-content: center;
    }

.rbt-header-wrapper .rbt-header-content {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

    .rbt-header-wrapper .rbt-header-content > div {
        padding: 0 5px;
    }

/*--------------------------
    Header Quick Access
----------------------------*/
/*--------------------------
    Search With Category
----------------------------*/
/*--------------------------
    Secondary Menu
----------------------------*/
/*--------------------------
    Category Button
----------------------------*/
/*-------------------------
    Admin User Settings
--------------------------*/
/*-------------------------
    Mini Cart
--------------------------*/
/*-------------------------
    Header Animation  
--------------------------*/
@keyframes headerSticky {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes stickySlideDown {
    0% {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/*---------------------
    Header Top  
----------------------*/
.rbt-header-top.rbt-header-top-1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
}

@media only screen and (max-width: 767px) {
    .rbt-header-top.rbt-header-top-1::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 85%;
        display: block;
        z-index: 1;
        content: "";
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--dark-border) 100%);
        transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
        cursor: pointer;
        opacity: 1;
    }
}

.rbt-header-top.rbt-header-top-1 .rbt-header-sec {
    flex-wrap: wrap;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rbt-header-top.rbt-header-top-1 .rbt-header-sec .rbt-header-sec-col {
        flex-basis: 33.33%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-header-top.rbt-header-top-1 .rbt-header-sec .rbt-header-sec-col {
        flex-basis: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-header-top.rbt-header-top-1 .rbt-header-sec .rbt-header-sec-col {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-header-top.rbt-header-top-1 .rbt-header-sec .rbt-header-sec-col {
        flex-basis: 100%;
    }
}

.rbt-header-top.rbt-header-top-1 .top-expended-wrapper {
    height: 32px;
    transition: 0.3s linear;
}

.rbt-header-top.rbt-header-top-1.top-expended-activation {
    transition: height 0.3s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-header-top.rbt-header-top-1.top-expended-activation {
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-header-top.rbt-header-top-1.top-expended-activation {
        overflow: hidden;
    }
}

.rbt-header-top.rbt-header-top-1.top-expended-activation.active {
    overflow: visible !important;
}

@media only screen and (max-width: 767px) {
    .rbt-header-top.rbt-header-top-1.top-expended-activation.active::after {
        display: none;
    }
}

/*----------------------------
    Header Top Bar  
----------------------------*/
/*------------------------------------------
    Header With TopBar Transparent  
----------------------------------------------*/
/*--------------------------
    Header Top Styles  
-----------------------------*/
.rbt-header-top-news {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: 9;
    transition: 0.4s;
}

    .rbt-header-top-news .inner {
        display: flex;
        align-items: center;
        position: relative;
    }

@media only screen and (max-width: 767px) {
    .rbt-header-top-news .inner {
        text-align: start;
        justify-content: space-between !important;
        padding-right: 25px;
    }
}

.rbt-header-top-news .inner .content .news-text {
    display: inline-block;
    margin-left: 7px;
    color: var(--color-body);
    font-size: 14px;
    font-weight: 500;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rbt-header-top-news .inner .content .news-text {
        font-size: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .rbt-header-top-news .inner .content .news-text {
        margin-left: 0;
        margin-top: 10px;
    }
}

.rbt-header-top-news .inner .content .news-text img {
    width: 22px;
    margin-right: 5px;
}

/*---------------------------
    Header Mid Style  
----------------------------*/
/*---------------------
    Social Share  
-----------------------*/
.social-share-transparent {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: -10px;
}

@media only screen and (max-width: 575px) {
    .social-share-transparent {
        margin: -5px;
    }
}

.social-share-transparent li {
    margin: 0;
    position: relative;
}

    .social-share-transparent li a {
        font-size: 14px;
        color: var(--color-body);
        display: inline-block;
        display: flex;
        align-items: center;
        width: 30px;
        height: 30px;
        text-align: center;
        justify-content: center;
        border-radius: 100%;
        position: relative;
        z-index: 1;
    }

        .social-share-transparent li a::before {
            background: var(--color-gray-light);
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            opacity: 0;
            transform: scale(0.8);
            border-radius: 100%;
            z-index: -1;
        }

        .social-share-transparent li a i {
            margin-right: 0px;
        }

        .social-share-transparent li a:hover {
            color: var(--color-primary);
        }

            .social-share-transparent li a:hover::before {
                opacity: 1;
                transform: scale(1);
            }

/*----------------------------
    Navigation Position  
------------------------------*/
.mainbar-row {
    display: flex;
    justify-content: space-between;
}

    .mainbar-row .rbt-main-navigation {
        flex: 1;
        display: flex;
        margin: 0 30px;
        justify-content: center;
    }

/*-----------------------
    Header Style  
---------------------------*/
.rbt-header {
    position: relative;
    z-index: 99;
}

    .rbt-header .logo a img {
        max-height: 60px;
        object-fit: cover;
    }

@media only screen and (max-width: 575px) {
    .rbt-header .logo a img {
        max-height: 70px;
        object-fit: cover;
        max-width: 290px
    }
}

.rbt-header .rbt-header-wrapper {
    background-color: #ffffff;
    box-shadow: 0px 20px 34px rgba(0, 0, 0, 0.0509803922);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-header .rbt-header-wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-header .rbt-header-wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-header .rbt-header-wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.rbt-header .rbt-header-wrapper.bg-color-darker {
    background-color: var(--color-darker);
}

    .rbt-header .rbt-header-wrapper.bg-color-darker .mainmenu-nav .mainmenu > li > a {
        color: var(--color-white);
    }

.rbt-header .rbt-header-wrapper .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
    .rbt-header .rbt-header-wrapper .header-right {
        justify-content: flex-end;
        flex-basis: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-header .rbt-header-wrapper .header-left {
        flex-basis: 40%;
    }
}

.rbt-header .rbt-header-wrapper .container-fluid,
.rbt-header .rbt-header-wrapper .container {
    position: relative;
}

/*--------------------------
    Navigation Styles 
----------------------------*/
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}

.rbt-header .mainmenu-nav .mainmenu {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
}

    .rbt-header .mainmenu-nav .mainmenu > li > a {
        color: var(--color-heading);
        font-size: 16px;
        font-weight: 500;
        padding: 0 17px;
        display: flex;
        align-items: center;
        height: 80px;
        line-height: 80px;
        transition: 0.3s;
    }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rbt-header .mainmenu-nav .mainmenu > li > a {
        padding: 0 6px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-header .mainmenu-nav .mainmenu > li > a {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-header .mainmenu-nav .mainmenu > li > a {
        padding: 0 12px;
    }
}

.rbt-header .mainmenu-nav .mainmenu > li > a i {
    transition: 0.3s;
}

.rbt-header .mainmenu-nav .mainmenu > li > a.active {
    color: var(--color-primary);
}

.rbt-header .mainmenu-nav .mainmenu > li:hover > a,
.rbt-header .mainmenu-nav .mainmenu > li.active > a {
    color: var(--color-primary) !important;
}

    .rbt-header .mainmenu-nav .mainmenu > li:hover > a i,
    .rbt-header .mainmenu-nav .mainmenu > li.active > a i {
        transform: rotate(180deg);
        margin-top: 2px;
    }

.rbt-header .mainmenu-nav .mainmenu li {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

    .rbt-header .mainmenu-nav .mainmenu li:first-child a {
        padding-left: 0;
    }

    .rbt-header .mainmenu-nav .mainmenu li:last-child a {
        padding-right: 0;
    }

    .rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu {
        min-width: 240px;
        height: auto;
        z-index: 90;
        text-align: left;
        padding: 12px 0;
        border-radius: 0 0 10px 10px;
        background-color: var(--color-white);
        box-shadow: var(--shadow-1);
        display: flex;
        flex-direction: column;
        border-top: 1px solid rgba(230, 227, 241, 0.3098039216);
    }

        .rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li {
            position: relative;
        }

            .rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a {
                font-weight: 500;
                padding: 10px 20px;
                font-size: 14px;
                display: block;
                color: var(--color-body);
                margin: 0 10px;
                border-radius: 3px;
                border-bottom: 1px dotted #192335;
            }

                .rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a:hover {
                    color: var(--color-primary) !important;
                    background: var(--black-opacity);
                }

                .rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a.active {
                    color: var(--color-primary) !important;
                    background: var(--black-opacity);
                }

            .rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li ul.submenu {
                left: 100%;
                top: 0;
                text-align: left;
            }

    .rbt-header .mainmenu-nav .mainmenu li.with-megamenu {
        position: relative;
    }

        .rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu {
            transition: 0.3s;
            width: 100%;
            padding: 0 7px;
            border-radius: 0 0 10px 10px;
            right: 0;
        }

            .rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu.grid-item-4 {
                width: 100%;
                margin: 0 auto;
            }

            .rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper {
                border-radius: 0 0 10px 10px;
                background-color: var(--color-white);
                box-shadow: var(--shadow-1);
                padding: 25px 25px;
                overflow: hidden;
                border-top: 1px solid rgba(230, 227, 241, 0.3098039216);
            }

                .rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper .mega-menu-item {
                    padding: 0;
                    margin: 0;
                    height: 100%;
                    margin: 0 -10px;
                }

                    .rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper .mega-menu-item li {
                        margin: 0 -10px;
                    }

                        .rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper .mega-menu-item li a {
                            font-weight: 400;
                            padding: 7px 7px;
                            font-size: 14px;
                            display: block;
                            color: #1a1a1a;
                            margin: 0 10px;
                            border-radius: 4px;
                            transition: 0.3s;
                            display: flex;
                            align-items: center;
                            border-bottom: 1px dotted #192335;
                        }

                            .rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper .mega-menu-item li a:hover,
                            .rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper .mega-menu-item li a.active {
                                color: var(--color-primary) !important;
                                background: var(--black-opacity);
                            }

.rbt-header .mainmenu-nav .mainmenu > li .submenu > li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    border-radius: 10px;
}

.rbt-header .mainmenu-nav.onepagenav .mainmenu li a {
    padding: 0;
    margin: 0 17px;
    position: relative;
}

    .rbt-header .mainmenu-nav.onepagenav .mainmenu li a::after {
        position: absolute;
        content: "";
        left: 0;
        background: var(--color-primary);
        width: 0;
        height: 2px;
        bottom: 0;
        opacity: 0;
        transition: 0.4s;
    }

.rbt-header .mainmenu-nav.onepagenav .mainmenu li:first-child {
    margin-left: 0;
}

.rbt-header .mainmenu-nav.onepagenav .mainmenu li:last-child {
    margin-right: 0;
}

.rbt-header .mainmenu-nav.onepagenav .mainmenu li.current a {
    color: var(--color-primary);
}

    .rbt-header .mainmenu-nav.onepagenav .mainmenu li.current a::after {
        width: 100%;
        opacity: 1;
    }

/*----------------------------
    Mega Menu Options  
------------------------------*/
/*-----------------------
    Single Demo  
------------------------*/
/*----------------------
    Load More Btn  
-----------------------*/
/*----------------------
    Extra Css  
------------------------*/
/*--------------------
    Mega Menu  
-----------------------*/
/*------------------------------
    Popup Menu Styles  
--------------------------------*/
.popup-mobile-menu {
    z-index: 9999;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

@media only screen and (min-width: 1200px) {
    .popup-mobile-menu {
        display: none;
    }
}

.popup-mobile-menu .inner-wrapper {
    width: 400px;
    z-index: 999;
    position: absolute;
    background-color: var(--color-white);
    height: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    opacity: 0;
    left: -150px;
    transition: all 0.5s ease-out;
    padding: 60px 50px;
    height: 100%;
    position: relative;
    overflow-y: auto;
}

@media only screen and (max-width: 767px) {
    .popup-mobile-menu .inner-wrapper {
        padding: 30px 30px;
    }
}

@media only screen and (max-width: 575px) {
    .popup-mobile-menu .inner-wrapper {
        width: 300px;
        padding: 30px 20px;
    }
}

.popup-mobile-menu .inner-wrapper .inner-top {
    border-bottom: 1px solid var(--primary-opacity);
    padding-bottom: 25px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .popup-mobile-menu .inner-wrapper .inner-top {
        padding-bottom: 15px;
        margin-bottom: 0px;
    }
}

.popup-mobile-menu .inner-wrapper .inner-top .content {
    display: flex;
    justify-content: space-between;
}

.popup-mobile-menu .inner-wrapper .inner-top .logo a img {
    max-height: 60px;
}

.popup-mobile-menu .inner-wrapper .content {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .popup-mobile-menu .inner-wrapper .content {
        display: block;
    }
}

.popup-mobile-menu .inner-wrapper .description {
    padding-right: 18%;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .popup-mobile-menu .inner-wrapper .description {
        padding-right: 0;
    }
}

.popup-mobile-menu.active {
    visibility: visible;
    opacity: 1;
}

    .popup-mobile-menu.active .inner-wrapper {
        opacity: 1;
        left: 0;
        overflow-y: auto;
    }

.popup-mobile-menu .mainmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 15px 0px;
}

    .popup-mobile-menu .mainmenu li {
        margin: 0;
    }

        .popup-mobile-menu .mainmenu li a {
            padding: 8px 0;
            display: block;
            font-size: 16px;
            font-weight: 500;
        }

            .popup-mobile-menu .mainmenu li a.active {
                color: var(--color-primary) !important;
            }

            .popup-mobile-menu .mainmenu li a i {
                display: none;
            }

        .popup-mobile-menu .mainmenu li + li {
            border-top: 1px solid var(--color-border);
        }

    .popup-mobile-menu .mainmenu .has-dropdown .submenu {
        padding: 0;
        max-width: 100%;
        list-style: none;
        padding-left: 14px;
        display: none;
    }

        .popup-mobile-menu .mainmenu .has-dropdown .submenu li a {
            font-size: 15px;
        }

            .popup-mobile-menu .mainmenu .has-dropdown .submenu li a.active {
                color: var(--color-primary) !important;
            }

    .popup-mobile-menu .mainmenu .has-menu-child-item > a,
    .popup-mobile-menu .mainmenu .has-dropdown > a {
        position: relative;
    }

        .popup-mobile-menu .mainmenu .has-menu-child-item > a::after,
        .popup-mobile-menu .mainmenu .has-dropdown > a::after {
            position: absolute;
            content: "\e9b1";
            font-family: "feather" !important;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            transition: 0.4s;
        }

        .popup-mobile-menu .mainmenu .has-menu-child-item > a.open::after,
        .popup-mobile-menu .mainmenu .has-dropdown > a.open::after {
            content: "\e996";
        }

    .popup-mobile-menu .mainmenu .rbt-megamenu {
        padding: 0;
        max-width: 100%;
        list-style: none;
        padding-left: 14px;
        display: none;
    }

    .popup-mobile-menu .mainmenu .mega-menu-item {
        list-style: none;
        padding: 0;
        margin: 0;
        padding-left: 0;
    }

        .popup-mobile-menu .mainmenu .mega-menu-item li a {
            font-size: 15px;
        }

        .popup-mobile-menu .mainmenu .mega-menu-item li:last-child {
            border-bottom: 1px solid var(--color-border);
        }

    .popup-mobile-menu .mainmenu .single-mega-item:last-child .mega-menu-item li:last-child {
        border-bottom-color: transparent;
    }

    .popup-mobile-menu .mainmenu .single-mega-item + .single-mega-item {
        margin-top: 15px;
    }

    .popup-mobile-menu .mainmenu .single-mega-item .rbt-short-title {
        margin-top: 8px;
    }

.popup-mobile-menu .rbt-btn i {
    display: block !important;
}

@media only screen and (max-width: 767px) {
    .hamberger {
        margin-left: 10px;
    }
}

.hamberger .hamberger-button {
    background: transparent;
    border: 0 none;
    color: var(--color-body);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 0;
}

/*--------------------------------
    Offcanvas Menu  
--------------------------------*/
/*-------------------------------
    Offcanvas Menu Sidebar  
--------------------------------*/
.close_side_menu {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1091;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity 0.3s, visibility 0.3s;
}

/*---------------------------------
    Rainbow Offcanvas Side Menu  
-----------------------------------*/
/*---------------------------------
    cateory Side Menu
-----------------------------------*/
/*---------------------------------------
    One Page Navigation Inner Section 
------------------------------------------*/
.rbt-inner-onepage-navigation {
    border-radius: 500px;
    background: var(--color-white);
    overflow: hidden;
    box-shadow: var(--shadow-1);
    padding: 7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-inner-onepage-navigation {
        padding: 0;
        border-radius: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-inner-onepage-navigation {
        padding: 0;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-inner-onepage-navigation {
        padding: 0;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .rbt-inner-onepage-navigation {
        position: static;
    }
}

.rbt-inner-onepage-navigation .mainmenu-nav .mainmenu {
    display: flex;
    padding: 0;
    justify-content: space-between;
    margin: -3px;
    flex-wrap: wrap;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-inner-onepage-navigation .mainmenu-nav .mainmenu {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-inner-onepage-navigation .mainmenu-nav .mainmenu {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-inner-onepage-navigation .mainmenu-nav .mainmenu {
        padding: 17px;
    }
}

.rbt-inner-onepage-navigation .mainmenu-nav .mainmenu li {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    margin: 3px;
    flex-grow: 1;
    text-align: center;
}

    .rbt-inner-onepage-navigation .mainmenu-nav .mainmenu li a {
        margin: 0;
        position: relative;
        display: block;
        color: var(--color-heading);
        z-index: 2;
        padding: 6px 5px;
        border-radius: 500px;
        font-size: 15px;
    }

        .rbt-inner-onepage-navigation .mainmenu-nav .mainmenu li a::after {
            position: absolute;
            content: "";
            left: 0;
            background: var(--black-opacity);
            width: 100%;
            height: 100%;
            bottom: 0;
            opacity: 1;
            transition: 0.4s;
            z-index: -1;
            border-radius: 500px;
        }

    .rbt-inner-onepage-navigation .mainmenu-nav .mainmenu li.current a,
    .rbt-inner-onepage-navigation .mainmenu-nav .mainmenu li:hover a {
        color: var(--color-white);
    }

        .rbt-inner-onepage-navigation .mainmenu-nav .mainmenu li.current a::after,
        .rbt-inner-onepage-navigation .mainmenu-nav .mainmenu li:hover a::after {
            width: 100%;
            opacity: 1;
            background: var(--color-primary);
        }

/**************************************
	Elements Styles
***************************************/
/*===================
Button Area 
====================*/
.rbt-button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: -10px;
}

    .rbt-button-group a,
    .rbt-button-group button {
        margin: 10px;
    }

.rbt-btn:disabled {
    pointer-events: none !important;
    opacity: 0.65 !important;
}

.rbt-btn {
    padding: 10px 12px;
    background: linear-gradient(to right, #125bc7, #167ac6, #7d449d, #2e56ed);
    color: var(--color-white);
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    border-radius: 6px;
    border: 0 none;
    outline: none;
    text-decoration: none;
}

    .rbt-btn.btn-white {
        box-shadow: var(--shadow-1);
        background: #25d366;
        color: #fff;
    }

        .rbt-btn.btn-white:hover {
            background: var(--color-primary);
            color: var(--color-white);
        }

    .rbt-btn.btn-border {
        background: transparent;
        border: 2px solid var(--color-border);
        color: var(--color-heading);
        line-height: 15px;
    }

        .rbt-btn.btn-border:hover {
            background: var(--color-primary);
            border-color: var(--color-primary);
            color: var(--color-white);
        }

    .rbt-btn.btn-border {
        background: var(--color-primary);
        border-color: var(--color-primary);
        color: var(--color-white);
    }

    .rbt-btn.btn-gradient {
        color: var(--color-white);
        background-size: 300% 100%;
        /* background-image: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-secondary), var(--color-primary)); */
    }

        .rbt-btn.btn-gradient:hover {
            background-color: inherit;
            background-position: 102% 0;
            transition: all 0.4s ease-in-out;
        }

    .rbt-btn.icon-hover .btn-text {
        transition-timing-function: cubic-bezier(0, 0.71, 0.4, 1);
        display: inline-block;
        transition: transform 0.5s;
        transform: translateX(7px);
    }

    .rbt-btn.icon-hover .btn-icon {
        margin-inline-start: -7px;
        display: inline-block;
    }

        .rbt-btn.icon-hover .btn-icon i {
            transition-timing-function: cubic-bezier(0, 0.71, 0.4, 1);
            display: inline-block;
            opacity: 0;
            transform: translateX(-7px);
            transition: opacity 0.25s, transform 0.5s;
            padding-left: 0;
        }

    .rbt-btn.hover-icon-reverse .icon-reverse-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rbt-btn.hover-icon-reverse .btn-text {
        display: inline-block;
        transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
        margin-inline-start: -23px;
    }

    .rbt-btn.hover-icon-reverse .btn-icon {
        display: inline-block;
        transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
        transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
    }

        .rbt-btn.hover-icon-reverse .btn-icon + .btn-icon {
            margin-inline-end: 0;
            margin-inline-start: 8px;
            display: inline-block;
            margin-inline-start: 0;
            margin-inline-end: 0;
            opacity: 0;
            transform: translateX(-10px);
            transition-delay: 0s;
            order: -2;
        }

            .rbt-btn.hover-icon-reverse .btn-icon + .btn-icon i {
                padding-left: 0;
                padding-right: 6px;
            }

    .rbt-btn.rounded-player-2 {
        border: 0;
        width: 80px;
        height: 80px;
        margin-left: -40px;
        margin-top: -40px;
        transition: all 1s cubic-bezier(0, 0, 0.2, 1);
        position: relative;
        border-radius: 100%;
        background: var(--color-white);
        margin: 0 auto;
        display: inline-block;
        padding: 0;
    }

@media only screen and (max-width: 767px) {
    .rbt-btn.rounded-player-2 {
        width: 50px;
        height: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .rbt-btn.rounded-player-2 {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.rbt-btn.rounded-player-2 .play-icon {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .rbt-btn.rounded-player-2 .play-icon::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        transform: translate(-6px, -9px);
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-left: 15px solid var(--color-primary);
    }

.rbt-btn.rounded-player-2:hover {
    color: inherit;
    background: var(--color-white);
}

.rbt-btn.with-animation::after,
.rbt-btn.with-animation::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    border: 1.5px solid var(--color-white);
}

.rbt-btn.with-animation::before {
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.rbt-btn.with-animation::after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.rbt-btn:hover {
    background-color: var(--color-secondary);
    color: var(--color-white);
    transform: translate3d(0, -2px, 0);
    box-shadow: var(--shadow-7);
}

    .rbt-btn:hover.icon-hover .btn-text {
        transform: translateX(-7px);
    }

    .rbt-btn:hover.icon-hover .btn-icon i {
        opacity: 1;
        transform: translateX(7px);
    }

    .rbt-btn:hover.hover-icon-reverse .btn-text {
        transition-delay: 0.1s;
        transform: translateX(23px);
    }

    .rbt-btn:hover.hover-icon-reverse .btn-icon {
        opacity: 0;
        transition-delay: 0s;
        transform: translateX(10px);
    }

        .rbt-btn:hover.hover-icon-reverse .btn-icon + .btn-icon {
            opacity: 1;
            transform: translateX(0);
            transition-delay: 0.225s;
        }

.rbt-btn i {
    padding-left: 6px;
    display: inline-block;
    top: 2px;
    position: relative;
    font-size: 17px;
}

/*-------------------------------
    Button Bg Color Variation 
--------------------------------*/
.bg-color-primary .rbt-btn:hover {
    background: var(--color-white);
    color: var(--color-primary);
}

@keyframes btnTxtMarqueeX {
    100% {
        transform: translateX(-200%);
    }
}

@keyframes btnTxtMarqueeY {
    100% {
        transform: translateY(-200%);
    }
}

/*-----------------------
    Modern Button  
------------------------*/
a.rbt-moderbt-btn {
    position: relative;
    height: 45px;
    line-height: 40px;
    transition: all 0.2s ease;
    padding: 0 0 0 10px;
    display: inline-block;
    z-index: 1;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    a.rbt-moderbt-btn {
        padding: 0 10px;
    }
}

a.rbt-moderbt-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: var(--color-primary);
    opacity: 0.9;
    color: #fff;
    width: 100%;
    height: 40px;
    transition: all 0.3s ease;
    z-index: -1;
}

a.rbt-moderbt-btn i {
    position: relative;
    top: 2px;
    margin-left: 10px;
    transform: translateX(-5px);
    transition: all 0.3s ease;
    display: inline-block;
}

a.rbt-moderbt-btn:hover {
    color: var(--color-white);
}

    a.rbt-moderbt-btn:hover i {
        transform: translateX(0);
    }

    a.rbt-moderbt-btn:hover::before {
        width: 100%;
        background: var(--color-primary);
        opacity: 1;
    }

/*----------------------------------
    Education Transparent Button 
------------------------------------*/
a.rbt-btn-link,
button.rbt-btn-link,
span.rbt-btn-link {
    color: var(--color-heading);
    position: relative;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

    a.rbt-btn-link i,
    button.rbt-btn-link i,
    span.rbt-btn-link i {
        position: relative;
        top: 1px;
        display: inline-block;
        padding-left: 4px;
    }

    a.rbt-btn-link::after,
    button.rbt-btn-link::after,
    span.rbt-btn-link::after {
        position: absolute;
        content: "";
        left: auto;
        bottom: 0;
        background: currentColor;
        width: 0;
        height: 2px;
        transition: 0.3s;
        right: 0;
    }

    a.rbt-btn-link:hover,
    button.rbt-btn-link:hover,
    span.rbt-btn-link:hover {
        color: var(--color-primary) !important;
    }

        a.rbt-btn-link:hover::after,
        button.rbt-btn-link:hover::after,
        span.rbt-btn-link:hover::after {
            width: 100%;
            left: 0;
            right: auto;
        }

    a.rbt-btn-link.color-white:hover,
    button.rbt-btn-link.color-white:hover,
    span.rbt-btn-link.color-white:hover {
        color: var(--color-white) !important;
    }

/*-----------------------
 Video Player Button 
-------------------------*/
.video-popup-wrapper {
    position: relative;
}

    .video-popup-wrapper .position-to-top {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }

@keyframes ripple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }

    75% {
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(2.3);
        transform: scale(2.3);
        opacity: 0;
    }
}

@-webkit-keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        border-width: 1px;
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
    }

    100% {
        opacity: 0;
    }
}

@keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        border-width: 1px;
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
    }

    100% {
        opacity: 0;
    }
}

/*--------------------------
    Section Title
---------------------------*/
@media only screen and (max-width: 767px) {
    .h-200 {
        height: 200px;
    }
}

.section-title .subtitle {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    color: var(--color-heading);
    margin-bottom: 15px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    display: inline-block;
    background: var(--color-primary);
    color: var(--color-primary);
}

.section-title .title {
    margin-bottom: 0;
}

.section-title.text-center .description {
    padding: 0 23%;
    letter-spacing: -0.5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title.text-center .description {
        padding: 0 10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title.text-center .description {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-title.text-center .description {
        padding: 0;
    }
}

.section-title.text-center .description.has-medium-font-size {
    padding: 0 23%;
    letter-spacing: -0.5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title.text-center .description.has-medium-font-size {
        padding: 0 10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title.text-center .description.has-medium-font-size {
        padding: 0 10%;
    }
}

@media only screen and (max-width: 767px) {
    .section-title.text-center .description.has-medium-font-size {
        padding: 0;
    }
}

.rbt-title-style-3 {
    margin-bottom: 24px;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--color-border-2);
    text-align: center;
}

.rbt-short-title {
    font-size: 12px;
    padding-bottom: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.5;
    margin-bottom: 6px;
    border-bottom: 1px solid var(--color-border);
}

/*====================
    Breadcrump Area 
======================*/
.rbt-breadcrumb-default .title {
    color: var(--color-heading);
    margin-bottom: 5px;
    font-size: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-breadcrumb-default .title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-breadcrumb-default .title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-breadcrumb-default .title {
        font-size: 20px;
    }
}

/*-----------------------------
    Breadcrumd Page List  
-------------------------------*/
/*----------------------------
    Breadcrumb Style Two  
------------------------------*/
/*----------------------------
    Breadcrumb Style Main  
------------------------------*/
/*-----------------------------
    Breadcrumb Style Three  
------------------------------*/
.rbt-breadcrumb-default.rbt-breadcrumb-style-3 {
    position: relative;
    min-height: 480px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 30px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-breadcrumb-default.rbt-breadcrumb-style-3 {
        height: auto;
        padding: 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-breadcrumb-default.rbt-breadcrumb-style-3 {
        height: auto;
        padding: 20px 0;
    }
}

.rbt-breadcrumb-default.rbt-breadcrumb-style-3 .breadcrumb-inner > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.rbt-breadcrumb-default.rbt-breadcrumb-style-3 .content {
    position: relative;
    z-index: 2;
}

.rbt-breadcrumb-style-3 .title {
    margin-bottom: 10px;
}

.rbt-breadcrumb-style-3 .description {
    color: var(--color-heading);
}

@media only screen and (max-width: 767px) {
    .rbt-breadcrumb-style-3 .description {
        margin-bottom: 20px;
    }
}

.rbt-breadcrumb-style-3 .rating {
    font-size: 14px;
    font-weight: 500;
}

.rbt-breadcrumb-style-3 .rbt-meta li {
    color: var(--color-heading);
}

.rbt-breadcrumb-style-3 .rbt-course-details-feature {
    margin: -5px;
}

    .rbt-breadcrumb-style-3 .rbt-course-details-feature .feature-sin {
        margin: 5px;
        display: flex;
        gap: 5px;
    }

/*----------------------------- 
    Edu Course Style 
-------------------------------*/
.rbt-card {
    overflow: hidden;
    box-shadow: var(--shadow-1);
    padding: 18px;
    border-radius: var(--radius);
    background: var(--color-white);
    position: relative;
    height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-card {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-card {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-card {
        padding: 15px;
    }
}

.rbt-card .rbt-card-img {
    position: relative;
}

    .rbt-card .rbt-card-img a {
        display: block;
    }

        .rbt-card .rbt-card-img a img {
            width: 100%;
            transition: 0.5s;
            object-fit: cover;
            border-radius: var(--radius);
        }

.rbt-card .rbt-card-body {
    padding-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-card .rbt-card-body {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-card .rbt-card-body {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-card .rbt-card-body {
        padding-top: 20px;
    }
}

.rbt-card .rbt-card-body .rbt-meta {
    margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
    .rbt-card .rbt-card-body .rbt-meta {
        margin-bottom: 8px;
    }
}

.rbt-card .rbt-card-body .rbt-card-title {
    margin-bottom: 10px;
}

    .rbt-card .rbt-card-body .rbt-card-title a {
        color: var(--color-heading);
    }

        .rbt-card .rbt-card-body .rbt-card-title a:hover {
            color: var(--color-primary);
        }

.rbt-card .rbt-card-body .rbt-card-title {
    font-size: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-card .rbt-card-body .rbt-card-title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-card .rbt-card-body .rbt-card-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-card .rbt-card-body .rbt-card-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .rbt-card .rbt-card-body .rbt-card-title {
        font-size: 18px;
    }
}

.rbt-card .rbt-card-body .rbt-card-text {
    color: var(--color-body);
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .rbt-card .rbt-card-body .rbt-card-text {
        margin-bottom: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-card .rbt-card-body .rbt-card-text {
        margin-bottom: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.rbt-card .rbt-card-body .rbt-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .rbt-card .rbt-card-body .rbt-card-bottom .rbt-btn-link {
        font-size: 14px;
    }

.rbt-card.variation-02 {
    position: relative;
    padding: 0;
    border-radius: var(--radius);
    box-shadow: var(--shadow-1);
}

    .rbt-card.variation-02 .rbt-card-body {
        padding: 30px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-card.variation-02 .rbt-card-body {
        padding: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-card.variation-02 .rbt-card-body {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-card.variation-02 .rbt-card-body {
        padding: 20px;
    }
}

.rbt-card.variation-02 .rbt-card-img a img {
    max-height: 350px;
    border-radius: 6px 6px 0 0;
}

.rbt-meta {
    margin: -7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-meta {
        margin: -3px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-meta {
        margin: -3px;
    }
}

.rbt-meta li {
    font-size: 12px;
    line-height: 15px;
    color: var(--color-body);
    display: inline-block;
    margin: 7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-meta li {
        margin: 3px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-meta li {
        margin: 1px;
        font-size: var(--font-size-b4);
    }
}

.rbt-meta li i {
    margin-right: 5px;
}

.rating i {
    font-size: 13px;
    color: #FF9747;
    transition: 0.3s;
}

/*----------------------------
    Service Card Styles  
------------------------------*/
/*-------------------------------
    Service Style Five  
---------------------------------*/
/*-------------------------------
    Service Style Five  
---------------------------------*/
/*-----------------------
    Swiper Slider  
------------------------*/
/*---------------------------
    Slick Arrow Styles  
-----------------------------*/
/*------------------------
    Feature Styles  
-------------------------*/
/*-----------------------
    About Styles  
------------------------*/
/*-----------------------------
    Call To Action Styles  
------------------------------*/
/*--------------------------------
    Call To Action Style  
--------------------------------*/
/*-------------------------
    Accordion Area  
--------------------------*/
.rbt-accordion-style .card {
    background: var(--color-primary-lighter);
    border: 0;
    border-radius: var(--radius) !important;
}

    .rbt-accordion-style .card .card-header {
        background-color: #efecfdcc;
        border-bottom: 0 none;
        box-shadow: none;
        padding: 20px 30px;
        margin-bottom: 0;
        padding-right: 38px;
    }

@media only screen and (max-width: 767px) {
    .rbt-accordion-style .card .card-header {
        padding-left: 20px;
    }
}

.rbt-accordion-style .card .card-header button {
    font-size: 17px;
    line-height: 27px;
    outline: none;
    text-decoration: none;
    box-shadow: none;
    width: 100%;
    text-align: left;
    padding: 0;
    background-color: transparent;
    position: relative;
    font-weight: 500;
}

@media only screen and (max-width: 575px) {
    .rbt-accordion-style .card .card-header button {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .rbt-accordion-style .card .card-header button .rbt-badge-5 {
        margin-left: 0 !important;
        margin-top: 7px;
    }
}

.rbt-accordion-style .card .card-header button[aria-expanded=true] {
    color: var(--color-primary);
}

    .rbt-accordion-style .card .card-header button[aria-expanded=true]::before {
        color: var(--color-primary);
    }

.rbt-accordion-style .card .card-header button::before {
    position: absolute;
    content: "\e996";
    font-family: "feather" !important;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
}

.rbt-accordion-style .card .card-header button.collapsed {
    color: var(--color-heading);
}

    .rbt-accordion-style .card .card-header button.collapsed::before {
        content: "\e9b1";
    }

.rbt-accordion-style .card .card-body {
    border-top: 1px solid var(--white-opacity);
    padding: 20px 30px 25px;
}

@media only screen and (max-width: 767px) {
    .rbt-accordion-style .card .card-body {
        padding: 20px 20px;
    }
}

.rbt-accordion-style .card + .card {
    margin-top: 20px;
}

.rbt-accordion-style.rbt-accordion-01 .card {
    background: var(--color-white);
    box-shadow: var(--shadow-10);
}

    .rbt-accordion-style.rbt-accordion-01 .card .card-body {
        background: var(--gradient-6);
    }

.accordion-button::after {
    visibility: hidden;
}

/*--------------------------
    Rbt Card Table  
--------------------------*/
.rbt-table {
    border: 0 none;
}

    .rbt-table tr th,
    .rbt-table tr td {
        padding: 10px 20px;
        border: 0 none;
    }

    .rbt-table thead tr th,
    .rbt-table thead tr td {
        background: var(--primary-opacity);
    }

    .rbt-table thead tr th,
    .rbt-table thead tr td {
        color: var(--color-heading);
        font-weight: 600;
        font-size: 16px;
    }

    .rbt-table tbody tr th,
    .rbt-table tbody tr td {
        font-weight: 400;
        color: var(--color-body);
        font-size: 16px;
    }

    .rbt-table tbody tr:nth-child(even) th,
    .rbt-table tbody tr:nth-child(even) td {
        background: var(--color-grey);
    }

/*-----------------------------
    Accordion Color White  
-------------------------------*/
/* Accordion New Lesson Page  */
/*----------------------
    Edu Image Gallery  
------------------------*/
/*------------------------
    Counter Up Styles  
-------------------------*/
/*-----------------------
    Black Overlay  
------------------------*/
/*--------------------------
    Pricing Table  
----------------------------*/
/*----------------------------
    Advance Pricing Table  
------------------------------*/
/*------------------------
    Edu Badge Styles  
--------------------------*/
.rbt-badge {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 22px;
    background: var(--color-gray-light);
    font-size: 14px;
    letter-spacing: 0.3px;
    border-radius: 6px;
    color: var(--color-body);
}

    .rbt-badge.variation-02 {
        padding: 0 16px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        letter-spacing: 0.5px;
    }

.rbt-badge-2 {
    align-items: center;
    background: rgb(239 239 239);
    box-shadow: 0 12px 22px 0 rgb(177 131 233);
    padding: 0 20px;
    border: 1px solid #fff;
    border-radius: 500px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.5px;
    justify-content: center;
    color: var(--color-heading);
    width: max-content;
}

    .rbt-badge-2 img {
        max-height: 30px;
        border-radius: 100%;
    }

    .rbt-badge-2 .image {
        margin: 0;
        margin-right: 10px;
    }

    .rbt-badge-2 strong {
        margin-left: 5px;
        display: inline-block;
        color: var(--color-primary);
    }

.rbt-badge-4 {
    display: inline-block;
    height: auto;
    line-height: initial;
    padding: 10px 10px;
    background: #ffffff9c;
    font-size: 14px;
    letter-spacing: 0.3px;
    border-radius: 20px;
    color: var(--color-heading);
    position: relative;
}

    .rbt-badge-4::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: var(--primary-opacity);
        transition: 0.4s;
        opacity: 0;
        transform: scale(0.9);
        border-radius: 6px;
    }

    .rbt-badge-4:hover {
        color: var(--color-primary);
    }

        .rbt-badge-4:hover::after {
            opacity: 1;
            transform: scale(1);
        }

.rbt-badge-5 {
    background: var(--color-gray-light);
    padding: 5px 7px;
    font-size: 12px;
    display: flex;
    height: 22px;
    align-items: center;
    border-radius: var(--radius-small);
    justify-content: center;
    width: max-content;
}

.team-style-default {
    margin-top: 75px;
    position: relative;
}

    .team-style-default .inner {
        background: var(--color-white);
        border-radius: var(--radius);
        box-shadow: var(--shadow-1);
    }

        .team-style-default .inner .thumbnail {
            max-width: 150px;
            max-height: 150px;
            border-radius: 100%;
            border: 6px solid var(--color-border);
            top: -75px;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            min-width: 150px;
            min-height: 150px;
            overflow: hidden;
        }

            .team-style-default .inner .thumbnail img {
                width: 100%;
                height: 100%;
                overflow: hidden;
            }

        .team-style-default .inner .content {
            text-align: center;
            padding: 20px;
            padding-top: 85px;
            padding-bottom: 35px;
        }

            .team-style-default .inner .content .title {
                font-size: 34px;
                line-height: 1.4;
                font-weight: 700;
                margin-bottom: 6px;
            }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-style-default .inner .content .title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-style-default .inner .content .title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .team-style-default .inner .content .title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .team-style-default .inner .content .title {
        font-size: 22px;
    }
}

.team-style-default .inner .content .subtitle {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-style-default .inner .content .subtitle {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .team-style-default .inner .content .subtitle {
        font-size: 16px;
    }
}

.team-style-default .inner .content .team-form {
    display: block;
    font-size: 15px;
    margin-bottom: 12px;
    letter-spacing: 0.6px;
}

    .team-style-default .inner .content .team-form img {
        padding-right: 10px;
        max-height: 18px;
    }

.team-style-default .inner .content .description {
    margin-bottom: 0;
    padding: 0 5%;
}

.team-style-default .inner .social-icon li a {
    color: var(--color-body);
}

.team-style-default.style-two {
    margin-top: 30px;
}

    .team-style-default.style-two .inner {
        padding-top: 35px;
    }

        .team-style-default.style-two .inner .thumbnail {
            top: 0;
            position: static;
            left: inherit;
            transform: none;
            min-width: 150px;
            min-height: 150px;
            margin: 0 auto;
        }

        .team-style-default.style-two .inner .content {
            padding-top: 10px;
        }

.team {
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1), box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
}

    .team::before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 85%;
        display: block;
        z-index: 1;
        content: "";
        background: linear-gradient(to bottom, rgba(15, 15, 15, 0), rgba(15, 15, 15, 0.75) 100%);
        transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
        cursor: pointer;
    }

    .team::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 85%;
        display: block;
        z-index: 1;
        content: "";
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--color-primary) 100%);
        transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
        cursor: pointer;
        opacity: 0;
    }

    .team .thumbnail {
        display: block;
        position: relative;
        z-index: 1;
    }

        .team .thumbnail img {
            width: 100%;
        }

    .team .content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 35px 40px;
        z-index: 2;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team .content {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .team .content {
        padding: 20px;
    }
}

.team .content .title {
    color: #ffffff;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.25s;
    transform: translateY(10px);
    transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team .content .title {
        font-size: 22px;
    }
}

.team .content .title a {
    color: #ffffff;
}

.team ul.social-icon {
    position: absolute;
    top: 25px;
    left: 35px;
    padding: 0;
    z-index: 2;
    list-style: none;
    display: flex;
    margin: 0 -10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team ul.social-icon {
        left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .team ul.social-icon {
        left: 20px;
    }
}

.team ul.social-icon li {
    margin: 0 10px;
    transform: translateY(8px) scale(0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
}

    .team ul.social-icon li a {
        color: #ffffff;
        font-size: 15px;
        transition: 0.3s;
    }

        .team ul.social-icon li a svg {
            transition: 0.3s;
            fill: #ffffff;
            height: 18px;
            width: 18px;
        }

        .team ul.social-icon li a:hover svg {
            transform: scale(1.3);
        }

.team:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 55px rgba(253, 71, 102, 0.0022);
}

    .team:hover::before {
        opacity: 0;
    }

    .team:hover::after {
        opacity: 1;
    }

    .team:hover .content .title {
        transition-delay: 0.25s;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .team:hover ul.social-icon li {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

        .team:hover ul.social-icon li:nth-child(1) {
            -webkit-transition-delay: 0.07692s;
            transition-delay: 0.07692s;
        }

        .team:hover ul.social-icon li:nth-child(2) {
            -webkit-transition-delay: 0.15385s;
            transition-delay: 0.15385s;
        }

        .team:hover ul.social-icon li:nth-child(3) {
            -webkit-transition-delay: 0.23077s;
            transition-delay: 0.23077s;
        }

        .team:hover ul.social-icon li:nth-child(4) {
            -webkit-transition-delay: 0.33077s;
            transition-delay: 0.23077s;
        }

        .team:hover ul.social-icon li:nth-child(5) {
            -webkit-transition-delay: 0.43077s;
            transition-delay: 0.23077s;
        }

    .team:hover .content {
        opacity: 1;
        visibility: visible;
    }

/*---------------------
    Team Tab   
--------------------*/
/*---------------------------
    Team Modal Style  
-----------------------------*/
/*-----------------------
    Social Icons 
-------------------------*/
.social-default {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    margin: -5px;
}

    .social-default li {
        margin: 5px;
    }

        .social-default li a {
            width: 48px;
            background-color: var(--color-gray-light);
            height: 48px;
            line-height: 45px;
            text-align: center;
            display: inline-block;
            border-radius: 100%;
            transition: 0.3s;
            color: #ffffff;
            z-index: 2;
            position: relative;
        }

            .social-default li a::after {
                position: absolute;
                content: "";
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                z-index: -1;
                background: var(--color-primary);
                transform: scale(0.5);
                opacity: 0;
                transition: 0.3s;
                border-radius: 100%;
            }

            .social-default li a:hover {
                color: var(--color-white);
            }

                .social-default li a:hover::after {
                    transform: scale(1);
                    opacity: 1;
                }

            .social-default li a i {
                vertical-align: middle;
            }

    .social-default.transparent-with-border li a {
        line-height: 41px;
        background: #2f57ef;
        border: 2px solid #ffffff;
    }

        .social-default.transparent-with-border li a:hover {
            border-color: transparent !important;
        }

        .social-default.transparent-with-border li a::after {
            border: 1px solid var(--color-primary);
        }

    .social-default.color-white li a {
        color: var(--color-white);
    }

/*----------------------------
    Edu Pagination Style  
------------------------------*/
/*-------------------------
    Back To Top  
---------------------------*/
@-webkit-keyframes border-transform {

    0%, 100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.rbt-progress-parent {
    position: fixed;
    right: 30px;
    bottom: 92px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px var(--black-opacity);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .rbt-progress-parent::after {
        position: absolute;
        font-family: "feather" !important;
        content: "\e914";
        text-align: center;
        line-height: 46px;
        font-size: 20px;
        color: var(--color-primary);
        left: 0;
        top: 0;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        z-index: 2;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    .rbt-progress-parent:hover::after {
        color: var(--color-primary);
    }

    .rbt-progress-parent::before {
        position: absolute;
        font-family: "feather" !important;
        content: "\e914";
        text-align: center;
        line-height: 46px;
        font-size: 24px;
        opacity: 0;
        background: #0d0d12;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        left: 0;
        top: 0;
        height: 46px;
        width: 46px;
        cursor: pointer;
        display: block;
        z-index: 2;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        color: var(--color-primary);
    }

    .rbt-progress-parent svg path {
        fill: none;
    }

    .rbt-progress-parent svg.rbt-back-circle path {
        stroke: var(--color-primary);
        stroke-width: 4;
        box-sizing: border-box;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        opacity: 0.6;
    }

/*----------------------
    Newsletter Styles  
------------------------*/
.newsletter-form input {
    flex-grow: 1;
    width: auto;
    margin-right: 7px;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 500px;
}

/*-------------------------------
    Newsletter Styles One 
----------------------------------*/
/*---------------------
    Brand Styles 
----------------------*/
/*----------------------------------
    Portfolio Grid Layout  
----------------------------------*/
/*---------------------
    Extra Css  
-----------------------*/
/* Form Group  */
/* ---------------------------
Testimonial Styles 
------------------------------*/
/* ------------------------------
Testimonial Thumbnail 
-------------------------------- */
ul.testimonial-thumb-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px auto;
    margin-bottom: -30px;
    outline: none;
    border: 0 none;
}

@media only screen and (max-width: 575px) {
    ul.testimonial-thumb-wrapper {
        margin-bottom: -10px;
    }
}

ul.testimonial-thumb-wrapper li {
    padding-left: 15px;
    padding-right: 15px;
    flex-basis: 33.33%;
    margin-bottom: 30px;
    outline: none;
    cursor: pointer;
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    ul.testimonial-thumb-wrapper li {
        flex-basis: 33.33%;
        margin-bottom: 14px;
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media only screen and (max-width: 575px) {
    ul.testimonial-thumb-wrapper li {
        flex-basis: 80%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
}

ul.testimonial-thumb-wrapper li a {
    display: block;
}

ul.testimonial-thumb-wrapper li .thumb {
    position: relative;
    display: inline-block;
    width: 100%;
}

    ul.testimonial-thumb-wrapper li .thumb img {
        border-radius: 6px;
        width: 100%;
        max-height: 140px;
        min-height: 140px;
        object-fit: cover;
        height: 140px;
        padding: 10px;
        background: var(--color-white);
        box-shadow: var(--shadow-2);
    }

        ul.testimonial-thumb-wrapper li .thumb img:hover {
            transform: scale(1.1);
        }

    ul.testimonial-thumb-wrapper li .thumb::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        background-color: hsla(0, 0%, 100%, 0.5);
        width: 100%;
        height: 100%;
        z-index: 1;
        cursor: pointer;
        border-radius: 6px;
    }

ul.testimonial-thumb-wrapper li a.active .thumb::after {
    background-color: hsla(0, 0%, 100%, 0);
}

ul.testimonial-thumb-wrapper li a.active .thumb img {
    transform: scale(1.1);
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
    ul.testimonial-thumb-wrapper li a.active .thumb img {
        transform: none;
    }
}

/* ------------------------------
    Testimonial Style Two 
-------------------------------- */
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        transform: translateX(-1750px);
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px);
    }
}

@-webkit-keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        transform: translateX(-1750px);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes scrollLeft {
    0% {
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px);
    }

    to {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes scrollLeft {
    0% {
        -webkit-transform: translateX(-webkit-calc(-250px * 7));
        -moz-transform: translateX(-moz-calc(-250px * 7));
        transform: translateX(-1750px);
    }

    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}

.nav-tabs {
    border-bottom: 0;
}

/*-------------------------
    Advance Tab Style Two  
--------------------------*/
/*---------------------
    Tab Styles  
-----------------------*/
/*----------------------
    Category Styles  
-------------------------*/
/*------------------------------
    Category Update Style  
--------------------------------*/
/*-------------------
  Instagram Styles
---------------------*/
/*--------------------------
    split Area Styles  
----------------------------*/
/*------------------------
    Countdown Styles  
-------------------------*/
/*-----------------------
    Progress Bar 
-----------------------*/
/*-----------------------------------
    Radial Progress 
-----------------------------------*/
/*--------------------------
    Category Box Layout  
----------------------------*/
/*---------------------------
    Filter Exanded  
-----------------------------*/
/*-------------------------
    Price Filter  
--------------------------*/
/*-------------------
    Bootstrap Select  
----------------------*/
/*-----------------------
    Team Styles  
------------------------*/
/*----------------------
    Rbt List Style  
------------------------*/
.plan-offer-list {
    margin: -10px;
}

    .plan-offer-list li {
        font-size: 16px;
        margin: 5px;
    }

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

    .plan-offer-list.rbt-list-primary-opacity li i {
        background: var(--primary-opacity) !important;
        color: var(--color-primary) !important;
    }

/*-------------------------------
 Modern Course Features  
-------------------------------*/
/*---------------------------
    Course Feature List  
-----------------------------*/
/*-------------------------
    Search Style Default  
--------------------------*/
/*-------------------------
    Search Style One  
--------------------------*/
/*----------------------
    RBT Video Styles  
-----------------------*/
.close_side_menu,
.popup-mobile-menu {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(15px);
}

/*--------------------------
    Switcher Styles  
---------------------------*/
/*----------------------
    Error Styles  
------------------------*/
/**************************************
	Blog Styles
***************************************/
/*-----------------------
    Blog Style  
-------------------------*/
/* Common Style  */
/*-----------------------
    Blog Meta  
-----------------------*/
/*---------------------------
    Blog Sidebar Styles  
----------------------------*/
/*----------------------------
    Blog Details Styles  
----------------------------*/
.about-author {
    padding: 40px 0;
    border-bottom: 1px solid var(--color-border);
}

    .about-author .media {
        display: flex;
    }

@media only screen and (max-width: 479px) {
    .about-author .media {
        display: block;
    }
}

.about-author .thumbnail a img {
    border-radius: 6px;
    margin-right: 30px;
    margin-bottom: 20px;
    min-width: 105px;
    max-height: 105px;
}

@media only screen and (max-width: 767px) {
    .about-author .thumbnail a img {
        margin-right: 20px;
    }
}

.about-author .media-body .author-info .title {
    margin-bottom: 0;
}

.about-author .media-body .author-info .subtitle {
    color: var(--color-body);
    display: block;
    margin-top: 10px;
    display: block;
}

@media only screen and (max-width: 767px) {
    .about-author .media-body .author-info .subtitle {
        margin-top: 8px;
    }
}

.about-author .media-body .content .description {
    margin-top: 6px;
    margin-bottom: 0;
    font-weight: 400;
}

.about-author .media-body .content .social-icon {
    margin-top: 10px;
}

/*------------------------
    Comment Post Total  
---------------------------*/
/*------------------------
    Comment Form  
-------------------------*/
/* --------------------------
    Comments Styles  
-----------------------------*/
/*---------------------------
    Unit Test Blog Details  
-----------------------------*/
/**************************************
	Shop Styles
***************************************/
/*------------------------
    Shop Styles  
--------------------------*/
/*---------------------------
    Product Details 
----------------------------*/
/*----------------------
    My Account  
------------------------*/
.account-details-form h4 {
    margin: 0;
}

.account-details-form input {
    height: 50px;
}

.table > :not(:first-child) {
    border-top: 0;
}

/*---------------------------------------
    11. Cart
-----------------------------------------*/
/*-- Calculate Shipping --*/
/*-- Discount Coupon --*/
/*-- Cart Summary --*/
/*---------------------------------------
    13. Checkout
-----------------------------------------*/
/*-- Checkout Form --*/
/*-- Shipping Form --*/
/*-- Checkout Cart Total --*/
/*-- Checkout Payment Method --*/
/*-- Single Payment Method --*/
/*-- Place Order --*/
/*---------------------
    Minicart Style  
---------------------*/
/**************************************
	Template Styles
***************************************/
/*------------------------------
 * HiStudy Banner Styles
---------------------------------*/
/*-------------------------------------------------------
    Banner Style Home One And Home Five (variation-2)
-------------------------------------------------------------*/
/*------------------------------
    Banner Style Home Two  
-------------------------------*/
/*-----------------------
    Home 03 Banner 
------------------------*/
/*-----------------------
    Home 04 Banner  
------------------------*/
/*--------------------------------
    Banner Home 06 && 12   
--------------------------------*/
/*--------------------------------------
    Banner Home 07 && 09 && 13 
------------------------------------------*/
/*-----------------------
    Banner Home 08
------------------------*/
/*--------------------------------------
    Banner Home 10 && 14 && 15 &&  about 
----------------------------------------*/
.rbt-banner-8 .inner .rbt-badge-2 {
    margin-left: 20px;
}

@media only screen and (max-width: 575px) {
    .rbt-banner-8 .inner .rbt-badge-2 {
        margin-left: 0;
    }
}

.rbt-banner-8 .inner .title {
    margin-bottom: 15px;
    font-size: 82px;
    line-height: 1.3;
    margin-top: 15px;
    font-weight: 900;
    letter-spacing: -0.5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-banner-8 .inner .title {
        font-size: 54px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-banner-8 .inner .title {
        font-size: 52px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-banner-8 .inner .title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 575px) {
    .rbt-banner-8 .inner .title {
        font-size: 38px;
        margin-top: 20px;
    }
}

.rbt-banner-8.variation-01 {
    height: 650px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .rbt-banner-8.variation-01 {
        height: auto;
    }
}

.rbt-banner-8.variation-01 .wrapper {
    padding-bottom: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .rbt-banner-8.variation-01 .wrapper {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-banner-8.variation-01 .wrapper {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-banner-8.variation-01 .wrapper {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-banner-8.variation-01 .wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.rbt-banner-8.variation-02 {
    padding: 20px 0;
}

    .rbt-banner-8.variation-02 .inner .title {
        font-size: 35px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-banner-8.variation-02 .inner .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-banner-8.variation-02 .inner .title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .rbt-banner-8.variation-02 .inner .title {
        font-size: 36px;
    }
}

.rbt-banner-8.variation-02 .inner .description {
    padding: 0 26%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-banner-8.variation-02 .inner .description {
        padding: 0 10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-banner-8.variation-02 .inner .description {
        padding: 0 5%;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-banner-8.variation-02 .inner .description {
        padding: 0;
    }
}

.rbt-banner-8.with-shape {
    padding-bottom: 50px !important;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-banner-8.with-shape {
        padding-bottom: 130px !important;
    }
}

@media only screen and (max-width: 767px) {
    .rbt-banner-8.with-shape {
        padding-bottom: 40px !important;
    }
}

.rbt-banner-area .social-default.transparent-with-border li a {
    color: var(--color-white);
    border: 2px solid var(--white-opacity);
}

/* Gif Banner Area  */
/*-----------------------
    Banner Style 9  
------------------------*/
/*-----------------------
    Banner Style 10 
------------------------*/
/*-----------------------
    Banner Style 11 
------------------------*/
/*----------------------
 tool tip 
------------------------*/
/*------------------------
    Swiper Thumb  
-------------------------*/
/*-------------------------
    Course Details  
--------------------------*/
/*-------------------------
    Single Course Meta  
--------------------------*/
/*---------------------------
    Video Course Content  
----------------------------*/
.about-author-list .about-author:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

/*----------------------------
    Rbt rating Styles  
------------------------------*/
/*---------------------------------
    Featured Review List Wrapper  
-----------------------------------*/
.rbt-course-review.about-author {
    padding: 25px 0;
}

    .rbt-course-review.about-author:first-child {
        padding-top: 0;
    }

    .rbt-course-review.about-author .rating {
        margin-top: 5px;
        margin-bottom: 10px;
    }

/*---------------------------
    Course Top  
----------------------------*/
/*-------------------------
    Course Grid Column  
---------------------------*/
/*------------------------- 
Course Sidebar 
-------------------------*/
.course-sidebar-top {
    margin-top: -500px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .course-sidebar-top {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .course-sidebar-top {
        margin-top: 0;
    }
}

.course-sidebar .subtitle {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.course-sidebar .social-share-wrapper {
    background: #f5f5fa;
    margin: 0 -27px -27px;
    padding: 30px;
    border-radius: 0 0 6px 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .course-sidebar .social-share-wrapper {
        margin: 0 -10px -10px;
        padding: 20px;
        border-radius: 6px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .course-sidebar .social-share-wrapper {
        margin: 0 -10px -10px;
        padding: 20px;
        border-radius: 6px;
    }
}

@media only screen and (max-width: 767px) {
    .course-sidebar .social-share-wrapper {
        margin: 0 -10px -10px;
        padding: 20px;
        border-radius: 6px;
    }
}

.course-sidebar .social-share-wrapper .rbt-post-share span {
    font-size: 16px;
}

.course-sidebar .contact-with-us p {
    margin-bottom: 0;
    font-size: 14px;
}

/* Course Video Wrapper  */
.video-popup-with-text.video-popup-wrapper {
    position: relative;
    display: block;
    z-index: 2;
}

    .video-popup-with-text.video-popup-wrapper .position-to-top {
        z-index: 2;
    }

    .video-popup-with-text.video-popup-wrapper::before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 85%;
        display: block;
        z-index: 1;
        content: "";
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0) 100%);
        transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
        cursor: pointer;
        border-radius: 6px;
    }

.rbt-widget-details .rbt-course-details-list-wrapper li {
    display: flex;
    justify-content: space-between;
}

    .rbt-widget-details .rbt-course-details-list-wrapper li i {
        color: var(--color-body);
        margin-right: 10px;
        font-size: 16px;
    }

    .rbt-widget-details .rbt-course-details-list-wrapper li span {
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
    }

        .rbt-widget-details .rbt-course-details-list-wrapper li span.rbt-feature-value {
            font-size: 12px;
        }

    .rbt-widget-details .rbt-course-details-list-wrapper li a {
        color: var(--color-body);
        transition: 0.4s;
    }

        .rbt-widget-details .rbt-course-details-list-wrapper li a:hover {
            color: var(--color-primary);
        }

    .rbt-widget-details .rbt-course-details-list-wrapper li + li {
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid var(--color-border);
    }

/*------------------------
    Contact Styles 
--------------------------*/
/*-----------------------
    Course Sidebar  
------------------------*/
/*-----------------------------
    Rbt Sidebar Common Style 
--------------------------------*/
/*---------------------------
    Rbt Show More Button  
------------------------------*/
.rbt-show-more-btn {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-primary);
    display: block;
    margin-top: 5px;
    position: relative;
    padding: 3px 0;
    cursor: pointer;
}

    .rbt-show-more-btn::before {
        background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
        position: absolute;
        content: "";
        left: 0;
        bottom: 100%;
        width: 100%;
        height: 80px;
    }

    .rbt-show-more-btn::after {
        content: "\e92e";
        position: absolute;
        font-family: "feather";
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .rbt-show-more-btn.active::before {
        background: none;
        display: none;
    }

    .rbt-show-more-btn.active::after {
        content: "\e931";
    }

.has-show-more .has-show-more-inner-content {
    max-height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.has-show-more .rbt-course-details-list-wrapper {
    max-height: 230px;
}

.has-show-more .rbt-featured-review-list-wrapper {
    max-height: 550px;
    margin-bottom: 24px;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #c0bfc34f;
}

.has-show-more.active .has-show-more-inner-content {
    max-height: inherit !important;
}

/*---------------------------------
    Rbt Sidebar Widget Wrapper
-----------------------------------*/
/*------------------------
    Rbt Single Widget  
-------------------------*/
.rbt-course-action-bottom {
    background-color: var(--color-white);
    box-shadow: var(--shadow-1);
    position: fixed;
    bottom: -75px;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: hidden;
    padding: 10px 0;
    transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
    .rbt-course-action-bottom {
        bottom: -128px;
        padding: 15px 0;
    }
}

@media only screen and (max-width: 575px) {
    .rbt-course-action-bottom {
        bottom: -150px;
    }
}

.rbt-course-action-bottom .course-action-bottom-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .rbt-course-action-bottom .course-action-bottom-right {
        justify-content: center;
    }
}

/*-----------------------------------
    Instructor Dashboard Style  
----------------------------------*/
/*----------------------------
    Instructor Dashboard  
------------------------------*/
@media only screen and (max-width: 767px) {
    .rbt-dashboard-table .rbt-table {
        min-width: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-table-750 .rbt-table {
        min-width: 750px;
    }
}

/*--------------------------
    Lesson Styles  
-----------------------------*/
/*-------------------------
    Lesson Page Style  
--------------------------*/
/*----------------------
    Lesson Top Bar  
-------------------------*/
/**************************************
	Footer Styles
***************************************/
/*===========================
    Start Footer Area 
=============================*/
/*-----------------------
    Footer Style One  
-------------------------*/
.footer-style-1 .footer-top {
    padding-top: 50px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 767px) {
    .footer-style-1 .footer-top {
        padding-top: 30px;
        padding-bottom: 5px;
    }
}

.footer-style-1 .ft-title {
    color: var(--color-heading);
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-style-1 .ft-title {
        font-size: 18px;
    }
}

.footer-style-1 .description {
    font-size: 16px;
    line-height: 25px;
}

.footer-style-1 .newsletter-form input {
    min-width: 100%;
}

.footer-widget .ft-link li {
    margin: 0;
    color: var(--color-body);
    font-size: 16px;
    line-height: 25px;
    border-bottom: 1px dotted #a9a9a9;
}

    .footer-widget .ft-link li span {
        font-weight: 500;
    }

    .footer-widget .ft-link li a {
        color: var(--color-body);
        display: inline-block;
        position: relative;
        font-weight: 400;
    }

        .footer-widget .ft-link li a:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: currentColor;
            transform: scaleX(0);
            transform-origin: bottom right;
            transition: transform 0.3s;
        }

        .footer-widget .ft-link li a:hover {
            color: var(--color-primary) !important;
        }

            .footer-widget .ft-link li a:hover:after {
                transform-origin: bottom left;
                transform: scaleX(1);
            }

    .footer-widget .ft-link li + li {
        margin-top: 10px;
    }

/* Footer Style Three  */
/*----------------------
    Copyright Styles  
-----------------------*/
.copyright-style-1 p {
    color: var(--color-body);
    font-size: 16px;
    line-height: 25px;
}

.copyright-style-1 .copyright-link {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: -5px;
    margin-bottom: -5px;
}

    .copyright-style-1 .copyright-link li {
        font-size: 16px;
        line-height: 25px;
        padding: 0 10px;
        position: relative;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .copyright-style-1 .copyright-link li a {
            color: var(--color-body);
            transition: 0.4s;
        }

            .copyright-style-1 .copyright-link li a:hover {
                color: var(--color-primary);
            }

        .copyright-style-1 .copyright-link li + li::after {
            position: absolute;
            content: "";
            height: 14px;
            width: 1px;
            background: var(--color-border);
            left: -1px;
            top: 50%;
            transform: translateY(-50%);
        }

/*-------------------------
    Back To Top  
---------------------------*/
/*----------------------------
    BG Color Darker  
------------------------------*/
.bg-color-darker {
    --dark-border: #525260;
    --dark-body: #acacac;
    color: var(--color-white);
}

    .bg-color-darker input[type=text],
    .bg-color-darker input[type=tel],
    .bg-color-darker textarea {
        color: var(--color-white-off);
    }

    .bg-color-darker .rbt-information-list li a {
        color: #fff;
    }

        .bg-color-darker .rbt-information-list li a:hover {
            color: var(--color-white);
        }

    .bg-color-darker .social-share-transparent li a {
        color: #fff;
    }

        .bg-color-darker .social-share-transparent li a:hover {
            color: var(--color-white);
        }

    .bg-color-darker .rbt-header-top-news .inner .content .news-text {
        color: #fff;
    }

    .bg-color-darker .rbt-separator::after {
        background: var(--dark-border);
    }

    .bg-color-darker .rbt-round-btn::after,
    .bg-color-darker .social-share-transparent li a::before {
        background: var(--white-opacity);
    }

    .bg-color-darker h1,
    .bg-color-darker .h1,
    .bg-color-darker h2,
    .bg-color-darker .h2,
    .bg-color-darker h3,
    .bg-color-darker .h3,
    .bg-color-darker.footer-style-1 .ft-title {
        color: var(--color-white) !important;
    }

    .bg-color-darker p,
    .bg-color-darker .footer-widget .ft-link li span,
    .bg-color-darker .footer-widget .ft-link li a,
    .bg-color-darker .rbt-link-hover a,
    .bg-color-darker .copyright-style-1 .copyright-link li a {
        color: var(--color-white-off);
    }

    .bg-color-darker hr {
        background-color: var(--dark-border);
    }

    .bg-color-darker .copyright-style-1 .copyright-link li + li::after {
        border-color: var(--dark-border);
    }

    .bg-color-darker .social-default li a {
        background-color: var(--color-darkest);
        color: var(--color-white);
    }

/*----------------------------
    Slider Default Style 
------------------------------*/
/*-----------------------
    Service Area  
------------------------*/
/*-------------------------------
    Modern Course Features  
-------------------------------*/
/*-------------------------------
    Layout Presentation
-------------------------------*/
/*--------------------------
    Single Demo Area  
----------------------------*/
/*--------------------------
    Inner Page Layout Area  
------------------------------*/
/*--------------------------
    Testimonial Styles  
----------------------------*/
/*------------------------
    Preview Service  
--------------------------*/
/*------------------------ 
    Call To Action Footer  
--------------------------*/
/*---------------------------
    Plugin Presentation 
----------------------------*/
/*-----------------------------
    All Feature Presentation 
-------------------------------*/
/*----------------------------
    Slider Default Style 
------------------------------*/
/*-----------------------
    Service Area  
------------------------*/
/*-------------------------------
    Modern Course Features  
-------------------------------*/
/*-------------------------------
    Layout Presentation
-------------------------------*/
/*--------------------------
    Single Demo Area  
----------------------------*/
/*--------------------------
    Inner Page Layout Area  
------------------------------*/
/*--------------------------
    Testimonial Styles  
----------------------------*/
/*------------------------
    Preview Service  
--------------------------*/
/*------------------------ 
    Call To Action Footer  
--------------------------*/
/*---------------------------
    Plugin Presentation 
----------------------------*/
/*-----------------------------
    All Feature Presentation 
-------------------------------*/
/**************************************
	Dark Mode
***************************************/
.circle {
    border-radius: 100%;
}


/* placements........................... */

.placed-card.clean {
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    text-align: start;
    padding: 10px;
    margin-bottom: 25px;
    transition: 0.3s ease;
}

.placed-card.clean:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.placed-card.clean img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 6px;
}

.placed-info {
    padding: 10px 5px;
}

.placed-info p {
    margin: 3px 0;
    font-size: 14px;
    color: #333;
}

.placed-info strong {
    color: #000;
    font-weight: 600;
}
