@charset "UTF-8";
/*********************************************************************************

	Template Name: Histudy - Online Courses & Education Bootstrap5 Template
	Description: A perfect Template For Education. It comes with nice and clean design.

**********************************************************************************/
/**************************************************************

	STYLESHEET INDEXING
	|___ Default Styles
	|	|___ reset
	|	|___ typography
	|	|___ extend
	|	|___ animations
	|	|___ shortcode
	|	|___ spacing
	|	|___ edu-common
	|	|___ text-animation

	|___Header Styles
	|	|___ header-common
	|	|___ headertop
	|	|___ social-share
	|	|___ header
	|	|___ nav
	|	|___ mega-menu
	|	|___ mobilemenu

	|___Elements Styles
	|	|___ button 
	|	|___ section-title
	|	|___ breadcrumb
	|	|___ card
	|	|___ feature
	|	|___ about
	|	|___ accordion
	|	|___ badge
	|	|___ team
	|	|___ social
	|	|___ pagination
	|	|___ brand
	|	|___ portfolio
	|	|___ contact
	|	|___ testimonial
	|	|___ split
	|	|___ course-filter
	|	|___ list
	|	|___ video

	|___Blog Styles
	|	|___ blog 
	|	|___ post-default 

	|___Template Styles
	|	|___ course-sidebar 
	|	|___ contact 

	|___Footer Styles
	|	|___ footer 
	|	|___ copyright 

***************************************************************/
/**************************************
    Default Styles
***************************************/
/*-- Variables --*/
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700&family=Federo&family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/**
 * Reset Styels
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  color: #192335;
  text-decoration: none;
  outline: none;
  transition: 0.3s;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

mark {
  color: #ffffff;
}

code,
kbd,
pre,
samp {
  font-size: 16px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

kbd,
ins {
  color: #ffffff;
}

pre {
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 16px;
  margin: 10px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: #4f4f4f;
  background: #f2f5f9;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin-top: 0;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

dt {
  font-weight: bold;
  color: #192335;
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

ol ul {
  margin-bottom: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
}

img:hover {
  filter: none !important;
}

svg:not(:root) {
  overflow: hidden;
}

button {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled] {
  cursor: default;
}

caption,
th,
td {
  font-weight: normal;
}

th {
  font-weight: 500;
}

td,
.wp-block-calendar tfoot td {
  border: 1px solid #e6e3f1;
  padding: 7px 10px;
}

del {
  color: #333;
}

ins {
  background: rgba(255, 47, 47, 0.4);
  text-decoration: none;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

table a,
table a:link,
table a:visited {
  text-decoration: underline;
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

kbd {
  background: #192335;
}

dfn,
cite,
em {
  font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

blockquote {
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: 16px;
  font-weight: normal;
}

blockquote strong,
blockquote b {
  font-weight: 700;
}

/**
 * Typography
 */
* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

body {
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Catamaran', sans-serif;
  color: #4f4f4f;
  font-weight: 400;
  scroll-behavior: auto;
  position: relative;
  overflow-y: scroll;
  scrollbar-width: thin;
  background-color: #ededed;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: 'Federo', sans-serif;
  line-height: 1.4074;
  color: #192335;
  text-transform: uppercase;
  font-weight: 400;
}

h1,
.h1 {
  font-size: 52px;
  line-height: 1.19;
}

h2,
.h2 {
  font-size: 44px;
  line-height: 1.23;
}

h3,
.h3 {
  font-size: 34px;
  line-height: 1.14;
}

h4,
.h4 {
  font-size: 30px;
  line-height: 1.25;
}

h5,
.h5 {
  font-size: 26px;
  line-height: 1.24;
}

h6,
.h6 {
  font-size: 20px;
  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;
}

p {
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 30px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
}

table a,
table a:link,
table a:visited {
  text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  color: #192335;
}

.font-alt {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 50px;
}

/*---------------------------
	List Style 
---------------------------*/
ul,
ol {
  padding-left: 18px;
}

ul {
  list-style: disc;
  margin-bottom: 30px;
  padding-left: 20px;
}

ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #4f4f4f;
}

ul li a {
  text-decoration: none;
  color: #192335;
}

ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 30px;
}

ol li {
  color: #4f4f4f;
  margin-top: 10px;
  margin-bottom: 10px;
}

ol li a {
  color: #192335;
  text-decoration: none;
}

ol ul {
  padding-left: 30px;
}

/* -----------------------------
    Hover Dropdown Extend  
--------------------------------*/
.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu,
.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu,
.rbt-user-wrapper .rbt-user-menu-list-wrapper,
.rbt-category-menu-wrapper .category-dropdown-menu,
ul.rbt-dropdown-menu li .sub-menu {
  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,
.rbt-user-wrapper:hover .rbt-user-menu-list-wrapper,
.rbt-category-menu-wrapper:hover .category-dropdown-menu,
ul.rbt-dropdown-menu li:hover .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
  clip: rect(0px, 100vw, 200vh, -30px);
  transition:
    clip 0.6s linear,
    opacity 0.4s linear;
}

/*-----------------------------
    Rbt Background Gradient
-------------------------------*/
.rbt-page-banner-wrapper .rbt-banner-image,
.bg-gradient-9 {
  position: relative;
  z-index: 1;
}

.rbt-page-banner-wrapper .rbt-banner-image::after,
.bg-gradient-9::after {
  background: linear-gradient(white 0%, rgba(255, 255, 255, 0.1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
}

/*----------------------
    Bg Image  
------------------------*/
.bg_image,
.bgImagePosition {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.copyright-style-1 .copyright-link,
.footer-widget .ft-link,
.rbt-single-widget ul.rbt-sidebar-list-wrapper,
.rbt-widget-details .rbt-course-details-list-wrapper,
.rbt-widget-details .rbt-default-sidebar-list,
.rbt-default-sidebar-wrapper .rbt-course-details-list-wrapper,
.rbt-default-sidebar-wrapper .rbt-default-sidebar-list,
.rbt-sorting-list .course-switch-layout,
.rbt-single-product .product-feature,
.comment-list ul.children,
.comment-list,
.blog-meta,
.course-feature-list,
.plan-offer-list,
.rbt-list-style-3,
.rbt-list-style-1,
.filter-tab-button,
.advance-pricing .pricing-right .plan-offer-list,
.pricing-table .pricing-body .list-item,
.pricing-billing-duration ul,
.rbt-meta,
.social-share-transparent,
.rbt-user-menu-list-wrapper .user-list-wrapper,
.rbt-secondary-menu,
ul.rbt-dropdown-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.rbt-minicart-wrapper .minicart-item,
.comment-list .comment .reply-edit a.comment-reply-link,
.about-author .media-body .author-info .title a,
.tagcloud a,
.blog-content-wrapper .social-share-block .post-like a i,
.blog-meta li a,
.rbt-cat-box-1.image-overlaping-content::after,
.rbt-cat-box-1 .inner,
.rbt-cat-box-1,
.rbt-testimonial-box .inner,
ul.testimonial-thumb-wrapper li .thumb::after,
ul.testimonial-thumb-wrapper li .thumb img,
.form-group input[type='submit'],
.rbt-contact-form.contact-form-style-1 .callto-action-wrapper span a,
.rbt-team-modal-thumb .rbt-team-thumbnail .thumb::before,
.rbt-team-modal-thumb .rbt-team-thumbnail .thumb::after,
.rbt-team-modal-thumb .rbt-team-thumbnail .thumb img,
.rbt-team-tab-thumb li .rbt-team-thumbnail .thumb::before,
.rbt-team-tab-thumb li .rbt-team-thumbnail .thumb::after,
.rbt-team-tab-thumb li .rbt-team-thumbnail .thumb img,
.team .thumbnail img,
.service-card-5.variation-2 .inner .icon 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,
.rbt-user-menu-list-wrapper .user-list-wrapper li a,
.rbt-category-menu-wrapper .category-dropdown-menu .category-menu-item .rbt-vertical-nav-list-wrapper li a,
.form-group textarea,
.form-group input,
.rbt-author-meta .rbt-author-info a,
#scrollUp,
ul li a,
ol li a {
  transition: 0.3s;
}

ul.rbt-dropdown-menu li .sub-menu li a,
ul.rbt-dropdown-menu li a .right-icon,
ul.rbt-dropdown-menu li a {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*----------------------
    Text Color  
------------------------*/
.color-gray {
  color: #a1a9ac !important;
}

/*----------------------
    Background Color  
------------------------*/
.bg-color-white {
  background-color: #fff !important;
}

/*---------------------- 
    Common Css 
--------------------------*/
.max-width-auto {
  max-width: inherit !important;
}

.justify-content {
  justify-content: center;
}

/*==============================
 *  Utilities
=================================*/
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/*===================
Custom Row
======================*/
.row--15 {
  margin-left: -15px;
  margin-right: -15px;
}

.row--15 > [class*='col'] {
  padding-left: 15px;
  padding-right: 15px;
}

/*=============================
	Overlay styles 
==============================*/
[data-overlay],
[data-black-overlay] {
  position: relative;
}

[data-overlay] > div,
[data-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > * {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-overlay='3']:before,
[data-black-overlay='3']:before {
  opacity: 0.3;
}

[data-overlay='4']:before,
[data-black-overlay='4']:before {
  opacity: 0.4;
}

[data-overlay='5']:before,
[data-black-overlay='5']:before {
  opacity: 0.5;
}

[data-overlay='6']:before,
[data-black-overlay='6']:before {
  opacity: 0.6;
}

/*------------------------------
    Scroll Up 
--------------------------------*/
#scrollUp {
  width: 70px;
  height: 80px;
  right: 100px;
  bottom: 60px;
  text-align: center;
  z-index: 9811 !important;
  text-decoration: none;
  background: #fff;
  line-height: 80px;
  color: #757589;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  background: #ffffff;
}

#scrollUp::before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 2, 72, 0.1);
  content: '';
  position: absolute;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
  filter: blur(50px);
}

#scrollUp::after {
  background: #ffffff;
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
}

#scrollUp span.text {
  position: relative;
  display: inline-block;
  margin-top: 7px;
}

#scrollUp span.text::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  position: absolute;
  content: '';
  left: 50%;
  top: 21%;
  transform: translateX(-50%);
}

