:root {
	--quiklearn-body-color: #4f536c;
	--quiklearn-body-bg-color: #ffffff;
	--quiklearn-primary-color: #543ee8;
    --quiklearn-secondary-color: #241442;
    --quiklearn-border-color: #e8e8e8;
    --quiklearn-meta-color: #9d9cae;
	--quiklearn-rating-color: #ffcd1f;
	--quiklearn-banner-color: #faf9f6;
    --quiklearn-heading-color: #241442;
    --quiklearn-footer-color: #9d9cae;

	--quiklearn-white-color: #ffffff;
	--quiklearn-black-color: #110e19;
	--quiklearn-grey-color-1: #f8f8f8;  
	--quiklearn-grey-color-2: #f4f3ff;  
	--quiklearn-grey-color-3: #f7f7fb;
	--quiklearn-grey-color-4: #f3f3f3;

	--quiklearn-primary-rgb: 84, 62, 232;
	--quiklearn-secondary-rgb: 36, 20, 66;
	--quiklearn-heading-rgb: 36, 20, 66;
}
/*-------------------------------------    
CSS INDEX
===================================
#. Defaults
#. Buttons
#. Topbar Layout
#. Header Logo
#. Main Navigation
#. Submenu
#. Mega Menu
#. Header Icons
#. Header Search
#. Header Sticky
#. Header Layout 1
#. Header Layout 2
#. Header Layout 3
#. Header Layout 4
#. Transparent Header
#. Header Right Menu
#. Preloader css
#. Footer - Scroll to top
#. Widgets - Footer Widgets
#. Widgets - Sidebar
#. Banner
#. Contents
#. Single Content
#. Comments
#. Admin Author
#. Default Blog layout
#. Swiper Slider
#. Related Post
#. Pagination
#. Error 404
#. Fluent form
#. Gutenberg Support
#. LearnPress
	01. Profile
	02. LearnPress Widgets
	03. LearnPress Single
	04. LearnPress Single Tab
#. Event Archive
#. Event Single
#. Speaker Archive
#. Speaker Single
#. Woocommerce
#. Zoom Meeting

---------------------------------------*/
/*-------------------------------------
#. Defaults
---------------------------------------*/
body {
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: var(--quiklearn-body-color);
	background-color: var(--quiklearn-body-bg-color);
	height: 100%;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.alignleft {
	float: left;
	margin-bottom: 15px;
	margin-right: 25px;
	margin-top: 10px;
}
.alignright {
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 15px;
}
a {
	color: var(--quiklearn-primary-color);
	text-decoration: none;
}
a:hover {
	color: var(--quiklearn-secondary-color);
	text-decoration: none;
	outline: 0 none;
}
a:focus {
	outline: 0px solid;
	text-decoration: none;
	outline: 0 none;
}
a:active {
	text-decoration: none;
	outline: 0 none;
}
img {
	max-width: 100%;
	height: auto;
}
.fix {
	overflow: hidden;
}
p {
	margin: 0 0 20px 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Outfit', sans-serif;
	margin: 0 0 20px 0;
	color: var(--quiklearn-heading-color);
}
h1 {
	font-size: 44px;
	font-weight: 600;
	line-height: 54px;
}
h2 {
	font-size: 36px;
	font-weight: 600;
	line-height: 42px;
}
h3 {
	font-size: 28px;
	font-weight: 600;
	line-height: 36px;
}
h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
}
h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}
h6 {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
}
.clear {
	clear: both;
}
.clear:after {
	clear: both;
	content: "";
	display: block;
}
ul {
	list-style: disc inside none ;
	margin: 0 0 20px 0;
}
#wrapper {
	overflow: hidden;
	transition: all 0.5s ease-out;
}
hr,
.elementor hr {
	background-color: #e5e5e5;
}

* {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
button:focus,
.submit-btn:focus {
	outline: none;
}
.modal-backdrop {
	display: none;
}
.rtcl-report-modal {
	background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
	border: none;
    border-radius: 6px;
    box-shadow: 0 0 30px rgba(0,0,0,0.07);
}
.modal-content .close {
	position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 4px 0 0;
	cursor: pointer;
    padding: 3px;
    height: 34px;
    width: 34px;
    line-height: 1;
    font-size: 20px;
    background: var(--quiklearn-primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--quiklearn-white-color);
}
.mfp-bg {
	background-color: var(--quiklearn-black-color);
	opacity: 0.7;
}
.mfp-fade .mfp-content {
  	transform: translateY(-65px);
  	transition: all 1s ease-out;
}
.mfp-fade.mfp-ready .mfp-content {
 	transform: translateY(0);
}
.mfp-iframe-scaler iframe {
    box-shadow: unset;
    background: transparent;
	border-radius: 10px;
}
.mfp-close-btn-in .mfp-close {
    background-color: transparent;
}
@media (min-width: 576px) {
	.modal-dialog {
		margin: 70px auto 0;
	}
}
/*for theme only*/
.primary-color {
	color: var(--quiklearn-primary-color);
}
.secondary-color {
	color: var(--quiklearn-secondary-color);
}
#page .content-area {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all ease 0.31s;
}
.visibility-h {
	visibility: hidden;
}
.rt-grid-item {
    display: block;
    float: left;
    clear: both;
}
@media (min-width: 992px) and (max-width: 1400px ) {
	.container, 
	.container-lg, 
	.container-md, 
	.container-sm, 
	.container-xl {
	    max-width: 1390px;
	}
}
.blend img {
  filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg ) !important;
}
.quiklearn-sitemap li a {
	color: var(--quiklearn-body-color);
}
.quiklearn-sitemap li a:hover {
	color: var(--quiklearn-primary-color);
}
.number-counter {
  counter-reset: post-counter;
}
.responsive-image-fit img {
	width: 100%;
}
/*-------------------------------------
#. Buttons
---------------------------------------*/
.btn-common i {
	font-size: 11px;
    margin-left: 12px;
}
/*style 1*/
a.button-style-1 {
	position: relative;
	background: var(--quiklearn-white-color);
	color: var(--quiklearn-primary-color);
	box-shadow: 0 0 6px rgba(0,0,0,0.02);
	border-radius: 50px;
	font-size: 16px;
	font-weight: 500;
	padding: 16px 30px;
	line-height: 1.4;
	transition: all 0.4s ease;
	display: inline-flex;
	align-items: center;
	letter-spacing: 0.2px;
	overflow: hidden;
	z-index: 1;
}
a.button-style-1:hover {
	color: var(--quiklearn-white-color);
}
a.button-style-1:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 50%;
    background-color: var(--quiklearn-secondary-color);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
a.button-style-1:after {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0%;
    height: 50%;
    background-color: var(--quiklearn-secondary-color);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
a.button-style-1:hover:before, 
a.button-style-1:hover:after {
    width: 100%;
}
/*button style 2*/
a.button-style-2 {
	position: relative;
	background-color: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.2px;
	border-radius: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 16px 30px;
	line-height: 1.4;
	overflow: hidden;
	z-index: 1;
}
a.button-style-2:hover {
	color: var(--quiklearn-white-color);
}
a.button-style-2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 50%;
    background-color: var(--quiklearn-secondary-color);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
a.button-style-2:after {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0%;
    height: 50%;
    background-color: var(--quiklearn-secondary-color);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
a.button-style-2:hover:before, 
a.button-style-2:hover:after {
    width: 100%;
}
/*button style 3*/
a.button-style-3 {
	position: relative;
	background-color: var(--quiklearn-grey-color-1);
	color: var(--quiklearn-primary-color);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.2px;
	border-radius: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 16px 30px;
	line-height: 1.4;
	overflow: hidden;
	transform: perspective(1px) translateZ(0);
	z-index: 1;
}
a.button-style-3:hover {
	color: var(--quiklearn-white-color);
}
a.button-style-3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 50%;
    background-color: var(--quiklearn-secondary-color);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
a.button-style-3:after {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0%;
    height: 50%;
    background-color: var(--quiklearn-secondary-color);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
a.button-style-3:hover:before, 
a.button-style-3:hover:after {
    width: 100%;
}
/*button style 4*/
a.button-style-4 {
	position: relative;
	background: transparent;
	border: 1px solid var(--quiklearn-border-color);
	color: var(--quiklearn-white-color);
	border-radius: 0;
	font-size: 16px;
	font-weight: 500;
	padding: 14px 22px;
	line-height: 1.4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.2px;
	overflow: hidden;
	z-index: 1;
}
a.button-style-4:hover {
	color: var(--quiklearn-primary-color);
}
a.button-style-4::before {
    display: block;
    content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	height: 0;
	border-radius: 50% 50% 0 0/75% 75% 0 0;
	transition: height .35s ease-in-out;
	background: var(--quiklearn-white-color);
}
a.button-style-4:hover::before {
    height: 400%;
}
/*style 5*/
a.button-style-5 {
	position: relative;
	background: #2a2a2c;
	color: var(--quiklearn-white-color);
	border-radius: 0;
	font-size: 16px;
	font-weight: 500;
	padding: 14px 22px;
	line-height: 1.4;
	transition: all 0.4s ease;
	display: inline-flex;
	align-items: center;
	letter-spacing: 0.2px;
	overflow: hidden;
	z-index: 1;
}
a.button-style-5::before {
    display: block;
    content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	height: 0;
	border-radius: 50% 50% 0 0/75% 75% 0 0;
	transition: height .35s ease-in-out;
	background-color: var(--quiklearn-primary-color);
}
a.button-style-5 i {
	color: var(--quiklearn-primary-color);
	transition: all ease 0.31s;
}
a.button-style-5:hover,
a.button-style-5:hover i {
	color: var(--quiklearn-white-color);
}
a.button-style-5:hover::before {
    height: 400%;
}
/*play button style*/
.play-btn-primary,
.play-btn-white {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.3s ease;
}
/*primary*/
.play-btn-primary {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--quiklearn-primary-color);
    color: #fff;
    font-size: 20px;
}
.play-btn-primary::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid var(--quiklearn-primary-color);
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.play-btn-primary::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 1px solid var(--quiklearn-primary-color);
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.play-btn-primary:hover {
    background-color: var(--quiklearn-secondary-color);
    color: var(--quiklearn-primary-color);
}
/*white*/
.play-btn-white {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: var(--quiklearn-white-color);
	color: var(--quiklearn-primary-color);
	font-size: 20px;
}
.play-btn-white::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid var(--quiklearn-white-color);
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.play-btn-white::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 1px solid var(--quiklearn-white-color);
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.play-btn-white:hover {
	background-color: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
}
/*default animation*/
@keyframes toBottomFromTop {
  	49% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
  	}
  	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
  	}
  	51% {
		opacity: 1;
  	}
}

@keyframes pulse-border {
    0% {
      	transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.8);
      	opacity: 1;
    }
    100% {
      	transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
      	opacity: 0;
    }
}