/*=========================
    Section Separation 
==========================*/
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.position-to-top {
  position: relative;
  margin-top: -300px;
}

.rbt-section-gap {
  padding: 80px 0;
}

.rbt-section-gapBottom {
  padding-bottom: 80px;
}

.rbt-section-gapTop {
  padding-top: 80px;
}

/*-------------------------
    Rbt Default
-------------------------*/
.sticky-top {
  top: 30px;
  z-index: 9;
}

/*-------------------------
    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;
}

.rbt-round-btn i {
  margin-right: 0;
}

.rbt-round-btn::after {
  background: #f6f6f6;
  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.btn-white-off {
  color: #ffffffab;
}

.rbt-round-btn:hover::after,
.rbt-round-btn.open::after {
  opacity: 1;
  transform: scale(1);
}

/*------------------------------
    Rbt Hover Style
-------------------------------*/
.rbt-hover {
  transition: 256ms ease-in-out;
}

.rbt-hover:hover {
  transform: scale(1.02);
}

.rbt-hover-02 {
  transition: 256ms ease-in-out;
}

.rbt-hover-02:hover {
  transform: translateY(-10px);
}

.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
-------------------------------*/
.rbt-accordion-style .card .card-header button[aria-expanded='true']::before {
  -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 {
  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: 6px;
}

/*------------------------------
    Rbt rating
-------------------------------*/
.rating a {
  display: inline-block;
}

.rating a i {
  color: #ff8f3c;
  font-style: normal;
}

/*-----------------------------
    Rbt Border Style  
------------------------------*/
.rbt-border-with-box {
  padding: 7px;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #e6e3f1;
}

/*-----------------------------
    Rbt Border Radius  
-------------------------------*/
.rbt-radius {
  border-radius: 6px !important;
}

.radius {
  border-radius: 6px !important;
}

.radius-round {
  border-radius: 500px !important;
}

/*-----------------------------
    Rbt Background Image
--------------------------------*/
.bg_image_fixed {
  background-attachment: fixed !important;
}

.bg_image--1 {
  background-image: url(../images/bg/bg-image-1.jpg);
}

.bg_image--2 {
  background-image: url(../images/bg/bg-image-2.jpg);
}

.bg_image--3 {
  background-image: url(../images/bg/bg-image-3.jpg);
}
.bg_image--4 {
  background-image: url(../images/bg/bg-image-4.jpg);
}

.bg_image--5 {
  background-image: url(../images/treatments/emsculpt-neo_bg.jpg);
}

.bg_image--6 {
  background-image: url(../images/treatments/red-light-therapy_bg.jpg);
}

.bg_image--7 {
  background-image: url(../images/treatments/emsella_bg.jpg);
}

.bg_image--8 {
  background-image: url(../images/treatments/weight-loss-program_bg.jpg);
}

.bg_image--9 {
  background-image: url(../images/bg/bg-image-5.jpg);
}
/**************************************
	Header Styles
***************************************/
/*---------------------------
    Header Common Styles  
----------------------------*/
.logo a {
  display: block;
}

.logo a img {
  max-height: 50px;
  object-fit: cover;
}

.rbt-header-top {
  position: relative;
  z-index: 9999;
}

.rbt-header-middle {
  position: relative;
  z-index: 999;
}

/*--------------------------
    Dropdown Menu  
----------------------------*/
ul.rbt-dropdown-menu li {
  margin: 0;
  list-style: none;
}

ul.rbt-dropdown-menu li a {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  color: #4f4f4f;
}

ul.rbt-dropdown-menu li a .left-image {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

ul.rbt-dropdown-menu li a span {
  display: inline-block;
}

ul.rbt-dropdown-menu li a .right-icon {
  display: inline-block;
  font-size: 14px;
}

ul.rbt-dropdown-menu li.has-child-menu {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

ul.rbt-dropdown-menu li .sub-menu {
  border-top: 1px solid #e6e3f14f;
  background: #fff;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  min-width: 170px;
  padding: 12px 0;
  margin: 0;
  list-style-type: none;
  z-index: 10;
  text-align: start;
  border-radius: 6px;
  right: 0;
}

ul.rbt-dropdown-menu li .sub-menu.hover-reverse {
  left: auto;
  right: 0;
}

ul.rbt-dropdown-menu li .sub-menu li a {
  margin: 2px 10px;
  padding: 4px 12px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
}

ul.rbt-dropdown-menu li .sub-menu li a:hover {
  background: rgba(0, 0, 0, 0.04);
}

ul.rbt-dropdown-menu li:hover > a .right-icon {
  transform: rotate(180deg);
  margin-top: 2px;
}

ul.rbt-dropdown-menu.currency-menu li .sub-menu {
  min-width: 100px;
}

/*-------------------------
    Header Animation  
--------------------------*/
@keyframes headerSticky {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes stickySlideDown {
  0% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/*--------------------------
    Header Top Styles  
-----------------------------*/
.rbt-header-campaign {
  padding: 8px 0;
}

.rbt-header-campaign.bg-image1 {
  background-image: url(../images/bg/top-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.rbt-header-campaign .icon-close.position-right {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.rbt-header-campaign.deactive {
  display: none;
}

.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;
}

.rbt-header-top-news .inner .content .news-text {
  display: inline-block;
  margin-left: 7px;
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 500;
}

.rbt-header-top-news .inner .content .news-text img {
  width: 22px;
  margin-right: 5px;
}

.rbt-header-top-news .inner .right-button {
  margin-left: 30px;
  margin-top: -4px;
}

/*----------------------------
    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;
}

.mainbar-row.rbt-navigation-end .rbt-main-navigation {
  justify-content: end;
}

.mainbar-row.rbt-navigation-start .rbt-main-navigation {
  justify-content: start;
}

/*-----------------------
    Header Style  
---------------------------*/
.rbt-header {
  position: relative;
  z-index: 99;
}

.rbt-header .logo a img {
  max-height: 70px;
  object-fit: cover;
}

.rbt-header .rbt-header-wrapper {
  background-color: #ffffff;
  box-shadow: 0px 20px 34px #0000000d;
}

.rbt-header .rbt-header-wrapper.header-transparent {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  background: transparent;
  backdrop-filter: inherit;
  box-shadow: none;
}

.rbt-header .rbt-header-wrapper.rbt-sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  z-index: 99;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
}

.rbt-header .rbt-header-wrapper.bg-color-darker {
  background-color: #192335;
}

.rbt-header .rbt-header-wrapper.bg-color-darker .mainmenu-nav .mainmenu > li > a {
  color: #fff;
}

.rbt-header .rbt-header-wrapper.height-50 .mainmenu-nav .mainmenu > li > a {
  height: 50px;
  line-height: 50px;
}

.rbt-header .rbt-header-wrapper .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.rbt-header .rbt-header-wrapper .container-fluid,
.rbt-header .rbt-header-wrapper .container {
  position: relative;
}

.rbt-header.rbt-transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
}

.rbt-header.rbt-transparent-header .rbt-header-top:not(.bg-not-transparent) {
  background: transparent !important;
}

.rbt-header.rbt-transparent-header .rbt-header-wrapper:not(.bg-not-transparent) {
  background: transparent !important;
  box-shadow: none;
}

.rbt-header.rbt-transparent-header .rbt-header-wrapper.rbt-sticky {
  background-color: #fff !important;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
}

.rbt-header.rbt-transparent-header .rbt-header-middle {
  background: transparent !important;
}

.rbt-header .rbt-header-wrapper.header-transparent .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper {
  border-radius: 10px;
}

.rbt-header .rbt-header-wrapper.header-transparent.rbt-sticky .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper {
  border-radius: 0 0 10px 10px;
}

.side-nav-opened .rbt-header.rbt-transparent-header .rbt-header-wrapper:not(.bg-not-transparent) {
  background: #fff !important;
}

.rbt-header .rbt-header-wrapper.header-transparent .mainmenu-nav .mainmenu li.has-dropdown .submenu {
  border-radius: 10px;
}

.rbt-header .rbt-header-wrapper.header-transparent.rbt-sticky .mainmenu-nav .mainmenu li.has-dropdown .submenu {
  border-radius: 0 0 10px 10px;
}

/*--------------------------
    Navigation Styles 
----------------------------*/
.rbt-header .mainmenu-nav .mainmenu {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.rbt-header .mainmenu-nav .mainmenu > li > a {
  color: #192335;
  font-size: 16px;
  font-weight: 500;
  padding: 0 17px;
  display: flex;
  align-items: center;
  height: 80px;
  line-height: 80px;
  transition: 0.3s;
}

.rbt-header .mainmenu-nav .mainmenu > li > a i {
  transition: 0.3s;
}

.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: #fff;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e6e3f14f;
}

.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: #4f4f4f;
  margin: 0 10px;
  border-radius: 3px;
}

.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a:hover {
  background: rgba(0, 0, 0, 0.04);
}

.rbt-header .mainmenu-nav .mainmenu li.has-dropdown .submenu li a.active {
  background: rgba(0, 0, 0, 0.04);
}

.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-2 {
  width: 600px;
  margin: 0 auto;
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu.grid-item-3 {
  width: 900px;
  margin: 0 auto;
}

.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: #fff;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  padding: 25px 25px;
  overflow: hidden;
  border-top: 1px solid #e6e3f14f;
}

.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: 500;
  padding: 10px 14px;
  font-size: 15px;
  display: block;
  color: #4f4f4f;
  margin: 0 10px;
  border-radius: 4px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper .mega-menu-item li a .rbt-badge-card {
  margin-left: 10px;
}

.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 {
  background: rgba(0, 0, 0, 0.04);
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper .rbt-ads-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper .btn-wrapper {
  margin: -25px;
  margin-top: 0px;
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu .wrapper .btn-wrapper a {
  font-size: 16px;
}

.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu.menu-skin-dark .wrapper {
  background: #273041;
  box-shadow: none;
  padding: 40px;
}

.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;
  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::after {
  width: 100%;
  opacity: 1;
}

.rbt-header .rbt-category-menu-wrapper {
  height: 80px;
  display: flex;
  align-items: center;
}

/*--------------------
    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;
}

.popup-mobile-menu .inner-wrapper {
  width: 400px;
  z-index: 999;
  position: absolute;
  background-color: #fff;
  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;
}

.popup-mobile-menu .inner-wrapper .inner-top {
  border-bottom: 1px solid #2f57ef21;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.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: 45px;
}

.popup-mobile-menu .inner-wrapper .inner-top .close-button {
  background: #fff;
  border: 0 none;
  color: #192335;
  width: 40px;
  height: 40px;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.popup-mobile-menu .inner-wrapper .content {
  display: flex;
  justify-content: space-between;
}

.popup-mobile-menu .inner-wrapper .description {
  padding-right: 18%;
  margin-top: 20px;
}

.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 i {
  display: none;
}

.popup-mobile-menu .mainmenu li + li {
  border-top: 1px solid #e6e3f1;
}

.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-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 #e6e3f1;
}

.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 .mega-top-banner {
  margin: 0;
  margin-top: 10px;
  background-image: inherit;
  background-color: #27272e;
  border-radius: 4px;
  margin-bottom: 9px;
}

.popup-mobile-menu .mega-top-banner .content {
  width: 100%;
  display: block;
}

.popup-mobile-menu .nav-quick-access {
  display: block;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -20px;
  padding: 6px 17px;
  overflow: hidden;
}

.popup-mobile-menu .nav-quick-access li a {
  display: flex;
  font-size: 14px;
}

.popup-mobile-menu .nav-quick-access li a i {
  display: flex;
}

.popup-mobile-menu .rbt-ads-wrapper {
  margin-bottom: 20px;
  margin-top: -16px;
  margin-left: -15px;
}

.popup-mobile-menu .btn-wrapper {
  margin-left: -14px;
  margin-bottom: 20px;
  margin-top: -14px;
}

.popup-mobile-menu .rbt-btn.btn-xl {
  padding: 0 15px !important;
  font-size: 14px !important;
  height: 50px;
  line-height: 52px;
  border-radius: 4px !important;
}

.popup-mobile-menu .rbt-btn i {
  display: block !important;
}

.popup-mobile-menu .mega-category-item {
  margin-top: -15px;
  margin-bottom: 15px;
}

.popup-mobile-menu .mega-category-item .nav-category-item {
  padding: 8px 14px;
}

.hamberger .hamberger-button {
  background: transparent;
  border: 0 none;
  color: #4f4f4f;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 0;
}

/**************************************
	Elements Styles
***************************************/
/*===================
Button Area 
====================*/
.rbt-btn {
  padding: 0 26px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 5300;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  border-radius: 6px;
  border: 0 none;
  outline: none;
  text-transform: uppercase;
}

.rbt-btn.btn-gradient {
  color: #111113;
  background-size: 300% 100%;
}

.rbt-btn.btn-gradient:hover {
  color: #fff;
  background-color: inherit;
  background-position: 102% 0;
  transition: all 0.4s ease-in-out;
}

.rbt-btn.rbt-marquee-btn {
  overflow: hidden;
}

.rbt-btn.rbt-marquee-btn span {
  display: inline-flex;
  position: relative;
  z-index: 3;
  line-height: 1.2;
}

.rbt-btn.rbt-marquee-btn span::after {
  content: attr(data-text);
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 100%;
  transform: translate(100%, -50%);
}

.rbt-btn.rbt-marquee-btn.marquee-text-y span::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 100%);
}

.rbt-btn.rbt-switch-btn {
  overflow: hidden;
}

.rbt-btn.rbt-switch-btn span {
  display: inline-flex;
  position: relative;
  z-index: 3;
  transition:
    opacity 0.65s,
    transform 0.85s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.rbt-btn.rbt-switch-btn span::after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  opacity: 0;
  transition: inherit;
  left: 100%;
  transform: translate(50%, -50%);
}

.rbt-btn.rbt-switch-btn.rbt-switch-y span::after {
  left: 50%;
  transform: translate(-50%, 100%);
}

.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 {
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 0;
  line-height: 100px;
  display: inline-block;
  position: relative;
}

.rbt-btn.rounded-player span {
  display: inline-block;
}

.rbt-btn.rounded-player span i {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}

.rbt-btn.rounded-player.border {
  background-image: inherit;
  border-color: #fff !important;
  border-width: 2px !important;
}

.rbt-btn.rounded-player.sm-size {
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.rbt-btn.rounded-player:focus {
  outline: none;
  color: #fff;
}

.rbt-btn.rounded-player:hover {
  transform: scale(1.1);
}

.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: #fff;
  margin: 0 auto;
  display: inline-block;
  padding: 0;
}

.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;
}

.rbt-btn.rounded-player-2.btn-large {
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-top: 0;
}

.rbt-btn.rounded-player-2.sm-size {
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.rbt-btn.rounded-player-2.btn-theme-color .play-icon::before {
  border-left: 15px solid #fff;
}

.rbt-btn.rounded-player-2.btn-theme-color:hover {
  color: inherit;
}

.rbt-btn.rounded-player-2:hover {
  color: inherit;
  background: #fff;
}

.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: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  border: 1.5px solid #fff;
}

.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 {
  color: #fff;
  transform: translate3d(0, -2px, 0);
  box-shadow: 0px 15px 30px -2px rgba(0, 0, 0, 0.1);
}

.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:hover.rbt-switch-btn span {
  transform: translateX(-200%);
}

.rbt-btn:hover.rbt-switch-btn span::after {
  opacity: 1;
  transform: translate(100%, -50%);
}

.rbt-btn:hover.rbt-switch-btn.rbt-switch-y span {
  transform: translateY(-200%);
}

.rbt-btn:hover.rbt-switch-btn.rbt-switch-y span::after {
  transform: translate(-50%, 150%);
}

.rbt-btn:hover.rbt-marquee-btn span {
  animation: btnTxtMarqueeX 2s linear infinite;
}

.rbt-btn:hover.rbt-marquee-btn.marquee-text-y span {
  animation: btnTxtMarqueeY 0.5s linear infinite;
}

.rbt-btn.btn-xs {
  padding: 0 14px;
  font-size: 16px;
  height: 30px;
  line-height: 29px;
  font-size: 14px;
}

.rbt-btn.btn-sm {
  padding: 0 22px;
  font-size: 16px;
  height: 45px;
  line-height: 43px;
}

.rbt-btn.btn-md {
  padding: 0 25px;
  font-size: 16px;
  height: 50px;
  line-height: 48px;
}

.rbt-btn.btn-lg {
  height: 70px;
  line-height: 70px;
  padding: 0 35px;
  font-size: 18px;
}

.rbt-btn.btn-xl {
  padding: 0 45px;
  font-size: 20px;
  height: 75px;
  line-height: 75px;
}

.rbt-btn.btn-xxl {
  padding: 0 60px;
  font-size: 22px;
  height: 100px;
  line-height: 100px;
}

.rbt-btn i {
  padding-left: 6px;
  display: inline-block;
  top: 2px;
  position: relative;
  font-size: 17px;
}

.rbt-btn i.image-icon {
  top: inherit;
  transition: 0.4s;
}

.rbt-btn.btn-border-gradient {
  background: linear-gradient(90deg, #cfa2e8, #637fea);
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
  color: #192335;
  box-shadow: 0 10px 13px 0 rgba(209, 211, 237, 0.39);
  border-radius: 0;
}

.rbt-btn.btn-border-gradient::before {
  content: '';
  z-index: -1;
  top: 3px;
  left: 3px;
  position: absolute;
  background: #fff;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}

.rbt-btn.btn-border-gradient.radius-round {
  border-radius: 500px;
}

.rbt-btn.btn-border-gradient.radius-round::before {
  border-radius: 500px;
}

.rbt-btn.hover-transform-none:hover {
  transform: none;
}

/*-------------------------------
    Button Bg Color Variation 
--------------------------------*/
.bg-color-primary .rbt-btn:hover {
  background: #fff;
}

@keyframes btnTxtMarqueeX {
  100% {
    transform: translateX(-200%);
  }
}

@keyframes btnTxtMarqueeY {
  100% {
    transform: translateY(-200%);
  }
}

/*----------------------------------
    Education Transparent Button 
------------------------------------*/
a.rbt-btn-link,
button.rbt-btn-link,
span.rbt-btn-link {
  color: #192335;
  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::after,
button.rbt-btn-link:hover::after,
span.rbt-btn-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

a.rbt-btn-link.left-icon i,
button.rbt-btn-link.left-icon i,
span.rbt-btn-link.left-icon i {
  padding-left: 0;
  padding-right: 4px;
}

a.transparent-button,
button.transparent-button,
span.transparent-button {
  color: #192335;
  position: relative;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
}

a.transparent-button i,
button.transparent-button i,
span.transparent-button i {
  display: inline-block;
  padding-left: 4px;
  transition: 0.4s;
}

a.transparent-button:hover i,
button.transparent-button:hover i,
span.transparent-button:hover i {
  padding-left: 10px;
}

/*-----------------------
 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;
}

.video-popup-wrapper .rbt-btn.rounded-player:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

@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
---------------------------*/
.section-title .subtitle {
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  color: #192335;
  margin-bottom: 15px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  text-transform: uppercase;
  display: inline-block;
}

.section-title .subtitle-2 {
  margin-bottom: 20px;
  display: inline-block;
}

.section-title .title {
  margin-bottom: 0;
}

.section-title.text-center .description {
  padding: 0 23%;
  letter-spacing: -0.5px;
}

.section-title.text-center .description.has-medium-font-size {
  padding: 0 23%;
  letter-spacing: -0.5px;
}

.section-title.text-xl-start .description {
  padding: 0;
}

.rbt-short-title {
  font-size: 12px;
  padding-bottom: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  border-bottom: 1px solid #e6e3f1;
}

/*====================
    Breadcrump Area 
======================*/
.rbt-breadcrumb-default .title {
  color: #a1a9ac;
  margin-bottom: 5px;
  font-size: 40px;
}

/*-----------------------------
    Breadcrumd Page List  
-------------------------------*/
.page-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-list li {
  display: inline-block;
  font-size: 14px;
  color: #a1a9ac;
  margin: 0;
}

.page-list li i {
  display: inline-block;
  position: relative;
  top: 2px;
}

.page-list li.active {
  color: #a1a9ac;
  opacity: 0.6;
}

.page-list li a {
  color: #a1a9ac;
  transition: 0.5s;
}

.page-list li .icon-right i {
  color: #a1a9ac;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*----------------------------
    Breadcrumb Style Main  
------------------------------*/
.rbt-page-banner-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  padding: 80px 0px 235px;
  width: 100%;
  overflow: hidden;
}

.rbt-page-banner-wrapper .rbt-banner-image {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -4;
}

.rbt-page-banner-wrapper .rbt-banner-image img {
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  padding: 0px;
  border: none;
  margin: auto;
  display: block;
  width: 0px;
  height: 0px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.rbt-page-banner-wrapper .rbt-banner-content-top .title-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.rbt-page-banner-wrapper .rbt-banner-content-top .title-wrapper .rbt-badge-2 {
  margin-left: 20px;
}

.rbt-page-banner-wrapper .rbt-banner-content-top .title {
  font-size: 42px;
}

.rbt-page-banner-wrapper .rbt-banner-content-top .description {
  color: #192335;
}

.rbt-section-overlayping-top {
  margin: -175px auto 0;
  position: relative;
  z-index: 2;
}

/*----------------------------- 
    Edu Course Style 
-------------------------------*/
.rbt-card {
  overflow: hidden;
  box-shadow: 0 5px 15px 0 rgba(85, 74, 101, 0.37);
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  position: relative;
  height: 100%;
}

.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: 6px;
}

.rbt-card .rbt-card-body {
  padding-top: 30px;
}

.rbt-card .rbt-card-body .rbt-category {
  margin-bottom: 15px;
}

.rbt-card .rbt-card-body .rbt-card-title {
  margin-bottom: 10px;
}

.rbt-card .rbt-card-body .rbt-card-title a {
  color: #192335;
}

.rbt-card .rbt-card-body .rbt-card-title {
  font-size: 26px;
}

.rbt-card .rbt-card-body .rbt-card-text {
  color: #4f4f4f;
  margin-bottom: 20px;
}

.rbt-card .rbt-card-body .rbt-review {
  margin-bottom: 12px;
}

.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: 18px;
}

.rbt-card.variation-02 {
  position: relative;
  padding: 0;
  border-radius: 6px;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
}

.rbt-card.variation-02 .rbt-card-body {
  padding: 30px;
}

.rbt-card.variation-02 .rbt-card-img a img {
  max-height: 350px;
  border-radius: 6px 6px 0 0;
}

.maso-item {
  margin-bottom: 30px;
}

.rating i {
  font-size: 13px;
  color: #ff9747;
  transition: 0.3s;
}

.rating i.off {
  font-weight: 400;
}

/*----------------------------
    Service Card Styles  
------------------------------*/
.rbt-service.rbt-service-2 {
  padding: 30px;
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(85, 74, 101, 0.37);
  border-radius: 6px;
}

.rbt-service.rbt-service-2 .inner {
  display: flex;
  align-items: center;
}

.rbt-service.rbt-service-2 .inner .thumbnail {
  flex-basis: 50%;
}

.rbt-service.rbt-service-2 .inner .thumbnail img {
  width: 100%;
}

.rbt-service.rbt-service-2 .inner .content {
  flex-basis: 80%;
}

.rbt-service.rbt-service-2 .inner .content .title {
  margin-bottom: 16px;
}

.rbt-service.rbt-service-2 .inner .content p {
  font-size: 16px;
  margin-bottom: 12px;
}

.rbt-service.rbt-service-2.bg-gray-ligt {
  background: #f6f6f6;
  box-shadow: none;
}

.rbt-service.rbt-service-2.bg-no-shadow {
  background: #fff;
  box-shadow: none;
}

.rbt-service.rbt-service-2.variation-2 .inner .content {
  flex-basis: 65%;
}

.rbt-service.rbt-service-2.variation-2 .inner .content .title {
  margin-bottom: 8px;
}

.rbt-service.rbt-service-2.variation-2 .inner .thumbnail {
  flex-basis: 35%;
}

/*------------------------
    Feature Styles  
-------------------------*/
.rbt-feature {
  display: flex;
  transition:
    transform 0.85s cubic-bezier(0.23, 1, 0.32, 1),
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
}

.rbt-feature .icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.rbt-feature .icon i {
  color: #fff;
  font-size: 26px;
}

.rbt-feature .feature-content .feature-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
}

.rbt-feature .feature-content .feature-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 5px;
}

.rbt-feature + .rbt-feature {
  margin-top: 30px;
}

.rbt-feature.feature-style-2 {
  padding: 20px;
}

.rbt-feature.feature-style-2:hover {
  box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
}

.rbt-feature.feature-style-2 + .feature-style-2 {
  margin-top: 10px;
}

/*-----------------------
    About Styles  
------------------------*/
.about-style-1 {
  position: relative;
}

.about-style-1 .thumbnail-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.about-style-1 .thumbnail-wrapper .thumbnail.image-1 {
  /*left: -100px;*/
  position: relative;
}

.about-style-1 .thumbnail-wrapper .thumbnail.image-1 img {
  max-height: 490px;
  object-fit: cover;
}

.about-style-1 .thumbnail-wrapper .thumbnail.image-2 {
  position: absolute;
  right: 0;
  top: 0;
}

.about-style-1 .thumbnail-wrapper .thumbnail.image-2 img {
  max-height: 250px;
  object-fit: cover;
}

.about-style-1 .thumbnail-wrapper .thumbnail.image-3 {
  position: relative;
  left: 80px;
  top: -179px;
}

.about-style-1 .thumbnail-wrapper .thumbnail.image-3 img {
  max-height: 530px;
  object-fit: cover;
}

.about-style-1 .thumbnail-wrapper .thumbnail img {
  border-radius: 6px;
}

.contact-address {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-address li {
  font-size: 16px;
}

.contact-address li i {
  margin-right: 10px;
}

/*-------------------------
    Accordion Area  
--------------------------*/
.rbt-accordion-style .card {
  background: #eeeeff;
  border: 0;
  border-radius: 6px !important;
}

.rbt-accordion-style .card .card-header {
  background-color: transparent;
  border-bottom: 0 none;
  box-shadow: none;
  padding: 15px 30px;
  margin-bottom: 0;
  padding-right: 38px;
}

.rbt-accordion-style .card .card-header button {
  font-size: 20px;
  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: 600;
}

.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: #192335;
}

.rbt-accordion-style .card .card-header button.collapsed::before {
  content: '\e9b1';
}

.rbt-accordion-style .card .card-body {
  border-top: 1px solid #ffffff21;
  padding: 10px 30px 25px;
}

.rbt-accordion-style .card + .card {
  margin-top: 20px;
}

.rbt-accordion-style.rbt-accordion-01 .card {
  background: #fff;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
}

.rbt-accordion-style.rbt-accordion-01 .card .card-body {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(251, 199, 226, 0.15), rgba(220, 217, 254, 0.15));
}

.accordion-item.card:last-child {
  margin-bottom: 30px;
}

.accordion-button::after {
  visibility: hidden;
}

/*------------------------
    Edu Badge Styles  
--------------------------*/
.rbt-badge {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 22px;
  background: #f6f6f6;
  font-size: 18px;
  letter-spacing: 0.3px;
  border-radius: 6px;
  color: #4f4f4f;
}

.rbt-badge-3 {
  position: absolute;
  bottom: 23px;
  right: 20px;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background: transparent !important;
}

.rbt-badge-3 span {
  font-size: 12px;
  line-height: 1.2;
  color: #ffffff;
  display: block;
  font-weight: 700;
}

.rbt-badge-3::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/icons/offer-badge-bg-color.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: -1;
  right: 0;
  bottom: 0;
}

.rbt-badge-3::after {
  transform: rotate(90deg);
}

/*---------------------
    Team Tab   
--------------------*/
.rbt-team-tab-thumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0px auto;
  margin-bottom: -30px;
  outline: none;
  border: 0 none;
}

.rbt-team-tab-thumb li {
  padding-left: 5px;
  padding-right: 5px;
  flex-basis: 50%;
  margin-bottom: 10px;
  outline: none;
  cursor: pointer;
  margin-top: 0;
}

.rbt-team-tab-thumb li a {
  display: block;
}

.rbt-team-tab-thumb li .rbt-team-thumbnail {
  padding: 10px;
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(85, 74, 101, 0.37);
  border-radius: 6px;
}

.rbt-team-tab-thumb li .rbt-team-thumbnail .thumb {
  position: relative;
  display: inline-block;
  width: 100%;
}

.rbt-team-tab-thumb li .rbt-team-thumbnail .thumb img {
  border-radius: 6px;
  width: auto;
  object-fit: cover;
  height: auto;
  max-width: 100%;
}

.rbt-team-tab-thumb li .rbt-team-thumbnail .thumb::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  border-radius: 6px;
  opacity: 0;
}

.rbt-team-tab-thumb li .rbt-team-thumbnail .thumb::before {
  content: '\e94b';
  position: absolute;
  font-family: 'feather' !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  z-index: 2;
  font-size: 28px;
  opacity: 0;
  margin-left: 15px;
}

.rbt-team-tab-thumb li a.active .thumb::after {
  opacity: 0.5;
}