@-webkit-keyframes marquee_left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes marquee_left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes marquee_right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes marquee_right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toRightFromLeft {
    49% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    51% {
        opacity: 1;
    }
}
/*-------------------------------------
#. Topbar Layout
---------------------------------------*/
.header-top-bar {
	background-color: var(--quiklearn-white-color);
	color: var(--quiklearn-body-color);
	border-bottom: 1px solid var(--quiklearn-border-color);
	position: relative;
	z-index: 1;
}
.header-top-bar .top-bar-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-top-bar .tophead-right,
.header-top-bar .tophead-left {
	display: inline-flex;
	align-items: center;
	position: relative;
	font-size: 15px;
}
.header-top-bar ul {
	display: inline-flex;
	align-items: center;
}
.header-top-bar ul li {
	position: relative;
	font-size: 15px;
	line-height: 1.4;
}
.header-top-bar ul li a {
	color: var(--quiklearn-body-color);
}
.header-top-bar ul li a:hover {
	color: var(--quiklearn-primary-color);
}
.header-top-bar .tophead-social {
	overflow: hidden;
}
.header-top-bar .tophead-social li {
	display: inherit;
}
.header-top-bar .tophead-social li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 0;
	font-size: 17px;
	width: 45px;	
	border-right: 1px solid var(--quiklearn-border-color);
}
.header-top-bar .tophead-social li:first-child:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 1px;
    background-color: var(--quiklearn-border-color);
}
.header-top-bar .tophead-social li i {
	line-height: 1.4;
}
.header-top-bar .tophead-social li a:hover i {
    animation: toRightFromLeft 0.5s forwards;
}
.header-top-bar .top-address i {
	color: var(--quiklearn-primary-color);
	padding-right: 5px;
	font-size: 18px;
	line-height: 1;
}
.header-top-bar .label {
	padding-right: 5px;
}
.header-top-bar ul.top-address {
	column-gap: 24px;
}
.header-top-bar .top-address li {
	padding: 14px 0;
}
.header-top-bar .top-address li:before {
    position: absolute;
    content: "";
    z-index: 1;
    height: 100%;
    width: 1px;
    background-color: var(--quiklearn-border-color);
    right: -12px;
    top: 0;
}
.header-top-bar .top-address li:last-child:before {
	display: none;
}
.header-top-bar .btn-common {
	border-radius: 0;
	padding: 14px 28px;
}
.topbar-style-2 .header-top-bar .tophead-social {
	padding-left: 15px;
}
.topbar-style-2 .header-top-bar .tophead-right i {
    color: var(--quiklearn-primary-color);
    padding-right: 5px;
    font-size: 18px;
    line-height: 1;
}
.topbar-style-3 .header-top-bar {
	border-bottom: none;
	background-color: var(--quiklearn-grey-color-1);
}
.topbar-style-3 .header-top-bar .tophead-right i {
    color: var(--quiklearn-primary-color);
    padding-right: 5px;
    font-size: 18px;
    line-height: 1;
}
/*Top bar widget*/
.header-top-bar .widget {
	margin-bottom: 0;
}
.header-top-bar .widget ul li {
	display: inline-block;
	margin-right: 10px;
}
.header-top-bar .widget ul li:last-child {
	margin-right: 0;
}
.rt-topbar-menu .menu li {
	display: inline-block;
	margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #000;
}
.rt-topbar-menu .menu li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
.rt-topbar-menu .menu li a {
	color: #c7c3c3;
	font-size: 14px;
    line-height: 22px;
}
.rt-topbar-menu .menu li a:hover {
	color: #ffffff;
}
/*-------------------------------------
#. Header Icons
---------------------------------------*/
.menu-full-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-icon-area {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 35px;
	height: 100%;
}
.header-icon-area > div:after {
	position: absolute;
	content: "";
    width: 1px;
    height: 20px;
    background: var(--quiklearn-border-color);
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.header-icon-area > div:last-child:after {
	display: none;
}
.header-icon-area .cart-icon-area {
	position: relative;
	padding: 16px 0;
}
.header-icon-area > div {
	position: relative;
}
.header-icon-area .item-icon > a {
	font-size: 20px;
	line-height: 1;
	color: var(--quiklearn-body-color);
}
.header-icon-area .item-icon .item-count {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--quiklearn-heading-color);
    background-color: var(--quiklearn-rating-color);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -11px;
    top: -6px;
    font-size: 13px;
    font-weight: 500;
}
.header-icon-area .item-icon path {
	stroke: var(--quiklearn-body-color);
}
.header-icon-area .cart-amount {
    font-size: 15px;
    color: var(--quiklearn-body-color);
}
.header-icon-area .header-login-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 10px;
}
.header-icon-area .header-login {
	display: flex;
	column-gap: 10px;
}
.header-icon-area .header-login a {
	display: inline-block;
	position: relative;
    border: 1px solid var(--quiklearn-border-color);
    color: var(--quiklearn-heading-color);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    border-radius: 50px;
    padding: 11px 30px;
    line-height: 1.4;
}
.header-icon-area .header-login a:hover {
	background-color: var(--quiklearn-secondary-color);
	border: 1px solid transparent;
	color: var(--quiklearn-white-color);
}
.header-icon-area .header-login a.active {
	background-color: var(--quiklearn-heading-color);
	color: var(--quiklearn-white-color);
	border: none;
}
.header-icon-area .header-login a.active:hover {
	background-color: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
}
/*Header cat popup*/
.additional-menu-area .sidenav .canvas-content::-webkit-scrollbar {
    width: 0;
}
.rt-slide-nav::-webkit-scrollbar {
    width: 0;
}
.cart-area .cart-wrapper::-webkit-scrollbar {
    width: 0;
}
.cart-area .cart-list-trigger {
    position: relative;
    transition: all ease 0.31s;
}
.cart-area .cart-wrapper {
    font-size: 15px;
    line-height: 22px;
    background-color: var(--quiklearn-white-color);
    border-radius: 0 0 6px 6px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 340px;
    max-height: 70vh;
    overflow-y: auto;
    text-align: left;
    box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 10%);
    padding: 30px 20px;
    border-radius: 0 0 6px 6px;    
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    opacity: 0;
	visibility: hidden;  
    transform: scaleY(0);
    transform-origin: 0 0 0;
	z-index: 100;
}
@media(max-width: 375px) {
	.cart-area .cart-wrapper {
		width: 260px;
	}
}
.cart-area .cart-list-trigger:hover .cart-wrapper {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.cart-area .cart-wrapper ul.minicart>li {
    border-bottom: 1px solid var(--quiklearn-border-color);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.cart-area .cart-wrapper ul.minicart .cart-btn {
	margin-top: 20px;
}
.cart-area .cart-wrapper ul.minicart>li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.cart-wrapper h5.no-cart-items {
    width: 100%;
    margin-bottom: 0;
}
.cart-single-product {
	width: 100%;
}
.cart-single-product > .media {
	display: flex;
    position: relative;
    align-items: center;
}
.cart-wrapper .remove-item-overlay {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    background-color: var(--quiklearn-heading-color);
}
.cart-wrapper .remove-item-overlay>img {
    top: 50%;
    width: 25px;
    max-width: 100%;
    position: absolute;
    transform: translateY(-50%);
}
.cart-wrapper .cart-product-img {
    display: inline-flex;
    align-items: center;
    width: 48px;
    height: auto;
    border: 1px solid var(--quiklearn-border-color);
    border-radius: 6px;
    margin-right: 13px;
    padding: 3px;
}
.cart-area .cart-wrapper ul.minicart>li .media .cart-content ul {
    display: flex;
    padding-left: 0;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    color: var(--quiklearn-body-color);
}
.cart-area .cart-wrapper ul.minicart > li.cart-total {
	color: var(--quiklearn-heading-color);
	font-weight: 500;
}
.cart-area .cart-content {
	flex: 1;
}
.cart-area .minicart-title a {
	color: var(--quiklearn-heading-color);
	font-weight: 500;
}
.cart-area .cart-title-line2 {
	color: var(--quiklearn-primary-color);
	font-weight: 500;
}
.cart-area .minicart-remove a {
	color: var(--quiklearn-dark-color);
}
.cart-area .minicart-title a:hover,
.cart-area .minicart-remove a:hover {
	color: var(--quiklearn-primary-color);
}
/*Right offcanvas menu icon*/
.offcanvas-navigation ul {
	padding: 0;
	margin: 0;
}
.offcanvas-navigation ul li {
	line-height: 1.7;
}
@media(max-width: 767px) {
	.offcanvas-navigation ul li {
		line-height: 1.2;
	}
	.offcanvas-navigation ul li a {
		font-size: 28px;
	}
}
/*Header Search*/
.header-search {
	position: fixed;
    top: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.2);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 150;
    transition: all ease 0.31s;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.header-search.open {
	top: 0;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.header-search .header-search-wrap {
	position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 345px;
    background-color: var(--quiklearn-white-color);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 150;
    transition-duration: 1.6s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.header-search.open .header-search-wrap {
	top: 0;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.header-search .close {
    position: absolute;
    top: 100px;
    right: 30px;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    opacity: 0;
    visibility: visible;
    padding: 0;
    font-size: 22px;
    cursor: pointer;
    color: var(--quiklearn-white-color);
    background: var(--quiklearn-primary-color);
	border-radius: 6px;
    z-index: 1;
    transition: all ease 0.31s;
}
.header-search.open .close {
  	opacity: 1;
  	visibility: visible;
}
.header-search .close i {
	position: relative;
	z-index: -1;
}
.header-search .close:focus {
	box-shadow: none;
	border: none;
	outline: none;
}
.header-search .header-search-form {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	max-width: 1176px;
	width: 100%;
	margin: 0 auto;
	transform: translateY(-50%);
	transition: all 0s ease-in-out;
}
.header-search .header-search-form input[type=search] {
	width: 90%;
	height: 60px;
	color: var(--quiklearn-heading-color);
	font-size: 22px;
	text-align: left;
	border: none;
	border-radius: 0;
	margin: 0px auto;
	padding: 15px 35px 15px 0;
	outline: none;
	background: transparent;
	border-bottom: 1px solid var(--quiklearn-border-color);
	line-height: 28px;
	transition: all 0s ease-in-out;
}
.header-search .header-search-form input::-webkit-input-placeholder {
	color: #aaa;
}
.header-search .header-search-form input:-ms-input-placeholder {
	color: #aaa;
}
.header-search .header-search-form input:-moz-placeholder {
	color: #aaa;
}
.header-search .header-search-form .search-btn {
  padding: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: var(--quiklearn-body-color);
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0px;
  margin-left: -24px;
  background: transparent;
  line-height: 29px;
  z-index: 12;
  transition: all 0s ease-in-out;
}
.header-search .header-search-form .search-btn i {
	line-height: 28px;
}
.header-search .header-search-form .search-btn:hover {
  color: var(--quiklearn-primary-color);
}
.header-search .stylish-input-group .btn,
.header-search .custom-search-input .btn {
  position: absolute;
  left: 20%;
}
.header-search .stylish-input-group input:focus,
.header-search .stylish-input-group .search-btn:focus,
.header-search .stylish-input-group .btn:focus,
.header-search .custom-search-input input:focus,
.header-search .header-search-form .search-btn:focus,
.header-search .custom-search-input .btn:focus {
  box-shadow: none;
  outline: none;
}
/*-------------------------------------
#. Header Sticky
---------------------------------------*/
.header-area {
	background: var(--quiklearn-white-color);
	position: relative;
	z-index: 9;
	transition: all ease 0.31s;
}
.header-menu {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.admin-bar .rt-sticky {
	top: 32px;
}
.rt-sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: 100%;
	background-color: var(--quiklearn-white-color);
	box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 10%);
	z-index: 3;
}
.tr-header .rt-sticky {
	background-color: var(--quiklearn-secondary-color);
}
/* Header Logo */
.site-header .site-branding a {
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}
.site-header .site-branding a img {
	max-width: 179px;
	width: 100%;
}
.site-header .site-branding .light-logo {
	display: none;
}
/* Main Navigation fallbackcd*/
.fallbackcd-menu-item .fallbackcd {
	display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: var(--quiklearn-heading-color);
    padding: 39px 15px;
    text-transform: capitalize;
    transition: all ease 0.31s;
}
.main-navigation ul li span.new {
	background: var(--quiklearn-primary-color);
    font-size: 10px;
    color: #fff;
    padding: 3px 5px 2px;
    border-radius: 6px;
}
.main-navigation ul li span.hot {
	background: #ff1f1f;
    font-size: 10px;
    color: #fff;
    padding: 3px 5px 2px;
    border-radius: 6px;
}
/*-------------------------------------
#. Main Navigation
---------------------------------------*/
.site-header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.site-header .main-navigation nav ul li {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
}
.site-header .main-navigation nav ul li a {
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	color: var(--quiklearn-heading-color);
	padding: 34px 0;
	text-transform: capitalize;
}
.site-header .rt-sticky .main-navigation nav > ul > li > a {
	padding: 30px 0 !important;
	transition: all 0.4s ease-in-out;
}
.site-header .rt-sticky .main-navigation nav ul li.menu-item-has-children a:after {
	top: 40px !important;
	transition: all 0.4s ease-in-out;
}
.site-header .main-navigation > nav > ul > li {
	margin-right: 40px;
}
.site-header .main-navigation > nav > ul > li:last-child {
	margin-right: 0;
}
@media(max-width: 1440px) {
	.site-header .main-navigation > nav > ul > li {
		margin-right: 20px;
	}
}
.site-header .main-navigation nav > ul > li > a::before {
    position: absolute;
    content: "";
    top: 77%;
    transform: translateY(-50%);
    left: 0;
    background-color: var(--quiklearn-primary-color);
    border-radius: 45px;
    width: 0;
    height: 3px;
    transition: all 0.2s ease-in-out;
}
.site-header .main-navigation nav > ul > li:hover > a::before {
    width: 100%;
}
.site-header .main-navigation nav ul li.menu-item-has-children a:after {
    content: "\e818";
    font-family: "rt-quiklearn";
    font-size: 6px;
    line-height: 1;
    position: absolute;
    top: 44px;
    right: -18px;
    color: var(--quiklearn-meta-color);    
    transition: all 0.21s ease-in-out;
}
.site-header .main-navigation nav ul li.menu-item-has-children:hover a:after {
	transform: rotate(180deg);
}
.site-header .main-navigation ul.menu li.current-menu-item > a,
.site-header .main-navigation ul.menu > li.current > a {
	color: var(--quiklearn-primary-color);
}
.site-header .main-navigation ul.menu li.current-menu-ancestor > a {
	color: var(--quiklearn-primary-color);
}
/*-------------------------------------
#. Submenu
---------------------------------------*/
.site-header .main-navigation ul li ul {
	text-align: left;
}
.site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:before {
	color: var(--quiklearn-meta-color);
	content: "\e81a";
    font-family: "rt-quiklearn";
	font-size: 8px;
	position: absolute;
	right: 15px;
	top: 5px;
	transition: all 0.4s ease-in-out;
}
.site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:hover:before {
    transform: rotate(180deg);
}
.site-header .main-navigation ul li ul li:last-child {
	border-bottom: none;
}
.site-header .main-navigation ul li ul li a {
	position: relative;
	overflow: hidden;
	display: block;
	color: var(--quiklearn-heading-color);
	text-transform: inherit;
	padding: 7px 20px 7px 25px;
	font-weight: 500;
	font-size: 15px;
	z-index: 2;
	transition: all 0.4s ease-in-out;
}
.site-header .main-navigation ul > li > ul {
	position: absolute;
    top: 100%;
    left: 0;
    width: 225px;
    margin: 0;
    padding: 10px 0;
    background-color: var(--quiklearn-white-color);
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
    text-align: left;
    box-shadow: 0 0 90px 0 rgb(0 0 0 / 10%);
    padding: 15px 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(.3,.02,0,.6);
    opacity: 0;
    z-index: 100;
    transform: scaleY(0);
    transform-origin: 0 0 0;
}
.site-header .main-navigation ul > li:hover > ul {
	top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.31s ease;
    transform: scaleY(1);
}
.site-header .main-navigation ul > li > ul li ul {
	left: 225px;
	top: 0;
	width: 225px;
}
.site-header .main-navigation ul > li:hover > ul li ul {
	top: 0;
}
.site-header .main-navigation ul li ul {
	background-color: var(--quiklearn-white-color);
}
.site-header .main-navigation ul li ul li {
	display: block;
	border-bottom: none;
	border-left: none;
}
.site-header .main-navigation ul li ul li:last-child {
	border-bottom: none;
}
.site-header .main-navigation ul li ul.sub-menu li > a:before {
	position: absolute;
	content: "";    
    width: 12px;
    height: 3px;
    background-color: var(--quiklearn-primary-color);
    border-radius: 50px;
    left: 10px;
    top: 16px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.site-header .main-navigation ul li ul.sub-menu li:hover > a:before {
	opacity: 1;
	visibility: visible;
	left: 25px;
}
.site-header .main-navigation ul li ul.sub-menu li:hover > a {
	padding-left: 45px;
}
/*Menu hover effect*/
.site-header .main-navigation ul.menu li ul.sub-menu li a:after {
	content: "";
}
.site-header .main-navigation ul.menu li ul.sub-menu li a:hover {
	color: var(--quiklearn-primary-color);
}
.site-header .main-navigation ul.menu li ul.sub-menu:hover li a {
	opacity: 0.5;
}
.site-header .main-navigation ul.menu li ul.sub-menu:hover li a:hover {
	opacity: 1;
}
/*-------------------------------------
#. Mega Menu
---------------------------------------*/
.site-header .main-navigation ul li.mega-menu {
	position: static;
}
.site-header .main-navigation ul li.mega-menu:hover ul {
	opacity: 1;
	visibility: visible;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li:last-child {
	border-bottom: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu {
	width: calc(100% - 0px);
	max-width: 1290px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	padding: 15px;
	display: flex;
	justify-content: space-around;
}
.site-header .main-navigation ul li.mega-menu.menu-two-column,
.site-header .main-navigation ul li.mega-menu.menu-three-column {
	position: relative;
}
.site-header .main-navigation ul li.mega-menu.menu-two-column > ul.sub-menu {
	width: 550px;
}
.site-header .main-navigation ul li.mega-menu.menu-three-column > ul.sub-menu {
	width: 750px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li {
	display: inline-block;
	width: 100%;
	border: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li ul {
	top: 0;
	position: relative;
	width: inherit;
	left: inherit;
	box-shadow: none;
	border-top: none;
	transform: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:after {
	content: '';
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:before {
	color: var(--quiklearn-primary-color);
	font-size: 14px;
	padding-right: 13px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
	color: var(--quiklearn-heading-color);
	font-size: 18px;
	font-weight: 700;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li:hover > a {
	padding-left: 25px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a:before,
.site-header .main-navigation ul li.mega-menu.hide-header > ul.sub-menu > li > a {
	display: none;
}
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li:after,
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li.menu-item-has-children:before {
	display: none;
}

/*Course Category*/
.course-category {
	position: relative;
}
.course-category .course-button {
    background-color: var(--quiklearn-grey-color-1);
    font-size: 15px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
    color: var(--quiklearn-heading-color);
    border: 1px solid var(--quiklearn-border-color);
    border-radius: 50px;
    padding: 5px 15px;
    height: 50px;
}
.course-category .down-arrow {
	background-color: var(--quiklearn-white-color);
	border: 1px solid var(--quiklearn-border-color);
	color: var(--quiklearn-primary-color);
    border-radius: 50%;
    font-size: 8px;
    width: 30px;
    height: 30px;
	transition: all 0.31s ease-in-out; 
}
.course-category .course-button-open .down-arrow {
	transform: rotate(-180deg);
}
.course-category .rt-course-item {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    margin-top: 2px;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
	width: 100%;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 3;
}
.course-category .cat-course-open .rt-course-item {
    opacity: 1;
	visibility: visible;
    transform: scale(1) translateY(0);
}
.course-category .rt-course-item li {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}
.course-category .rt-course-item li a {
	color: var(--quiklearn-body-color);
}
.course-category .rt-course-item li:hover a {
	color: var(--quiklearn-primary-color);
}
.course-category .rt-course-item li:hover {
	background-color: var(--quiklearn-grey-color-1);
	color: var(--quiklearn-heading-color);
}
/*Course Header Search*/
.rt-course-search .form-inline {
	border: 1px solid var(--quiklearn-border-color);
	background-color: var(--quiklearn-white-color);
	border-radius: 50px;
	padding: 5px;
}
.rt-course-search .rt-dropdown .rt-btn {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 14px;
    color: var(--quiklearn-body-color);
    background-color: var(--quiklearn-white-color);
    box-shadow: none;
    border: none;
    border-radius: 50px 0 0 50px;
    position: relative;
    height: 45px;
	min-width: 160px;
    z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rt-course-search .rt-dropdown .rt-btn:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: var(--quiklearn-border-color);
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: auto;
}
.rt-course-search .rt-dropdown .rt-btn .down-arrow {
	position: relative;
	top: 0;
	font-size: 7px;
	margin-left: 40px;
}
.rt-course-search .rt-drop-menu {
    top: calc(-100% + 0px) !important;
    padding-top: 65px;
    padding-bottom: 10px;
    border-radius: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: var(--quiklearn-white-color);
    box-shadow: rgb(0 0 0 / 10%) 0px 8px 24px;
    border: none;
    z-index: 2;
}
.rt-course-search .rt-drop-menu li {
	font-size: 14px;
    padding: 0 20px;
    line-height: 1;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    color: var(--quiklearn-black-color);
}
.rt-course-search .rt-drop-menu li a {
	color: var(--quiklearn-body-color);
}
.rt-course-search .rt-drop-menu li a:hover {
	color: var(--quiklearn-primary-color);
}
.rt-course-search .rt-input-wrap {
	position: relative;
	width: 70%;
}
.rt-course-search .rt-search-text {
	background-color: var(--quiklearn-white-color);
    border-radius: 0 50px 50px 0;
    border: none;
    font-size: 14px;
    padding: 14px 117px 14px 15px;
    line-height: 1;
    height: 45px;
    transition: unset;
    width: 100%;
}
.rt-course-search .rt-search-text:focus {
	box-shadow: none;
	border: none;
}
.rt-course-search .input-group-append button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
    border-radius: 50px;
    padding: 13px 18px;    
    font-size: 18px;
    font-weight: 500;
    height: 100%;
    line-height: 1;
    display: flex;
    column-gap: 8px;
    align-items: center;
	transition: all 0.21s ease-in-out;
}
.rt-course-search .input-group-append button:hover {
	background-color: var(--quiklearn-secondary-color);
	color: var(--quiklearn-white-color);
}
.rt-course-search-2 .input-group-append button {
	background-color: var(--quiklearn-rating-color);
	color: var(--quiklearn-heading-color);
}
@media(max-width: 767px) {
	.rt-course-search .form-inline {
		border-radius: 6px;
		padding: 24px;
	}
	.rt-course-search .input-group {
		display: block;
	}
	.rt-course-search .input-group-append button {
		position: unset;
		transform: unset;
		width: 100%;
		justify-content: center;
	}
	.rt-course-search .rt-input-wrap {
		width: 100%;
	}
	.rt-course-search .rt-dropdown .rt-btn:after {
		display: none;
	}
	.rt-course-search .rt-dropdown .rt-btn {
		width: 100%;
		border: 1px solid var(--quiklearn-border-color);
		border-radius: 50px;
		z-index: 1;
	}
	.rt-course-search .rt-search-text {
		border: 1px solid var(--quiklearn-border-color);
		border-radius: 50px;
		margin: 15px 0;
	}
	.rt-course-search .rt-drop-menu {
		padding-top: 15px;
		border-radius: 6px;
	}
}
.rt-course-search-1 .rt-drop-menu,
.rt-course-search-2 .rt-drop-menu {
	top: 5px !important;
    padding-top: 25px;
	border-radius: 10px;
}
/*-------------------------------------
#. Header Layout 1
---------------------------------------*/
/*-------------------------------------
#. Header Layout 2
---------------------------------------*/
.header-style-2 .header-top {
	padding-top: 40px;
	padding-bottom: 10px;
}
.header-style-2 .cart-icon-info {
	display: inline-flex;
	column-gap: 25px;
}
.header-style-2 .header-info {
	display: inline-flex;
	align-items: center;
	column-gap: 8px;
}
.header-style-2 .header-info .info-icon {
	background: var(--quiklearn-grey-color-1);
	color: var(--quiklearn-primary-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    width: 50px;
    position: relative;
}
.header-style-2 .header-info .info-text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--quiklearn-heading-color);
}
.header-style-2 .header-info .info-text a {
	color: var(--quiklearn-heading-color);
}
.header-style-2 .header-info .info-text a:hover {
	color: var(--quiklearn-primary-color) !important;
}
.header-style-2 .header-info .info-text span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: var(--quiklearn-body-color);
}
.header-style-2 .menu-full-wrap {
	column-gap: 20px;
}
.header-style-2 .rt-course-search {
	margin-left: 35px;
}
/*-------------------------------------
#. Header Layout 3
---------------------------------------*/
.header-style-3 .header-area {
	background-color: var(--quiklearn-banner-color);
}
.header-style-3 .header-top {
	padding-top: 40px;
	padding-bottom: 40px;
}
.header-style-3 .cart-icon-info {
	display: inline-flex;
	column-gap: 25px;
}
.header-style-3 .header-info {
	display: inline-flex;
	align-items: center;
	column-gap: 8px;
}
.header-style-3 .header-info .info-icon {
	background: var(--quiklearn-white-color);
	color: var(--quiklearn-primary-color);
	border: 1px solid var(--quiklearn-border-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
    width: 50px;
    position: relative;
}
.header-style-3 .header-info .info-text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--quiklearn-heading-color);
}
.header-style-3 .header-info .info-text a {
	color: var(--quiklearn-heading-color);
}
.header-style-3 .header-info .info-text a:hover {
	color: var(--quiklearn-primary-color) !important;
}
.header-style-3 .header-info .info-text span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: var(--quiklearn-body-color);
}
.header-style-3 .menu-full-wrap {
	column-gap: 30px;
}
.header-style-3 .header-bottom {
	border-top: 1px solid var(--quiklearn-border-color);
	border-bottom: 1px solid var(--quiklearn-border-color);
}
.header-style-3 .site-header .main-navigation nav > ul > li > a {
	padding-top: 20px;
	padding-bottom: 20px;
}
.header-style-3 .site-header .main-navigation nav ul li.menu-item-has-children a:after {
	top: 30px;
}
/*-------------------------------------
#. Header Layout 4
---------------------------------------*/
@media(min-width: 1441px) {
	.container-custom {
		margin: 0 auto;
		padding-left: 70px;
		padding-right: 70px;
	}
}
/*-------------------------------------
#. Transparent Header
---------------------------------------*/
.tr-header .header-top-bar {
	border-bottom: none;
}
.tr-header .header-area {
	position: absolute;
	left: 0;
	right: 0;
	background-color: transparent;
}
.tr-header .header-icon-area .cart-amount,
.tr-header .header-icon-area .header-login a,
.tr-header .header-icon-area .item-icon > a {
	color: var(--quiklearn-white-color);
}
.tr-header .header-icon-area .item-icon path {
	stroke: var(--quiklearn-white-color);
}
.tr-header .site-header .main-navigation nav ul li.menu-item-has-children a:after {
	color: var(--quiklearn-white-color);
}
.tr-header .header-offcanvus button.side-menu-trigger .menu-btn-icon .line,
.tr-header .header-offcanvus button.side-menu-trigger .menu-btn-icon .line2::before,
.tr-header .header-offcanvus button.side-menu-trigger .menu-btn-icon::before, 
.tr-header .header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
	background-color: var(--quiklearn-white-color);
}
.tr-header .site-header .site-branding .light-logo {
    display: table-cell;
}
.tr-header .site-header .site-branding .dark-logo {
    display: none;
}
.tr-header .site-header .main-navigation > nav > ul > li > a {
	color: var(--quiklearn-white-color);
}
.tr-header .site-header .main-navigation ul.menu li.current-menu-ancestor > a {
	color: var(--quiklearn-white-color);
}
/*---------------------------
#. Header Right Menu
-----------------------------*/
/*offcanvas layout 1*/
.additional-menu-area .sidenav .canvas-content::-webkit-scrollbar {
    width: 0;
}
.rt-slide-nav::-webkit-scrollbar {
    width: 0;
}
.cart-area .cart-wrapper::-webkit-scrollbar {
    width: 0;
}
.additional-menu-area .sidenav {
	max-width: 395px;
    width: 100%;
    position: fixed;
    transform: translateY(-120%);
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: var(--quiklearn-white-color);
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.39, 0.94);
    will-change: transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 10%);
}
.additional-menu-area .sidenav .canvas-content {
	height: 100vh;
    padding: 50px;
    transition: all ease 0.8s;
    overflow-y: auto;
}
.additional-menu-area .sidenav .closebtn {
	background: var(--quiklearn-primary-color);
	border-radius: 6px;
	color: var(--quiklearn-white-color);
	font-size: 18px;
	position: absolute;
	right: 50px;
	top: 50px;
	width: 34px;
	height: 34px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 10;
}
.additional-menu-area .sidenav .additional-logo a {
	color: var(--quiklearn-primary-color);
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
}
.additional-menu-area .sidenav .additional-logo img {
	max-width: 179px;
	width: 100%;
}
.additional-menu-area .sidenav .light-logo {
	display: none;
}
.additional-menu-area .sidenav ul li {
	position: relative;
	line-height: 24px;
	list-style: none;
	transition: all ease 0.31s;
}
.additional-menu-area .sidenav ul li a {
	position: relative;
	display: block;
	font-size: 16px;
	color: var(--quiklearn-heading-color);
	border: none;
	padding: 10px 0;
	font-weight: 500;
}
.additional-menu-area .sidenav ul li a:hover {
	color: var(--quiklearn-primary-color);
}
.additional-menu-area .sub-menu {
	display: none;
}
.additional-menu-area .sidenav .sub-menu {
	padding-left: 20px;
}
.additional-menu-area .sidenav ul li ul li a {
	color: var(--quiklearn-heading-color);
    text-transform: inherit;
	font-size: 15px;
    font-weight: 500;
    padding: 7px 0;
}
.additional-menu-area .sidenav ul li > span {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
}
.additional-menu-area .sidenav ul li > span:after {
    content: "\2b";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transition: .1s;
    right: 15px;
    position: absolute;
    font-size: 14px;
    color: var(--quiklearn-body-color);
}
.additional-menu-area .sidenav ul li > span.open:after {
    content: '\f068';
    color: var(--quiklearn-primary-color);
}
.additional-menu-area .sidenav-address {
	padding-top: 40px;
}
.additional-menu-area .sidenav-address span {
	font-size: 16px;
	display: flex;
	margin-bottom: 10px;
}
.additional-menu-area .sidenav-address span .icon-quiklearn-message {
	font-size: 13px;
}
.additional-menu-area .sidenav-address span i {
	color: var(--quiklearn-primary-color);
	margin-right: 15px;
	width: 15px;
}
.additional-menu-area .sidenav-address span a {
	display: inline-block;
	color: var(--quiklearn-body-color);
	padding: 0;
}
.additional-menu-area .sidenav-address span a:hover {
	color: var(--quiklearn-primary-color);
}
.additional-menu-area .sidenav-address .copyright {
	margin-top: 20px;
}
.additional-menu-area .sidenav-social {
	margin-top: 25px;
}
.additional-menu-area .sidenav-social span {
	color: var(--quiklearn-body-color);
	display: inline-block;
	padding-right: 5px;
	font-size: 16px;
	text-align: center;
}
.additional-menu-area .sidenav-social span a i {
	color:var(--quiklearn-body-color);
	transition: all 0.31s ease-in-out;
	margin-right: 0;
}
.additional-menu-area .sidenav-social span a:hover i {
	color: var(--quiklearn-white-color);	
}
.additional-menu-area .sidenav-social span a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 6px;
	color: var(--quiklearn-body-color);
	background-color: var(--quiklearn-grey-color-1);
	font-size: 15px;
}
.additional-menu-area .sidenav-social span a:hover {
	background-color: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
}
.additional-menu-area #sb_instagram {
	margin-left: -10px;
	padding-bottom: 0 !important;
}
body .rt-cover {
	z-index: 149; 
	opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(16, 16, 16, 0);
	transition: all 0.5s ease-in-out;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
/*offcanvus button*/
.header-offcanvus button.side-menu-trigger .menu-text {
	font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 10px;
    color: #292929;
    transition: all 0.3s ease;
    position: relative;
    top: 1px;
}
.header-offcanvus button.side-menu-trigger {
	border: none;
	background-color: transparent;
	box-shadow: none;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	padding: 0;
	justify-content: center;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon {
	position: relative;
	display: block;
	width: 28px;
	height: 16.5px;
	top: 0;
	overflow: hidden;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line {
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: var(--quiklearn-body-color);
	border-radius: 12px;
	transition: all 0.3s ease-out;
	transition-delay: 0s;
	transform: translateX(0);
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon::before, 
.header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--quiklearn-body-color);
	transition: all 0.3s ease-out;
	transform: translateX(-100%);
	transform-origin: left;
	transition-delay: 0s;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line2::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--quiklearn-body-color);
	transition: all 0.3s ease-out;
	transform: translateX(-100%);
	transform-origin: left;
	transition-delay: 0s;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line1 {
	top: 0;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line2 {
	top: 7px;
	width: 20px;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line3 {
	top: 14px;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
	bottom: 0.5px;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line {
	transform: translateX(100%);
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line1 {
	transition-delay: 0s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line2 {
	transition-delay: 0.15s;
	transform: translateX(100%);
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line3 {
	transition-delay: 0.30s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::before, 
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::after {
	transform: translateX(0);
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::before {
	transition-delay: 0.3s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::after {
	transition-delay: 0.45s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line2::before {
	transform: translateX(-100%);
	transition-delay: 0.75s;
}
/*offcanvus widget*/
.sidenav-address > .widget h3 {
	display: flex;
    align-items: center;
    position: relative;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
    z-index: 2;
}
.additional-menu-area .sidenav-address label {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	color: var(--quiklearn-heading-color);
}
.additional-menu-area .sidenav-address .social-title {
	margin-top: 30px;
}
/*-------------------
#. Preloader css
--------------------*/
#preloader {
	overflow: visible;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999999;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
}
.loader {
	height: 100%;
	width: 100%;
	position: fixed;
	overflow: hidden;
	background: #ffffff;
}
/* .loader .cssload-loader {
	width: 65px;
	height: 65px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
}
.loader .cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 50%;
}
.loader .cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 5px solid var(--quiklearn-primary-color);
}
.loader .cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 5px solid var(--quiklearn-primary-color);
}
.loader .cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 5px solid var(--quiklearn-primary-color);
} */

.loader .cssload-loader {
	width: 190px;
	height: 50px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
}
.loader .cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 50%;
}
.loader .cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	width: 50px;
	height: 50px;
	background-color: var(--quiklearn-primary-color);
	animation: cssload-rotate-one 1.15s linear infinite;
}
.loader .cssload-inner.cssload-two {
	left: 37%;
	top: 0%;
	width: 50px;
	height: 50px;
	background-color: var(--quiklearn-heading-color);
	animation: cssload-rotate-two 1.15s linear infinite;
}
.loader .cssload-inner.cssload-three {
	left: 75%;
	top: 0%;
	width: 50px;
	height: 50px;
	background-color: var(--quiklearn-rating-color);
	animation: cssload-rotate-three 1.15s linear infinite;
}

@keyframes cssload-rotate-one {
  0% {
	-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	transform: rotateX(35deg) rotateX(-45deg) rotateX(0deg);
  }
  100% {
	-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	transform: rotateX(35deg) rotateX(-45deg) rotateX(360deg);
  }
}

@keyframes cssload-rotate-two {
  0% {
	-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	transform: rotateX(50deg) rotateX(10deg) rotateX(0deg);
  }
  100% {
	-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	transform: rotateX(50deg) rotateX(10deg) rotateX(360deg);
  }
}

@keyframes cssload-rotate-three {
  0% {
	-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	transform: rotateX(35deg) rotateX(55deg) rotateX(0deg);
  }
  100% {
	-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	transform: rotateX(35deg) rotateX(55deg) rotateX(360deg);
  }
}
/*---------------------------------------------------------
#. Footer - Scroll to top
-----------------------------------------------------------*/
.scroll-wrap {
	position: fixed;
	right: 24px;
	bottom: 24px;
	width: 37px;
	height: 37px;
	cursor: pointer;
	display: block;
	border-radius: 100%;
	box-shadow: inset 0 0 0 0.1rem rgb(128 130 134 / 25%);
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0.75rem);
	transition: all 200ms linear, margin-right 0ms;
}
.scroll-wrap:after {
	position: absolute;
	content: "\f062";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: var(--quiklearn-primary-color);
	left: 0;
	top: 0;
	height: 37px;
	width: 37px;
	cursor: pointer;
	display: block;
	z-index: 1;
	transition: all 200ms linear;
}
.scroll-wrap.active-scroll {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.scroll-wrap svg path {
	fill: none;
}
.scroll-wrap svg.scroll-circle path {
	stroke: var(--quiklearn-primary-color);
	stroke-width: 4;
	box-sizing: border-box;
	transition: all 200ms linear;
}
/*---------------------------------------------
#. Widgets - Footer Widgets
-----------------------------------------------*/
.site-content {
	position: relative;
}
.footer-content-area {
	position: relative;
	font-size: 16px;
	border-top: none;
	padding: 100px 0 65px;
	color: var(--quiklearn-footer-color);
}
.footer-content-area a,
.footer-content-area .widget ul li a {
	color: var(--quiklearn-footer-color);
}
.footer-logo img {
	max-width: 182px;
}
.footer-top-area .widget {
	margin-bottom: 35px;
	padding-bottom: 0px;
	width: 100%;
}
.footer-area .widgettitle {
	position: relative;
	color: var(--quiklearn-white-color);
	font-size: 22px;
	margin-bottom: 25px;
}
@media (max-width: 767px) {
	.footer-top-area {
		text-align: center;
	}
	.footer-content-area {
		padding-top: 80px;
		padding-bottom: 20px;
	}
	.footer-top-area .corporate-address li {
		justify-content: center;
	}
}
.footer-top-area .widget_archive.widget > select {
	margin-top: 0;
}
.footer-area caption {
	color: inherit;
}
.footer-top-area .widget.footer-logo {
	margin-bottom: 24px;
}
.footer-top-area .widget.footer-logo img {
	width: 179px;
}
.footer-top-area .widget ul.menu li a {
	display: inline-flex;
	align-items: center;
	position: relative;
}
.footer-content-area ul.menu li a::before {
	content: "";
    position: absolute;
    width: 12px;
    height: 3px;
    background: var(--quiklearn-primary-color);
    border-radius: 50px;
    left: -12px;
    top: 12px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.footer-content-area .widget ul.menu li a:hover {
	padding-left: 20px;
}
.footer-content-area .widget ul.menu li a:hover::before {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.footer-area .widget ul li a:hover {
	color: var(--quiklearn-white-color);
}
/*About address*/
.footer-top-area .widget_quiklearn_address {
	margin-bottom: 24px;
	padding-right: 30px;
}
.footer-top-area .corporate-address li {
	display: inline-flex;
	width: 100%;
	vertical-align: top;
	line-height: inherit;
}
.footer-top-area .corporate-address li i {
	position: relative;
	top: 4px;
	line-height: 1;
	font-size: 15px;
	width: 30px;
    padding-right: 12px;
	color: var(--quiklearn-white-color);
}
.footer-top-area .corporate-address li .icon-quiklearn-location,
.footer-top-area .corporate-address li .icon-quiklearn-phone {
	font-size: 18px;
}
/*widget search*/
.footer-top-area .search-form input:-webkit-autofill,
.footer-top-area .search-form input:-webkit-autofill:hover, 
.footer-top-area .search-form input:-webkit-autofill:focus, 
.footer-top-area .search-form input:-webkit-autofill:active
{
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.footer-top-area .search-form button:hover {
	color: #fff;
}
.footer-top-area .search-form .input-group input {
	color: var(--quiklearn-white-color);
	background-color: var(--quiklearn-footer-color);
	border-radius: 6px;
}
.footer-top-area .widget_search .search-form input.form-control::-webkit-input-placeholder {
	color: #fff;
}
.footer-top-area .widget_search .search-form input.form-control:-ms-input-placeholder {
	color: #fff;
}
.footer-top-area .widget_search .search-form input.form-control:-moz-placeholder {
	color: #fff;
}
.footer-top-area .wp-caption-text {
	color: var(--quiklearn-footer-color);
}
.footer-top-area .widget select {
	background-color: transparent;
	border-color: var(--quiklearn-footer-color);
	border-radius: 6px;
}
/*widget archive*/
.footer-top-area .widget_archive ul li a {
	display: inline-flex;
	align-items: center;
	position: relative;
}
.footer-top-area .widget_archive ul li a::before {
	content: "";
    position: absolute;
    width: 12px;
    height: 3px;
    background: var(--quiklearn-primary-color);
    border-radius: 50px;
    left: -12px;
    top: 12px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.footer-top-area .widget_archive ul li a:hover {
	padding-left: 20px;
}
.footer-top-area .widget_archive ul li a:hover::before {
	left: 0;
	opacity: 1;
	visibility: visible;
}
/*widget categories*/
.footer-top-area .widget_categories {
	overflow: hidden;
}
.footer-top-area .widget_categories ul li a {
	position: relative;
}
.footer-top-area .widget_categories ul li a::before {
	content: "";
    position: absolute;
    width: 12px;
    height: 3px;
    background: var(--quiklearn-primary-color);
    border-radius: 50px;
    left: -12px;
    top: 12px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.footer-top-area .widget_categories ul li a:hover {
	padding-left: 20px;
}
.footer-top-area .widget_categories ul li a:hover::before {
	left: 0;
	opacity: 1;
	visibility: visible;
}
/*quiklearn category*/
.footer-top-area .rt-category-style2 {
	display: inline-block;
}
.footer-top-area .rt-category-style2 .rt-item {
	margin-bottom: 19px;
	width: 50%;
	float: left;
}
.footer-top-area .rt-category-style2 .rt-item:last-child {
	margin-bottom: 0;
}
.footer-top-area .rt-category-style2 .rt-item img {
	display: none;
}
.footer-top-area .rt-category-style2 .rt-item .rt-content {
	position: relative;
	top: initial;
	transform: none;
	padding: 0 0 0 20px;
}
.footer-top-area .rt-category .rt-item::after {
	display: none;
}
.footer-top-area .rt-category .rt-item .rt-cat-name {
    color: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}
.footer-top-area .rt-category-style2 .rt-item .rt-cat-count {
    color: #d0d0d0;
    font-size: 15px;
    background-color: transparent;
    display: inherit;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    line-height: 1;
}
.footer-top-area .rt-category-style2 .rt-item:hover .rt-cat-count {
	background-color: transparent;
}
.footer-top-area .rt-category .rt-item .rt-cat-name::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    border-radius: 0;
    background-color: #a5a5a5;
    transition: all 0.3s ease;
}
.footer-top-area .rt-category .rt-item a:hover .rt-cat-name::before {
	background-color: var(--quiklearn-primary-color);
}
/*widget pages*/
.footer-top-area .widget_pages ul li a {
	display: inline-flex;
	align-items: center;
	position: relative;
}
.footer-top-area .widget_pages ul li a::before {
	content: "";
    position: absolute;
    width: 12px;
    height: 3px;
    background: var(--quiklearn-primary-color);
    border-radius: 50px;
    left: -12px;
    top: 12px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.footer-top-area .widget_pages ul li a:hover {
	padding-left: 20px;
}
.footer-top-area .widget_pages ul li a:hover::before {
	left: 0;
	opacity: 1;
	visibility: visible;
}
/*widget meta*/
.footer-top-area .widget_meta li a {
	display: inline-flex;
	align-items: center;
	position: relative;
}
.footer-top-area .widget_meta ul li a::before {
	content: "";
    position: absolute;
    width: 12px;
    height: 3px;
    background: var(--quiklearn-primary-color);
    border-radius: 50px;
    left: -12px;
    top: 12px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.footer-top-area .widget_meta ul li a:hover {
	padding-left: 20px;
}
.footer-top-area .widget_meta ul li a:hover::before {
	left: 0;
	opacity: 1;
	visibility: visible;
}
/*widget recent comments*/
.footer-top-area .widget_recent_comments ul li {
	transition: all 140ms ease-in-out;
}
.footer-top-area .widget_recent_comments ul li.recentcomments:last-child {
	margin-bottom: 0;
}
.footer-top-area .widget_recent_comments ul li.recentcomments > a:before {
	display: none;
}
.footer-top-area .widget_recent_comments ul li.recentcomments > span {
	position: relative;
}
.footer-top-area .widget_recent_comments ul li.recentcomments:hover > span:before {
	background-color: var(--quiklearn-primary-color);
}
.footer-top-area .widget_recent_comments ul li.recentcomments span > a:before {
	left: -15px;
	top: -3px;
}
/*widget recent entries*/
.footer-top-area .widget_recent_entries ul li a {
	display: inline-flex;
	align-items: center;
	position: relative;
}
.footer-top-area .widget_recent_entries ul li a::before {
	content: "";
    position: absolute;
    width: 12px;
    height: 3px;
    background: var(--quiklearn-primary-color);
    border-radius: 50px;
    left: -12px;
    top: 12px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.footer-top-area .widget_recent_entries ul li a:hover {
	padding-left:20px;
}
.footer-top-area .widget_recent_entries ul li a:hover::before {
	left: 0;
	opacity: 1;
	visibility: visible;
}
/*widget Social*/
.footer-area .footer-about {
	margin-bottom: 28px;
}
@media(min-width: 992px) {
	.footer-area .footer-about {
		margin-right: 40px;
	}
}
.footer-area .social-wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
}
@media(max-width: 425px) {
	.footer-area .social-wrap {
		gap: 10px;
	}
}
@media(max-width: 320px) {
	.footer-area .social-wrap {
		gap: 0;
	}
}
.footer-content-area .rt-about-widget .social-label {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
	color: var(--quiklearn-footer-color);
}
.footer-content-area .widget .footer-social li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 0;
	padding-bottom: 0;
	transition: all ease 0.31s;
}
.footer-content-area .widget .footer-social li a {	
	display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-size: 15px;
    text-align: center;
    color: var(--quiklearn-white-color);
    background: rgba(var(--quiklearn-primary-rgb), 0.5);
    border-radius: 50%;
}
.footer-content-area .widget .footer-social li a:hover {
	background: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
}
/*widget tag cloud*/
.footer-top-area .widget_tag_cloud .tagcloud {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	padding-top: 6px;
}
.footer-top-area .widget_tag_cloud a {
	background: transparent;
	border-radius: 4px;
	border: 1px solid var(--quiklearn-footer-color);
	color: var(--quiklearn-footer-color) !important;
	display: inline-block;
	text-decoration: none;
	font-size: 15px !important;
	padding: 9px 13px;
	line-height: 1.2;
	transition: all 0.3s;
}
@media(max-width:991px) {
	.footer-top-area .widget_tag_cloud a {
		padding: 8px;
	}
}
.footer-top-area .widget_tag_cloud a:hover {
	border: 1px solid transparent;
	background-color: var(--quiklearn-primary-color) !important;
	color: #ffffff !important;
}
/*widget calender*/
.footer-top-area .widget_calendar caption {
	caption-side: initial;
	text-align: center;
	font-weight: 500;
	background: var(--quiklearn-primary-color);
	border-radius: 4px 4px 0 0;
	color: #ffffff;
	padding: 10px 7px;
	margin-top: 0px;
}
.footer-top-area .widget_calendar table {
	margin: 0;
}
.footer-top-area .widget_calendar table th,
.footer-top-area .widget_calendar table td {
	border-color: var(--quiklearn-footer-color);
}
.footer-top-area .widget_calendar table td#today {
	color: var(--quiklearn-primary-color);
}
.footer-top-area .widget_calendar table td#today a {
	color: var(--quiklearn-primary-color);
}
.footer-top-area .widget_calendar table td a {
	color: var(--quiklearn-primary-color);
}
/*widget newsletter form*/
.footer-top-area .fluentform .ff-el-group {
	margin-bottom: 0;
}
.footer-top-area .frm-fluent-form .ff-t-container {
	position: relative;
}
.footer-top-area .fluentform .ff-el-form-control {
	background-color: transparent;
    color: var(--quiklearn-white-color);
    border-radius: 6px;
    border: 1px solid #2e2b37;
    margin-bottom: 12px;
    padding: 15px 106px 15px 15px;
}
.footer-top-area .fluentform .ff-el-form-control::-webkit-input-placeholder {
	color: var(--quiklearn-footer-color);
}
.footer-top-area .fluentform .ff-el-form-control:-ms-input-placeholder {
	color: var(--quiklearn-footer-color);
}
.footer-top-area .fluentform .ff-el-form-control:-moz-placeholder {
	color: var(--quiklearn-footer-color);
}
.footer-top-area .fluentform .ff-el-form-control:focus {
	border-color: #2e2b37;;
	background-color: transparent;
	color: var(--quiklearn-footer-color);
}
.footer-top-area .frm-fluent-form .ff-t-cell:first-of-type {
	flex-basis: 100% !important;
}
.footer-top-area .frm-fluent-form .ff-t-cell:last-of-type {
	position: absolute;
	top: 6px;
	right: 6px;
	width: auto;
}
.footer-top-area .fluentform .click-here p {
	font-size: 15px;
	margin-bottom: 0;
}
.footer-top-area .fluentform .click-here a {
	color: var(--quiklearn-primary-color);
}
.footer-top-area .fluentform .ff-btn-submit {
    position: relative;
    background-color: var(--quiklearn-primary-color);
    color: var(--quiklearn-white-color);
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 20px 13px;
    line-height: 1;
	transition: all 0.21s ease-in-out;
}
.footer-top-area .fluentform .ff-btn-submit:hover {
	background-color: var(--quiklearn-secondary-color);
	opacity: 1;
}
.footer-top-area a {
	text-decoration: none;
}
.footer-top-area ul li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	position: relative;
	line-height: 1.6;
}
.footer-top-area ul li:last-child,
.footer-top-area ul.menu li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer-top-area ul li ul.children,
.footer-top-area ul li ul.sub-menu {
	padding-left: 15px;
	padding-top: 15px;
}
.footer-top-area ul li ul.children li :last-child,
.footer-top-area ul li ul.sub-menu li :last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.footer-top-area ul li a {
  text-decoration: none;
}
.footer-top-area .gallery .gallery-item {
	max-width: 31.5%;
	margin: 0 5px 5px 0px;
}

.footer-top-area .gallery .gallery-item .gallery-icon {
	margin: 0;
	overflow: hidden;
	border-radius: 6px;
}
.footer-top-area .gallery .gallery-item img {
	height: 100px;
	object-fit: cover;
	cursor: pointer;
	transition: 0.31s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.footer-top-area .gallery .gallery-item:hover img {
	transform: scale(1.05);
}
.footer-bg-opacity:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 35, 90, 0.9);
	z-index: 0;
}
.footer-area {
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.footer-area .footer-top-area {
	background-color: var(--quiklearn-black-color);
	background-attachment: fixed !important;
}
/*Copyright area*/
.footer-copyright-area {
	position: relative;
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
	background-color: var(--quiklearn-black-color);
	border-top: 1px solid #27242f;
	z-index: 1;
}
.copyright-area,
.copyright-area.menu-off.logo-on {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--quiklearn-footer-color);
}
.copyright-area .copyright {
	text-align: right;
}
.footer-copyright-area .copyright-area a {
	color: var(--quiklearn-footer-color);
}
.footer-copyright-area .copyright-area a:hover {
	color: var(--quiklearn-white-color);
}
.copyright-area.menu-off,
.copyright-area.menu-on.logo-off {
	display: block;
}
.copyright-area.menu-off .copyright,
.copyright-area.menu-on.logo-off .copyright {
	text-align: center;
}
.copyright-area .footer-social {
	margin: 0;
	padding: 0;
}
.copyright-area .copyright-menu ul {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
}
.copyright-area .copyright-menu ul li {
	margin-bottom: 0;
	padding-bottom: 0;
}
.copyright-area .copyright-menu ul li a {
	padding-left: 15px;
}
.copyright-area .copyright-menu ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #989bad;
	transition: all 0.3s ease;
}
.copyright-area .copyright-menu ul li:hover::before {
	background-color: var(--quiklearn-white-color);
}
.copyright-area .copyright-menu ul li:first-child a {
	padding-left: 0;
}
.copyright-area .copyright-menu ul li:first-child::before {
	display: none;
}
.copyright-area .widget {
	margin-bottom: 0;
}
/*Copyright Social*/
.copyright-area .copyright-social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	column-gap: 15px;
}
.copyright-area .copyright-social li {
	margin: 0;
	padding: 0;
}
@media(max-width: 991px) {
	.copyright-area {
		display: block;
	}
	.copyright-area .copyright {
		text-align: center;
	}
	.copyright-area .footer-social,
	.copyright-area .copyright-menu ul {
		margin-top: 10px;
	}
	.copyright-area .copyright-social {
		justify-content: center;
		margin-top: 12px;
	}
}

/*Footer style 3*/
.footer-style-3 .footer-area .widgettitle {
	color: var(--quiklearn-heading-color);
}
.footer-style-3 .footer-content-area,
.footer-style-3 .footer-content-area .rt-about-widget .social-label {
	color: var(--quiklearn-body-color);
}
.footer-style-3 .footer-content-area a,
.footer-style-3 .footer-content-area .widget ul li a {
	color: var(--quiklearn-body-color);
}
.footer-style-3 .footer-content-area a:hover,
.footer-style-3 .footer-content-area .widget ul li a:hover {
	color: var(--quiklearn-primary-color);
}
.footer-style-3 .footer-top-area .corporate-address li i {
	color: var(--quiklearn-meta-color);
}
.footer-style-3 .copyright-area {
	color: var(--quiklearn-body-color);
}
.footer-style-3 .copyright-area a {
	color: var(--quiklearn-body-color);
}
.footer-style-3 .copyright-area a:hover,
.footer-style-3 .footer-area .widget ul li a:hover {
	color: var(--quiklearn-primary-color);
}
.footer-style-3 .footer-content-area .widget .footer-social li a {
    background-color: var(--quiklearn-grey-color-1);
}
.footer-style-3 .footer-content-area .widget .footer-social li a:hover {
    color: var(--quiklearn-white-color);
    background-color: var(--quiklearn-primary-color);
}
.footer-style-3 .footer-copyright-area {
	background-color: var(--quiklearn-banner-color);
	border-top: none;
}
.footer-style-3 .footer-top-area .fluentform .ff-el-form-control,
.footer-style-3 .footer-top-area .fluentform .ff-el-form-control:focus {
	color: var(--quiklearn-body-color);
	border: 1px solid var(--quiklearn-border-color);
}
/*---------------------------------------------
#. Widgets - Sidebar
-----------------------------------------------*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
	-webkit-box-shadow: 0 0 0 30px #f8f8f8 inset !important;
}
.header-search-form input:-webkit-autofill,
.header-search-form input:-webkit-autofill:hover, 
.header-search-form input:-webkit-autofill:focus, 
.header-search-form input:-webkit-autofill:active
{
	-webkit-box-shadow: 0 0 0 40px #ffffff inset !important;
}
.widget select {
	background-color: var(--quiklearn-white-color);
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 0;
	padding: 12px 13px;
	width: 100%;
	outline: none;
}
.widget > select {
	margin-top: 10px;
}
.widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget ul li a {
	color: var(--quiklearn-body-color);
	display: inline;
}
.widget ul li a:hover {
	color: var(--quiklearn-primary-color);
}
.widget_recent_entries ul li span {
	display: block;
}
.sidebar-widget-area {
	background-color: var(--quiklearn-white-color);
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 6px;
	padding: 30px;
	overflow: hidden;
	position: relative;
}
.sidebar-widget-area .widget {    
    position: relative;    
	margin-bottom: 20px;
	overflow: hidden;
}
.sidebar-widget-area > div {
	border-bottom: 1px solid var(--quiklearn-border-color);
	margin-bottom: 20px;
	padding-bottom: 30px;
}
.sidebar-widget-area > div:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
@media(max-width: 480px) {
	.sidebar-widget-area {
		padding: 24px;
	}
}
.sidebar-widget-area .widget .widgettitle {
	font-size: 20px;
}
.sidebar-widget-area .widget:last-child {
	margin-bottom: 0;
}
.sidebar-widget-area .widget ul li {
	margin: 0 0 13px;
	padding: 0 0 13px;
	position: relative;
	font-size: 16px;
	border-bottom: 1px solid var(--quiklearn-border-color);
}
.sidebar-widget-area .widget ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.sidebar-widget-area .widget ul li a {
	position: relative;
}
.sidebar-widget-area .widget ul li a:hover {
	color: var(--quiklearn-heading-color);
	padding-left: 7px;
}
.sidebar-widget-area .widget ul li a:before {
	font-size: 10px;
	content: '\e81a';
    font-family: "rt-quiklearn";
    padding-right: 10px;
    transition: all ease 0.31s;
	position: relative;
	top: -1px;
}
.sidebar-widget-area .widget ul li a:hover:before {
	color: var(--quiklearn-primary-color);
}
.sidebar-widget-area .widget ul li ul {
	margin-top: 13px;
	padding-top: 13px;
	border-top: 1px solid var(--quiklearn-border-color);
}
.sidebar-widget-area .widget_nav_menu ul ul.sub-menu li:last-child,
.sidebar-widget-area .widget_categories ul ul.children li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.sidebar-widget-area .widget ul li.active a {
	color: var(--quiklearn-heading-color);
}
.sidebar-widget-area .widget ul li ul.children li:last-child,
.sidebar-widget-area .widget ul li ul.sub-menu li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/*Sidebar service widget*/
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li {
    border: none;
    padding: 0;
    margin-bottom: 5px;
}
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li:last-child {
    margin-bottom: 0;
}
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li a {
	position: relative;
	display: block;
	background-color: var(--quiklearn-grey-color-1);
	color: var(--quiklearn-heading-color);
    padding: 16px 55px 16px 24px;
    font-weight: 600;
    z-index: 1;
}
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li a:before {
    position: absolute;
    right: 24px;
    color: var(--quiklearn-primary-color);
    border-left: 1px solid var(--quiklearn-primary-color);
    padding-right: 0;
    padding-left: 8px;
}
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li.current-menu-item a {
    background-color: var(--quiklearn-primary-color);
    color: var(--quiklearn-white-color);
}
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li a:hover,
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li a:hover:before,
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li.current-menu-item a:before {
	color: var(--quiklearn-white-color);
	border-color: var(--quiklearn-white-color);
}
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li a::after {
    content: "";
    height: 100%;
    width: 0;
    background-color: var(--quiklearn-primary-color);
    color: var(--quiklearn-white-color);
    position: absolute;
    bottom: 0;
    left: 100%;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li a:hover::after {
    width: 100%;
    left: 0%;
    transition: width 0.4s ease;
    visibility: visible;
    opacity: 1;
}
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li a:hover:before {
    animation: toRightFromLeft 0.5s forwards;
}
/*download widget*/
.sidebar-widget-area .download-list .item-list {
	background-color: var(--quiklearn-grey-color-3);
	color: var(--quiklearn-white-color);
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 14px;
	padding: 15px 20px;
	text-align: center;
	transition: all ease 0.31s;
}
.sidebar-widget-area .download-list .item-list:hover {
	background-color: var(--quiklearn-primary-color);
}
.sidebar-widget-area .download-list .item-list:last-child {
	margin-bottom: 0;
}
.sidebar-widget-area .download-list .item-list i {
	font-size: 24px;
	padding-right: 12px;
}
.sidebar-widget-area .download-list .item-list a {
	color: var(--quiklearn-white-color);
}
/*Contact address widget*/
.sidebar-widget-area .widget_quiklearn_contact {
	background-color: var(--quiklearn-grey-color-1);
	padding: 45px 50px 54px;
}
.sidebar-widget-area .widget_quiklearn_contact .contact-address {
	text-align: center;
}
.sidebar-widget-area .widget_quiklearn_contact .contact-address h4 {
	font-size: 24px;
	line-height: 1.6;
}
.sidebar-widget-area .widget_quiklearn_contact .contact-address a {
	background-color: var(--quiklearn-primary-color);
    color: var(--quiklearn-white-color);
    padding: 11px 30px;
    display: inline-flex;
    column-gap: 5px;
    font-size: 22px;
    font-weight: 600;
}
@media(max-width:375px) {
	.sidebar-widget-area .widget_quiklearn_contact {
		padding: 30px;
	}
	.sidebar-widget-area .widget_quiklearn_contact .contact-address a {
		font-size: 18px;
	}
}
/*Sidebar block widget*/
.sidebar-widget-area .widget_block h2 {
	display: block;
	position: relative;
	color: var(--quiklearn-heading-color);
	font-size: 22px;
	margin-bottom: 25px;
	line-height: 1.4;
	z-index: 2;
}
.sidebar-widget-area ol.wp-block-latest-comments {
	padding-left: 0;
}
.sidebar-widget-area .wp-block-latest-comments__comment {
	font-size: 17px;
	line-height: 1.6;
	list-style: none;
	margin-bottom: 1em;
}
.widget_search .wp-block-search .wp-block-search__label {
	display: none;
}
.wp-block-search .wp-block-search__label {
	font-size: 20px;
	font-weight: 500;
}
.wp-block-search input {
	border-radius: 6px;
	border: 1px solid var(--quiklearn-border-color);
	color: var(--quiklearn-body-color);
	background-color: var(--quiklearn-grey-color-1);
	font-size: 15px;
	outline: none;
}
.wp-block-search .wp-block-search__button {
	color: var(--quiklearn-white-color);
	background-color: var(--quiklearn-primary-color);
	border-radius: 6px;
	border: none;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease;
}
.wp-block-search .wp-block-search__button:hover {
	color: var(--quiklearn-white-color);
	background-color: var(--quiklearn-secondary-color);
}
.sidebar-widget-area ul.wp-block-categories li, 
.sidebar-widget-area ul.wp-block-archives li {
	width: 100%;
	float: left;
	line-height: 1.6;
	text-align: right;
}
.sidebar-widget-area ul.wp-block-categories li a, 
.sidebar-widget-area ul.wp-block-archives li a {
	float: left;
}
.wp-block-categories,
.wp-block-archives {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.wp-block-categories li ul.children, 
.wp-block-archives li ul.children {
	padding-left: 17px;
	float: left;
	width: 100%;
	border-top: 1px solid var(--quiklearn-border-color);
	margin-top: 10px;
	padding-top: 10px;
	margin-left: 0;
	list-style: none;
}
.wp-block-categories li,
.wp-block-archives li {
	width: 100%;
	float: left;
	line-height: 1.6;
	text-align: right;
	border-bottom: 1px solid var(--quiklearn-border-color);
	margin: 0 0 13px;
	padding: 0 0 13px;
	position: relative;
	transition: all 140ms ease-in-out;
}
.wp-block-categories li:last-child,
.wp-block-archives li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.wp-block-categories li a,
.wp-block-archives li a {
	float: left;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	color: var(--quiklearn-body-color);
	display: inline;
	transition: all 140ms ease-in-out;
}
.wp-block-categories li a:hover,
.wp-block-archives li a:hover {
	color: var(--quiklearn-primary-color);
}
.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
	background-color: var(--quiklearn-white-color);
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 0;
	margin-bottom: 10px;
	padding: 14px 13px;
	width: 100%;
	outline: none;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 98%;
}
.wp-block-latest-comments li a {
	color: var(--quiklearn-meta-color);
}
.wp-block-latest-comments li a:hover {
	color: var(--quiklearn-primary-color);
}
/*Search widget*/
.search-form {
	margin-bottom: 0;
	padding-top: 0;
}
.search-form .input-group input {
	border: none;
    background-color: var(--quiklearn-grey-color-1);
    color: var(--quiklearn-body-color);
	border-radius: 6px 0 0 6px;
    font-size: 15px;
    height: 48px;
    padding: 5px 10px 5px 15px;
    outline: none;
    letter-spacing: 0.2px;
}
.search-form .input-group button {
	width: 52px;
    height: 48px;
    border-radius: 0 6px 6px 0;
    background-color: var(--quiklearn-primary-color);
    color: var(--quiklearn-white-color);
    font-size: 20px;
    border: none;
    transition: all 0.3s ease;
    line-height: 1;
    z-index: 1;
}
.search-form .input-group button:focus {
	outline: none;
	box-shadow: none;
}
.search-form .input-group button:hover {
	background-color: var(--quiklearn-secondary-color);
}
.search-form input:focus {
	outline: none;
	box-shadow: none;
	border-color: var(--quiklearn-primary-color);
	background: var(--quiklearn-grey-color-1);
}
.search-form input.search-submit {
	width: 100%;
}
.widget_search .search-form input.form-control::-webkit-input-placeholder {
	color: #aaa;
}
.widget_search .search-form input.form-control:-ms-input-placeholder {
	color: #aaa;
}
.widget_search .search-form input.form-control:-moz-placeholder {
	color: #aaa;
}
.mobile-header-search .custom-search-input input {
	border: 1px solid #dcdcdc;
	border-radius: 0px;
	box-shadow: none;
	float: left;
	height: 40px;
	padding: 0 25px 0 12px;
	width: 100%;
}
.mobile-header-search .custom-search-input button {  
	background: transparent;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	color: #646464;
	font-size: 16px;
	position: absolute;
	top: 0;	
	transition: all 0.5s ease;	
	padding: 8px 18px 8px 17px;
	right: 15px;
}
.mobile-header-search .custom-search-input button:hover {
	color: var(--quiklearn-primary-color);
}
.mobile-header-search .custom-search-input .btn {
	z-index: 5;
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label, 
.input-group>.custom-select:focus, 
.input-group>.form-control:focus {
	z-index: 0;
}
.sidebar-widget-area .widget.rt-news-box .rt-widget-title-holder {
	margin-bottom: 0;
}
/*Recent comment widget*/
.sidebar-widget-area .widget_recent_comments ul li.recentcomments {
	position: relative;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments:last-child {
	margin-bottom: 0;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments > a:before {
	display: none;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments > span {
	position: relative;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments > a {
	padding-left: 0;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments:hover > span:before {
	background-color: var(--quiklearn-primary-color);
}
.sidebar-widget-area .widget_recent_entries ul li .post-date {
	color: #535151;
	font-size: 14px;
}
/*widget rss*/
.sidebar-widget-area .widget_rss .widgettitle a {
	color: var(--quiklearn-heading-color);
}
.sidebar-widget-area .widget_rss .rss-widget-icon {
	margin-right: 7px;
	position: relative;
	top: -3px;
}
.sidebar-widget-area .widget_rss ul li {
	position: relative;
	line-height: 1.6;
	color: var(--quiklearn-meta-color);
	transition: all 0.3s ease-out;
}
.sidebar-widget-area .widget_rss ul li a {
	padding-left: 0;
	font-weight: 500;
}
.sidebar-widget-area .widget_rss ul li a:hover {
	padding-left: 0;
}
.sidebar-widget-area .widget_rss ul li a:before {
	display: none;
}
.sidebar-widget-area .widget_rss ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 20px;
}
.sidebar-widget-area .widget_rss cite {
	color: var(--quiklearn-heading-color);
	font-weight: 500;
}
/*---widget text css---*/
.widget_text .textwidget strong {
	font-weight: 500;
}
/*---Accesspress tag css---*/
.sidebar-widget-area .widget_tag_cloud .tagcloud,
.sidebar-widget-area .widget_product_tag_cloud .tagcloud {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.sidebar-widget-area .widget_tag_cloud a,
.sidebar-widget-area .widget_product_tag_cloud a {
	color: var(--quiklearn-body-color);
	background: var(--quiklearn-grey-color-1);
	border-radius: 6px;
	display: inline-block;
	font-size: 15px !important;
	padding: 5px 15px;
	font-weight: 500;
}
.sidebar-widget-area .widget_tag_cloud a:hover,
.sidebar-widget-area .widget_product_tag_cloud a:hover {
	background-color: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
}
/*post box*/
.post-box-style .rt-news-box-widget {
	position: relative;
	padding-bottom: 30px;
}
.post-box-style .rt-news-box-widget:last-child {
	padding-bottom: 0;
}
.post-box-style .item-list {
	display: flex;
	align-items: center;
}
.post-box-style .post-box-img {
	position: relative;
	margin-right: 15px;
	overflow: hidden;
	border-radius: 6px;
	max-width: 80px;
}
.post-box-style .item-list .post-box-img img {
	transition: 0.41s ease-in-out;
}
.post-box-style .item-list:hover .post-box-img img {
	transform: scale(1.15);
}
.post-box-style .post-box-cat a {
	color: var(--quiklearn-meta-color);
}
.post-box-style .post-box-cat a:hover {
	color: var(--quiklearn-primary-color);
}
.post-box-style .post-box-cat i {
	font-size: 12px;
	color: var(--quiklearn-primary-color);
}
.rt-product-box .post-box-style .post-content .entry-title {
	line-height: 1.4;
	margin-bottom: 5px;
}
.post-box-style .widget-product-price {
	font-size: 16px;
	font-weight: 500;
	color: var(--quiklearn-primary-color);
}
.post-box-style .topic-box {
	margin-bottom: 12px;
	position: relative;
}
.post-box-style .topic-box img {
	transition: all 0.41s ease-in-out;
}
.post-box-style .topic-box:hover img {
	transform: scale(1.15);
}
.post-box-style .topic-box .rt-wid-post-img {
	border-radius: 6px;
	margin-bottom: 10px;
	display: inline-block;	
	overflow: hidden;
}
.post-box-style .post-content .entry-title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0px;
	line-height: 1.5;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.post-box-style .post-content .entry-title a {
	color: var(--quiklearn-heading-color);
}
.post-box-style .post-content .entry-title a:hover {
	color: var(--quiklearn-primary-color);
}
.post-box-style .meta-wrap {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 12px;
    letter-spacing: 0.2px;
    font-size: 14px;
    color: var(--quiklearn-body-color);
    line-height: 1.4;
    margin-bottom: 7px;
}
.post-box-style .entry-cat {
	display: table;
}
.post-box-style .entry-cat a {
	color: var(--quiklearn-body-color);
}
.post-box-style .entry-cat a:hover {
	color: var(--quiklearn-primary-color);
}
.post-box-style .meta-wrap i {
	color: var(--quiklearn-primary-color);
	margin-right: 6px;
}
/*Tab post widget*/
.post-tab-layout .position-relative {
	padding-bottom: 25px;
}
.post-tab-layout .position-relative:last-child {
	padding-bottom: 0;
}
.post-tab-layout .media {
	display: inline-flex;
}
.post-tab-layout .media .media-body {
	flex: 1;
}
.post-tab-layout .media .tab-img-holder {
	max-width: 80px;
	height: 100%;
	float: left;
	margin-right: 15px;
	overflow: hidden;
	border-radius: 6px;
}
.post-tab-layout .media .tab-img-holder img {
	transform: scale(1.01);
	transition: all 0.41s ease-in-out;
}
.post-tab-layout .media:hover .tab-img-holder img {
	transform: scale(1.15);
}
.post-tab-layout ul.btn-tab {
	border-bottom: none;
	margin-bottom: 40px;
	margin-left: 0;
}
.post-tab-layout ul.btn-tab li {
	margin-bottom: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	border-bottom: none;
}
.post-tab-layout ul.item-inline2 li {
	width: 33.33%;
	display: inline-block;
}
.post-tab-layout ul.btn-tab li a {
	background-color: var(--quiklearn-grey-color-1);
	color: var(--quiklearn-body-color);
	padding: 10px 0px;
	display: block;
	line-height: 20px;
	font-size: 15px;
	text-align: center;
}
.post-tab-layout ul.btn-tab li .active,
.post-tab-layout ul.btn-tab li a:hover {
	background-color: var(--quiklearn-primary-color);
	color: #ffffff !important;
	box-shadow: 0px 5px 12px 0px rgb(0 0 0 / 27%);
}
.post-tab-layout ul.btn-tab li a:before {
	display: none;
}
.post-tab-layout .entry-title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.5;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.post-tab-layout .entry-title a {
	color: var(--quiklearn-heading-color);
}
.post-tab-layout .entry-title a:hover {
	color: var(--quiklearn-primary-color);
}
.post-tab-layout .meta-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 12px;
    letter-spacing: 0.2px;
    font-size: 14px;
    color: var(--quiklearn-body-color);
    line-height: 1.4;
    margin-bottom: 7px;
}
.post-tab-layout .meta-wrap i {
    color: var(--quiklearn-primary-color);
    margin-right: 6px;
}
.post-tab-layout .post-tab-cat {
    display: table;
}
.post-tab-layout .post-tab-cat a {
	color: var(--quiklearn-body-color);
}
.post-tab-layout .post-tab-cat a:hover {
	color: var(--quiklearn-primary-color);
}
/*Feature post widget*/
.feature-post-layout .rt-feature-widget .entry-title {
	font-size: 20px;
	margin-bottom: 0;
	line-height: 1.5;
}
.feature-post-layout .entry-title a {
	color: var(--quiklearn-heading-color);
}
.feature-post-layout .entry-title a:hover {
	color: var(--quiklearn-primary-color);
}
.feature-post-layout .meta-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 12px;
    letter-spacing: 0.2px;
    font-size: 15px;
    color: var(--quiklearn-body-color);
    line-height: 1.4;
    margin-bottom: 7px;
}
.feature-post-layout .meta-wrap i {
    color: var(--quiklearn-primary-color);
    margin-right: 6px;
}
.feature-post-layout .entry-cat {
	display: table;
}
.feature-post-layout .entry-cat a {
    color: var(--quiklearn-body-color);
}
.feature-post-layout .entry-cat a:hover {
    color: var(--quiklearn-primary-color);
}
.feature-post-layout .media {
	margin-bottom: 18px;
	overflow: hidden;
	border-radius: 6px;
}
.feature-post-layout .media-body p {
	margin-top: 12px;
	margin-bottom: 0;
}
.feature-post-layout .media .post-img-holder {
	overflow: hidden;
	display: block;
}
.feature-post-layout .media .post-img-holder img {
	transform: scale(1.01);
	transition: all ease 0.31s;
}
.feature-post-layout .media .post-img-holder:hover img {
	transform: scale(1.06);
}
.feature-post-layout .rt-feature-widget {
	border-bottom: 1px solid var(--quiklearn-border-color);
	margin-bottom: 15px;
	padding-bottom: 15px;
	transition: all ease 0.31s;
}
.feature-post-layout .rt-feature-widget:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.feature-post-layout .list-item .entry-title {
	font-size: 17px;
}
/*About address*/
.sidebar-widget-area .widget .corporate-address li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	color: var(--quiklearn-body-color);
}
.sidebar-widget-area .widget .corporate-address li i {
	color: var(--quiklearn-primary-color);
    padding: 0px 15px 10px 0;
    width: 36px;
    display: inline-block;
}
.sidebar-widget-area .widget .corporate-address li i.fa-map-marker {
	color: var(--quiklearn-primary-color);
	font-size: 18px;
	padding: 0px 24px 10px 0;
}
.sidebar-widget-area .widget .corporate-address li a {
	color: var(--quiklearn-body-color);
	line-height: 34px;
	transition: all ease 0.31s;
}
.sidebar-widget-area .widget .corporate-address li a:before {
	content: "";	
	margin-right: 0px;
	display: none;
}
/*Categories and Archive widget*/
.sidebar-widget-area .widget_categories ul li, 
.sidebar-widget-area .widget_archive ul li {
	width: 100%;
	float: left;
	text-align: right;
}
.sidebar-widget-area .widget_categories ul li:last-child, 
.sidebar-widget-area .widget_archive ul li:last-child {
	padding-bottom: 0px;
}
.sidebar-widget-area .widget_categories ul li a, 
.sidebar-widget-area .widget_archive ul li a {
	float: left;
}
.sidebar-widget-area .widget ul li ul.children,
.sidebar-widget-area .widget ul li ul.sub-menu {
	padding-left: 17px;
	float: left;
	width: 100%;
}
.sidebar-widget-area .widget.widget_pages ul li ul.children,
.sidebar-widget-area .widget.widget_nav_menu ul li ul.sub-menu {
	float: inherit;
	width: inherit;
}
@media(max-width:1199px) {
	.sidebar-widget-area .widget ul li ul.children,
	.sidebar-widget-area .widget ul li ul.sub-menu {
		padding-left: 5px;
	}
}
.product-categories li {
	display: flex;
    align-items: center;
    column-gap: 5px;
}
/*-------------------------------------
#. EL: Custom widget Category
---------------------------------------*/
.rt-widget-category-style1 .rt-item {
    position: relative;
    text-align: center;
    overflow: hidden;
}
/*category style 1*/ 
.rt-widget-category-style1 .rt-item .rt-cat-name {
    overflow: hidden;
    margin-bottom: 10px;
    color: var(--quiklearn-body-color);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.6px;
    transition: all 0.3s ease;
}
.rt-widget-category-style1 .rt-item:last-child {
    margin-bottom: 0;
}
.rt-widget-category-style1 .rt-item .rt-content {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 6px;
    justify-content: space-between;
    background-color: var(--quiklearn-grey-color-1);
    padding: 10px 20px;
    z-index: 2;
}
.rt-widget-category-style1 .rt-item .rt-cat-count {
    color: var(--quiklearn-meta-color);
    background-color: var(--quiklearn-white-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-weight: 600;
    border-radius: 50%;
    transition: all ease 0.31s;
}
.rt-widget-category-style1 .rt-item:hover .rt-cat-count {
    color: var(--quiklearn-white-color);
    background-color: var(--quiklearn-primary-color);
}
.rt-widget-category-style1 .rt-item.space {
    margin-bottom: 6px;
}
.rt-widget-category-style1 .rt-item.space:last-child {
    margin-bottom: 0;
}
.rt-widget-category-style1 .rt-item .rt-cat-name {
    margin-bottom: 0;
}
/*category style 1*/ 
.rt-widget-category-style2 ul li {
	text-align: right;
}
.rt-widget-category-style2 ul li a {
	float: left;
}
/*calendar sidebar*/
.sidebar-widget-area .widget_calendar caption {
	caption-side: initial;
	text-align: center;
	font-weight: 500;
	background: var(--quiklearn-primary-color);
	border-radius: 4px 4px 0 0;
	color: #ffffff;
	padding: 10px 7px;
	margin-top: 0px;
}
.sidebar-widget-area .widget_calendar table th,
.sidebar-widget-area .widget_calendar table td {
	color: var(--quiklearn-body-color);
}
.sidebar-widget-area .widget_calendar table th {
	font-weight: 500;
}
.sidebar-widget-area .widget_calendar table td#today {
	background: var(--quiklearn-primary-color);
	color: #ffffff;
}
.sidebar-widget-area .widget_calendar table td#today a {
	color: #ffffff;
}
.sidebar-widget-area .widget_calendar td a {
	color: var(--quiklearn-primary-color);
}
.sidebar-widget-area .widget_calendar a:hover {
	color: var(--quiklearn-primary-color);
}
/*Image Gallery*/
.gallery .gallery-item {
	margin: 0;
	text-align: center;
}
.gallery .gallery-item .gallery-icon {
	margin: 5px;
}
.gallery .gallery-item .gallery-caption {
	font-size: 13px;
}
/*Image widget*/
.sidebar-widget-area .widget.widget_media_image {
	padding: 0;
}
/*Social widget*/
.sidebar-widget-area .rt-about-widget ul.footer-social {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.sidebar-widget-area .rt-about-widget ul.footer-social li {
	display: inline-block;
	margin: 0 5px 5px 0;
	border: none;
	padding: 0;
	line-height: 1;
}
.sidebar-widget-area .rt-about-widget ul.footer-social li a {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-size: 15px;
    text-align: center;
    color: var(--quiklearn-body-color);
    background: var(--quiklearn-grey-color-1);
}
.sidebar-widget-area .rt-about-widget ul.footer-social li a:hover {
	background-color: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
	padding-left: 0;
}
.sidebar-widget-area .rt-about-widget ul.footer-social li a:before {
	display: none;
}
/*About Author*/
.sidebar-widget-area .widget.widget_quiklearn_about_author {
	border: none;
	padding: 0;
}
.widget_quiklearn_about_author .author-widget {
	position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 30px;
    min-height: 410px;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
	border-radius: 6px;
    display: flex;
    flex-direction: column;
}
.widget_quiklearn_about_author .author-widget h3 {
	font-size: 28px;
	color: var(--quiklearn-white-color);
}
.widget_quiklearn_about_author .author-widget p {
	color: var(--quiklearn-white-color);
	margin-bottom: 24px;
	line-height: 1.5;
}
/*Widget gallery*/
.sidebar-widget-area .widget.widget_media_gallery {
	background: transparent;
	box-shadow: none;
	padding: 0;
}
.sidebar-widget-area .widget.widget_media_gallery .gallery-size-thumbnail {
	margin-bottom: 0;
}
/*Instagram Feed*/
.sidebar-widget-area .widget.widget_instagram-feed-widget {
	background: transparent;
	box-shadow: none;
	padding: 0;
}
.sidebar-widget-area .widget.widget_instagram-feed-widget .sbi_small {
	padding-bottom: 0 !important;
}
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before,
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: all ease 0.8s;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before {
	background: rgba(41, 98, 255, 0.7);
	height: 0;
	width: 0;
}
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::after {
	content: "\f16d";
	width: 100%;
	height: 100%;
	font-family: "Font Awesome 5 Brands";
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::after {
	opacity: 1;
	visibility: visible;
	transition-delay: 0.1s;
}
#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::before {
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
}
#sb_instagram .sbi_photo_wrap {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
	padding: 5px !important;
}
@media(max-width: 480px) {
	#sb_instagram #sbi_images {
		padding: 0 !important;
	}
	#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
		width: 50%;
	}
}
/*-----------------------------------------------------
#. Banner
------------------------------------------------------*/
.entry-banner {
	background-color: var(--quiklearn-banner-color);
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.entry-banner.opacity-on:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 0;
}
.entry-banner .entry-banner-content {
	position: relative;
	padding: 120px 0;
	z-index: 2;
}
.entry-banner .entry-banner-content h1 {
	color: var(--quiklearn-heading-color);
	font-size: 42px;
	margin-bottom: 0;
	margin-top: 15px;
	line-height: 1.4;
}
.entry-banner .entry-banner-content h1 a {
	color: var(--quiklearn-heading-color);
}
.entry-banner .entry-banner-content h1 a:hover {
	color: var(--quiklearn-body-color);
}
.breadcrumb-area .entry-breadcrumb span {
	font-size: 16px;
}
.breadcrumb-area .entry-breadcrumb span a {
	color: var(--quiklearn-footer-color);
}
.breadcrumb-area .entry-breadcrumb span a:hover {
	color: var(--quiklearn-primary-color);
}
.breadcrumb-area .entry-breadcrumb span .fa-home {
	margin-right: 4px;
}
.breadcrumb-area .entry-breadcrumb .current-item,
.breadcrumb-area .entry-breadcrumb span.current {
	color: var(--quiklearn-primary-color);
}
.entry-banner .entry-breadcrumb .delimiter {
	background-color: var(--quiklearn-footer-color);
    border-radius: 50%;
    margin: 0 8px;
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
}
.entry-banner .entry-breadcrumb .dvdr {
	background-color: var(--quiklearn-footer-color);
    border-radius: 50%;
    margin: 0 8px;
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
}
.entry-banner.opacity-on .entry-breadcrumb .dvdr {
	background-color: var(--quiklearn-footer-color);
}
@media(max-width:991px) {
	.entry-banner .entry-banner-content {
		padding: 80px 0 !important;
	}
}
@media(max-width:767px) {
	.entry-banner .entry-banner-content {
		padding: 60px 0 !important;
	}
	.entry-banner .entry-banner-content h1 {
		font-size: 36px;
	}
}
.banner-text {
	line-height: 1.4;
}
.site-main .entry-breadcrumb .current {
	color: var(--quiklearn-primary-color);
}
.entry-banner .banner-shape {
	position: absolute;
    display: inline-block;
    right: calc((100% - 1390px ) / 2 );
    width: 100%;
    height: 100%;
    z-index: 1;
	background-repeat: no-repeat;
	background-position: right center;
}
@media(max-width: 1390px) {    
    .entry-banner .banner-shape {
        right: 12px;
    }
}
@media(max-width: 767px) {    
    .entry-banner .banner-shape {
        display: none;
    }
}
/*-------------------------------------
#. Contents
---------------------------------------*/
.rt-cat-description {
	background-color: var(--quiklearn-grey-color-1);
	border-radius: 6px;
	padding: 30px 30px 10px;
    margin-bottom: 24px;
}
.right-sidebar .rt-cat-description {
	margin-right: 10px;
}
.left-sidebar .rt-cat-description {
	margin-left: 10px;
}
.rt-cat-description .cat-title {
	margin-bottom: 12px;
}
@media(max-width: 1199px) {
	.right-sidebar .rt-cat-description {
		margin-right: 0;
	}
	.left-sidebar .rt-cat-description {
		margin-left: 0;
	}
}
form.post-password-form label > input {
	background: #ffffff;
	border: 1px solid #e7e7e7;
	padding: 10px 8px;
}
form.post-password-form input[type="submit"] {
	background: var(--quiklearn-primary-color);
	color: #ffffff;
	font-weight: 500;
	outline: none;
	transition: all ease 0.31s;
}
form.post-password-form input[type="submit"]:hover {
	background: var(--quiklearn-secondary-color);
	color: #ffffff;
}
/*-------------------------------------
#. Single Content
---------------------------------------*/
/*reading progressbar*/
@media(min-width: 992px) {
	.single.admin-bar .quiklearn-progress-container {
		top: 32px;
	}
}
.single .quiklearn-progress-container {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 999999;
}
.single .quiklearn-progress-bar {
	height: 4px;
	background: linear-gradient(90deg, var(--quiklearn-primary-color) 0%, var(--quiklearn-secondary-color) 100%);
	width: 0%;
}
.single .quiklearn-progress-container.bottom {
	bottom: 0;
	top: initial;
}
/*post scroll seperator*/
.single-post .ajax-scroll-post > .type-post {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 70px;
}
.single-post .ajax-scroll-post > .type-post:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 10px;
	width: 100%;
	background: linear-gradient(90deg, var(--quiklearn-primary-color) 0%, var(--quiklearn-secondary-color) 100%);
}
.single-post .ajax-scroll-post > .type-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.single-post .ajax-scroll-post > .type-post:last-child:after {
	display: none;
}
/*post header title*/
.content-area {
	padding-top: 130px;
	padding-bottom: 130px;
	background-repeat: no-repeat;
}
.entry-header .entry-title {
	margin-bottom: 20px;
}
.entry-header ul.entry-meta {
	padding: 0 0 25px;
	margin: 0 0 25px;
	list-style: none;
	border-bottom: 1px solid var(--quiklearn-border-color);
}
.entry-header ul.entry-meta li {
	display: inline;
    color: var(--quiklearn-body-color);
    font-size: 15px;
    position: relative;
    letter-spacing: 0.2px;
    text-transform: capitalize;
	margin-right: 24px;
}
.entry-header ul.entry-meta li:last-child {
	margin-right: 0;
}
.entry-header ul.entry-meta li i {
    color: var(--quiklearn-primary-color);
    padding-right: 8px;
}
.entry-header ul.entry-meta li a {
	color: var(--quiklearn-body-color);
}
.entry-header ul.entry-meta li a:hover {
	color: var(--quiklearn-primary-color);
}
.entry-header ul.entry-meta li.item-author img {
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 100%;
	margin-right: 7px;
}
.entry-header ul.entry-meta li.item-author a {
    color: var(--quiklearn-heading-color);
    font-weight: 500;
}
.entry-header ul.entry-meta li.item-author a:hover {
	color: var(--quiklearn-primary-color);
}
.entry-header ul.entry-meta li .view-number {
    color: var(--quiklearn-heading-color);
    font-weight: 500;
}
/*post video*/
.single-post .embed-responsive-16by9 {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.single-post .embed-responsive-16by9 .embed-responsive-item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0;
}
.single-post .embed-responsive-16by9::before {
	padding-top: 56.25%;
}
.single-post .embed-responsive-16by9 iframe {
	border-radius: 4px;
}
figure.is-type-video {
	border-radius: 4px;
	overflow: hidden;
}
/*post social style*/
.post-share .share-links {
	display: inline-block;
}
.post-share .share-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	color: var(--quiklearn-body-color);
	font-size: 18px;
	position: relative;
	margin-bottom: 5px;
	margin-right: 15px;
}
.post-share .share-links a:last-child {
	margin-right: 0;
}
.post-share .share-links a:hover span {
    animation: toRightFromLeft 0.5s forwards
}
.post-share .share-links .social-text {
	display: none;
}
.post-share .share-links a.facebook-f-share-button {
	color: #1559c2;
}
.post-share .share-links a.rttwitter-share-button {
	color: #1ea9e9;
}
.post-share .share-links a.youtube-share-button {
	color: #ed1d25;
}
.post-share .share-links a.linkedin-in-share-button {
	color: #238cc8;
}
.post-share .share-links a.pinterest-p-share-button {
	color: #bd081c;
}
.post-share .share-links a.whatsapp-share-button {
	color: #43ce13;
}
.post-share .share-links a.cloud-share-button {
	color: #ff6b10;
}
.post-share .share-links a.dribbble-share-button {
	color: #f65e97;
}
.post-share .share-links a.tumblr-share-button {
	color: #35465c;
}
.post-share .share-links a.reddit-share-button {
	color: #45668e;
}
.post-share .share-links a.print-share-button {
	color: #87B1E8;
}
.post-share .share-links a.email-share-button {
	color: #5A83F7;
}
/*post content*/
.entry-content .single-post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.entry-content .single-post-list li {
	font-weight: 600;
	position: relative;
	margin-bottom: 4px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: var(--quiklearn-black-color);
}
.entry-content .single-post-list li:before {
	content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: var(--quiklearn-primary-color);
    line-height: 1;
    padding-right: 10px;
}
/*post footer meta*/
.entry-footer .entry-footer-meta {
	overflow: hidden;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--quiklearn-border-color);
    border-bottom: 1px solid var(--quiklearn-border-color);
}
@media(max-width: 767px) {
	.entry-footer .entry-footer-meta {
		display: block;
	}
	.entry-footer .entry-footer-meta .post-share {
		margin-top: 20px;
	}
}
.entry-footer .meta-title {
	font-size: 18px;
    margin-right: 14px;
    margin-bottom: 0;
    display: inline-block;
}
.meta-tags a {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: var(--quiklearn-body-color);
	background-color: var(--quiklearn-grey-color-1);
	border-radius: 30px;
	padding: 9px 18px;
	margin-right: 6px;
	margin-bottom: 6px;
	line-height: 1.4;
}
.meta-tags a:hover {
	background: var(--quiklearn-primary-color);
	color: #ffffff;
	border-color: transparent;
}
/*Post author*/
.about-author {	
	display: flex;
	background-color: var(--quiklearn-grey-color-3);
	border-radius: 10px;
	padding: 40px;
	margin-bottom: 50px;
	margin-top: 50px;
}
.about-author .author-avatar {
	padding-right: 25px;
}
.about-author .author-avatar img {
	border-radius: 50%;
}
.about-author .media-body {
	flex: 1;
}
@media(max-width:480px) {
	.about-author {
		display: inherit;
		padding: 30px;
	}
	.about-author .author-avatar {
		padding-right: 0;
		margin-bottom: 20px;
	}
}
.about-author .author-title {
	font-size: 25px;
	margin-bottom: 3px;
	line-height: 1.4;
	text-transform: capitalize;
}
.about-author .author-title a {
	color: var(--quiklearn-heading-color);
}
.about-author .author-designation {
	font-size: 16px;
	color: var(--quiklearn-primary-color);
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 0.2px;
	line-height: 1.2;
}
.about-author .author-bio {
	font-size: 16px;
}
.about-author ul.author-box-social {
	list-style: none;
	margin: 18px 0 0 0;
	padding: 0;
	text-align: left;
}
.about-author ul.author-box-social li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.about-author ul.author-box-social li a {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 15px;
    color: var(--quiklearn-heading-color);
    background-color: rgba(var(--quiklearn-primary-rgb), 0.1);
	border-radius: 50%;
}
.about-author ul.author-box-social li a:hover {
	background-color: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
}
.about-author ul.author-box-social li:last-child {
	margin-right: 0px;
}
/*next post & prev post*/
.post-navigation {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 24px;
}
.post-navigation .text-left,
.post-navigation .text-right {
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 6px;
	padding: 20px 30px;
	width: 100%;
}
.post-navigation .text-right {
	text-align: right;
}
@media(max-width: 480px) {
	.post-navigation {
		display: block;
	}
	.post-navigation .text-left,
	.post-navigation .text-right {
		padding: 30px 20px;
		width: 100%;
	}
	.post-navigation .text-left {
		margin-bottom: 10px;
	}
}
.post-navigation .prev-article,
.post-navigation .next-article {
	display: inline-flex;
	align-items: center;
	font-size: 15px;
	color: var(--quiklearn-body-color);
	text-transform: capitalize;
	letter-spacing: 0.2px;
}
.post-navigation a {
	color: var(--quiklearn-meta-color);
}
.post-navigation a:hover {
	color: var(--quiklearn-primary-color);
}
.post-navigation .prev-article i {
	display: inline-flex;
	margin-left: 10px;
	font-size: 10px;
}
.post-navigation .next-article i {
	display: inline-flex;
	margin-right: 10px;
	font-size: 11px;
}
.post-navigation .post-nav-title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.6;
}
.post-navigation .post-nav-title a {
	color: var(--quiklearn-heading-color);
}
.post-navigation .post-nav-title a:hover {
	color: var(--quiklearn-primary-color);
}
.page-links {
	padding-top: 12px;
	font-size: 20px;
	font-weight: 500;
	color: var(--quiklearn-heading-color);
	margin-right: 10px;
	line-height: 1.3;
}
.page-links .page-number {
	border-radius: 6px;
    color: var(--quiklearn-body-color);
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
}
.page-links span.current .page-number,
.page-links a.post-page-numbers:hover .page-number {
	background-color: var(--quiklearn-grey-color-1);
    color: var(--quiklearn-primary-color);
}
.page-links a .page-number {
	transition: all ease 0.31s;
}
/*-------------------------------------
#. Comments
---------------------------------------*/
.comments-area {
	border-radius: 4px;
	margin-top: 50px;
}
.comment-respond {
	background-color: var(--quiklearn-grey-color-1);
	border-radius: 10px;
	padding: 40px;
}
.comment-respond h3.comment-reply-title {
	display: block;
	position: relative;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 6px;
	line-height: 1.4;
}
.comments-area ul {
	list-style-type: none;
	padding: 0;
}
.comments-area > ul.comment-list {
	margin-bottom: 30px;
	padding: 0;
	list-style: none;
}
.comments-area h3.comment-num {
	color: var(--quiklearn-heading-color);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 35px;
	position: relative;
}
.comments-area h3.comment-num:after {
	background: var(--quiklearn-primary-color);
	content: "";
	display: block;
	height: 3px;
	left: 0;
	margin: 5px 0 0;
	top: 0;
	width: 80px;
}
.comments-area .comment-form {
	margin-top: 0px;
}
.comments-area .main-comments .imgholder {
	float: left;
}
.comments-area .main-comments .imgholder img {
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 0px;
	max-width: 110px;
	border-radius: 50%;
}
.comments-area .main-comments .comment-meta {
	font-size: 15px;
}
@media(max-width: 767px) {
	.comments-area .main-comments .comment-meta {
		display: flow-root;
	}
}
.comments-area .main-comments .comment-meta .comment-author-name {
	color: var(--quiklearn-body-color);
	font-size: 15px;
	margin-bottom: 6px;
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
}
@media(max-width:480px) {
	.comments-area .main-comments .comment-meta .comment-author-name {
		justify-content: start;
	}
}
.comments-area .main-comments .comment-meta .comment-author-name h4 {
	color: var(--quiklearn-heading-color);
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: capitalize;
}
.comments-area .main-comments .comment-meta .comment-author-name a {
	color: var(--quiklearn-heading-color);
}
.comments-area .main-comments .replay-area {
	margin-top: 18px;
}
.comments-area .main-comments .replay-area a {
    box-shadow: none;
	background-color: var(--quiklearn-grey-color-3);
    color: var(--quiklearn-primary-color);
	text-transform: uppercase;
	border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 18px;
}
.comments-area .main-comments .replay-area a:hover {
	background-color: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
}
.main-comments .each-comment {
	margin-bottom: 40px;
}
.comments-area .main-comments .comments-body {
	display: flow-root;
}
.comments-area .main-comments .comments-body p {
	margin-bottom: 5px;
}
.comments-area .main-comments .comment-respond {
	margin-top: 0px;
	margin-bottom: 70px;
}
.comments-area .reply-separator {
	margin-top: 40px;
	padding-top: 50px;
}
.main-comments ul.children {
	margin-left: 50px;
	padding: 0;
	list-style: none;
}
.comments-area .main-comments .comment-text li {
	border-top: none;
}
@media(max-width: 1200px) {
	.main-comments ul.children {
		margin-left: 30px;
	}
	.comments-area .main-comments .imgholder img {
		max-width: 80px;
	}
}
@media(max-width: 575px) {
	.main-comments ul.children {
		margin-left: 10px;
	}
	.comments-area .main-comments .imgholder img {
		max-width: 70px;
		margin-right: 10px;
	}
	.comments-area .main-comments .imgholder {
		float: inherit;
		margin-bottom: 12px;
	}
}
.avatar-disabled .main-comments ul.children {
	margin-left: 50px;
	padding: 0;
}
.no-comments {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-top: 20px;
}
.comment-awaiting-moderation {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.comment-navigation ul {
	margin-top: 30px;
}
.comment-navigation ul li {
	margin-right: 5px;
	margin-top: 0;
}
.comment-navigation ul li a {
	display: inline;
	font-size: 12px;
	height: 49px;
	line-height: inherit;
	padding: 10px;
	width: inherit;
}
.comment-list pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
.comments-area > h3 {
	display: block;
	position: relative;
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1.4;
}

#respond .comment-notes {
	margin-bottom: 30px;
}
#respond .logged-in-as {
	margin-bottom: 30px;
}
#respond .logged-in-as a {
	color: var(--quiklearn-body-color);
}
#respond .form-group {
	margin-bottom: 25px;
	width: 100%;
}
#respond .form-group.form-submit {
	margin-bottom: 0px;
}
#respond form .form-control {
	border: 1px solid var(--quiklearn-border-color);
	color: var(--quiklearn-heading-color);
	font-size: 15px;
	font-weight: 400;
	margin-right: 20px;
	padding: 10px 20px;
	border-radius: 6px;
	box-shadow: none;
	transition: all ease 0.31s;
}
#respond form input.form-control {
	height: 50px;
}
#respond form input:focus,
#respond form textarea:focus {
	box-shadow: none;
}
input.form-control::placeholder,
textarea.form-control::placeholder {
	color: #a9a9a9;
}
#respond input.form-control::placeholder,
#respond input.form-control::-webkit-input-placeholder,
#respond input.form-control::-moz-placeholder,
#respond input.form-control:-moz-placeholder,
#respond input.form-control:-ms-input-placeholder {
  color: #a9a9a9;
}
#respond textarea.form-control::placeholder,
#respond textarea.form-control::-webkit-input-placeholder,
#respond textarea.form-control::-moz-placeholder,
#respond textarea.form-control:-moz-placeholder,
#respond textarea.form-control:-ms-input-placeholder {
  color: #a9a9a9;
}
#respond form .btn-send {
	position: relative;
	display: inline-block;
	border: none;
	outline: none;
	font-size: 18px;
	font-weight: 500;
	background: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
	border-radius: 6px;
	padding: 12px 30px;
	z-index: 1;
	line-height: 1.6;
	letter-spacing: 0.6px;
	overflow: hidden;
	transition: all 0.21s ease-in-out;
}
#respond form .btn-send:hover {
	background: var(--quiklearn-secondary-color);
}
#respond #cancel-comment-reply-link {
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	margin-left: 5px;
}
#respond form .comment-form-cookies-consent {
	position: relative;
	display: inline-flex;
}
#respond form .comment-form-cookies-consent input {
	background: transparent;
	border: none;
	margin-right: 10px;
	height: inherit;
	box-shadow: none;
	position: absolute;
	top: 5px;
}
#respond form .comment-form-cookies-consent label {
	padding-left: 25px;
	line-height: 1.5;
}
.comment-list > li:first-child {
	border-top: none;
}
.comment-list .comment-text ul {
  padding: 0 20px;
  margin-bottom: 20px;
  list-style: disc;
}
.comment-list .comment-text ul li {
  padding-top: 0px;
}
.comment-list .comment-text ul li .children li {
  padding-top: 0px;
}
.comment-list .comment-text ul ul {
  margin-bottom: 0px;
}
.comment-list .comment-text ol {
  margin-bottom: 20px;
  margin-left: 28px;
  padding: 0;
}
.comment-list .comment-text ol li {
  padding-top: 0px;
}
.comment-list .comment-text ol li .children li {
  padding-top: 0px;
}
.comment-list .comment-text ol ol {
  margin-bottom: 0;
}
.item-comments {
  margin-top: 50px;
}
.item-comments h2 {
  font-size: 24px;
}
.item-comments .item-comments-list {
  margin-top: 50px;
}
.item-comments .item-comments-list ul.comments-list {
  padding-top: 20px;
}
.item-comments .item-comments-list ul.comments-list li {
  margin-bottom: 50px;
  overflow: hidden;
}
.item-comments .item-comments-list ul.comments-list li .comment-image {
  float: left;
  padding-right: 20px;
}
.item-comments .item-comments-list ul.comments-list li .comment-name {
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}
.item-comments .item-comments-list ul.comments-list li .comment-date {
  color: #646464;
}
.item-comments .item-comments-list ul.comments-list li .comment-reply {
  background: var(--quiklearn-primary-color);
  padding: 2px 10px 3px;
  float: right;
  font-size: 14px;
}
.item-comments .item-comments-list ul.comments-list li .comment-reply a {
  color: #ffffff;
}
.item-comments .item-comments-list ul.comments-list li .comment-reply:hover {
  background: #a51c2d;
}
.item-comments .item-comments-list ul.comments-list li p {
  padding-top: 20px;
}
.item-comments .item-comments-list ul.comments-list li:last-child {
  margin-bottom: 0;
}
.item-comments .item-comments-list ul.comments-list li.odd {
  margin-left: 50px;
}
.item-comments .item-comments-form {
  border-top: 1px solid #e5e5e5;
  margin-top: 50px;
  padding-top: 50px;
}
.item-comments .item-comments-form .comments-form {
  padding-top: 20px;
}
.item-comments .item-comments-form .comments-form .form-group {
  margin-bottom: 20px;
}
.item-comments .item-comments-form .comments-form .form-group .form-control {
  background: var(--quiklearn-heading-color);
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.item-comments .item-comments-form .comments-form .form-group input {
  height: 40px;
}
/*single layout 1*/
.post-detail-style1 .entry-thumbnail-area,
.single-post-slider {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 10px;
}
.blog-post-slider .swiper-navigation > div,
.single-post-slider .swiper-navigation > div {
	width: 46px;
	height: 40px;
	border: none;
	border-radius: 6px;
    margin: 0 5px;
	z-index: 1;
}
.blog-post-slider.rt-swiper-nav .swiper-button-prev,
.single-post-slider.rt-swiper-nav .swiper-button-prev {
	left: 0;
}
.blog-post-slider.rt-swiper-nav .swiper-button-next,
.single-post-slider.rt-swiper-nav .swiper-button-next {
	right: 0;
}
/*single layout 2*/
@media(min-width: 992px) {
	.no-sidebar.post-detail-style2 .main-wrap,
	.no-sidebar .post-detail-style2 .main-wrap {
		padding-left: 15%;
		padding-right: 15%;
	}
	.post-detail-style2 .main-wrap {
		padding-left: 7%;
		padding-right: 7%;
	}
	.no-sidebar.single-post .ajax-scroll-post > .type-post:after {
	    left: 15%;
	    width: 70%;
	}
}
.post-detail-style2 .entry-thumbnail-area {
	position: relative;
	margin-bottom: 40px;
}
.post-detail-style2 .entry-thumbnail-area img {
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.post-detail-style2 .show-image .rt-video .rt-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.post-detail-style2 .entry-header ul.entry-meta {
	display: block;
}
@media(max-width: 991px) {
	.post-detail-style2 .entry-footer .entry-footer-meta {
		text-align: center;
	}
}
/*-------------------------------------
#. Admin Author
---------------------------------------*/
.admin-author {
	display: flex;
    background-color: var(--quiklearn-grey-color-3);
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 50px;
    margin-top: 50px;
}
.admin-author .author-img {
	flex: 0 0 150px;
	margin-right: 30px;
}
.admin-author .author-img img {
	border-radius: 50%;
	border: 5px solid #fff;
}
.admin-author .author-title {
	color: var(--quiklearn-heading-color);
	font-size: 28px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.admin-author .author-title a {
	color: var(--quiklearn-heading-color);
}
.admin-author .author-designation {
	color: var(--quiklearn-primary-color);
	display: block;
	position: relative;
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: 0.2px;
	text-transform: capitalize;
}
.admin-author .author-bio {
	color: var(--quiklearn-body-color);
}
.admin-author .author-box-social {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	display: inline-flex;
	gap: 7px;
}
.admin-author .author-box-social li a {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 15px;
    color: var(--quiklearn-heading-color);
    background-color: rgba(var(--quiklearn-primary-rgb), 0.1);
    border-radius: 50%;
}
.admin-author .author-box-social li a:hover {
	background: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
}

@media(max-width: 991px) {
	.admin-author {
		flex-direction: column;
	}
	.admin-author .author-img {
		margin-right: 0;
		margin-bottom: 20px;
	}
}
/* ------------------------
#. Default Blog layout 
---------------------------*/
@media(max-width: 1024px) {
	body.blog .content-area,
	body.single-post .content-area,
	body.author-admin .content-area {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
@media(max-width: 767px) {
	body.blog .content-area,
	body.single-post .content-area,
	body.author-admin .content-area {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
.blog-box * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-box {
	position: relative;
	overflow: hidden;
}
.blog-box .entry-content .entry-title {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.blog-box .entry-content .entry-title a {
	color: var(--quiklearn-heading-color);
}
.blog-box .entry-content .entry-title a:hover {
	color: var(--quiklearn-primary-color);
}
.blog-box .entry-content {
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 0 0 6px 6px;
	padding: 22px 28px 30px;
	transition: all 0.21s ease-in-out;
}
.blog-box .entry-category {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 12px;
}
.blog-box .entry-category a {
	background-color: rgba(var(--quiklearn-primary-rgb), 0.1);
    border-radius: 5px;
    font-size: 14px;
    padding: 6px 11px;
    line-height: 1;
    display: inline-block;
}
.blog-box .entry-category a:hover {
	background-color: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
}
.blog-box ul.entry-meta {
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog-box ul.entry-meta li {
	display: inline;
	color: var(--quiklearn-body-color);
	font-size: 15px;
	margin-right: 18px;
	position: relative;
	letter-spacing: 0.2px;
	text-transform: capitalize;
}
.blog-box ul.entry-meta li:last-child {
	margin-right: 0;
}
.blog-box ul.entry-meta li i {
	color: var(--quiklearn-primary-color);
	padding-right: 8px;
}
.blog-box ul.entry-meta li a {
	color: var(--quiklearn-body-color);
}
.blog-box ul.entry-meta li a:hover {
	color: var(--quiklearn-primary-color);
}
.blog-box ul.entry-meta li.post-author a {
	color: var(--quiklearn-heading-color);
	font-weight: 500;
}
.blog-box ul.entry-meta li.post-author a:hover {
	color: var(--quiklearn-primary-color);
}
.blog-box ul.entry-meta li .view-number {
	color: var(--quiklearn-heading-color);
	font-weight: 500;
}
.blog-box.show-image .entry-content {
	position: relative;
}
.blog-box .blog-img-holder {
	position: relative;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
}
.blog-box .blog-img-holder .blog-img img {
	width: 100%;
	transform: scale(1.01);
	transition: 0.41s ease-in-out;
}
.blog-box:hover .blog-img-holder .blog-img img {
	transform: scale(1.15);
}
.blog-box .entry-content .post-read-more {
	margin-top: 25px;
}
.blog-box .entry-content .btn-common {
	padding: 12px 20px;
}
.entry-content .entry-text {
	color: var(--quiklearn-body-color);
	margin-top: 15px;
}
.blog-box .blog-img .rt-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.blog-box .entry-content .rt-play {
	border: 1px solid var(--quiklearn-border-color);
	margin-bottom: 18px;
}
.rt-related-post .blog-box:hover {
	box-shadow: unset;
}
.rt-related-post .blog-box:hover .entry-content {
	border-color: var(--quiklearn-border-color);
}
.blog-box .entry-content .entry-text p {
	margin-bottom: 0;
}
.blog-box.no-image.no-preview .entry-content {
	border-radius: 6px;
}
/*blog layout 1*/
.blog-layout-1 .blog-box {
	margin-bottom: 40px;
}
.blog-layout-1:last-child .blog-box {
	margin-bottom: 0;
}
.blog-layout-1 .blog-box .entry-content .entry-title {
	font-size: 30px;
	margin-bottom: 12px;
}
.blog-layout-1 .blog-box .blog-img-holder .blog-img img {
	width: auto;
}
/*blog layout 2*/
.blog-layout-2 .blog-box.show-image .blog-img {
	overflow: hidden;
}
/*sidebar spacing*/
.has-sidebar.left-sidebar .rt-sidebar-sapcer {
	margin-left: 10px;
}
.has-sidebar.right-sidebar .rt-sidebar-sapcer {
	margin-right: 10px;
}
@media(max-width:1199px) {
	.has-sidebar.right-sidebar .rt-sidebar-sapcer {
		margin-right: 0;
		display: inherit;
	}
	.has-sidebar.left-sidebar .rt-sidebar-sapcer {
		margin-left: 0;
	}
}
@media(max-width: 1199px) {
	.right-sidebar .sidebar-widget-area {
		margin-top: 80px;
		display: inherit;
	}
	.left-sidebar .sidebar-widget-area {
		margin-top: 80px;
		display: inherit;
	}
	.left-sidebar .fixed-bar-coloum {
		order: 2;
	}
}
/*blog sticky*/
.sticky .blog-box .entry-content {
	background-color: var(--quiklearn-banner-color);
}
.sticky .blog-box .blog-img-holder {
	margin-bottom: 0;
}
/*-------------------------------------
#. Swiper Slider
---------------------------------------*/
.swiper-button-next, 
.swiper-button-prev {
    height: 44px;
    width: 44px;
    background: #fff;
}
.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after {
    font-size: 18px;
    font-weight: 700;
}
.rt-swiper-slider  {
	overflow: hidden;
}
.rt-swiper-slider .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
}
.rt-swiper-slider .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 0;
}
/* Related Post title */
.rt-related-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 10px;
	margin-bottom: 20px;
}
.rt-related-title .entry-title {
	font-size: 26px;
	margin-bottom: 20px;
	line-height: 1.4;
}
.rt-related-title .related-title {
	font-size: 24px;
	margin-bottom: 20px;
}
.rt-related-title .entry-title .titleline {
    position: relative;
    height: 4px;
    width: 0;
    margin-top: 6px;
    background: var(--quiklearn-primary-color);
    display: block;
    transition: all ease 1s;
}
.rt-related-title .entry-title.active-animation .titleline {
    width: 40px;
}
.rt-related-title .swiper-button {
	display: inline-flex;
	margin-bottom: 20px;
}
.rt-related-title .swiper-button > div {
	position: relative;
	top: 0;
	left: auto;
	right: auto;
	font-size: 15px;
	font-weight: 600;
	width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	column-gap: 8px;
	background-image: none;
	outline: none;
	margin-top: 0;
	color: var(--quiklearn-body-color);
	background-color: var(--quiklearn-grey-color-1);
	border-radius: 6px;
	transition: all 0.21s ease-in-out;
}
.related-portfolio .rt-related-title .swiper-button > div {
	background-color: var(--quiklearn-white-color);
}
.rt-related-title .swiper-button > div:hover {
	background: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
}
.rt-related-title .swiper-button-prev {
	margin-right: 8px;
}
.rt-related-title .swiper-button > div i {
	line-height: 1;
}
.rt-related-title .swiper-button-prev i {
	font-size: 11px;
}
.rt-related-title .swiper-button-next i {
	font-size: 10px;
}
.swiper-button-prev:after,
.swiper-button-next:after,
.rt-related-title .swiper-button > div:after {
	display: none;
}
@media(max-width: 767px) {
	.rt-related-title .entry-title br {
		display: none;
	}
}
/*-------------------------------------
#. Related Post
---------------------------------------*/
.rt-related-post {
	margin-top: 50px;
}
/*-------------------------------------
#. Pagination
---------------------------------------*/
.rt-event-archive-wrap .pagination {
	display: block;
}
.pagination-area,
.learn-press-pagination.pagination-area {
	margin-top: 40px;
	margin-bottom: 0;
}
.pagination-area ul,
.pagination-area .nav-links,
.learn-press-pagination.pagination-area .page-numbers {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	border: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	list-style: none;
}
.pagination-area ul li,
.pagination-area .nav-links .page-numbers,
.learn-press-pagination.pagination-area ul li {
	position: relative;
	border: none;
	margin-right: 6px;
	padding: 0;
}
.pagination-area ul li:last-child,
.pagination-area .nav-links .page-numbers:last-child {
	margin-right: 0;
}
.pagination-area ul li.arrow a,
.pagination-area .nav-links .next.page-numbers,
.pagination-area .nav-links .prev.page-numbers,
.learn-press-pagination.pagination-area .page-numbers > li .next.page-numbers,
.learn-press-pagination.pagination-area .page-numbers > li .prev.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--quiklearn-grey-color-2);
	border-radius: 6px;
    padding: 0;
    height: 44px;
    width: 44px;
    font-size: 16px;
    font-weight: 600;
}
.pagination-area ul li a,
.pagination-area .nav-links .page-numbers,
.learn-press-pagination.pagination-area .page-numbers > li .page-numbers {
	border-radius: 6px;
	color: var(--quiklearn-body-color);
	padding: 6px 10px;
	font-size: 18px;
	font-weight: 500;
}
.pagination-area ul li.active a,
.pagination-area ul li a:hover,
.pagination-area .nav-links .page-numbers:hover,
.learn-press-pagination.pagination-area .page-numbers > li .page-numbers:hover,
.learn-press-pagination.pagination-area .page-numbers > li .page-numbers.current {
	color: var(--quiklearn-primary-color);
	font-weight: 500;
}
.pagination-area ul li a:hover,
.pagination-area .nav-links .page-numbers:hover,
.learn-press-pagination.pagination-area .page-numbers > li .page-numbers:hover {
	background-color: var(--quiklearn-grey-color-1);
}
/*loadmore*/
a.loadMore {
	display: table;
	margin: auto;
	text-align: center;
	position: relative;
	margin-top: 50px;
	padding-right: 40px;
	color: var(--quiklearn-heading-color);
	font-size: 20px;
	font-weight: 700;
}
a.loadMore:before {
	left: 100%;
	margin-left: -15px;
	content: "";
    height: 3px;
    width: 50px;
    background-color: var(--quiklearn-primary-color);
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease 0.31s;
}
a.loadMore:hover:before {
    background-color: var(--quiklearn-heading-color);
    width: 30px;
    right: 20px;
}
.loading-lazy {
	position: relative;
	display: block;
}
.loading-lazy::before {
	display: none;
}
.loading-lazy::after {
	position: absolute;
	content: '';
	top: 0;
	left: auto;
	right: 10px;
	bottom: 0;
	z-index: 8;
}
.loading-lazy::after {
	width: 20px;
	height: 20px;
	margin: auto;
	border-top-color: #000;
	border: 2px dashed #000;
	border-radius: 50%;
	animation: fa-spin 2.5s infinite linear;
}
a.action-cart.loading::after {
	font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: 0.618em;
    right: 1em;
    animation: spin 2s linear infinite;
}
a.action-cart.loading::after {
    top: 7px;
    right: 13px;
    font-size: 14px;
}
.product-meta a.action-cart.loading::after {
    right: 7px;
}
.rt-shop-style3 a.action-cart.loading::after {
	right: auto;
}
/*list addon load more*/
a.loadlistMore {
	display: table;
	margin: auto;
	margin-top: 50px;
	font-size: 15px;
}
a.loadlistMore i {
	margin-left: 10px;
}
.loading-lazy-list i {
	z-index: 8;
	animation: fa-spin 0.7s infinite linear;
}
/*-------------------------------------
#. Error 404
---------------------------------------*/
.error-page-area {
	position: relative;
	background-position: center;
}
.error-page-content {
	position: relative;
	text-align: center;
}
.error-page-content p {
	font-size: 22px;
	margin: 0 auto 30px;
	line-height: 1.6;
	width: 50%;
}
.error-page-area .error-page-content .go-home {
	margin-top: 25px;
}
.error-page-area .item-img {
	margin-bottom: 60px;
	position: relative;
	display: inline-flex;
	justify-content: center;
}
.error-page-area .error-img img {
	animation: errorImage 1.5s infinite;
}
@keyframes errorImage {
	0% {
		transform: translate(0px, 0px);
	}
	50% {
		transform: translate(-10px, -10px);
	}
}
@media(max-width: 1199px) {
	.error-page-content p {
		width: 70%;
	}
}
@media(max-width: 991px) {
	.error-page-content p {
		width: 90%;
	}
	.error404 .content-area {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
/*-------------------------------------
#. Fluent form
---------------------------------------*/
/*Contact Form*/
.fluentform .contact-form.ff-el-group,
.fluentform .contact-form .ff-el-group {
	margin-bottom: 10px;
}
.fluentform .contact-form.ff_submit_btn_wrapper {
	margin-top: 30px;
	margin-bottom: 0;
}
.fluentform .contact-form .ff-el-form-control {
	background-color: var(--quiklearn-grey-color-1);
	color: var(--quiklearn-heading-color);
	box-shadow: none;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	padding: 13px 20px;
}
.fluentform .contact-form .ff-el-form-control:focus {
	background-color: var(--quiklearn-grey-color-1);
	color: var(--quiklearn-heading-color);
}
.fluentform .contact-form .ff-btn-submit {
	position: relative;
    background-color: var(--quiklearn-primary-color);
    color: var(--quiklearn-white-color);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
    border: none;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 17px 24px;
	width: 100%;
    line-height: 1.4;
    transition: all .21s ease-in-out;
}
.fluentform .contact-form .ff-btn-submit:hover {
	background-color: var(--quiklearn-secondary-color);
	color: var(--quiklearn-white-color);
    opacity: 1;
}
.fluentform .contact-form .ff-el-form-control::-webkit-input-placeholder {
	color: #aaa;
}
.fluentform .contact-form .ff-el-form-control:-ms-input-placeholder {
	color: #aaa;
}
.fluentform .contact-form .ff-el-form-control:-moz-placeholder {
	color: #aaa;
}
.fluentform .contact-form .text-danger {
	color: var(--quiklearn-primary-color) !important;
	font-size: 13px;
}
.fluentform .contact-form .ff-el-is-error .ff-el-form-control,
.fluentform .contact-form.ff-el-is-error .ff-el-form-control {
	border-color: var(--quiklearn-primary-color);
}
.accept-color .ff-el-form-check-label {
	color: var(--quiklearn-white-color);
}
.ff-el-form-check-label span {
	margin-left: 5px;
}
@media (min-width: 768px) {
	.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
	    margin-bottom: 0px !important;
	}
}
/*-------------------------------------
#. Gutenberg Support
---------------------------------------*/
.align-wrap {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 900px) {
	.align-wrap {
		width: auto;
		margin-left: calc(50% / .62 - 50vw);
	}
}
.align-wrap .alignfull {
	width: 100%;
	margin: 0 0 0 auto;
}
@media( max-width:480px ) {	
	img.alignleft {
		float: none;
		margin-bottom: 13px;
		margin-right: 0px;
		padding-top: 5px;
		display: block;
	}
	img.alignright {
		float: none;
		margin-left: 0px;
		margin-bottom: 15px;
		padding-top: 15px;
	}
}
/*gutenberg with sidebar*/
.has-sidebar .wp-block-cover.alignwide,
.has-sidebar .wp-block-cover.alignfull,
.has-sidebar .wp-block-image.alignfull,
.has-sidebar .wp-block-columns.alignfull,
.has-sidebar .wp-block-media-text.alignfull,
.has-sidebar .wp-block-gallery.alignfull,
.has-sidebar .wp-block-gallery.alignwide,
.has-sidebar .wp-block-columns.alignwide,
.has-sidebar .wp-block-image.alignwide,
.has-sidebar .wp-block-media-text.alignwide,
.has-sidebar .is-type-video.alignfull,
.has-sidebar .wp-block-embed-vimeo.alignwide.wp-block-embed,
.has-sidebar .alignwide.wp-block-embed {
	margin-left: 0;
	margin-right: 0;
}
.has-strong-magenta-background-color {
	background-color: #a156b4;
}
.has-strong-magenta-color {
	color: #a156b4;
}
.has-light-grayish-magenta-background-color {
	background-color: #d0a5db;
}
.has-light-grayish-magenta-color {
	color: #d0a5db;
}
.has-very-light-gray-background-color {
	background-color: #eee;
}
.has-very-light-gray-color {
	color: #eee;
}
.has-very-dark-gray-background-color {
	background-color: #444;
}
.has-very-dark-gray-color {
	color: #444;
}
.has-small-font-size {
	font-size: 12px;
}
.has-large-font-size {
	font-size: 36px;
	line-height: 1.2;
}
.has-huge-font-size {
	font-size: 48px;
	line-height: 1.2;
}
.has-regular-font-size {
	font-size: 16px;
}
.wp-block-image.alignleft.is-resized {
	margin-left: 0;
	margin-right: 30px;
}
.wp-block-image.alignright.is-resized {
	margin-left: 30px;
	margin-right: 0;
}
.wp-block-separator {
	border: none;
	border-bottom: 2px solid #cccccc;
	margin: 50px 0;
	text-align: left;
	background: transparent;
}
/*blockquote*/
blockquote {
	color: var(--quiklearn-heading-color);
	background: var(--quiklearn-grey-color-3);
	border: none !important;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	padding: 50px 60px;
	margin: 40px 0px 40px;
	position: relative;
}
@media(max-width: 480px) {
	blockquote {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}
blockquote p {
	margin-bottom: 0;
	line-height: 1.6;
}
blockquote:before {
	position: absolute;
	color: var(--quiklearn-primary-color);
	opacity: 0.5;
	bottom: 30px;
	right: 40px;
	line-height: 1;
	font-size: 40px;
    content: '\e806';
    font-family: "rt-quiklearn";
    font-style: normal;
}
blockquote:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 86px;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--quiklearn-primary-color);
    border-radius: 100px;
}
blockquote cite {
	display: block;
	color: var(--quiklearn-meta-color);
	font-size: 14px;	
	font-weight: 500;
	font-style: normal;
	margin-top: 12px;
	position: relative;
	letter-spacing: 1px;
	z-index: 1;
}
blockquote.wp-block-quote cite {
	display: block;
	color: var(--quiklearn-meta-color);
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	margin-top: 12px;
	letter-spacing: 1px;
	z-index: 1;
}
blockquote.wp-block-quote[style="text-align:right"] cite:after {
	left: inherit;
	right: 0;
}
blockquote.wp-block-quote[style="text-align:right"] cite {
	padding-right: 34px;
}
.wp-block-pullquote {
	border-top: 2px solid var(--quiklearn-primary-color);
	border-bottom: 2px solid var(--quiklearn-primary-color);
	border-left: none;
	border-right: none;
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
}
.wp-block-pullquote blockquote {
	background-color: transparent;
}
blockquote.wp-block-pullquote {
	background: var(--quiklearn-body-color);
	border-left: none;
	font-size: 20px;
	font-weight: 400;
	padding: 50px 60px;
	margin: 40px 0px 40px;
	color: var(--quiklearn-black-color);
}
.wp-block-pullquote cite {
	font-size: 14px;
	font-weight: 700;
	z-index: 1;
}
.wp-block-quote,
blockquote.wp-block-quote {
	margin: 40px 0px 40px;
	padding-left: 60px;
}
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-large:not(.is-style-plain) {
	padding: 50px 60px;
}
.wp-block-quote.is-large cite, 
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large:not(.is-style-plain) cite {
	text-align: left;
	font-size: 14px;
}
.wp-block-quote.is-style-large cite em {
	font-style: normal;
}
.wp-block-quote.has-text-align-right {
	border-left: none;
	border-right: none;
	text-align: right;
	padding: 50px 60px;;
}
.wp-block-quote.has-text-align-right:before {
	left: 60px;
	right: auto;
}
.wp-block-quote.has-text-align-right cite {
	text-align: right;
	padding-left: 0;
}
.wp-block-quote.has-text-align-left {
	text-align: left;
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p,
.wp-block-quote.is-large:not(.is-style-plain) p, 
.wp-block-quote.is-style-large:not(.is-style-plain) p {
	font-size: 28px;
	line-height: 1.3;
}
.wp-block-quote.is-style-large cite br {
	display: none;
}
:root .has-cyan-bluish-gray-background-color {
	background-color: transparent;
}
.wp-block-pullquote.is-style-solid-color {
	max-width: 100%;
	border-radius: 10px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
	background: #acb9c3;
	padding-top: 50px;
	padding-bottom: 50px;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 32px;
}
.has-quiklearn-primary-background-color.is-style-solid-color blockquote {
	background: var(--quiklearn-primary-color);
}
.has-quiklearn-secondary-background-color.is-style-solid-color blockquote {
	background: var(--quiklearn-body-color);
}
.has-quiklearn-button-dark-gray-background-color.is-style-solid-color blockquote {
	background: #9d9cae;
}
.has-quiklearn-button-light-gray-background-color.is-style-solid-color blockquote {
	background: #f8f8f8;
}
.has-quiklearn-button-white-background-color.is-style-solid-color blockquote {
	background: #ffffff;
}
/* Main column width */
.wp-block {
	max-width: 720px;
}
/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
	max-width: 1080px;
}
/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
	max-width: none;
}
.wp-caption-text {
	color: #555;
    font-size: 13px;
}

pre {
	background: #fff;
	color: #575757;
}
code,
a code {
	color: var(--quiklearn-primary-color);
}
pre code {
	font-size: 15px;
	color: #334f7b;
	word-break: normal;
	line-height: 30px;
}
pre cite {
	font-weight: 400;
}
kbd {
	color: #334f7b;
	padding: 3px 5px 2px 5px;
	margin: 0 1px;
	background: #eaeaea;
	background: rgba(0,0,0,.07);
}
code, kbd, pre, samp, tt, var {
	font-family: Menlo,Consolas,monaco,monospace;
}
.wp-block-code {
	font-family: Menlo,Consolas,monaco,monospace;
	font-size: 15px;
	color: #334f7b;
	padding: 30px;
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 0;
}
p:last-child img.size-thumbnail.alignright {
  clear: both;
  padding-top: 0;
}
/************** Button ***************/
.wp-block-button {
	margin-bottom: 15px;
}
.wp-block-button.aligncenter {
	text-align: center;
}
.wp-block-button .wp-block-button__link {
    position: relative;
    background-color: var(--quiklearn-primary-color);
    color: var(--quiklearn-white-color);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 30px;
    line-height: 1.4;
    overflow: hidden;
    z-index: 1;
}
.wp-block-button .wp-block-button__link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 50%;
    background-color: var(--quiklearn-secondary-color);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.wp-block-button .wp-block-button__link:after {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0%;
    height: 50%;
    background-color: var(--quiklearn-secondary-color);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.wp-block-button .wp-block-button__link:hover:after,
.wp-block-button .wp-block-button__link:hover:before {
	width: 100%;
}
.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	border: 2px solid var(--quiklearn-primary-color);
	transition: all 0.4s ease-in-out;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	border-color: var(--quiklearn-secondary-color);
	color: var(--quiklearn-white-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:before {
/*	display: none;*/
}
.wp-block-button.is-style-fill .wp-block-button__link,
.wp-block-button .wp-block-button__link.no-border-radius,
.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button.is-style-squared .wp-block-button__link:before {
	border-radius: 0;
}
.wp-block-button .wp-block-button__link.no-border-radius:before {
	border-radius: 0;
}
.has-quiklearn-primary-color { color: var(--quiklearn-primary-color);}
.has-quiklearn-secondary-color { color: var(--quiklearn-secondary-color);}
.has-quiklearn-button-dark-gray-color { color: var(--quiklearn-meta-color);}
.has-quiklearn-button-light-gray-color { color: var(--quiklearn-grey-color-1);}
.has-quiklearn-button-white-color { color: #ffffff;}

.has-quiklearn-primary-background-color { background-color: var(--quiklearn-primary-color);}
.has-quiklearn-secondary-background-color { background-color: var(--quiklearn-secondary-color);}
.has-quiklearn-button-dark-gray-background-color { background-color: var(--quiklearn-meta-color);}
.has-quiklearn-button-light-gray-background-color { background-color: var(--quiklearn-grey-color-1);}
.has-quiklearn-button-white-background-color { background-color: #ffffff;}

.wp-block-button a.has-quiklearn-primary-color { color: var(--quiklearn-primary-color);}
.wp-block-button a.has-quiklearn-secondary-color { color: var(--quiklearn-secondary-color);}
.wp-block-button a.has-quiklearn-button-dark-gray-color { color: var(--quiklearn-meta-color);}
.wp-block-button a.has-quiklearn-button-light-gray-color { color: var(--quiklearn-grey-color-1);}
.wp-block-button a.has-quiklearn-button-white-color { color: #ffffff;}

.wp-block-button .has-quiklearn-primary-background-color { background-color: var(--quiklearn-primary-color);}
.wp-block-button .has-quiklearn-secondary-background-color { background-color: var(--quiklearn-secondary-color);}
.wp-block-button .has-quiklearn-button-dark-gray-background-color { background-color: var(--quiklearn-meta-color);}
.wp-block-button .has-quiklearn-button-light-gray-background-color { background-color: var(--quiklearn-grey-color-1);}
.wp-block-button .has-quiklearn-button-white-background-color { background-color: #ffffff;}
/*button end*/

.wp-block-table td, 
.wp-block-table th {
	border: 1px solid #e5e5e5;
	padding: 5px;
}
.wp-block-image .alignleft.is-resized {
	margin-top: 0;
}
.wp-block-latest-posts.is-grid {
	margin-left: 20px;
}
.wp-block-latest-posts.is-grid li {
	margin: 0 0 10px 0;
}
.wp-block-columns {
	margin-bottom: 0;
	margin-top: 0;
}
.wp-block-columns .wp-block-column {
	margin-bottom: 15px;
	margin-top: 15px;
}
.wp-block-columns.has-2-columns .wp-block-column {
	margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
	.wp-block-columns .wp-block-column {
		width: 100%;
	}
}
@media only screen and (max-width: 991px) {
	.wp-block-columns .wp-block-column {
		width: 100%;
		flex-basis: 100% !important;
		margin-left: 0;
	}
}
.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote {
	margin-top: 0 !important;
	padding-left: 35px;
	padding-right: 35px;
}
.wp-block-image .alignleft {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 25px;
}
.wp-block-image .alignright {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 25px;
}
/*wp block cover*/
.wp-block-cover {
	margin-top: 20px;
	margin-bottom: 20px;
}
.wp-block-cover a, 
.wp-block-cover .wp-block-cover-text a, 
.wp-block-cover .has-text-color a, 
.wp-block-cover .has-text-align-center a {
	color: #ffffff;
}
.wp-block-cover a:hover, 
.wp-block-cover .wp-block-cover-text a:hover, 
.wp-block-cover .has-text-color a:hover, 
.wp-block-cover .has-text-align-center a:hover {
	text-decoration: underline;
}
.wp-block-cover-image.alignleft, 
.wp-block-cover-image.alignright, 
.wp-block-cover.alignleft, 
.wp-block-cover.alignright,
[data-align=left]>.wp-block-cover, 
[data-align=right]>.wp-block-cover {
	max-width: 340px;
	width: 100%;
}
.entry-content .wp-block-cover {
	background-color: #000;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 0px;
	padding: 15px 45px;
}
.wp-block-cover p:not(.has-text-color) {
  color: #ffffff;
}
.wp-block-cover.alignleft {
	margin-top: 0;
}
.wp-block-cover-image .wp-block-cover-image-text, 
.wp-block-cover .wp-block-cover-text, 
section.wp-block-cover-image>h2 {
	font-size: 36px;
	line-height: 1.25;
	z-index: 1;
	margin-bottom: 0;
	max-width: 100%;
	padding: .44em;
	text-align: center;
}
:root .has-pale-pink-background-color {
	background-color: #000;
}
.wp-block-gallery {
	margin-top: 25px;
	margin-bottom: 20px;
}
.wp-block-gallery.alignleft {
	display: flex;
	margin-top: 10px;
}
.wp-block-gallery .blocks-gallery-item {
	overflow: hidden;
}
.wp-block-gallery.alignleft .blocks-gallery-item {
	display: inline-block;
}
.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper {
	margin: 23px 0;
}
.wp-block-coblocks-social .wp-block-button__link {
	border: none;
}
.blocks-gallery-grid.alignleft, 
.blocks-gallery-grid.alignright, 
.wp-block-gallery.alignleft, 
.wp-block-gallery.alignright {
	max-width: 420px;
	width: 100%;
}
.wp-block-gallery.alignleft.extraclass {
	margin-right: 30px;
}
.wp-block-gallery-1.wp-block-gallery.columns-3 {
	margin-bottom: 15px;
}
.blocks-gallery-caption,
.wp-block-image figcaption {
	color: var(--quiklearn-meta-color);
}
p:last-child img.size-full.alignright {
	clear: both;
}
.wp-block-spacer {
	clear: both;
}
.gallery .gallery-item {
	text-align: center;
}
.site-content nav.comment-navigation {
	padding-top: 0;
}
.site-content nav.comment-navigation ul {
	margin-top: 0;
	margin-bottom: 40px;
}
.site-content nav.comment-navigation ul li {
	margin-right: 0;	
}
.site-content nav.comment-navigation ul li a {
	border-radius: 30px;
	height: inherit;
	width: inherit;
	padding: 12px 27px;
	line-height: 1.6;
}
figure.wp-caption.alignnone {
	margin: 15px auto 15px;
}
.wp-block-file .wp-block-file__button {
	background: var(--quiklearn-grey-color-1);
	color: #543ee8;
	padding: 10px 20px;
	line-height: 18px;
}
.entry-content img {
	border-radius: 6px;
}
.blocks-gallery-item figcaption,
figure.wp-block-image figcaption {
	border-radius: 0 0 6px 6px;
}
.has-media-on-the-right.is-stacked-on-mobile {
	margin-bottom: 20px;
}
.blocks-gallery-item figcaption {
	line-height: 1.4;
}
ul.wp-block-rss li.wp-block-rss__item .wp-block-rss__item-title {
	display: inline-block;
}
.wp-block-group.has-background {
	margin-bottom: 20px;
}
.wp-block-post-featured-image img {
	border-radius: 10px;
}
ul.wp-block-post-template li {
	margin-bottom: 30px;
}
ul.wp-block-post-template .wp-block-post-title {
	margin-bottom: 12px;
}
.wp-block-avatar img,
.wp-block-avatar__image,
.wp-block-post-author__avatar img {
	border-radius: 100%;
}
ol.wp-block-latest-comments {
	padding-left: 0;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: none;
	padding: 0;
}
@media(min-width: 575px) {
	.wp-block-columns {
	    flex-wrap: nowrap!important;
	}
}
@media(max-width: 574px) {
	.wp-block-columns {
	    gap: 0 !important;
	}
}
/*Mobile menu*/
@media(max-width:475px){
	.site-header .mobile-menu {
		display: none!important;
	}
}
.mean-container .mobile-mene-bar {
	position: relative;
}
.mean-container .mobile-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	left: 0;
	right: 0;
	box-shadow: 0 0 18px 0 rgba(0, 35, 90,0.1);
	background-color: transparent;
	transition: background 0.2s ease, padding 0.8s linear;
}
.mean-container .mean-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	background: var(--quiklearn-white-color);
	float: none;
	position: relative;
	padding: 13px 12px;
	top: 0;
	left: 0;
	width: 100%;
}
.mean-container .mean-bar-search {
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.mean-container .mean-bar-search .search-icon a {
	color: var(--quiklearn-body-color);
	font-size: 18px;
	width: auto;
	height: auto;
}
.mean-container .mean-bar-search .search-icon a:hover {
	color: var(--quiklearn-primary-color);
}
.mn-top .mean-container .mean-bar {
 	position: fixed;
}
.mean-container .mean-bar .mobile-logo {
	color: var(--quiklearn-primary-color);
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
	line-height: 1;
}
.mean-container .mean-bar .mobile-logo img {
	max-width: 130px;
}
.mean-container .mean-bar .minicart {
	list-style: none;
	padding: 0;
    margin-bottom: 0;
}
.mean-container .mean-bar .info {
	display: flex;
	align-items: center;
	column-gap: 8px;
}
.mean-container .mean-bar .info > div {
	position: relative;
	line-height: 1;
}
.mean-container .mean-bar .info > div > a,
.mean-container .mean-bar .info > div > .cart-list-trigger > a {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--quiklearn-body-color);
    font-size: 18px;
    height: auto;
    width: auto;
}
.mean-container .mean-bar .info > div > a:hover,
.mean-container .mean-bar .info > div > .cart-list-trigger > a:hover {
    color: var(--quiklearn-primary-color);
}
.mean-container .cart-area .cart-list-trigger {
	padding: 0;
}
.mean-container .cart-area .cart-trigger-icon > span {
	position: relative;
	top: -7px;
    right: 5px;
}
.rt-slide-nav {
	display: block;
	position: absolute;
	background: white;
	left: 0;
	right: 0;
	z-index: 3;
	max-height: calc(100vh - 100px);
	overflow-y: scroll;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);
	transform: translateX(-200%);
	transition-duration: 1s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    will-change: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.slidemenuon .rt-slide-nav {
	transform: translateX(0);
}
.rt-slide-nav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0;
}
@media only screen and (min-width: 1200px){
  	#meanmenu {
	 	display: none;
  	}
}
@media only screen and (max-width: 1199px){
  	.header-area {
		display: none;
  	}
}
.rt-slide-nav nav,
.rt-slide-nav .menu-main-menu-container {
  	display: block;
	padding-bottom: 15px;
}
.rt-slide-nav nav > ul > li.mega-menu,
.rt-slide-nav nav > ul > li ul.sub-menu li ul,
.rt-slide-nav nav > ul > li > ul.sub-menu {
	position: relative;
	width: 100%;
	transition: inherit;
	transform: inherit;
	background: none;
	box-shadow: none;
	transform-origin: inherit;
	opacity:  1;
	visibility: visible;
	left: 0;
}
.rt-slide-nav .offscreen-navigation .sub-menu {
	display: none;
}
.rt-slide-nav .offscreen-navigation ul {
	padding-left: 28px;
}
.rt-slide-nav .offscreen-navigation ul li {
	position: relative;
}
.rt-slide-nav .offscreen-navigation ul li > span {
    position: absolute;
    right: 12px;
    top: 11px;
    width: 20px;
    height: 20px;
    background-color: var(--quiklearn-grey-color-1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
}
.rt-slide-nav .offscreen-navigation ul li > span:after {
	content: '\f067';
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	transition: .1s;
	font-weight: 700;
	position: absolute;
	font-size: 12px;
	color: var(--quiklearn-primary-color);
}
.rt-slide-nav .offscreen-navigation ul li > span.open:after {
	content: '\f068';
}
.rt-slide-nav .offscreen-navigation ul li:last-child {
   	border-bottom: none;
}
.rt-slide-nav .offscreen-navigation ul li a {
	color: var(--quiklearn-heading-color);
}
.rt-slide-nav .offscreen-navigation ul li a:hover {
	color: var(--quiklearn-primary-color);
}
.rt-slide-nav .offscreen-navigation ul li > a {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	background: var(--quiklearn-white-color);
	padding-bottom: 8px;
	padding-top: 8px;
	transition: all 0.4s ease-in-out;
}
.rt-slide-nav .offscreen-navigation .sub-menu li > a {
	font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}
.rt-slide-nav .offscreen-navigation li.current-menu-item > a,
.rt-slide-nav .offscreen-navigation li.current-menu-parent > a {
  	color: var(--quiklearn-primary-color);
}
.rt-slide-nav .offscreen-navigation ul li > a:before {
	position: absolute;
    content: "";
    width: 12px;
    height: 3px;
    background-color: var(--quiklearn-primary-color);
    border-radius: 50px;
    left: -10px;
    top: 18px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.rt-slide-nav .offscreen-navigation ul li > a:hover:before {
	opacity: 1;
    visibility: visible;
    left: 6px;
}
.rt-slide-nav .offscreen-navigation ul li > a:hover {
	padding-left: 28px;
}
.mean-bar .header-btn-new.mobile-btn {
	position: absolute;
	right: 12%;
	top: 8px;
}
.mean-bar .sidebarBtn {
	display: block;
	cursor: pointer;
}
.mean-bar .sidebarBtn .bar {
	background: var(--quiklearn-body-color);
	height: 2px;
	width: 25px;
	display: block;
	margin-bottom: 5px;
	transition: all 0.31s ease-in-out;
}
.mean-bar .sidebarBtn .bar:nth-child(2) {
	width: 20px;
}
.mean-bar .sidebarBtn .bar:last-child {
	margin-bottom: 0;
}
.slidemenuon .sidebarBtn .bar:nth-child(2) {
	opacity: 0;
}
.slidemenuon .sidebarBtn .bar:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}
.slidemenuon .sidebarBtn .bar:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -5px);
}
/*carticon and search*/
.info-menu-bar {
	display: inline-flex;
	position: absolute;
	right: 73px;
}
@media(max-width: 425px) {
	.info-menu-bar {
		right: 55px;
	}
}
.info-menu-bar a {
	color: #111111;
	font-weight: 500;
}
.info-menu-bar a:hover {
	color: #111111;
}
.info-menu-bar .header-search-box {
	width: 25px;
	margin-left: 14px;
}
/*mobile header topbar*/
.mobile-top-bar .mobile-top {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    row-gap: 8px;
    padding: 12px 12px 15px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid var(--quiklearn-border-color);
}
.mobile-top-bar .mobile-social,
.mobile-top-bar .mobile-address {
	display: flex;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-top-bar .mobile-address a {
	color: var(--quiklearn-body-color);
}
.mobile-top-bar .mobile-social a {
	color: var(--quiklearn-body-color);
}
.mobile-top-bar .mobile-social a:hover {
	color: var(--quiklearn-primary-color);
}
.mobile-top-bar .mobile-address i {
	color: var(--quiklearn-primary-color);
	padding-right: 8px;
}
.mobile-top-bar .header-icon-area .header-login a {
	color: var(--quiklearn-heading-color);
}
.mobile-top-bar .header-icon-area .header-login a:hover {
	color: var(--quiklearn-white-color);
}
.wow {
	visibility: hidden;
}
@media (max-width: 767px) {
  .wow {
	  visibility: visible !important;
	  -webkit-animation: none !important;
	  animation: none !important;
  }
}
/*---------------------------------------------------------
#. LearnPress
-----------------------------------------------------------*/
/*LearnPress Archive*/
body .lp-content-area {
	max-width: 100% !important;
	padding-left: 0;
	padding-right: 0;
}
.rt-course-archive-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 30px;
}
.rt-course-archive-top .rt-course-status {
	display: flex;
	align-items: center;
	gap: 10px;
}
.rt-course-archive-top .course-status select {
	padding: 6px 30px 6px 15px;
    border-radius: 6px;
    background-position: 90%;
}
.rt-course-archive-top .rt-icons {
	display: flex;
	gap: 10px;
}
.rt-course-archive-top .rt-icons a {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--quiklearn-border-color);
    border-radius: 5px;
    background: transparent;
}
.rt-course-list-view .rt-course-archive-top .rt-icons a.rt-list,
.rt-course-grid-view .rt-course-archive-top .rt-icons a.rt-grid {
	background-color: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
}
.rt-lp-content .learn-press-courses .course {
	width: 33.3333%;
	margin-bottom: 24px;
}
.rt-lp-content .learn-press-courses .course {
	padding: 0 12px;
}
.rt-course-list-view .learn-press-courses .course {
	display: block;
	border: none;
	width: 100%;
}
.rt-course-grid-view .rt-content .rt-description {
	display: none;
}
@media(min-width: 768px) {
	.rt-course-list-view .learn-press-courses .rt-thumbnail {
		float: left;
		margin-bottom: 0;
		max-width: 300px;	
	}
	.rt-course-list-view .learn-press-courses .rt-course-box {
		display: flex;
		align-items: center;
		gap: 20px;
	}
	.rt-course-list-view .learn-press-courses .rt-content-wrap {
		flex: 1;
	}
}
@media (max-width: 992px){
	.rt-course-grid-view .learn-press-courses .course {
		width: 50%;
	}
}
@media (max-width: 767px){
	.rt-course-grid-view .learn-press-courses .course {
		width: 100%;
	}
}
/*01. Profile*/
body .lp-user-profile .lp-content-area {
	padding: 0;
}
body .lp-user-profile #profile-sidebar {
	width: 330px;
    border: none;
    margin-top: 0;
}
body .lp-user-profile .lp-profile-content {
	width: calc(100% - 360px);
    margin-bottom: 0;
    padding-top: 0;
}
body .lp-user-profile #profile-nav {
    padding: 30px;
    border: 1px solid var(--quiklearn-border-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 25px;
}
body .lp-user-profile #profile-nav .lp-profile-nav-tabs > li {
	background-color: var(--quiklearn-grey-color-1);
	border: none;
	border-radius: 5px;
	margin-bottom: 5px;
	transition: all 0.21s ease-in-out;
}
body .lp-user-profile #profile-nav .lp-profile-nav-tabs > li.active, 
body .lp-user-profile #profile-nav .lp-profile-nav-tabs > li:hover {
	background-color: var(--quiklearn-primary-color);
}
body .lp-user-profile #profile-nav .lp-profile-nav-tabs > li > a {
    padding: 5px 20px 5px 52px;
}
body .lp-user-profile #profile-nav .lp-profile-nav-tabs > li > a > i {
    font-size: 12px;
	color: var(--quiklearn-primary-color);
	transition: all 0.21s ease-in-out;
}
body .lp-user-profile #profile-nav .lp-profile-nav-tabs > li > a::after {
    color: var(--quiklearn-meta-color);
    font-family: "rt-quiklearn";
    font-size: 12px;
    content: "\e81a";
}
body .lp-user-profile #profile-nav .lp-profile-nav-tabs > li.active > a::after, 
body .lp-user-profile #profile-nav .lp-profile-nav-tabs > li:hover > a::after {
	content: "\e81a";
	color: var(--quiklearn-white-color);
}
body .lp-user-profile #profile-nav .lp-profile-nav-tabs li.active > ul .active > a,
body .lp-user-profile #profile-nav .lp-profile-nav-tabs > li ul li a:hover,
body .lp-user-profile #profile-nav .lp-profile-nav-tabs li.active > ul .active > a i,
body .lp-user-profile #profile-nav .lp-profile-nav-tabs > li ul li:hover > a i {
	color: var(--quiklearn-primary-color);
}
body .lp-user-profile #profile-nav .lp-profile-nav-tabs > li.wishlist > a::before {
    color: var(--quiklearn-primary-color);
    font-size: 16px;
}
.rt-profile-header {
	display: flex;
	column-gap: 30px;
	margin-bottom: 30px;
}
@media(max-width: 767px) {
	.rt-profile-header {
		display: block;
	}
	.lp-user-profile .rt-user-profile-avatar {
		margin-bottom: 24px;
	}
}
@media(max-width: 1199px) {
	body .lp-user-profile #profile-sidebar,
	body .lp-user-profile .lp-profile-content {
		width: 100%;
	}
	body .lp-user-profile .wrapper-profile-header .lp-profile-content-area {
		padding: 0;
	}
	body .lp-user-profile #profile-nav .lp-profile-nav-tabs>li {
		float: none;
	}
	body .lp-user-profile #profile-nav .lp-profile-nav-tabs {
		width: 100%;
	}
	body .lp-user-profile #profile-nav {
		overflow: hidden;
	}
	body .lp-user-profile #profile-nav .lp-profile-nav-tabs>li {
		max-width: 100%;
	}
	body .lp-user-profile #profile-nav .lp-profile-nav-tabs>li>a {
		font-size: inherit;
	}
	body .lp-user-profile #profile-nav .lp-profile-nav-tabs>li>a>i {
		left: 24px;
		top: 50%;
		transform: translateY(-50%);
	}
}
.lp-user-profile .rt-user-profile-avatar {
    background: var(--quiklearn-white-color);
    border: 1px solid var(--quiklearn-border-color);
    border-radius: 10px;
    padding: 40px;
    text-align: center;
	max-width: 410px;
}
@media(max-width: 1024px) {
	.lp-user-profile .rt-user-profile-avatar {
		max-width: 250px;
	}
}
@media(max-width: 767px) {
	.lp-user-profile .rt-user-profile-avatar {
		max-width: 100%;
	}
}
.lp-user-profile .rt-user-profile-avatar img {
	width: 150px;
	border-radius: 50%;
}
.lp-user-profile .rt-profile-name {
    font-weight: 500;
    font-size: 24px;
    color: var(--quiklearn-primary-color);
	margin-top: 7px;
	margin-bottom: 2px;
}
.lp-user-profile .rt-instrucor-social .share-icon {
	display: none;
}
.lp-user-profile .rt-instrucor-social .sub-social,
.lp-user-profile .rt-instrucor-social .instruc-social {
	display: flex;
	column-gap: 12px;
	justify-content: center;
	margin: 0;
}
.lp-user-profile .rt-instrucor-social .sub-social a,
.lp-user-profile .rt-instrucor-social .instruc-social a {
	color: var(--quiklearn-body-color);
}
.lp-user-profile .rt-instrucor-social .sub-social a:hover,
.lp-user-profile .rt-instrucor-social .instruc-social a:hover {
	color: var(--quiklearn-primary-color);
}
.lp-user-profile .rt-instrucor-social .instruc-social svg {
	transform: scale(0.7);
}
.lp-user-profile .rt-instrucor-social .instruc-social svg path {
	fill: var(--quiklearn-body-color);
}
.lp-user-profile .rt-instrucor-social .instruc-social a:hover svg path {
	fill: var(--quiklearn-primary-color);
}
.rt-profile-header .author-info {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 18px;
	margin-top: 20px;
	color: var(--quiklearn-body-color);
}
.rt-profile-header .author-info i {
	color: var(--quiklearn-black-color);
	margin-right: 7px;
}
.lp-user-profile .dashboard-statistic__row .statistic-box {
	width: 100%;
    padding: 35px;
    background: var(--quiklearn-white-color);
    border: 1px solid var(--quiklearn-border-color);
    border-radius: 10px;
    gap: 10px;
    transition: all 0.4s ease-in-out;
}
@media (max-width: 520px) {
	.lp-user-profile .dashboard-statistic__row {
		display: flex;
		background-color: transparent;
		padding: 0;
	}
	.lp-user-profile .dashboard-statistic__row .statistic-box:last-child {
		border: 1px solid var(--quiklearn-border-color);
	}
}
.lp-user-profile .dashboard-statistic__row .statistic-box:hover {
	background-color: var(--quiklearn-primary-color);
}
.lp-user-profile .learn-press-profile-course__statistic {
    flex: 1;
}
.lp-user-profile .rt-profile-user-bio {
    background: var(--quiklearn-white-color);
    border: 1px solid var(--quiklearn-border-color);
    border-radius: 10px;
    padding: 30px 50px 15px 50px;
	font-weight: 400;
}
.lp-user-profile .user-bio-title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}
.lp-user-profile .statistic-box .statistic-box__text {
	order: 2;
	font-size: 18px;
	font-weight: 400;
	color: var(--quiklearn-body-color);
	transition: all 0.21s ease-in-out;
}
.lp-user-profile .statistic-box .statistic-box__number {
	font-size: 28px;
	color: var(--quiklearn-heading-color);
	transition: all 0.21s ease-in-out;
}
.lp-user-profile .statistic-box:hover .statistic-box__number,
.lp-user-profile .statistic-box:hover .statistic-box__text {
	color: var(--quiklearn-white-color);
}
@media(min-width: 768px) {
	.lp-user-profile .dashboard-statistic__row .statistic-box {
		width: calc((100% - 8px) / 2) !important;
	}
}
@media(max-width: 767px) {
	.lp-user-profile .dashboard-statistic__row .statistic-box {
		width: 100% !important;
	}
}
body .lp-user-profile ul.learn-press-courses .course {
    margin: 0 0 15px;
}
body .learn-press-profile-course__progress .lp_profile_course_progress {
	border: none;
}
body .learn-press-profile-course__progress .lp_profile_course_progress__header {
	background-color: var(--quiklearn-grey-color-1);
}
body .learn-press-profile-course__progress .lp_profile_course_progress__header th {
	border: 1px solid var(--quiklearn-border-color);
}
body .learn-press-profile-course__progress .lp_profile_course_progress__item td {
	border: 1px solid var(--quiklearn-border-color);
}
body .learn-press-profile-course__progress .lp_profile_course_progress__item td a {
	color: var(--quiklearn-body-color);
}
body .learn-press-profile-course__progress .lp_profile_course_progress__item td a:hover {
	color: var(--quiklearn-primary-color);
}
body .learn-press-profile-course__progress .lp_profile_course_progress__item td:first-child {
    padding: 10px;
}
body .learn-press-profile-course__progress .lp_profile_course_progress__item img {
	border-radius: 6px;
}
.lp-single-instructor .lp-single-instructor__info .instructor-avatar img {
	border: none;
}
.lp-single-instructor .lp-single-instructor__info {
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 6px;
}
.lp-single-instructor .lp-single-instructor__info h2 {
    font-size: 24px;
    font-weight: 600;
}
.lp-single-instructor .lp-single-instructor__info__right .instructor-social {
	font-size: 16px;
    margin: 15px 0 15px;
	gap: 12px;
}
.lp-single-instructor .lp-single-instructor__info__right .instructor-social svg {
    width: 18px;
    height: 18px;
}
.lp-single-instructor .lp-single-instructor__info__right .instructor-social svg path {
	fill: var(--quiklearn-body-color)
}
.lp-single-instructor .lp-single-instructor__info__right .instructor-social a {
    width: 40px;
    height: 40px;
    background: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.lp-single-instructor .lp-single-instructor__info__right .instructor-social a:hover {
    background: var(--quiklearn-secondary-color);
	color: var(--quiklearn-white-color);
}
.lp-single-instructor .instructor-courses .ul-instructor-courses h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	border-bottom: 1px solid var(--quiklearn-border-color);
}
.lp-single-instructor .instructor-courses .ul-instructor-courses h3 a {
	color: var(--quiklearn-heading-color);
}
.lp-single-instructor .instructor-courses .ul-instructor-courses h3 a:hover {
	color: var(--quiklearn-primary-color);
}
.lp-single-instructor .instructor-courses .ul-instructor-courses .price-categories .course-item-price .price {
    font-size: 20px;
    font-weight: 600;
    color: var(--quiklearn-heading-color);
}
.lp-single-instructor .instructor-courses .ul-instructor-courses a,
.lp-single-instructor .instructor-courses .ul-instructor-courses .price-categories .course-categories a:not(:hover) {
	color: var(--quiklearn-meta-color);
}
.lp-single-instructor .instructor-courses .ul-instructor-courses a:hover {
	color: var(--quiklearn-primary-color);
}
.lp-single-instructor .instructor-courses .ul-instructor-courses .course-count div .course-ico {
	display: none;
}
body .lp-list-table thead tr th {
    height: 60px;
    color: var(--quiklearn-body-color);
    background: var(--quiklearn-grey-color-1);
    font-size: 18px;
	font-weight: 600;
}
body .lp-profile-content table.lp-list-table tr th, 
body .lp-profile-content table.lp-list-table tr td {
    border-right: 1px solid var(--quiklearn-border-color);
    border-bottom: 1px solid var(--quiklearn-border-color);
}
.profile-recover-order .order-recover input[type=text] {
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 6px;
}
body .lp-user-profile .lp-profile-content .lp-button {
    border-color: var(--quiklearn-border-color);
    font-size: 16px;
    border-radius: 6px;
}
body .lp-user-profile .lp-profile-content .lp-button:hover {
    border-color: var(--quiklearn-primary-color);
    background-color: var(--quiklearn-primary-color);
}
body .learn-press-tabs .learn-press-tabs__tab {
	background-color: var(--quiklearn-grey-color-1);
}
body .learn-press-form .form-fields .form-field textarea,
body .lp-user-profile #profile-content-settings .learn-press-form .form-fields .form-field .form-field-input input {
	border-radius: 6px;
	border: 1px solid var(--quiklearn-border-color);
}
body .learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1) label a,
body .learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3) label a,
body .learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2) label a {
    color: var(--quiklearn-primary-color);
}
body .learn-press-tabs .learn-press-tabs__checker:nth-child(1):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(1)::before,
body .learn-press-tabs .learn-press-tabs__checker:nth-child(2):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(2)::before,
body .learn-press-tabs .learn-press-tabs__checker:nth-child(3):checked ~ .learn-press-tabs__nav .learn-press-tabs__tab:nth-child(3)::before {
    background: var(--quiklearn-primary-color);
}
/*02. LearnPress Widgets*/
.sidebar-widget-area .learnpress.widget .widgettitle {
	position: relative;
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.sidebar-widget-area .learnpress.widget .widgettitle:after {
    position: absolute;
	content: "";
	left: 0;
	bottom: 0;
    height: 4px;
    width: 40px;
    background: var(--quiklearn-primary-color);
    border-radius: 6px;
}
.sidebar-widget-area .learnpress.widget h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 8px;
}
.sidebar-widget-area .learnpress.widget a:hover h3 {
	color: var(--quiklearn-primary-color);
}
.sidebar-widget-area .learnpress-widget-wrapper .lp-widget-course__meta {
	display: flex;
	margin-top: 8px;
}
.sidebar-widget-area .learnpress-widget-wrapper .lp-widget-course {
	border: none;
	margin-bottom: 15px;
}
.sidebar-widget-area .learnpress-widget-wrapper .lp-widget-course__content {
    margin: 0;
    padding: 0;
    border: none;
}
.sidebar-widget-area .learnpress-widget-wrapper .lp-widget-course__meta .course-price .course-item-price {
	flex-direction: inherit;
}
.sidebar-widget-area .course-price .course-item-price .origin-price {
	color: var(--quiklearn-meta-color);
	margin-right: 5px;
}
.sidebar-widget-area .lp-widget-course__image {
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 12px;
}
/*learnpress sidebar filter*/
body .lp-form-course-filter .lp-form-course-filter__item {
	border-bottom: 1px solid var(--quiklearn-border-color);
    margin-bottom: 20px;    
    padding-bottom: 20px;
}
body .lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__title {
	position: relative;
	color: var(--quiklearn-heading-color);
	font-size: 20px;
	font-weight: 600;
}
body .lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__title:before {
	position: absolute;
	content: '\e81b';
	font-family: "rt-quiklearn";
	font-size: 9px;
	right: 0;
	top: 0;
}
body .lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter__field .count {
	color: var(--quiklearn-meta-color);
	font-size: 16px;
}
body .lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .count:before {
	content: "(";
	left: 0;
}
body .lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .count:after {
	content: ")";
	right: 0;
}
body .lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter-search-field input {
	border: none;
	background-color: var(--quiklearn-grey-color-1);
	border-radius: 6px;
	padding: 8px 15px;
}
body .lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__content .lp-course-filter-search-result {
	border: none;
}
body .lp-form-course-filter button.course-filter-submit {
	background-color: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
	border-radius: 6px;
	border: none;
	padding: 8px 24px;
	transition: all 0.21s ease-in-out;
}
body .lp-form-course-filter button.course-filter-reset {
	background-color: var(--quiklearn-rating-color);
	color: var(--quiklearn-heading-color);
	border-radius: 6px;
	border: none;
	padding: 8px 24px;
	transition: all 0.21s ease-in-out;
}
body .lp-form-course-filter button.course-filter-submit:hover,
body .lp-form-course-filter button.course-filter-reset:hover {
	background-color: var(--quiklearn-secondary-color);
}
/*03. LearnPress Single*/
@media(min-width: 992px) {
	.course-detail-2.content-area {
		padding-top: 0;
	}
	.course-detail-2::before {
		position: absolute;
		content: "";
		background-color: var(--quiklearn-banner-color);
		top: 0;
		width: 100%;
		height: 660px;
		z-index: -1;
		border-bottom: 1px solid var(--quiklearn-border-color);
	}
}
body .lp-archive-courses .lp-entry-content .entry-content-left {
	padding-top: 0;
}
.lp-entry-content .course-single-title {
	font-size: 36px;
	margin-bottom: 10px;
}
.lp-entry-content .course-terms {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 8px;
	margin-bottom: 12px;
}
.lp-entry-content .page-thumbnail {
	display: block;
	overflow: hidden;
	margin-bottom: 12px;
	border-radius: 6px;
}
.lp-entry-content .course-cat {
	display: flex;
	align-items: center;
	gap: 5px;
}
.lp-entry-content .course-cat a {
    background-image: linear-gradient(122.96deg, #543ee8 11.09%, #7664ec 90.59%);
	color: var(--quiklearn-white-color);
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 5px;
    padding: 3px 12px;
}
.lp-entry-content .course-single-excerpt {
	margin-bottom: 0;
}
.lp-archive-courses .lp-entry-content .course-features {
	list-style: none;
	margin: 0 0 35px;
	padding: 0 0 30px;
	border-bottom: 1px solid var(--quiklearn-border-color);
	display: flex;
	align-items: center;
	column-gap: 24px;
    row-gap: 5px;
	flex-wrap: wrap;
}
.lp-archive-courses .course-features a {
	color: var(--quiklearn-body-color);
	font-weight: 500;
}
.lp-archive-courses .course-features a:hover {
	color: var(--quiklearn-primary-color);
}
.lp-archive-courses .course-features li i {
	margin-right: 5px;
}
.lp-archive-courses .course-features .rt-instructor img {
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 50%;
}
/*04. LearnPress Single Tab*/
.lp-archive-courses ul.learn-press-nav-tabs {
	background-color: transparent;
	display: flex;
	flex-wrap: wrap;
	gap: 5px
}
@media (max-width: 768px) {
	.lp-archive-courses ul.learn-press-nav-tabs.course-nav-tabs {
		padding-left: 0;
		padding-right: 0;
	}
}
.lp-archive-courses ul.learn-press-nav-tabs li.course-nav {
    border-right: none;	
    margin-bottom: 0;
    margin-right: 1px;
}
.lp-archive-courses ul.learn-press-nav-tabs .course-nav label {
	background-color: var(--quiklearn-grey-color-1);
	color: var(--quiklearn-body-color);
	border-radius: 6px;
	font-size: 18px;
}
.lp-archive-courses ul.learn-press-nav-tabs .course-nav.active label {
	background-color: var(--quiklearn-primary-color) !important;
	color: var(--quiklearn-white-color) !important;
}
.lp-archive-courses ul.learn-press-nav-tabs .course-nav.active::before,
.lp-archive-courses ul.learn-press-nav-tabs .course-nav:first-child.active::after {
	display: none;
}
.lp-archive-courses .course-tab-panels .tab-sort-title {
	font-size: 28px;
	margin-bottom: 10px;
}
/*overview*/
.lp-archive-courses ul.course-learning-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
@media only screen and (min-width: 768px) {
	.lp-archive-courses ul.course-learning-list {
		columns: 2;		
	}
}
.lp-archive-courses ul.course-learning-list li {
	position: relative;
	margin-bottom: 4px;
}
.lp-archive-courses ul.course-learning-list li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    font-weight: 600;
    width: 20px;
    height: 20px;
    background-color: var(--quiklearn-primary-color);
    color: var(--quiklearn-white-color);
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-right: 9px;
}
@media (min-width: 576px) {
	body .comment-respond .comment-form .comment-form-email {
		width: 50%;
	}
}
/*curriculum*/
.curriculum-scrollable {
	margin-top: 30px;
}