.rbt-team-tab-thumb li a.active .thumb::before {
  opacity: 1;
  margin: 0;
}

.rbt-team-tab-thumb li a.active .thumb img {
  border-radius: 6px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}

.rbt-team-tab-content {
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(85, 74, 101, 0.37);
  padding: 33px 26px;
  margin-bottom: 30px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.rbt-team-tab-content .inner {
  display: flex;
  position: relative;
}

.rbt-team-tab-content .author-info {
  margin-bottom: 20px;
}

.rbt-team-tab-content .author-info .title {
  margin-bottom: 7px;
}

.rbt-team-tab-content .author-info .designation {
  display: block;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 12px;
}

.rbt-team-tab-content .rbt-team-thumbnail {
  flex-basis: 44%;
}

.rbt-team-tab-content .rbt-team-thumbnail .thumb img {
  border-radius: 6px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.rbt-team-tab-content .rbt-team-details {
  flex-basis: 56%;
  padding-left: 30px;
}

.rbt-team-tab-content .rbt-team-details p {
  line-height: 28px;
  margin-bottom: 25px;
}

.rbt-team-tab-content .rbt-team-details .team-form {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  letter-spacing: 0.6px;
  font-style: italic;
}

.rbt-team-tab-content .rbt-team-details .team-form img {
  padding-right: 10px;
  max-height: 18px;
}

.rbt-team-tab-content .rbt-team-details .rbt-information-list li a {
  font-size: 16px;
}

/*-----------------------
    Social Icons 
-------------------------*/
.social-default {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  margin: -5px;
}

.social-default li {
  margin: 5px;
}

.social-default li a {
  width: 40px;
  background-color: #f6f6f6;
  height: 40px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  transition: 0.3s;
  color: #a1a9ac;
  z-index: 2;
  position: relative;
}

.social-default li a::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scale(0.5);
  opacity: 0;
  transition: 0.3s;
  border-radius: 100%;
}

.social-default li a:hover {
  color: #fff;
}

.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: 34px;
  background: transparent;
  border: 2px solid #e6e3f1;
}

.social-default.transparent-with-border li a:hover {
  border-color: transparent !important;
}

.social-default.with-gradient li a::after {
  background-size: 300% 100%;
}

.social-default.with-bg-primary li a {
  transition: 0.5s;
  line-height: 40px;
  color: #fff;
}

.social-default.with-bg-primary li a::after {
  display: none;
}

.social-default.with-bg-primary li a:hover {
  background-color: transparent;
}

.social-default.icon-naked {
  margin: -10px;
}

.social-default.icon-naked li {
  margin: 10px;
}

.social-default.icon-naked li a {
  background: transparent !important;
  width: auto;
  height: auto;
  line-height: initial;
}

.social-default.icon-naked li a::after {
  display: none;
}

.social-default.icon-large li a {
  font-size: 36px;
  opacity: 0.7;
}

/*----------------------------
    Edu Pagination Style  
------------------------------*/
.rbt-pagination {
  margin: -8px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rbt-pagination li {
  margin: 8px;
}

.rbt-pagination li a {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  color: #4f4f4f;
  transition: 0.4s;
  font-weight: 500;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  display: flex;
  align-items: center;
  justify-content: center;
}

.rbt-pagination li a i {
  font-size: 22px;
  font-weight: 500;
}

.rbt-pagination li.active a,
.rbt-pagination li:hover a {
  color: #fff;
}

/*-------------------------
    Back To Top  
---------------------------*/
@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%;
  }
}