.course-curriculum ul.curriculum-sections li:not(.is-active) .section-content {
	display: none;
}
.course-curriculum .curriculum-sections .course-item .section-item-link::before {
	display: none;
}
.course-curriculum .section-header .section-left {
	pointer-events: none;
}
.course-curriculum .curriculum-sections .course-item .section-item-link {
	color: var(--quiklearn-body-color);
	column-gap: 15px;
}
.course-curriculum .curriculum-sections .course-item .section-item-link:hover .course-item-title {
	color: var(--quiklearn-primary-color);
}
.course-curriculum .curriculum-sections .section-header {
	background-color: var(--quiklearn-grey-color-1) !important;
	border: none;
	border-radius: 6px;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
	padding: 10px 25px;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: 0.4s;
}
.course-curriculum .section-header .section-left .section-title {
	font-size: 20px !important;
	font-weight: 500 !important;
}
.course-curriculum .curriculum-sections .is-active .section-header .section-left .section-title {
	color: #FFFFFF !important;
}

.course-curriculum .section-header .section-left .section-toggle .fa-caret-down {
	display: inline-block !important;
}
.course-curriculum .section-header .section-left .section-toggle .fa-caret-up {
	display: none !important;
}
.course-curriculum .is-active .section-header .section-left .section-toggle .fa-caret-down {
	display: none !important;
}
.course-curriculum .is-active .section-header .section-left .section-toggle .fa-caret-up {
	display: inline-block !important;
	color: #FFFFFF !important;
}
body .course-curriculum .section-header .section-left {
	gap: 10px;
	width: 100%;
}
body .course-curriculum .section-header .section-left .section-toggle {
	flex: 0 0 26px;
}
body .course-curriculum ul.curriculum-sections {
	z-index: 1;
}
.course-curriculum ul.curriculum-sections li.section {
	margin-bottom: 10px;
}
.course-curriculum .curriculum-sections .is-active .section-header {
	background-color: var(--quiklearn-primary-color) !important;
	color: var(--quiklearn-white-color);
	border-radius: 6px 6px 0 0;
}
.course-curriculum .curriculum-sections .section-content {
	border: 1px solid var(--quiklearn-border-color);
	border-top: none;
	border-radius: 0 0 6px 6px;
}
.course-curriculum .curriculum-sections .course-item {
	background-color: transparent;
	border-bottom: 1px solid var(--quiklearn-border-color);
	font-size: 16px;
	padding: 0 25px ;
}
.course-curriculum .curriculum-sections .course-item:last-child {
	border-bottom: none;
}