@-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: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.04);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.rbt-progress-parent.rbt-backto-top-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.rbt-progress-parent::after {
  position: absolute;
  font-family: 'feather' !important;
  content: '\e914';
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  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::before {
  position: absolute;
  font-family: 'feather' !important;
  content: '\e914';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: #0d0d12;
  background-clip: text;
  -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;
}

.rbt-progress-parent svg path {
  fill: none;
}

.rbt-progress-parent svg.rbt-back-circle path {
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 0.6;
}

/*---------------------
    Brand Styles 
----------------------*/
.brand-style-3 {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px;
}

.brand-style-3 li {
  flex-basis: 14.28%;
  text-align: center;
  padding: 10px;
}

.brand-style-3 li a {
  display: block;
}

.brand-style-3.variation-2 li {
  flex-basis: 25%;
  text-align: center;
}

.filter-tab-button {
  display: flex;
  justify-content: center;
  margin: -10px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.filter-tab-button button {
  border: 0 none;
  padding: 0px 30px;
  text-transform: capitalize;
  background: #fff;
  color: #111113;
  margin: 10px;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  height: 45px;
  line-height: 45px;
  border-radius: 6px;
  font-size: 18px;
  letter-spacing: -0.6px;
  transition: 0.4s;
  position: relative;
}

.filter-tab-button button .course-number {
  position: absolute;
  display: inline-block;
  right: 20px;
  font-size: 14px;
  top: 8px;
  line-height: initial;
  opacity: 0.5;
}

.filter-tab-button button.is-checked,
.filter-tab-button button.active,
.filter-tab-button button:hover {
  color: #fff !important;
}

.filter-tab-button li {
  margin: 0;
}

/*---------------------
    Extra Css  
-----------------------*/
.rbt-contact-form.contact-form-style-1 {
  padding: 40px 30px;
  position: relative;
  max-width: 490px;
  z-index: 2;
  background: #fff;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  border-radius: 6px;
}

.rbt-contact-form.contact-form-style-1 .callto-action-wrapper span.text {
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
  padding-right: 10px;
}

.rbt-contact-form.contact-form-style-1 .callto-action-wrapper span i {
  font-size: 22px;
  font-weight: 400;
  color: #192335;
  line-height: 26px;
  padding-right: 4px;
}

.rbt-contact-form.contact-form-style-1 .callto-action-wrapper span a {
  font-size: 22px;
  font-weight: 700;
  color: #192335;
  line-height: 26px;
  text-decoration: none;
}

.rbt-contact-form.contact-form-style-1 .shape-group .shape {
  position: absolute;
  right: -193px;
  top: 50%;
  z-index: -1;
}

.rbt-contact-form.contact-form-style-1 .shape-group .shape.shape-01 {
  right: -64px;
  top: 26%;
}

/* ---------------------------
Testimonial Styles 
------------------------------*/
.rbt-testimonial-content .inner {
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}

.rbt-testimonial-content .inner::before {
  position: absolute;
  width: 177px;
  height: 100%;
  left: -64px;
  top: -57px;
  background-image: url(../images/testimonial/image-1.png);
  content: '';
  opacity: 1;
  background-repeat: no-repeat;
  z-index: -1;
}

.rbt-testimonial-content .inner p {
  font-size: 30px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: -16px;
}

.rbt-testimonial-content .inner .rating i {
  font-size: 16px;
}

.rbt-testimonial-content .author-info h6 {
  font-weight: 300;
  margin-bottom: 0;
  letter-spacing: -0.5px;
  margin-top: 12px;
}

.rbt-testimonial-content .author-info h6 span {
  text-transform: uppercase;
  font-weight: 500;
}

/* ------------------------------
    Testimonial Style Two 
-------------------------------- */
.scroll-animation-wrapper {
  position: relative;
  z-index: 1;
}

.scroll-animation-wrapper::before {
  top: 0;
  left: 0;
}

.scroll-animation-wrapper::after {
  top: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.scroll-animation-wrapper.no-overlay::before,
.scroll-animation-wrapper.no-overlay::after {
  display: none;
}

.scroll-animation {
  display: flex;
  width: -webkit-calc((420px * 16) + (30px * 16));
  width: -moz-calc((420px * 16) + (30px * 16));
  width: 7200px;
  position: relative;
}

.scroll-animation.scroll-right-left {
  -webkit-animation: scroll 80s linear infinite;
  -moz-animation: scroll 80s linear infinite;
  animation: scroll 80s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.scroll-animation.scroll-left-right {
  -webkit-animation: scrollLeft 80s linear infinite;
  -moz-animation: scrollLeft 80s linear infinite;
  animation: scrollLeft 80s linear infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.scroll-animation .single-column-20 {
  width: 500px;
  padding: 0 15px;
}

.rbt-testimonial-box {
  position: relative;
  z-index: 2;
  border-radius: 6px;
}

.rbt-testimonial-box .inner {
  position: relative;
  padding: 50px 40px;
  z-index: 2;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 13px 48px 0 rgba(215, 216, 222, 0.44);
  overflow-y: scroll;
  height: 350px;
  scrollbar-width: thin;
  scrollbar-color: grey #dcdcdc;
  scrollbar-face-color: grey;
  scrollbar-track-color: #dcdcdc;
  scrollbar-3dlight-color: #dcdcdc;
  scrollbar-darkshadow-color: #dcdcdc;
  scrollbar-arrow-color: #dcdcdc;
}

.rbt-testimonial-box .inner::-webkit-scrollbar {
  width: 4px;
}

.rbt-testimonial-box .inner::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.rbt-testimonial-box .inner::-webkit-scrollbar-thumb {
  background: grey;
  opacity: 0.5;
  border-radius: 10px;
}

.rbt-testimonial-box .inner::before {
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: -1;
  font-family: 'Font Awesome 5 Free';
  content: '\f10e';
  width: 52px;
  height: 44px;
}

.rbt-testimonial-box .inner.bg-color-primary-opacity::before {
  filter: grayscale(1);
}

.rbt-testimonial-box.no-box-shadow .inner {
  box-shadow: none;
}

.rbt-testimonial-box.bg-gray-light .inner {
  background: #f6f6f6;
}

.rbt-testimonial-box.bg-gradient-7 .inner {
  background: transparent;
  border-radius: 6px;
}

.rbt-testimonial-box.bg-gradient-7 .inner::before {
  background-image: url(../images/icons/quote.svg);
}

.rbt-testimonial-box.no-padding .inner {
  padding: 0;
}

.rbt-testimonial-box .clint-info-wrapper {
  display: flex;
  align-items: center;
}

.rbt-testimonial-box .clint-info-wrapper .thumb {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 70px;
  padding: 3px;
  background: #fff;
  border-radius: 100%;
  overflow: hidden;
  min-width: 70px;
  border: 2px solid #2f57ef21;
}

.rbt-testimonial-box .clint-info-wrapper .thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 100%;
}

.rbt-testimonial-box .clint-info-wrapper .thumb img {
  filter: none;
}

.rbt-testimonial-box .clint-info-wrapper .client-info {
  padding-left: 25px;
}

.rbt-testimonial-box .clint-info-wrapper .client-info .title {
  margin-bottom: 5px;
}

.rbt-testimonial-box .clint-info-wrapper .client-info span {
  line-height: 28px;
  display: inline-block;
  font-size: 16px;
}

.rbt-testimonial-box .description {
  margin-top: 20px;
}

.rbt-testimonial-box .description p {
  margin-bottom: 0;
}

.rbt-testimonial-box .description .rbt-btn-link {
  margin-top: 20px;
}

.rbt-testimonial-box.text-white .title {
  color: #fff;
}

.rbt-testimonial-box.text-white .designation {
  color: #ffffffab;
}

@-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);
  }
}

/*--------------------------
    split Area Styles  
----------------------------*/
.rbt-splite-style .shape img {
  max-height: 96px;
  margin-bottom: 20px;
}

.rbt-splite-style .split-inner {
  padding: 30px 115px;
}

.rbt-splite-style .split-inner .title {
  font-size: 36px;
  line-height: 50px;
  color: #192335;
}

.rbt-splite-style .split-inner .description {
  margin-bottom: 30px;
}

.rbt-splite-style .split-inner .split-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.rbt-splite-style .split-inner .split-list li {
  color: #4f4f4f;
}

.image-left-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-left-content img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*------------------------
    Countdown Styles  
-------------------------*/
.rbt-countdown-area h2 {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 56px;
  text-align: center;
  margin: 0;
}

.rbt-countdown-area h3 {
  font-family: 'Catamaran', sans-serif;
  font-size: 30px;
  margin: 0 0 45px;
  text-align: center;
  text-transform: none;
}

.rbt-countdown-area h4 {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  text-align: center;
}

.rbt-countdown-area h6 {
  color: #fff;
  font-size: 24px;
  margin: 0px 0;
  text-align: center;
  text-transform: capitalize;
}

.rbt-countdown-area p {
  color: #fff;
  font-size: 24px;
  margin: 40px 0 0;
  text-align: center;
  text-transform: none;
  font-style: italic;
}

.countdown-style-1 .countdown {
  display: block;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 50%;
  text-align: center;
}

.countdown-style-1 .countdown .countdown-container {
  margin: 10px;
  text-align: center;
  padding: 15px 20px;
  border-radius: 10px;
}

.countdown-style-1 .countdown .countdown-container .countdown-heading {
  display: block;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
}

.countdown-style-1 .countdown .countdown-container .countdown-value {
  display: block;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.24;
  color: #fff;
  text-align: center;
  position: relative;
  transition: 0.4s;
}

/*----------------------
    Rbt List Style  
------------------------*/
.rbt-list-style-1 li {
  display: flex;
  font-size: 18px;
  margin: 7px 0;
  line-height: 1.45;
}

.rbt-list-style-1 li i {
  padding-right: 10px;
  margin-top: 5px;
  color: #3eb75e;
}

.rbt-list-style-1 li:first-child {
  margin-top: 0;
}

.rbt-list-style-1 li:last-child {
  margin-bottom: 0;
}

/*----------------------
    RBT Video Styles  
-----------------------*/
.mfp-bg {
  z-index: 9999;
}

.mfp-wrap {
  z-index: 9999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

html.picture {
  margin: 0 !important;
}

img.mfp-img {
  padding-bottom: 0;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  backdrop-filter: blur(15px);
}

.mfp-iframe-scaler iframe {
  border-radius: 10px;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 1;
}

.mfp-iframe-holder .mfp-close,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  top: -60px;
  right: -50px;
  font-size: 30px;
  font-weight: 400;
  transition: 0.4s;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: #19233550;
  text-align: center;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: #fff;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  top: -10px;
  right: -50px;
}

.side-nav-opened body::before,
.close_side_menu,
.popup-mobile-menu,
.rbt-offcanvas-side-menu {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(15px);
}

/**************************************
	Blog Styles
***************************************/
.rbt-categori-list {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}

.rbt-categori-list a {
  border: 0 none;
  padding: 0px 35px;
  text-transform: capitalize;
  background: #fff;
  color: #4f4f4f;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  height: 65px;
  line-height: 65px;
  border-radius: 500px;
  font-size: 18px;
  letter-spacing: -0.6px;
  transition: 0.4s;
  display: inline-block;
  min-width: 100px;
  transition: 0.4s;
  text-align: center;
}

.rbt-categori-list a.blank {
  box-shadow: 19px 20px 34px 0 rgba(164, 160, 196, 0.19);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  pointer-events: none;
}

.rbt-categori-list a i {
  margin-right: 6px;
}

.rbt-categori-list a:hover {
  color: #fff;
  transform: scale(1.1);
}

.rbt-categori-list.medium-size a {
  padding: 0px 25px;
  font-size: 16px;
  height: 50px;
  line-height: 49px;
}

/**************************************
	Template Styles
***************************************/
/*---------------------------
    Course Top  
----------------------------*/
.rbt-course-top-wrapper .select-label {
  opacity: 0.8;
  color: #192335;
}

.rbt-course-top-wrapper .default-exp-wrapper {
  border-top: 1px solid #e6e3f14f;
  margin-top: 30px;
}

.rbt-course-top-wrapper .default-exp-wrapper .filter-inner {
  padding-bottom: 0;
}

.rbt-course-top-wrapper .default-exp-wrapper .filter-inner .bootstrap-select {
  width: 100% !important;
  max-width: 245px;
}

.rbt-course-top-wrapper .default-exp-wrapper.top-border-less {
  border: 0 none;
  margin-top: 0;
}

.rbt-course-top-wrapper .price__output--wrap .price--output input,
.rbt-course-top-wrapper .price__output--wrap .price--output span {
  opacity: 0.8;
  color: #192335;
}

.rbt-course-top-wrapper .ui-widget-content {
  background: #ffffff21 none repeat scroll 0 0;
}

/*-------------------------
    Course Grid Column  
---------------------------*/
.rbt-course-grid-column {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -30px;
}

.rbt-course-grid-column .course-grid-3,
.rbt-course-grid-column .course-grid-2,
.rbt-course-grid-column .course-grid-4 {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
}

.rbt-course-grid-column .course-grid-3 .rbt-card,
.rbt-course-grid-column .course-grid-2 .rbt-card,
.rbt-course-grid-column .course-grid-4 .rbt-card {
  transition: 0.4s;
}

.rbt-course-grid-column .course-grid-4 {
  flex: 0 0 auto;
  width: 25%;
}

.rbt-course-grid-column .course-grid-3 {
  flex: 0 0 auto;
  width: 33.33%;
}

.rbt-course-grid-column .course-grid-2 {
  flex: 0 0 auto;
  width: 50%;
}

.rbt-course-grid-column.active-list-view .course-grid-3,
.rbt-course-grid-column.active-list-view .course-grid-2 {
  width: 100%;
}

.rbt-course-grid-column.list-column-half.active-list-view .course-grid-3,
.rbt-course-grid-column.list-column-half.active-list-view .course-grid-2,
.rbt-course-grid-column.list-column-half.active-list-view .course-grid-4 {
  width: 50%;
}

.rbt-course-grid-column .rbt-card .rbt-card-img {
  transition: none;
}

.rbt-course-grid-column .rbt-card .rbt-card-img a {
  transition: none;
}

.rbt-course-grid-column .rbt-card .rbt-card-img a img {
  transition: none;
}

/*------------------------- 
Course Sidebar 
-------------------------*/
.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;
}