.outer-counter {
	counter-reset: outer;
}
.inner-counter {
	counter-reset: inner;
}

.course-curriculum .curriculum-sections .section-content {
	counter-increment: outer;
}

.course-curriculum .curriculum-sections .course-item {
	counter-increment: inner;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 1px;
	padding-left: 50px;
}

.course-curriculum .curriculum-sections .course-item::before {
	content: counter(outer) "." counter(inner) " ";
}

.course-curriculum .course-item::before {
	position: static !important;
	width: auto !important;
	height: auto !important;
	background: none !important;
}

.course-curriculum .course-item .rt-left i {
	position: absolute;
	left: 30px;
}







.course-curriculum .course-item .rt-left,
.course-curriculum .course-item .rt-right {
	display: flex;
	column-gap: 10px;
}
.course-curriculum .course-item .rt-left i,
.course-curriculum .course-item .rt-right i {
	color: var(--quiklearn-primary-color);
}
/*curriculum popup*/
#popup-course #popup-sidebar .course-curriculum {
	top: 30px;
	padding: 0 15px;
}
/*#popup-sidebar .curriculum-sections .course-item,*/
/*#popup-sidebar .curriculum-sections .course-item.current {*/
/*	background-color: transparent;*/
/*}*/
#popup-sidebar .curriculum-sections .section-header {
	padding: 10px 25px;
}
body #popup-sidebar .course-item {
	display: flex;
	flex-direction: row;
	padding-left: 50px;
}
#popup-sidebar .course-item .rt-center {
	flex: 1;
}
#popup-sidebar .course-item .rt-left-index > span {
	display: none;
}
#popup-sidebar .rt-curriculum-title {
	font-size: 24px;
	margin-bottom: 10px;
}
#popup-course #popup-header {
	background-color: var(--quiklearn-primary-color);
}
#popup-course #popup-header .course-title a {
	font-size: 20px;
}
#popup-course #popup-header .course-title a:hover {
	color: var(--quiklearn-rating-color);
}
#popup-header .learn-press-progress::before {
	background-color: var(--quiklearn-white-color);
}
#popup-header .learn-press-progress .learn-press-progress__active {
	background-color: var(--quiklearn-rating-color);
}
#popup-content .content-item-wrap {
	padding-bottom: 0;
}
#popup-content .content-item-wrap .content-item-summary {
	text-align: center;
}
#popup-content .content-item-wrap .course-item-title {
	border-bottom: 1px solid var(--quiklearn-border-color);
	font-size: 32px;
	padding-bottom: 15px;
}
#popup-content .quiz-result.passed .result-message,
#popup-content .content-item-wrap .lp-button,
#popup-content .content-item-wrap .lp-button.completed {
	background-color: var(--quiklearn-primary-color);
	border: none;
	color: var(--quiklearn-white-color);
	border-radius: 6px;
}
#popup-content .content-item-wrap .lp-button:hover {
	background-color: var(--quiklearn-secondary-color);
}
#popup-content .quiz-result .result-grade svg circle {
	stroke: var(--quiklearn-primary-color);
}
#popup-content .quiz-intro {
	padding-left: 0;
	justify-content: center;
}
#popup-content .quiz-intro .quiz-intro-item::before {
	color: var(--quiklearn-primary-color);
}
#popup-content .quiz-status > div {
	background-color: var(--quiklearn-grey-color-1);
}
#popup-content .question .answer-option .option-title {
	border: 1px solid var(--quiklearn-border-color);
}
#popup-content .question .answer-option .option-title:hover {
	background-color: var(--quiklearn-grey-color-1);
}
#popup-content .content-item-wrap .questions-pagination .nav-links .page-numbers {
	color: var(--quiklearn-body-color);
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}
#popup-content .content-item-wrap .questions-pagination .nav-links .page-numbers.current {
	border-color: var(--quiklearn-primary-color);
	background-color: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
}
#popup-footer .course-item-nav .prev:hover a, 
#popup-footer .course-item-nav .prev:hover::before, 
#popup-footer .course-item-nav .next:hover a, 
#popup-footer .course-item-nav .next:hover::before {
	color: var(--quiklearn-primary-color) !important;
}
.lp-archive-courses ul.answer-options {
	padding-left: 0;
}
.lp-overlay .lp-modal-dialog .lp-modal-header {
	background-color: var(--quiklearn-primary-color);
}
.lp-overlay .lp-modal-dialog .lp-modal-header h3 {
	font-size: 24px;
	font-weight: 500;
}
body.learnpress-page .lp-overlay .lp-button {
	border: 1px solid var(--quiklearn-border-color);
	padding: 7px 20px;
}
body.learnpress-page .lp-overlay .lp-button:hover {
	border: 1px solid var(--quiklearn-primary-color);
	background-color: var(--quiklearn-primary-color);
}
/*instructor*/
.author-instructor {
	display: flex;
	flex-wrap: wrap;
    border: 1px solid var(--quiklearn-border-color);
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 50px;
    margin-top: 30px;
}
.author-instructor .author-content {
	flex: 1;
}
.author-instructor .author-avatar {
    flex: 0 0 170px;
    margin-right: 30px;
	margin-bottom: 24px;
}
.author-instructor .author-avatar img {
    border-radius: 50%;
}
.author-instructor .author-name {
    font-size: 20px;
	font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
}
.author-instructor .author-name a {
    color: var(--quiklearn-heading-color);
}
.author-instructor .author-designation {
    color: var(--quiklearn-body-color);
    display: inline-block;
    position: relative;
	font-size: 15px;
	margin-right: 14px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}
.author-instructor .meta-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	column-gap: 15px;
	flex-wrap: wrap;
}
.author-instructor .meta-list li {
	display: flex;
	gap: 9px;
}
.author-instructor .meta-list li i {
	font-size: 14px;
}
.author-instructor .author-bio {
	margin-top: 10px;
}
.author-instructor .rt-instrucor-social {
	list-style: none;
	margin: 0;
	padding: 0;
}
.author-instructor .rt-instrucor-social .share-icon {
	display: none;
}
.author-instructor .sub-social {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    gap: 7px;
}
.author-instructor .sub-social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 15px;
    color: var(--quiklearn-heading-color);
    background-color: rgba(var(--quiklearn-primary-rgb), 0.1);
    border-radius: 50%;
}
.author-instructor .sub-social li a:hover {
    background: var(--quiklearn-primary-color);
    color: var(--quiklearn-white-color);
}
/*materials*/
.course-tab-panel-materials .lp-material-skeleton .course-material-table th {
	color: var(--quiklearn-heading-color);
	font-weight: 600;
}
.course-tab-panel-materials .lp-material-skeleton .course-material-table th:first-child {
	text-align: center;
}
.course-tab-panel-materials .lp-material-skeleton .course-material-table .lp-material-file-link a {
	color: var(--quiklearn-meta-color);
	font-size: 20px;
}
/*faqs*/
.lp-entry-content .course-tab-panel-faqs .course-faqs-box__title {
    padding: 15px 45px 15px 25px;
    font-size: 16px;
    font-weight: 400;
	transition: all 0.21s ease-in-out;
}
.lp-entry-content input[name=course-faqs-box-ratio]:checked+.course-faqs-box .course-faqs-box__title,
.lp-entry-content .course-tab-panel-faqs .course-faqs-box:hover .course-faqs-box__title {
    color: var(--quiklearn-white-color);
    background: var(--quiklearn-primary-color);
	border-radius: 6px 6px 0 0;
}
.lp-entry-content .course-tab-panel-faqs .course-faqs-box:hover .course-faqs-box__title:after {
    color: var(--quiklearn-white-color);
}
.lp-entry-content .course-tab-panel-faqs .course-faqs-box:hover .course-faqs-box__title {
	color: var(--quiklearn-white-color);
    background: var(--quiklearn-primary-color);
	border-radius: 6px;
}
.lp-entry-content input[name=course-faqs-box-ratio]:checked+.course-faqs-box {
	background-color: transparent;
	border-radius: 6px;
}
.lp-entry-content .course-tab-panel-faqs .course-faqs-box {
	border: 1px solid var(--quiklearn-border-color);
	margin-bottom: 5px;
}
.lp-entry-content .course-tab-panel-faqs .course-faqs-box__content-inner {
	color: var(--quiklearn-body-color);
	font-weight: 400;
	padding: 24px;
}
.lp-entry-content input[name=course-faqs-box-ratio]:checked+.course-faqs-box .course-faqs-box__title::after {
	color: var(--quiklearn-white-color);
}
/*review*/
.lp-rating-reviews .course-rate {
	column-gap: 5px;
	flex-wrap: wrap;
}
.lp-rating-reviews .course-rate .course-rate__summary {
	background-color: var(--quiklearn-grey-color-1);
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 6px;
	padding: 51px 103px 48px 82px;
	
}
@media(max-width: 575px) {
	.lp-rating-reviews .course-rate .course-rate__summary {
		width: 100%;
	}
}
.lp-rating-reviews .course-rate .course-rate__details {
	background-color: var(--quiklearn-grey-color-1);
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 6px;
	margin-left: 0;
	padding: 35px;
}
.lp-rating-reviews .course-rate .course-rate__details-row:last-child {
	margin-bottom: 0;
}
.lp-rating-reviews .course-rate .course-rate__details-row .course-rate__details-row-value .rating-gray {
	background-color: #eaeaea;
}
.lp-rating-reviews .course-rate .course-rate__details-row .course-rate__details-row-value .rating {
    background: linear-gradient(270deg, #543EE8 23.5%, #EDEBFE 108.2%);
}
.lp-rating-reviews .course-rate .course-rate__details-row .course-rate__details-row-value .rating,
.lp-rating-reviews .course-rate .course-rate__details-row .course-rate__details-row-value .rating-gray {
    height: 9px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    border-radius: 6px;
}
.lp-rating-reviews .course-rate .course-rate__details-row .course-rate__details-row-star i {
	color: var(--quiklearn-rating-color) !important;
}
.lp-rating-reviews .course-rate .course-rate__summary-value {
	color: var(--quiklearn-primary-color);
}
.lp-rating-reviews .course-rate .course-rate__summary-text {
	color: var(--quiklearn-heading-color);
	font-size: 20px;    
    text-transform: capitalize;
    margin-top: 5px;
}
.learnpress-page .lp-rating-reviews .lp-button {
	background-color: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
	border-radius: 6px;
	border: none;
	padding: 10px 18px;
}
.learnpress-page .lp-rating-reviews .lp-button:hover {
	background-color: var(--quiklearn-secondary-color);
}
.learnpress-course-review #course-reviews {
	padding-top: 30px;
}
body .learnpress-course-review .course-reviews-list li {
	background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--quiklearn-border-color);
    border-radius: 0;
    margin-bottom: 30px;
    padding: 0 0 30px;
}
body .learnpress-course-review .course-reviews-list li .user-name {
	font-size: 20px;
	color: var(--quiklearn-heading-color);
    margin: 0 0 5px;
}
body .learnpress-course-review .course-reviews-list li .review-title {
    margin: 4px 0 9px;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
	color: var(--quiklearn-heading-color);
}
body .learnpress-course-review .course-reviews-list li .review-author {
	margin-bottom: 12px;
}
body .learnpress-course-review .course-reviews-list li .review-author img {
	border-radius: 10px;
}
/*course extra box*/
.extra-info-title {
	font-size: 28px;
}
.lp-entry-content .course-extra-box {
	border: none;
	border-radius: 6px;
	margin-bottom: 5px;
}
.course-extra-box .course-extra-box__title {
	background-color: var(--quiklearn-grey-color-1);
	border-radius: 6px;
	font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
}
.course-extra-box .course-extra-box__title::after {
	content: '\e818';
	font-family: 'rt-quiklearn';
	font-size: 8px;
	color: var(--quiklearn-body-color);
}
.course-extra-box.active .course-extra-box__title::after {
    content: '\e81b' !important;
}
.course-extra-box .course-extra-box__content li::before {
	color: var(--quiklearn-primary-color);
}
/*course related slider*/
.course-related-slider {
	position: relative;
	margin-top: 100px;
}
.course-related-slider .rt-course-related-title {
	text-align: center;
}
.course-related-slider .rt-course-related-title .related-title {
	font-size: 36px;
	margin-bottom: 36px;
	line-height: 1.4;
}
.course-related-slider .related-sub-title {
	position: relative;
    display: block;
    color: var(--quiklearn-body-color);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 1.4;
    z-index: 1;
}
/*lp-checkout-form*/
body.learnpress .learn-press-message {
	border-color: var(--quiklearn-primary-color);
	background-color: var(--quiklearn-grey-color-1);
	padding-left: 12px;
	padding-right: 12px;
}
body.learnpress .learn-press-message.error {
    border-color: var(--quiklearn-primary-color);
}
body.learnpress .learn-press-message::before,
body.learnpress .learn-press-message::after,
body.learnpress .learn-press-message.error::before,
body.learnpress .learn-press-message.success::before {
	display: none;
}
body.learnpress .lp-checkout-form {
	margin-top: 0;
}
.learnpress .lp-checkout-form .order-comments {
	border-color: var(--quiklearn-border-color);
	border-radius: 6px;
}
.learnpress .lp-checkout-form .lp-form-fields input:not([type=checkbox]) {
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 6px;
}
.lp-checkout-form #checkout-account-register .lp-checkout-sign-in-link a, 
.lp-checkout-form #checkout-account-register .lp-checkout-sign-up-link a, 
.lp-checkout-form #checkout-account-login .lp-checkout-sign-in-link a, 
.lp-checkout-form #checkout-account-login .lp-checkout-sign-up-link a {
	color: var(--quiklearn-primary-color);
}
.lp-checkout-form #checkout-account-register .lp-checkout-sign-in-link a:hover, 
.lp-checkout-form #checkout-account-register .lp-checkout-sign-up-link a:hover, 
.lp-checkout-form #checkout-account-login .lp-checkout-sign-in-link a:hover, 
.lp-checkout-form #checkout-account-login .lp-checkout-sign-up-link a:hover {
	color: var(--quiklearn-secondary-color);
}
.lp-checkout-form #checkout-payment #checkout-order-action button {
    border: none;
    color: var(--quiklearn-white-color);
    background-color: var(--quiklearn-primary-color);
	border-radius: 6px;
	font-size: 18px;
    font-weight: 500;
	letter-spacing: 0.6px;
}
.lp-checkout-form #checkout-payment #checkout-order-action button:hover {
    background-color: var(--quiklearn-secondary-color);
	opacity: 1;
}
.lp-checkout-form div a {
	color: var(--quiklearn-heading-color);
	font-weight: 500;
}
.lp-checkout-form div a:hover {
	color: var(--quiklearn-primary-color);
}
.lp-checkout-form #checkout-order .lp-checkout-order__inner {
    border: 1px solid var(--quiklearn-border-color);
    border-radius: 6px;
}
.lp-checkout-form #checkout-order .course-name a {
	color: var(--quiklearn-heading-color);
}
.lp-checkout-form #checkout-order .course-name a:hover {
	color: var(--quiklearn-primary-color);
}
.lp-checkout-form #checkout-order .col-number,
.lp-checkout-form #checkout-order tfoot .cart-subtotal>th {
	color: var(--quiklearn-heading-color);
	font-weight: 600;
}
.lp-checkout-form #checkout-order .course-thumbnail > img {
	border-radius: 6px;
}
/*order details*/
.learnpress .lp-content-area .order_details th {
	color: var(--quiklearn-heading-color);
}
.learnpress .lp-content-area .order_details th, 
.learnpress .lp-content-area .order_details td {
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 3px;
}
.learnpress .lp-content-area .order_details td a {
	color: var(--quiklearn-primary-color);
}
/*course feature*/
body .lp-badge.featured-course {
    background: var(--quiklearn-rating-color);
	border-radius: 3px;
	position: absolute;
    z-index: 1;
    width: 300px;
    text-align: center;
    transform: rotate(-45deg);
    height: auto;
}
body .lp-badge.featured-course::before {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	content: attr(data-text);
}
body .lp-badge.featured-course:before {
	color: var(--quiklearn-heading-color);
	font-weight: 600;
}
.rt-course-box .lp-badge.featured-course {
	top: unset;
	left: unset;
	bottom: 20px;
    right: -116px;
}
.course-sidebar .lp-badge.featured-course {
	top: 20px;
    left: -116px;
}
/*course single sidebar*/
.rt-course-action-list {
	position: relative;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: space-between;
    gap: 12px;
	margin-bottom: 30px;
}
.rt-course-action-list .icon-quiklearn-heart,
.rt-course-action-list .meta-title {
	display: block;
	background-color: var(--quiklearn-white-color);
    border: 1px solid var(--quiklearn-border-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 12px 6px;
    font-size: 15px;
    text-align: center;
    text-transform: capitalize;
    color: var(--quiklearn-body-color);
	line-height: 1.4;
	cursor: pointer;
	transition: all 0.21s ease-in-out;
}
.rt-course-action-list .icon-quiklearn-heart:hover,
.rt-course-action-list .meta-title:hover {
	background-color: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
}
.rt-course-action-list .meta-title i {
	padding-right: 7px;
}
.rt-course-action-list .rt-course-share,
.rt-course-action-list .rt-wishlist-icon {
	width: 48%;
}
.rt-wishlist-icon .icon-quiklearn-heart:before {
	margin-right: 5px;
}
.rt-course-action-list .icon-quiklearn-heart.on {
	color: var(--quiklearn-rating-color);
}
.rt-course-action-list .course-share-links {
	background-color: var(--quiklearn-white-color);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	padding: 12px;
	position: absolute;
    right: 0;
	bottom: -200%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: all 0.21s ease-in-out;
}
.rt-course-action-list .meta-title:hover .course-share-links {
	opacity: 1;
	visibility: visible;
	bottom: -65px;
}
.rt-course-action-list .course-share-links .social-text {
	display: none;
}
.rt-course-action-list .course-share-links a {
	background-color: var(--quiklearn-grey-color-1);
	color: var(--quiklearn-body-color);
	border-radius: 6px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rt-course-action-list .course-share-links a:hover {
	background-color: var(--quiklearn-rating-color);
	color: var(--quiklearn-body-color);
}
@media(max-width: 1199px) {
	.rt-course-action-list {
		margin-top: 30px;
	}
}
@media(max-width: 480px) {
	.rt-course-action-list .rt-course-share,
	.rt-course-action-list .rt-wishlist-icon {
		position: relative;
		width: 100%;
	}
}
.lp-archive-courses .course-content .lp-entry-content .entry-content-left {
	width: calc(100% - 400px);
}
.lp-archive-courses .course-content .lp-entry-content .course-sidebar {
	width: 400px;
}
.lp-archive-courses .course-content .lp-entry-content .course-sidebar .sidebar-widget-area {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}
.course-sidebar .sidebar-widget-area > div {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.course-sidebar .sidebar-widget-area div.course-sidebar-secondary {
    margin-top: 30px;
}
.course-sidebar .media-preview {
	position: relative;
	overflow: hidden;
}
.course-sidebar .media-preview img {
	border-radius: 10px;
	margin-bottom: 45px;
	width: 100%;
}
.course-sidebar .lp-course-buttons > form {
	margin-top: 20px;
	margin-bottom: 45px;
}
.course-sidebar .rt-pricing {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 15px;
}
.course-sidebar .rt-lp-price {
	display: flex;
	column-gap: 5px;
	font-size: 22px;
    font-weight: 600;
    color: var(--quiklearn-heading-color);
}
.course-sidebar .rt-pricing ins {
	background-color: transparent;
}
.course-sidebar .rt-pricing del {
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
    color: var(--quiklearn-meta-color);
}
.course-sidebar .pricing-subtext {
	font-size: 15px;
}
.course-sidebar .side-bar-title {
	font-size: 18px;
	margin-bottom: 8px;
}
.learnpress-page .enroll-course,
.learnpress-page .purchase-course {
	display: block;
}
.learnpress-page .lp-course-buttons .lp-button {
	background-color: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
	border: none;
	border-radius: 6px;
	padding: 16px 15px;
	width: 100%;
	font-size: 20px;
}
.learnpress-page .lp-course-buttons .lp-button:hover {
	background-color: var(--quiklearn-secondary-color);
}
.course-sidebar .course-sidebar-features {
	list-style: none;
	margin:0;
    padding: 0;
}
.course-sidebar .course-sidebar-features li {
	border-bottom: 1px solid var(--quiklearn-border-color);
	font-size: 15px;
	margin-bottom: 13px;
	padding-bottom: 13px;
	display: flex;
    justify-content: space-between;
	column-gap: 15px;
	text-transform: capitalize;
}
.course-sidebar .course-sidebar-features li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.course-sidebar .course-sidebar-features li a {
	color: var(--quiklearn-body-color);
}
.course-sidebar .course-sidebar-features li i {
	margin-right: 9px;
}
@media(max-width: 1199px) {
	body .lp-archive-courses .lp-entry-content {
		display: block;
	}
	.lp-archive-courses .course-content .lp-entry-content .entry-content-left {
		width: 100%;
		margin-bottom: 0;
		padding-right: 0;
	}
	.lp-archive-courses .course-content .lp-entry-content .course-sidebar {
		width: 100%;
	}
}
body .lp-ajax-message {
	border: 2px solid var(--quiklearn-primary-color);
}
body .learn-press-course-tab-filters .learn-press-filters a.active {
	color: var(--quiklearn-primary-color);
}
/*review form*/
.course-review-wrapper .review-form {
	border-radius: 10px;
}
.course-review-wrapper .review-form .review-fields {
	padding: 0;
}
.course-review-wrapper .review-form .review-fields > li > label {
	font-weight: 500;
}
.course-review-wrapper .review-form .review-fields > li input[type=text], 
.course-review-wrapper .review-form .review-fields > li textarea {
	padding: 12px;
	border-radius: 6px;
}
/*---------------------------------------------------------
#. Event Archive
-----------------------------------------------------------*/
.rt-event-item {
	background: var(--quiklearn-white-color);
    border: 1px solid var(--quiklearn-border-color);
    border-radius: 10px;
    overflow: hidden;
    padding: 21px 24px 26px 24px;
}
.rt-event-item .rt-event-thumb {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 15px;
}
.rt-event-item .rt-event-thumb img {
	width: 100%;
    transform: scale(1);
    transition: 0.41s ease-in-out;
}
.rt-event-item:hover .rt-event-thumb img {
	transform: scale(1.15);
}
.rt-event-item .rt-event-cat {
	position: absolute;
	left: 12px;
	top: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 3px
}
.rt-event-item .rt-event-cat a,
.rt-event-item .rt-event-cat span {
	color: var(--quiklearn-body-color);
	background-color: var(--quiklearn-white-color);
	border-radius: 5px;
	font-size: 15px;
	padding: 5px 12px;
    line-height: 1.2;
    display: block;
}
.rt-event-item .rt-event-cat a:hover {
	background-color: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
}
.rt-event-item .rt-event-title {
	font-size: 20px;
	margin-bottom: 12px;
	line-height: 1.4;
}
.rt-event-item .rt-event-title a {
	color: var(--quiklearn-heading-color);
}
.rt-event-item .rt-event-title a:hover {
	color: var(--quiklearn-primary-color);
}
.rt-event-item .rt-event-date {
	font-size: 15px;
	margin-bottom: 5px;
}
.rt-event-item .location-price-wrap {
	display: flex;
	flex-wrap: wrap;
	column-gap: 12px;
	justify-content: space-between;
}
.rt-event-item .rt-event-location {
	font-size: 15px;
}
.rt-event-item .rt-event-date i,
.rt-event-item .rt-event-location i {
	color: var(--quiklearn-primary-color);
	margin-right: 7px;
}
.rt-event-item .rt-ticket-price {
	font-size: 22px;
	font-weight: 600;
	color: var(--quiklearn-heading-color);
}
.rt-advanced-search-form .widgettitle {
	font-size: 20px;
}
.etn-event-search-wrapper {
	display: block;
	box-shadow: none;
	margin-bottom: 0;
}
.etn-event-search-wrapper .input-group {
	flex-wrap: unset;
	gap: 0;
	margin-bottom: 12px;
	padding: 7px 5px;
}
.etn-event-search-wrapper .input-group:not(:last-child) {
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 6px;
}
.etn-event-search-wrapper .input-group .input-group-text {
	background-color: transparent;
	border: none;
	border-radius: 0;
}
.etn-event-search-wrapper .input-group-text svg.feather {
	transform: scale(1.2);
	stroke: var(--quiklearn-meta-color);
}
.etn-event-search-wrapper .form-control, 
.etn-event-search-wrapper .etn_event_select {
	border: none;
    padding: 0;
    box-shadow: none;
	color: var(--quiklearn-meta-color);
}
.etn-event-search-wrapper .etn_event_select:focus-visible {
	box-shadow: none;
	border: none;
	outline: none;
}
.etn-event-search-wrapper .search-button-wrapper {
	padding: 0;
}
.etn-event-search-wrapper button.etn-btn {
	background-color: var(--quiklearn-primary-color) !important;
	color: var(--quiklearn-white-color);
	border-radius: 6px;
	width: 100%;
	font-size: 18px;
	letter-spacing: 0.8px;
}
.etn-event-search-wrapper button.etn-btn:hover {
	background-color: var(--quiklearn-secondary-color) !important;
}
/*---------------------------------------------------------
#. Event Single
-----------------------------------------------------------*/
ul.event-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
@media only screen and (min-width: 768px) {
	ul.event-list {
		columns: 2;		
	}
}
ul.event-list li {
	position: relative;
	margin-bottom: 4px;
}
ul.event-list li:before {
    content: "✔";
    font-size: 11px;
    font-weight: 600;
    width: 20px;
    height: 20px;
    background-color: var(--quiklearn-primary-color);
    color: var(--quiklearn-white-color);
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-right: 9px;
}
.etn-event-single-content-wrap .etn-single-event-media {
	border-radius: 6px;
	overflow: hidden;
}
.etn-event-single-content-wrap .etn-event-meta {
	margin-bottom: 12px;
}
.etn-event-single-content-wrap .etn-event-meta .etn-event-category span {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.etn-event-single-content-wrap .etn-event-meta .etn-event-category a {
	color: var(--quiklearn-white-color);
    background-color: var(--quiklearn-primary-color);
    border-radius: 5px;
    font-size: 15px;
    padding: 5px 12px;
    line-height: 1.2;
    display: block;
}
.rt-event-related-post {
	margin-top: 30px;
}
.rt-event-related-post .related-post-title {
	margin-bottom: 30px;
}
.etn-event-single-content-wrap .etn-event-social-wrap > i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: var(--quiklearn-white-color);
    background-color: var(--quiklearn-primary-color);
    border-radius: 6px;
}
.etn-event-single-content-wrap .etn-event-social-wrap .etn-social a {
    display: inline-block;
    margin: 1px 0;
    width: 35px;
    height: 35px;
    color: var(--quiklearn-white-color);
    background-color: var(--quiklearn-primary-color);
    border-radius: 6px;
}
.etn-event-single-content-wrap .etn-event-meta .etn-event-social-wrap .etn-social {
	right: 0;
}
.etn-sidebar .etn-widget {
	box-shadow: none;
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 6px;
	padding: 30px;
}
.etn-sidebar > .etn-widget:last-child {
	margin-bottom: 0;
}
.etn-sidebar .etn-title {
	font-size: 20px;
	font-weight: 600;
}
.etn-sidebar .etn-event-organizers .etn-organaizer-item .etn-label-name {
	font-weight: 500;
}
.etn-sidebar .etn-event-organizers .etn-organaizer-item a {
	color: var(--quiklearn-body-color);
}
.etn-sidebar .etn-event-organizers .etn-organaizer-item a:hover {
	color: var(--quiklearn-primary-color);
}
.etn-sidebar .etn-event-organizers .etn-social > a:before {
	display: none;
}
.etn-sidebar .etn-event-meta-info {
	background-color: var(--quiklearn-grey-color-1);
}
.etn-sidebar .etn-event-meta-info ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--quiklearn-border-color);
    margin-bottom: 10px;
}
.etn-sidebar .etn-event-meta-info ul li span {
	font-size: 18px;
    font-weight: 600;
	color: var(--quiklearn-heading-color);
}
.etn-sidebar .etn-widget .etn-widget-title.etn-form-title {
    margin-bottom: 20px;
    padding-left: 0;
}
.etn-variable-ticket-widget .etn-single-ticket-item {
    background-color: transparent;
    border-radius: 0;
	padding: 0;
}
.etn-variable-ticket-widget .ticket-price-item label {
    color: var(--quiklearn-body-color);
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500;
}
.etn-sidebar .etn-variable-ticket-widget .etn-add-to-cart-block {
	background-color: var(--quiklearn-primary-color);
}
.etn-sidebar .etn-variable-ticket-widget .etn-add-to-cart-block.disabled {
    background-color: var(--quiklearn-grey-color-1);
    color: var(--quiklearn-heading-color);
    border: none;
	border-radius: 6px;
	text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
	padding: 6px 12px;
    letter-spacing: 0.51px;
}
.etn-sidebar .etn-variable-ticket-widget .etn-add-to-cart-block {
    display: block;
    width: 100%;
    border: none;
	border-radius: 6px;
	text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
	padding: 6px 12px;
    letter-spacing: 0.51px;
}
.etn-sidebar .etn-calender-list li+li {
    margin-top: 10px;
}
.etn-sidebar .etn-calender-list a {
	border: none;
	background-color: var(--quiklearn-grey-color-1);
	border-radius: 6px;
	min-width: 100%;
	padding: 10px 18px;
}
.etn-sidebar .etn-variable-ticket-widget .ticket-header {
	font-size: 20px;
	color: var(--quiklearn-primary-color);
}
.etn-sidebar .etn-variable-ticket-widget .ticket-header .seat-remaining-text {
	font-size: 16px;
	color: var(--quiklearn-body-color);
}
.etn-sidebar .etn-variable-ticket-widget .etn-ticket-price-body {
	align-items: center;
}
.etn-sidebar .etn-variable-ticket-widget .ticket-price-item.etn-quantity {
	background-color: var(--quiklearn-grey-color-1);
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 6px;
	padding: 6px 15px;
}
.etn-sidebar .etn-variable-ticket-widget .ticket-price-item.etn-quantity input {
	background-color: transparent;
}
.etn-sidebar .etn-variable-ticket-widget .qt-sub {
	background-color: var(--quiklearn-heading-color);
	color: var(--quiklearn-white-color);
	border-radius: 4px;
	left: 8px;
}
.etn-sidebar .etn-variable-ticket-widget .qt-add {
	background-color: var(--quiklearn-heading-color);
	color: var(--quiklearn-white-color);
	border-radius: 4px;
	right: 8px;
}
.etn-sidebar .etn-variable-ticket-widget .etn-variable-total-price {
	border: none;
	padding: 0;
}
@media(max-width: 991px) {
	.etn-sidebar {
		margin-top: 30px;
	}
}
/*---------------------------------------------------------
#. Speaker Archive
-----------------------------------------------------------*/
.etn-speaker-item {
	margin-bottom: 0;
}
.etn-speaker-item .etn-speaker-content {
	position: relative;
	background-image: none;
	border: none;
}
.etn-speaker-item .etn-speaker-content:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	width: 100%;
	background-color: var(--quiklearn-primary-color);
	transition: height 0.31s ease-in-out;
	z-index: -1;
}
.etn-speaker-item:hover .etn-speaker-content {
	background-color: transparent;
}
.etn-speaker-item:hover .etn-speaker-content:before {
	height: 100%;
	transition: height 0.41s ease-in-out;
}
.etn-speaker-item .etn-speaker-content .etn-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 8px;
}
.etn-speaker-item .etn-speaker-thumb {
    border-radius: 6px 6px 0 0;
}
.etn-speaker-item .etn-speaker-thumb .etn-speakers-social a {
    border-radius: 3px;
	font-size: 18px;
	background-color: var(--quiklearn-white-color);
	color: var(--quiklearn-primary-color);
}
.etn-speaker-item .etn-speaker-thumb .etn-speakers-social a:hover {
    background-color: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
}
/*---------------------------------------------------------
#. Speaker Single
-----------------------------------------------------------*/
.etn-speaker-info,
.etn-speaker-detail2 .speaker-sidebar {
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 6px;
	box-shadow: none;
	padding: 50px 20px;
}
.etn-speaker-info .etn-speaker-thumb {
	margin-bottom: 15px;
}
.etn-speaker-detail2 .etn-speaker-thumb img {
	border-radius: 6px;
}
.etn-speaker-info .etn-title.etn-speaker-name,
.speaker-sidebar .etn-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
}
.etn-speaker-info .etn-speaker-designation,
.etn-speaker-detail2 .speaker-sidebar .etn-speaker-designation {
	border: none;
	margin: 0;
	padding: 0;
}
.etn-speaker-info .etn-speaker-details-meta,
.etn-speaker-detail2 .speaker-sidebar .etn-speaker-details-meta {
	margin-bottom: 15px;
}
.etn-speaker-info .etn-speaker-details-meta a,
.speaker-sidebar .etn-speaker-details-meta a {
	color: var(--quiklearn-body-color);
	display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 7px;
}
.etn-speaker-info .etn-speaker-details-meta a:hover,
.speaker-sidebar .etn-speaker-details-meta a:hover {
	color: var(--quiklearn-primary-color);
}
.etn-speaker-info .etn-speaker-details-meta i {
	font-size: 14px;
}
.etn-speaker-info .etn-social a {
	border-radius: 4px;
}
.etn-speaker-detail2 .speaker-sidebar .etn-speaker-info {
	border: none;
	padding: 0;
}
.etn-tab-content .etn-tab,
.etn-single-speaker-wrapper .etn-schedule-wrap {
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 6px;
	padding: 0 25px;
}
.etn-schedule-wrap .etn-single-schedule-item {
	border-bottom: 1px solid var(--quiklearn-border-color);
    padding: 40px 0;
}
.etn-schedule-wrap .etn-schedule-info .etn-schedule-time {
	background-color: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
	padding: 6px 15px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.7px;
	margin-bottom: 15px;
}
.etn-schedule-wrap .etn-schedule-info .etn-schedule-location {
	font-size: 15px;
	padding-left: 20px;
	line-height: 1.4;
}
.schedule-tab-wrapper .etn-schedule-location {
	display: block;
	margin-bottom: 8px;
}
.etn-schedule-wrap .etn-schedule-info .etn-schedule-location i,
.schedule-tab-wrapper .etn-schedule-location i {
	font-size: 16px;
	color: var(--quiklearn-body-color);
	top: 1px;
	line-height: 1;
}
.etn-schedule-wrap .etn-schedule-content .etn-title {
	font-weight: 600;
	line-height: 1.3;
}
.schedule-tab-wrapper .etn-schedule-speaker .etn-schedule-single-speaker img {
	border-radius: 4px;
}
.schedule-tab-wrapper .etn-nav,
.etn-single-speaker-wrapper .schedule-tab-wrapper .etn-nav {
	box-shadow: none;
	background-color: var(--quiklearn-grey-color-1);
	border-radius: 6px;
}
.etn-speaker-detail2 .etn-schedule-wrap-title {
	font-size: 28px;
	font-weight: 600;
}
.schedule-tab-wrapper .etn-title {
	font-weight: 600;
	margin-bottom: 10px;
}
.schedule-tab-wrapper .etn-nav li a {
    font-size: 18px;
    font-weight: 600;
    color: var(--quiklearn-heading-color);
    padding: 10px 15px;
    line-height: 1.4;
    border-bottom: 4px solid var(--quiklearn-grey-color-1);
}
.schedule-tab-wrapper .etn-nav li a:after {
	display: none;
}
.schedule-tab-wrapper .etn-nav li a .etn-day {
	font-size: 15px;
	color: var(--quiklearn-body-color);
}
.schedule-list-wrapper .schedule-listing.multi-schedule-list {
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 6px;
	margin-bottom: 10px;
	overflow: hidden;
}
.schedule-list-wrapper .schedule-listing.multi-schedule-list:last-child {
	margin-bottom: 0;
}
.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-info {
	border: none;
}
.etn-event-tag-list {
	margin-bottom: 30px;
}
.etn-event-tag-list .etn-tags-title {
	display: inline-block;
	padding-right: 12px;
	margin-bottom: 0;
}
.etn-event-tag-list a {
	border-radius: 4px;
}
.etn-ticket-details .single-ticket-details {
	justify-content: center;
}
.etn-ticket-details .single-ticket-details__title {
	font-weight: 500;
}
@media(max-width: 991px) {
	.etn-speaker-info,
	.etn-speaker-detail2 .speaker-sidebar {
		margin-bottom: 30px;
	}
}
@media(max-width: 767px) {
	.etn-speaker-info,
	.etn-speaker-detail2 .speaker-sidebar {
		padding: 40px 12px;
	}
}
@media(max-width: 480px) {
	.schedule-tab-wrapper .etn-nav {
		text-align: center;
	}
	.schedule-tab-wrapper .etn-nav li a {
		padding-left: 0;
		padding-right: 0;
	}
	.schedule-tab-wrapper .etn-nav li a span {
		padding: 0 18px;
	}
}
/*Login - register*/
.tml {
	width: 35%;
	margin: 0 auto;
}
@media(max-width: 991px) {
	.tml {
		width: 80%;
	}
}
@media(max-width: 767px) {
	.tml {
		width: 100%;
	}
}
.tml .tml-field {
    padding: 12px 15px;
    border-radius: 6px;
	outline: none;
}
.tml .tml-field:focus {
	border: 1px solid var(--quiklearn-primary-color);
}
.tml .tml-button {
	background-color: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
	border-radius: 6px;
	padding: 10px 17px;
	line-height: 1.4;
	transition: all 0.21s ease-in-out;
}
.tml .tml-button:hover {
	background-color: var(--quiklearn-rating-color);
	color: var(--quiklearn-body-color);
}
.tml .tml-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*-------------------------------------
#. Woocommerce
---------------------------------------*/
.woocommerce .products ul, 
.woocommerce ul.products {
    margin: 0;
}
/*shop archive*/
.woo-shop-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	gap: 10px;
    margin-bottom: 30px;
}
.view-mode ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.woocommerce .woocommerce-result-count {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 8px 15px;
    float: none;
    display: inline-block;
	border-radius: 4px;
    background-color: var(--quiklearn-grey-color-1);
    color: var(--quiklearn-body-color);
}
.view-mode ul li a {
    width: 42px;
    height: 44px;
    padding: 0;
    display: grid;
    place-content: center;
    background: var(--quiklearn-grey-color-1);
    color: var(--quiklearn-heading-color);
    border-radius: 4px;
}
.product-grid-view .view-mode ul .grid-view-nav a, 
.product-list-view .view-mode ul .list-view-nav a {
    background-color: var(--quiklearn-primary-color);
    color: var(--quiklearn-white-color);
}
.woocommerce .woocommerce-ordering {
    margin: 0;
    float: inherit;
}
.woocommerce .woocommerce-ordering select {
    padding: 8px 24px 8px 15px;
    font-weight: 500;
    background-color: var(--quiklearn-grey-color-1);
    color: var(--quiklearn-body-color);
	border-radius: 4px;
    width: initial;
    border: none;
    outline: none;
    vertical-align: middle;
}
.woocommerce .products ul, 
.woocommerce ul.products {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.woocommerce ul.products::before {
	display: none;
}
.woocommerce ul.products li.product {
    flex: 0 0 auto;
    max-width: initial;
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce ul.products.columns-2 li.product {
    width: calc(100%/2 - ( 24px / 2 ) * (2 - 1 ) );
}
.woocommerce ul.products.columns-3 li.product {
    width: calc(100%/3 - ( 24px / 3 ) * (3 - 1 ) );
}
.woocommerce ul.products.columns-4 li.product {
    width: calc(100%/4 - ( 24px / 4 ) * (4 - 1 ) );
}
.woocommerce ul.products.columns-5 li.product {
    width: calc(100%/5 - ( 24px / 5 ) * (5 - 1 ) );
}
@media(max-width: 1199px) {
	.woocommerce ul.products.columns-2 li.product,
	.woocommerce ul.products.columns-3 li.product,
	.woocommerce ul.products.columns-4 li.product,
	.woocommerce ul.products.columns-5 li.product {
		width: calc(100%/3 - ( 24px / 3 ) * (3 - 1 ) );
		clear: unset;
	}
}
@media(max-width: 991px) {
	.woocommerce ul.products.columns-2 li.product,
	.woocommerce ul.products.columns-3 li.product,
	.woocommerce ul.products.columns-4 li.product,
	.woocommerce ul.products.columns-5 li.product {
		width: calc(100%/2 - ( 24px / 2 ) * (2 - 1 ) );
		clear: unset;
	}
}
@media(max-width: 767px) {
	.woocommerce ul.products.columns-2 li.product,
	.woocommerce ul.products.columns-3 li.product,
	.woocommerce ul.products.columns-4 li.product,
	.woocommerce ul.products.columns-5 li.product {
		width: calc(100%/1 - ( 24px / 1 ) * (1 - 1 ) );
	}
}
/*product list layout*/
.woocommerce .rt-product-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	background-color: var(--quiklearn-grey-color-1);
}
.woocommerce .rt-product-list .rt-thumb-wrapper {
    border-radius: 10px;
    max-width: 280px;
    width: 100%;
}
.woocommerce ul.products li.product .rt-product-list .rt-thumb {
	margin: 0;
}
.woocommerce .rt-product-list .content-box {
    flex: 1;
	padding: 24px;
}
.woocommerce .rt-product-block .rt-price {
    color: var(--quiklearn-primary-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
}
.woocommerce .rt-product-block .rt-price del {
	color: var(--quiklearn-meta-color);
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}
.woocommerce .rt-product-block .rt-price ins {
	background-color: transparent;
}
.woocommerce span.onsale {
    min-height: 40px;
    min-width: 46px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    top: 0;
    left: 0;
	z-index: 1;
    border-radius: 6px 0 6px 0;
    background-color: var(--quiklearn-primary-color);
    color: var(--quiklearn-white-color);
}
.woocommerce .rt-product-block .content-box .rt-title {
    font-size: 18px;
    margin-bottom: 3px;
    line-height: 1.4;
}
.woocommerce .rt-product-block .content-box .rt-title a {
    color: var(--quiklearn-heading-color);
}
.woocommerce .rt-product-block .content-box .rt-title a:hover {
    color: var(--quiklearn-primary-color);
}
.woocommerce .rt-product-block .rt-thumb {
    position: relative;
    overflow: hidden;
    text-align: center;
	margin-bottom: 15px;
	border-radius: 6px;
	background-color: var(--quiklearn-grey-color-1);
}
.woocommerce ul.products li.product a img {
	margin: 0;
	transition: all 0.41s ease-in-out;
}
.woocommerce .rt-product-block:hover .rt-thumb img {
	transform: scale(1.15);
	opacity: 0.5;
}
.woocommerce .rt-product-block .rt-buttons {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
	transform: translateY(100%);
	transition: all 0.41s ease-in-out;
	z-index: 1;
}
.woocommerce .rt-product-block .btn-icons {
    display: flex;
    align-items: center;
	justify-content: center;
	flex-wrap: wrap;
    gap: 5px;
    position: relative;
}
.woocommerce .rt-product-block .btn-icons a {
    position: relative;
    height: 40px;
	min-width: 40px;
    padding: 10px;
    font-size: 15px;
    color: var(--quiklearn-white-color);
    background: var(--quiklearn-secondary-color);
	border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
}
.woocommerce .rt-product-block .btn-icons a.action-cart {
	display: flex;
	align-items: center;
	column-gap: 5px;
}
.woocommerce .rt-product-block .btn-icons a:hover {
	background-color: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
}
.woocommerce .rt-product-block:hover .rt-buttons {
	transform: translateY(0);
}
.woocommerce .rt-product-block:hover .btn-icons a {
    opacity: 1;
    visibility: visible;
}
.woocommerce .rt-product-block .btn-icons .added_to_cart.wc-forward {
    position: absolute;
    top: -46px;
    width: 99px;
}
@media(max-width: 768px) {
	.woocommerce .rt-product-list .rt-thumb-wrapper {
		max-width: 100%;
	}
}
@media(max-width: 767px) {
	.woo-shop-top {
		justify-content: center;
	}
	.woocommerce ul.products[class*=columns-] li.product, 
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}
}
/*single product*/
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    float: left;
    width: 100%!important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	z-index: 2;
}
.woocommerce .product-details-page .single-product-top {
	display: flex;
}
.woocommerce .product-details-page .rt-left {
    width: 40%;
    padding-right: 50px;
}
.woocommerce div.product div.images .flex-viewport {
    background-color: var(--quiklearn-grey-color-1);
    text-align: center;
    border-radius: 6px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    border-radius: 6px;
    overflow: hidden;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
	margin-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
	overflow: hidden;
	border-radius: 6px;
}
.woocommerce .product-details-page .rt-right {
    overflow: hidden;
    padding-left: 15px;
	flex: 1;
}
.woocommerce div.product .product_title {
	font-size: 36px;
	line-height: 1.4;
    margin-top: -10px;
}
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 5px;
}
.woocommerce-product-rating .woocommerce-review-link {
	color: var(--quiklearn-body-color);
}
.woocommerce-product-rating .woocommerce-review-link:hover {
	color: var(--quiklearn-primary-color);
}
.woocommerce .product-details-page .rt-right span.price, 
.woocommerce .product-details-page .rt-right p.price {
    color: var(--quiklearn-heading-color);
    font-size: 24px;
	font-weight: 600;
    margin-bottom: 18px;
    line-height: 1.4;
}
.woocommerce div.product p.price del, 
.woocommerce div.product span.price del {
	opacity: 1;
	font-size: 18px;
	font-weight: 500;
	color: var(--quiklearn-meta-color);
}
.woocommerce .product-details-page .product_meta {
	margin-bottom: 30px;
}
.woocommerce .product-details-page .product_meta > span {
    color: var(--quiklearn-heading-color);
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
    display: block;
    line-height: 1.4;
}
.woocommerce .product-details-page .product_meta > span a, 
.woocommerce .product-details-page .product_meta > span span {
    color: var(--quiklearn-body-color);
    display: inline-block;
    margin-left: 5px;
    font-weight: 400;
}
.woocommerce .product-details-page .product_meta > span a:hover {
    color: var(--quiklearn-primary-color);
}
/*quantity*/
.quantity .quantity-item .quantity-label {
    display: none;
}
.woocommerce div.product .quantity-item .quantity-label {
	display: block;
	color: var(--quiklearn-heading-color);
    font-size: 18px;
    font-weight: 600;
    margin-right: 15px;
}
.woocommerce .quantity-item {
	display: inline-flex;
    align-items: center;
}
.woocommerce .quantity input.input-text {
	border-radius: 6px;
  	margin: 0 5px;
}
.woocommerce .quantity .quantity-btn {
	width: 44px;
	height: 46px;
	background-color: var(--quiklearn-grey-color-1);
	border-radius: 6px;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
  	line-height: 1;
}
.woocommerce .quantity {
	margin: 0 auto;
	position: relative;
}
.quantity input.input-text {
	width: 44px;
	height: 46px;
	background-color: var(--quiklearn-grey-color-1);
	border: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.quantity .input-group-btn span.quantity-btn svg {
  	transform: scale(0.8);
}
.quantity input.input-text {
  vertical-align: top !important;
}
.quantity input.input-text:focus {
  outline: none;
}
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
  display: none;
}
.single-product-yith {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
}
.single-product-yith .tipsy {
	padding: 0;
}
.single-product-yith .icon {
	font-size: 16px;
	color: var(--quiklearn-heading-color);
}
.single-product-yith a:hover .icon {
	color: var(--quiklearn-primary-color);
}
.woocommerce div.product table.group_table td > label > a {
    color: var(--quiklearn-body-color);
    font-size: 15px;
    font-weight: 500;
}
.woocommerce div.product table.group_table td > label > a:hover {
    color: var(--quiklearn-primary-color);
}
.woocommerce div.product table.group_table td span.amount {
    color: var(--quiklearn-heading-color);
    font-size: 18px;
    font-weight: 600;
}
.woocommerce div.product table.group_table td del span.amount {
	color: var(--quiklearn-meta-color);
}
.woocommerce div.product table.group_table ins {
	background-color: transparent;
}
/*single product tab*/
.woocommerce div.product .woocommerce-tabs {
    margin-top: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid var(--quiklearn-border-color);
    text-align: left;
    margin-bottom: 40px;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent;
    margin: 0 25px 0 0;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
  }
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: var(--quiklearn-body-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--quiklearn-heading-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 4px;
    width: 0;
    background-color: var(--quiklearn-primary-color);
    transition: all 240ms ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
    width: 100%;
}
.woocommerce div.product #reviews #comments h2,
.woocommerce-Reviews .comment-reply-title {
	display: inline-block;
    font-size: 18px;
	font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
	line-height: 1.3;
	color: var(--quiklearn-heading-color);
}
.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border-radius: 0;
	margin: 0;
	padding: 0;
	border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
	float: inherit;
	margin-bottom: 5px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	margin-bottom: 0;
  	text-transform: capitalize;
  	color: var(--quiklearn-body-color);
	line-height: 1.4;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-size: 16px;
	font-weight: 500;
    color: var(--quiklearn-heading-color);
}
.woocommerce #reviews #comments ol.commentlist li img,
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 80px;
	border: none;
	border-radius: 6px;
	margin-right: 25px;
	padding: 0;
	position: inherit;
	float: left;
}
.woocommerce #review_form #respond .comment-form-rating {
    display: inline-flex;
	column-gap: 10px;
    margin: 0 0 18px;
    line-height: 1;
}
.woocommerce p.stars a {
    color: var(--quiklearn-rating-color);
}
.woocommerce table.shop_attributes {
	border-top: 1px solid var(--quiklearn-border-color);
}
.woocommerce table.shop_attributes th {
	font-weight: 500;
	border-bottom: 1px solid var(--quiklearn-border-color);
}
.woocommerce table.shop_attributes td {
	font-style: normal;
	border-bottom: 1px solid var(--quiklearn-border-color);
}
.woocommerce table.shop_attributes tr:nth-child(even) td, 
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background-color: var(--quiklearn-grey-color-1);
}
/*star rating for products*/
.woocommerce .woocommerce-product-rating::after, 
.woocommerce .woocommerce-product-rating::before {
    content: ' ';
    display: table;
}
.rating-count-wrap {
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.rating-count-wrap .rating-count {
    font-size: 14px;
    color: var(--quiklearn-meta-color);
}
.woocommerce ul.products li.product .star-rating {
	margin-bottom: 0;
}
.woocommerce .star-rating {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 14px;
    width: 6.6em;
    font-family: star;
}
.woocommerce .star-rating:before {
    position: absolute;
    content: "SSSSS";
    color: var(--quiklearn-meta-color);
    float: left;
    top: 0;
    left: 0;
    letter-spacing: 4px;
}
.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.woocommerce .star-rating span:before {
    position: absolute;
    content: "SSSSS";
    top: 0;
    left: 0;
    color: var(--quiklearn-rating-color);
    letter-spacing: 4px;
}
/*product button*/
.woocommerce #respond input#submit.alt, 
.woocommerce #respond input#submit, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce button.button, 
.woocommerce a.button.alt, 
.woocommerce input.button, 
.woocommerce a.button, 
.cart-btn a.button {
    background: var(--quiklearn-primary-color);
    border-radius: 6px;
    font-size: 16px;
    color: var(--quiklearn-white-color);
    font-weight: 600;
    padding: 15px 20px 16px;
    transition: all 0.21s ease-in-out;
    display: inline-flex;
    align-items: center;
    letter-spacing: 0.51px;
    line-height: 1;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce button.button:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce input.button:hover, 
.woocommerce a.button:hover, 
.cart-btn a.button:hover {
    color: var(--quiklearn-white-color);
    background-color: var(--quiklearn-secondary-color);
}
/*single related product*/
.woocommerce .rt-related-product ul.products:after {
	display: none;
}
.woocommerce .rt-related-product ul.products li.product {
    width: 100%;
	max-width: initial;
}
/*cart page*/
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
	border-top-color: var(--quiklearn-primary-color);
	background-color: var(--quiklearn-grey-color-1);
}
.woocommerce-cart table.woocommerce-cart-form__contents .product-name a {
    color: var(--quiklearn-body-color);
}
.woocommerce-cart table.woocommerce-cart-form__contents .product-name a:hover {
    color: var(--quiklearn-primary-color);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled {
	font-weight: 600;
	color: var(--quiklearn-white-color) !important;
    padding: 15px 20px 16px !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    height: 47px;
    width: 124px !important;
	padding: 6px 12px 5px;
    line-height: 40px;
    border-radius: 6px;
}
.woocommerce-cart table.woocommerce-cart-form__contents {
    border-top: 1px solid rgba(232,232,232,.1);
    border-left: 0;
}
.woocommerce table.shop_table th {
	font-weight: 600;
	color: var(--quiklearn-heading-color);
}
.woocommerce-cart table.woocommerce-cart-form__contents tr td, 
.woocommerce-cart table.woocommerce-cart-form__contents tr th {
    border-top: 1px solid var(--quiklearn-border-color);
    border-left: 1px solid var(--quiklearn-border-color);
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
}
/*product checkout page*/
.woocommerce form.checkout_coupon {
    border: 1px solid var(--quiklearn-border-color);
    border-radius: 6px;
}
.woocommerce form.checkout_coupon input.input-text {
    padding: 13px 10px;
    border-radius: 6px;
}
.woocommerce-billing-fields span.woocommerce-input-wrapper input {
    height: 48px;
    padding: 10px 18px;
    border-radius: 6px;
}
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single {
    border: 1px solid var(--quiklearn-border-color);
}
.woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered, 
.woocommerce-billing-fields .select2-container .select2-selection--single {
    height: 48px;
    border-radius: 6px;
    line-height: 48px;
    padding-left: 9px;
    padding-right: 9px;
    color: var(--quiklearn-body-color);
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 18px;
    appearance: none;
    background-size: 12px;
    background-image: url(../element/select-arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: 95%;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	border-bottom: 1px solid var(--quiklearn-border-color);
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background-color: var(--quiklearn-grey-color-1);
    border-radius: 6px;
}
.woocommerce-additional-fields span.woocommerce-input-wrapper textarea {
    padding: 12px;
    border-radius: 6px;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, 
.woocommerce form .form-row.woocommerce-invalid input.input-text, 
.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select {
    border-color: var(--quiklearn-primary-color);
}
.woocommerce .woocommerce-checkout .form-row label {
    color: var(--quiklearn-heading-color);
    font-weight: 500;
}
.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce table.woocommerce-checkout-review-order-table .order-total th {
	display: flex;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border: none;
}
.woocommerce table.shop_table td {
	border-top: 1px solid var(--quiklearn-border-color);	
}
.woocommerce-checkout-review-order-table .product-name > a {
	color: var(--quiklearn-body-color);
	flex: unset;
}
.woocommerce-checkout-review-order-table .product-name > a:hover {
	color: var(--quiklearn-primary-color);
}
.wc-order-review-wrapper {
    margin-top: 30px;
}
.woocommerce-info::before {
    color: var(--quiklearn-primary-color);
}
/*product sidebar*/
.widget_product_search .woocommerce-product-search {
	display: inline-flex;
	width: 100%;
}
.widget_product_search .search-field {
    border: none;
    background-color: var(--quiklearn-grey-color-1);
    color: var(--quiklearn-body-color);
    border-radius: 6px 0 0 6px;
    font-size: 15px;
    height: 48px;
	width: 72%;
    padding: 5px 10px 5px 15px;
    outline: none;
    letter-spacing: 0.2px;
}
.widget_product_search button {
    width: 28%;
    height: 48px;
    border-radius: 0 6px 6px 0;
    background-color: var(--quiklearn-primary-color);
    color: var(--quiklearn-white-color);
    font-size: 16px;
    padding: 0;
    border: none;
    transition: all 0.21s ease-in-out;
    line-height: 1;
}
.widget_product_search button:hover {
	background-color: var(--quiklearn-rating-color);
	color: var(--quiklearn-body-color);
}
.woocommerce .widget_price_filter button.button {
	padding: 10px 15px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: var(--quiklearn-primary-color);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: var(--quiklearn-grey-color-4);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: var(--quiklearn-primary-color);
}
@media(max-width: 991px) {
	.woocommerce .product-details-page .single-product-top {
		display: block;
	}
	.woocommerce .product-details-page .rt-left {
		width: 100%;
		padding-right: 0;
	}
	.woocommerce .product-details-page .rt-right {
		padding-left: 0;
		padding-top: 10px;
	}
	.woocommerce div.product .quantity-item .quantity-label {
		display: none;
	}
}
@media(max-width: 425px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		text-align: center;
	}
}
/*Woo Admin Account*/ 
.woocommerce-MyAccount-navigation {
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 6px;
    padding: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-bottom: 30px;
}
@media(max-width: 575px) {
	.woocommerce-MyAccount-content .woocommerce-Message {
		display: flex;
		flex-wrap: wrap;
		line-height: 1.4;
	}
	.woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button {
		order: 2;
		margin-top: 15px;
	}
}
.woocommerce form.checkout_coupon {
	border: none;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    background-color: var(--quiklearn-grey-color-1);
    padding: 30px;
}
.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
	margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li a {
	display: block;
	position: relative;
	color: var(--quiklearn-heading-color);
	background-color: var(--quiklearn-grey-color-1);
	border-radius: 6px;
	padding: 7px 15px;
	font-size: 18px;
    font-weight: 500;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
	color: var(--quiklearn-white-color);
	background-color: var(--quiklearn-primary-color);
}
.woocommerce-address-fields .select2-container .select2-selection--single .select2-selection__rendered, 
.woocommerce-address-fields .select2-container .select2-selection--single {
    height: 48px;
    border-radius: 0;
    line-height: 48px;
    padding-left: 6px;
    padding-right: 6px;
    color: var(--quiklearn-body-color);
    background-color: transparent;
    transition: all ease 0.31s;
}
.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--quiklearn-body-color);
}
.woocommerce-address-fields .form-row input.input-text::-webkit-input-placeholder {
	color: var(--quiklearn-body-color);
}
.woocommerce-address-fields .form-row input.input-text:-ms-input-placeholder {
	color: var(--quiklearn-body-color);
}
.woocommerce-address-fields .form-row input.input-text:-moz-placeholder {
	color: var(--quiklearn-body-color);
}
.woocommerce form .woocommerce-address-fields .form-row {
    padding: 0;
    margin: 0 0 12px;
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	border-radius: 6px;
	padding: 13px 12px;
}
.woocommerce .address-field .select2-container .select2-selection--single {
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 6px;
}
.woocommerce .edit-account fieldset {
	border: none;
	margin: 15px 0 15px;
	padding: 0;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow,
.address-field .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 18px;
	appearance: none;
    background-size: 12px;
    background-image: url(../element/select-arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: 95%;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow b,
.address-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
	border: 1px solid var(--quiklearn-border-color);
}
/*product quick view*/
.rtsb-ui-modal .rtsb-modal-content {
	box-shadow: none;
}
.rtsb-ui-modal .rtsb-modal-wrapper .rtsb-modal-content {
	border-radius: 10px;
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .woocommerce-product-gallery {
    border-radius: 10px;
    overflow: hidden;
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .product_title {
	font-size: 32px;
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .price {
    color: var(--quiklearn-heading-color);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 1.4;
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .rtsb-modal-body .summary .quantity .qty {
	width: 3.631em;
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .product_meta > span {
	color: var(--quiklearn-heading-color);
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
    display: block;
    line-height: 1.4;
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .product_meta > span a,
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .product_meta > span span {
	color: var(--quiklearn-meta-color);
    display: inline-block;
    margin-left: 5px;
    font-weight: 400;
}
.rtsb-ui-modal .rtsb-modal-wrapper.quick-view-modal .rtsb-modal-content .product_meta > span a:hover {
	color: var(--quiklearn-primary-color);
}
/*product wishlist view*/
.rtsb-wishlist-table {
	margin-top: 0;
}
.rtsb-wishlist-table tbody td {
	padding: 12px;
}
.rtsb-wishlist-table tr {
	display: table-row;
}
.rtsb-wishlist-table thead th {
	color: var(--quiklearn-heading-color);
	font-weight: 500;
}
.rtsb-wishlist-table .rtsb-wl-product-info a,
.rtsb-wishlist-table tbody .rtsb-wl-product-price,
.rtsb-wishlist-table tbody .rtsb-wl-product-availability {
	color: var(--quiklearn-heading-color);
	font-size: 15px;
	font-weight: 500;
}
.rtsb-wishlist-content {
	width: 100%;
	overflow-x: auto;
}
.rtsb-wishlist-table .rtsb-wl-product-info a:hover {
	color: var(--quiklearn-primary-color);
}
.rtsb-wishlist-table tbody .rtsb-wl-product-info img {
	border-radius: 6px;
}
/*product compare view*/
.rtsb-compare-wrap {
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 6px;
}
.rtsb-compare-btn.rtsb-compare-remove i {
	color: var(--quiklearn-primary-color);
}
.rtsb-compare-list-row+.rtsb-compare-list-row {
	margin-top: 0;
}
.rtsb-compare-list-row ul {
	padding: 0;
}
.rtsb-compare-primary-content-area {
	position: relative;
	background-color: var(--quiklearn-grey-color);
	padding: 20px;
}
.rtsb-compare-primary-content-area a.rtsb-compare-remove {
	color: var(--quiklearn-primary-color);
}
.rtsb-compare-primary-content-area .rtsb-compare-product-image img {
	border-radius: 6px;
}
.rtsb-compare-product-price,
.rtsb-compare-list-col.rtsb-compare-field-label {
	display: block;
	color: var(--quiklearn-heading-color);
	font-size: 16px;
	font-weight: 600;
}
.rtsb-compare-list-col.rtsb-compare-list-value {
	max-width: 100%;
	display: block;
	font-size: 15px;
}
.rtsb-compare-empty {
	padding: 15px;
}
.rtsb-compare-return-to-shop {
	padding: 0 15px 24px;
}
.rtsb-compare-wrap .rtsb-compare-product-rating .star-rating {
	float: none;
}
/*-------------------------------------
#. Zoom Meeting
---------------------------------------*/
/*zoom meeting lesson*/
.vczapi-show-by-postid .vczapi-show-by-postid-countdown {
	background-color: var(--quiklearn-grey-color-1);
}
.content-item-wrap .vczapi-show-by-postid .dpn-zvc-timer .dpn-zvc-timer-cell {
	background-color: var(--quiklearn-heading-color);
}
.vczapi-show-by-postid .vczapi-show-by-postid-flex {
	display: block;
}
.vczapi-show-by-postid .vczapi-show-by-postid-contents-image,
.vczapi-show-by-postid .vczapi-show-by-postid-contents-sections {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.content-item-wrap .content-item-description .vczapi-show-by-postid img {
	border-radius: 10px;
}
.vczapi-show-by-postid .vczapi-show-by-postid-contents .dpn-zvc-sidebar-box .join-links {
	justify-content: center;
}
.vczapi-show-by-postid .vczapi-show-by-postid-contents-sections-thecontent {
	margin-top: 25px;
}
.vczapi-show-by-postid .vczapi-show-by-postid-contents .dpn-zvc-sidebar-box .btn {
	border-radius: 4px;
	font-weight: 500;
}
.vczapi-show-by-postid .vczapi-show-by-postid-contents .dpn-zvc-sidebar-box .btn-join-link {
	background-color: var(--quiklearn-rating-color);
	color: var(--quiklearn-heading-color);
}
.vczapi-show-by-postid .vczapi-show-by-postid-contents .dpn-zvc-sidebar-box .btn-start-link {
	background-color: var(--quiklearn-primary-color);
	color: var(--quiklearn-white-color);
}
.vczapi-show-by-postid .vczapi-show-by-postid-contents .dpn-zvc-sidebar-box .btn:hover {
	background-color: var(--quiklearn-heading-color);
	color: var(--quiklearn-white-color);
}
.vczapi-show-by-postid .vczapi-show-by-postid-contents-sections-description {
	margin-bottom: 15px;
}
.content-item-wrap .content-item-description .vczapi-show-by-postid h2 {
	font-size: 32px;
	margin-top: 22px;
}
.vczapi-show-by-postid .vczapi-show-by-postid-contents-sections-description > div span {
	color: var(--quiklearn-secondary-color);
}
/*zoom meeting post*/
.dpn-zvc-single-content-wrapper {
	margin-top: 0;
}
.dpn-zvc-single-content-wrapper .deepn-zvc-single-featured-img {
	margin-bottom: 28px;
}
.dpn-zvc-single-content-wrapper .deepn-zvc-single-featured-img img {
	border-radius: 6px;
}
.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-timer .dpn-zvc-timer-cell {
	background-color: var(--quiklearn-secondary-color);
	border-radius: 6px;
	font-weight: 600;
}
.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-tile {
	background-color: var(--quiklearn-grey-color-4);
	border-radius: 6px 6px 0 0;
	padding: 0 30px;
}
.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-content {
	background-color: var(--quiklearn-grey-color-1);
	border-radius: 0 0 6px 6px;
	padding: 20px 30px;
}
.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-tile h3 {
	color: var(--quiklearn-primary-color);
	font-weight: 600;
}
.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box {
	margin-top: 0;
	margin-bottom: 24px;
}
.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box:first-child {
	margin-bottom: 0;
}
.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-content .dpn-zvc-sidebar-content-list span {
	display: inline-block;
}
.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn {
	border-radius: 4px;
	font-weight: 500;
}
.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn-join-link {
	background-color: var(--quiklearn-rating-color);
	color: var(--quiklearn-heading-color);
}
.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn-start-link {
	background-color: var(--quiklearn-primary-color);
}
.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn:hover {
	background-color: var(--quiklearn-heading-color);
	color: var(--quiklearn-white-color);
}
.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-state {
	border: 1px solid var(--quiklearn-border-color);
	border-radius: 6px;
}

@media (min-width: 1200px){
	.course-main-content + .course-sidebar {
		display: none;
	}
}
@media (max-width: 1199px){
	.course-sidebar.fixed-bar-coloum{
		display: none;
	}
}
/*Single learn page review*/
.course-rate {
  display: flex;
  margin-bottom: 50px;
}
.course-rate__details {
  margin-left: 50px;
  flex: 1;
}
.course-rate__summary-value {
  font-size: 90px;
  text-align: center;
  color: #333;
  line-height: 1;
}
.course-rate__summary-stars .review-stars-rated {
  justify-content: center;
}
.course-rate__summary-text {
  text-align: center;
  color: #777;
}
.course-rate__details-row {
  display: flex;
  margin: 0 0 10px 0;
  align-items: center;
  gap: 10px;
}
.course-rate__details-row .course-rate__details-row-star {
  flex: 0 0 45px;
  text-align: right;
  color: #CCC;
}
.course-rate__details-row .course-rate__details-row-star i {
  display: inline-block;
  margin-left: 5px;
}
.course-rate__details-row .course-rate__details-row-value {
  flex: 1;
  position: relative;
  margin: 0 30px 0 10px;
}
.course-rate__details-row .course-rate__details-row-value .rating, .course-rate__details-row .course-rate__details-row-value .rating-gray {
  height: 15px;
  background: #ffb608;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  border-radius: 3px;
}
.course-rate__details-row .course-rate__details-row-value .rating-gray {
  width: 100%;
  background: #EEE;
}
.course-rate__details-row .course-rate__details-row-value .rating-count {
  color: #333;
  display: inline-block;
  position: absolute;
  right: -50px;
  text-align: right;
  line-height: 1;
  margin: 5px 0;
}

.review-stars-rated {
  display: flex;
  margin-bottom: 10px;
  position: relative;
}
.review-stars-rated .review-star {
  position: relative;
  line-height: 1;
  margin: 0 1px;
}
.review-stars-rated .review-star .lp-review-svg-star.fas {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.review-stars-rated .review-star.empty, .review-stars-rated .review-star.filled {
  color: #f2b827;
  display: inline-block;
  position: relative;
}
.review-stars-rated .review-star.empty::before, .review-stars-rated .review-star.filled::before {
  line-height: 1;
  content: "☆";
  vertical-align: top;
  white-space: nowrap;
}
.review-stars-rated .review-star.empty:before {
  color: #DDD;
  content: "☆";
}
.review-stars-rated .review-star.filled {
  position: absolute;
  top: 0;
  left: 0;
}
.review-stars-rated.center {
  justify-content: center;
}

.lp-review-svg-star svg {
  width: 20px;
}
.lp-review-svg-star.far {
  position: relative;
}
.lp-review-svg-star.far svg {
  stroke: #ffb60a;
}
.lp-review-svg-star.fas svg {
  fill: #ffb60a;
  stroke: transparent;
}

.course-review-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  text-align: center;
  background: rgba(0, 0, 0, 0.5215686275);
}
.course-review-wrapper.active {
  display: block;
}

.review-overlay {
  background: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0.6;
}

.review-form {
  background-color: rgb(255, 255, 255);
  padding: 20px;
  position: relative;
  width: 80%;
  max-width: 600px;
  margin-top: 10%;
  display: inline-block;
  text-align: left;
}
.review-form h4 {
  margin: 0 0 15px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.review-form h4 .close {
  border: none;
  text-decoration: none;
  width: auto;
  height: auto;
}
.review-form h4 .close::before {
  font-size: 32px;
}
.review-form .review-fields {
  margin: 0;
  padding: 0;
  list-style: none;
}
.review-form .review-fields input[type=text] {
  min-height: 50px;
  padding: 15px;
  width: 100%;
}
.review-form .review-fields textarea {
  min-height: 90px;
  padding: 15px;
  width: 100%;
}
.review-form .review-fields .review-stars {
  padding: 0;
}
.review-form .review-fields > li {
  margin: 0 0 20px 0;
}
.review-form .review-fields > li > label {
  display: block;
  margin: 0 0 7px;
}
.review-form .review-fields > li > label .required {
  margin-left: 5px;
}
.review-form .review-fields .review-actions {
  margin-bottom: 0;
}
.review-form .ajaxload,
.review-form .message {
  display: none;
}
.review-form button.submit-review.loading:before {
  margin-right: 10px;
}
.review-stars {
  margin: 0 0;
  list-style: none;
  overflow: hidden;
  display: flex;
}
.review-stars::after {
  clear: both;
  content: "";
  display: block;
}
.review-stars span::before {
  font-size: 25px;
  cursor: pointer;
}
.review-stars > li {
  height: auto;
  list-style: none;
}
.review-stars > li span {
  text-decoration: none;
  border-bottom: none;
  width: auto;
  height: auto;
}
.review-stars > li span:before {
  width: 22px;
  height: 24px;
  content: "☆";
}
.review-stars > li span.hover:before {
  content: "★" !important;
  color: #f2b827;
  cursor: pointer;
}
.review-stars > li a:visited, .review-stars > li a:focus {
  border: none;
}

.course-review-wrapper.submitting .ajaxload, .course-review-wrapper.error .message {
  display: inline-block;
}
.course-review-wrapper.submitting .ajaxload {
  position: absolute;
  top: 48%;
  left: 48%;
}
.course-review-wrapper.submitting .review-form {
  position: relative;
}
.course-review-wrapper.submitting .review-form .form-overlay-review {
  background: #000;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.3;
}

.course-rate {
  overflow: hidden;
  margin: 10px 0;
}
.course-rate .review-bar {
  width: calc(100% - 125px);
  margin-right: 5px;
  height: 15px;
  background: #DDD;
  display: inline-block;
}
.course-rate .review-bar .rating {
  background: #95e6f9;
  height: 15px;
}
.course-rate .review-number {
  margin-bottom: 0;
}

.learnpress-course-review .course-reviews-list, .learnpress-course-review .course-reviews-list-shortcode {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.learnpress-course-review .course-reviews-list li, .learnpress-course-review .course-reviews-list-shortcode li {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fafafa;
  border: 1px solid #ddd;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.learnpress-course-review .course-reviews-list li .review-author, .learnpress-course-review .course-reviews-list-shortcode li .review-author {
  width: 100px;
  margin-right: 20px;
}
.learnpress-course-review .course-reviews-list li .review-author img, .learnpress-course-review .course-reviews-list-shortcode li .review-author img {
  width: 100%;
  height: auto;
}
.learnpress-course-review .course-reviews-list li .review-text, .learnpress-course-review .course-reviews-list-shortcode li .review-text {
  width: 100%;
  padding-left: 120px;
}
@media (max-width: 600px) {
  .learnpress-course-review .course-reviews-list li .review-text, .learnpress-course-review .course-reviews-list-shortcode li .review-text {
    padding-left: 0;
    padding-top: 15px;
  }
}
.learnpress-course-review .course-reviews-list li .user-name, .learnpress-course-review .course-reviews-list-shortcode li .user-name {
  margin: 5px 0;
}
.learnpress-course-review .course-reviews-list li .review-title, .learnpress-course-review .course-reviews-list-shortcode li .review-title {
  clear: both;
  font-style: italic;
  font-weight: 700;
  margin: 5px 0;
}

.lp-field-star .lp-course-filter__field div.lp-filter-item-star {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lp-field-star .lp-course-filter__field div.lp-filter-item-star .review-stars-rated {
  margin: 0;
}