.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 .play-view-text {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  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), black 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,
.rbt-widget-details .rbt-default-sidebar-list li,
.rbt-default-sidebar-wrapper .rbt-course-details-list-wrapper li,
.rbt-default-sidebar-wrapper .rbt-default-sidebar-list li {
  display: flex;
  justify-content: space-between;
}

.rbt-widget-details .rbt-course-details-list-wrapper li i,
.rbt-widget-details .rbt-default-sidebar-list li i,
.rbt-default-sidebar-wrapper .rbt-course-details-list-wrapper li i,
.rbt-default-sidebar-wrapper .rbt-default-sidebar-list li i {
  color: #4f4f4f;
  margin-right: 10px;
  font-size: 16px;
}

.rbt-widget-details .rbt-course-details-list-wrapper li span,
.rbt-widget-details .rbt-default-sidebar-list li span,
.rbt-default-sidebar-wrapper .rbt-course-details-list-wrapper li span,
.rbt-default-sidebar-wrapper .rbt-default-sidebar-list li span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.rbt-widget-details .rbt-course-details-list-wrapper li span.rbt-feature-value,
.rbt-widget-details .rbt-default-sidebar-list li span.rbt-feature-value,
.rbt-default-sidebar-wrapper .rbt-course-details-list-wrapper li span.rbt-feature-value,
.rbt-default-sidebar-wrapper .rbt-default-sidebar-list li span.rbt-feature-value {
  font-size: 12px;
}

.rbt-widget-details .rbt-course-details-list-wrapper li a,
.rbt-widget-details .rbt-default-sidebar-list li a,
.rbt-default-sidebar-wrapper .rbt-course-details-list-wrapper li a,
.rbt-default-sidebar-wrapper .rbt-default-sidebar-list li a {
  color: #4f4f4f;
  transition: 0.4s;
}

.rbt-widget-details .rbt-course-details-list-wrapper li + li,
.rbt-widget-details .rbt-default-sidebar-list li + li,
.rbt-default-sidebar-wrapper .rbt-course-details-list-wrapper li + li,
.rbt-default-sidebar-wrapper .rbt-default-sidebar-list li + li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e6e3f1;
}

/*------------------------
    Contact Styles 
--------------------------*/
.rbt-address {
  padding: 40px;
  background: #fff;
  padding-bottom: 50px;
  transition: 0.3s;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
  height: 100%;
  text-align: center;
}

.rbt-address .icon {
  border-radius: 100%;
  font-size: 33px;
  display: inline-block;
  margin-bottom: 12px;
}

.rbt-address .icon i {
  font-size: 40px;
}

.rbt-address .inner h4.title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.rbt-address .inner p {
  margin: 0;
}

.rbt-address .inner p a {
  margin: 0;
  color: #4f4f4f;
}

/*---------------------------
    Rbt Show More Button  
------------------------------*/
.rbt-show-more-btn {
  font-size: 14px;
  font-weight: 700;
  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%, white 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;
}

.has-show-more.active .has-show-more-inner-content {
  max-height: inherit !important;
}

.filter-top-2 .has-show-more .has-show-more-inner-content {
  max-height: 120px;
}

/**************************************
	Footer Styles
***************************************/
/*===========================
    Start Footer Area 
=============================*/
.footer-style-1 .footer-top {
  padding-top: 40px;
  padding-bottom: 60px;
}

.footer-style-1 .ft-title {
  color: #a1a9ac;
  margin-bottom: 20px;
  text-align: center;
}

.footer-widget .ft-link li {
  margin: 0;
  color: #a1a9ac;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.footer-widget .ft-link li span {
  font-weight: 500;
}

.footer-widget .ft-link li a {
  color: #a1a9ac;
  display: inline-block;
  position: relative;
}

.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:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}

.footer-widget .ft-link li + li {
  margin-top: 10px;
}

/*----------------------
    Copyright Styles  
-----------------------*/
.copyright-style-1 p {
  color: #111113;
  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: 15px;
  line-height: 25px;
  padding: 0 10px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}

.copyright-style-1 .copyright-link li a {
  color: #4f4f4f;
  transition: 0.4s;
}

.copyright-style-1 .copyright-link li + li::after {
  position: absolute;
  content: '';
  height: 14px;
  width: 1px;
  background: #e6e3f1;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
}
