/*-------------------------------------    
CSS INDEX
===================================
#. EL: Default
#. EL: Swiper Nav 01
#. EL: Swiper Nav 02
#. EL: Swiper Nav 03
#. EL: Section Title
#. EL: Title Text Button
#. EL: Info box
#. EL: Skill Bar
#. EL: Banner slider
#. EL: Image Addon
#. EL: Shape Animation
#. EL: Video Addon
#. EL: Contact Info
#. EL: Progress Bar
#. EL: Pricing Table
#. EL: Accordion
#. EL: Testimonial
#. EL: Team Layout
#. EL: Team Single
#. EL: Hosting Layout
#. EL: Hosting Single
#. EL: Post Box
#. EL: Post Grid
#. EL: Post List
#. EL: Post Overlay
#. EL: Post Slider
#. EL: Thumbnail Slider
#. EL: Post Tab
#. EL: Post Category
#. EL: Theia Sticky Sidebar
#. EL: Custom css
#. EL: Woo Product Layout
#. EL: Woo Category Layout
#. EL: Listing Category Layout
#. EL: RT Listing product layout
#. EL: RT Advance Search
---------------------------------------*/
/*-----------------------
#. EL: Default
------------------------*/
@media(max-width: 991px) {
	.custom-align-center {
		text-align: center;
	}
	.custom-align-left {
		text-align: left;
	}
	.custom-align-right {
		text-align: right;
	}
}
.top:after,
.bottom:after,
.left:after,
.right:after {
	display: none;
}
/*-------------------------------------
#. EL: Swiper Nav 01
---------------------------------------*/
.rt-swiper-nav-1 .swiper-navigation > div {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: none;
    height: 45px;
    width: 45px;
    outline: none;
    color: var(--fix-dark-color);
    font-size: 15px;
    background-color: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-out;
}
.rt-swiper-nav-1 .swiper-navigation > div:hover {
    background: var(--revie-primary-color);
    color: #ffffff;
}
.rt-swiper-nav-1 .swiper-button-prev {
    left: 0;
}
.rt-swiper-nav-1 .swiper-button-next {
    right: 0;
}
.rt-swiper-nav-1 .swiper-pagination-bullets {
    position: relative;
    margin-top: 30px;
    display: inline-block;
}
.rt-swiper-nav-1 .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    border-radius: 4px;
    transition: all 0.4s ease;
    background: #e5e5e5;
    opacity: 1;
}
.rt-swiper-nav-1 .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    background: var(--revie-primary-color);
}
.rt-swiper-nav-1 .swiper-navigation > div:after,
.rt-swiper-nav-2 .swiper-navigation > div:after,
.rt-swiper-nav-3 .swiper-navigation > div:after {
    display: none;
}
/*-------------------------------------
#. EL: Swiper Nav 02
---------------------------------------*/
.rt-swiper-nav-2 .swiper-navigation {
    display: inline-flex;
}
.rt-swiper-nav-2 .swiper-navigation > div {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: none;
    height: 45px;
    width: 45px;
    outline: none;
    color: #ffffff;
    font-size: 15px;
    background-color: var(--revie-primary-color);
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-out;
}
.rt-swiper-nav-2 .swiper-navigation > div:hover {
    background: var(--revie-secondary-color);
    color: #ffffff;
}
.rt-swiper-nav-2 .swiper-button-prev {
    left: 0;
}
.rt-swiper-nav-2 .swiper-button-next {
    right: 0;
}
.rt-swiper-nav-2 .swiper-pagination-bullets {
    position: relative;
    margin-top: 30px;
    display: inline-block;
}
.rt-swiper-nav-2 .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    border-radius: 6px;
    transition: all 0.4s ease;
    background: var(--revie-primary-color);
    opacity: 1;
}
.rt-swiper-nav-2 .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    background: var(--revie-secondary-color);
}
/*-------------------------------------
#. EL: Swiper Nav 03
---------------------------------------*/
.rt-post-slider-default .rt-swiper-slider {
    position: static;
}
.rt-swiper-nav-3 .swiper-navigation > div {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: none;
    height: 45px;
    width: 45px;
    outline: none;
    color: var(--fix-dark-color);
    font-size: 15px;
    background-color: #f2f2f2;
    border-radius: 50%;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-out;
}
.rt-swiper-nav-3 .swiper-navigation > div:hover {
    background: var(--revie-primary-color);
    color: #ffffff;
}
.rt-swiper-nav-3 .swiper-button-prev {
    margin-right: 2px;
}
.rt-swiper-nav-3 .swiper-pagination-bullets {
    position: relative;
    margin-top: 30px;
    display: inline-block;
}
.rt-swiper-nav-3 .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    border-radius: 4px;
    transition: all 0.4s ease;
    background: #e5e5e5;
    opacity: 1;
}
.rt-swiper-nav-3 .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    background: var(--revie-primary-color);
}
.rt-swiper-nav-3 .swiper-navigation .swiper-button-prev {
    left: -70px;
}
.rt-swiper-nav-3 .swiper-navigation .swiper-button-next {
    right: -70px;
}
/*-------------------------------------
#. EL: Section Title
--------------------------------------*/
.rt-section-title .entry-title {
    position: relative;
    margin-bottom: 0;
    transition: all ease 0.31s;
}
.rt-section-title .entry-title span {
    color: var(--revie-primary-color);
}
.rt-section-title .sub-title {
    display: inline-block;
    color: var(--revie-primary-color);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0;
    line-height: 1.4;
}
/*style 1*/
.rt-section-title.style1 .line {
    position: relative;
    width: 4px;
    background: var(--revie-primary-color);
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
}
.rt-section-title.style1.has-animation .line {
    height: 0;
    transition: all ease 1.5s;
}
.rt-section-title.style1.active-animation .line {
    height: 27px;
}
/*style 2*/
.rt-section-title.style2 .entry-text {
    margin-top: 8px;
}
.rt-section-title.style2 .line {
    position: relative;
    height: 4px;
    background: var(--revie-primary-color);
    border-radius: 4px;
    display: inline-block;
}
.rt-section-title.style2.has-animation .line {
    width: 0;
    transition: all ease 1s;
}
.rt-section-title.style2.active-animation .line {
    width: 50px;
}
/*style 3*/
.rt-section-title.style3 .sub-title {
    position: relative;
}
.rt-section-title.style3 .line2 {
    position: relative;
    height: 4px;
    width: 200px;
    display: inline-block;
}
.rt-section-title.style3 .line2:before {
    position: absolute;
    content: "";
    left: 25px;
    top: 0;
    height: 100%;
    width: 50%;
    border-radius: 4px;
    background: var(--revie-primary-color);
}
.rt-section-title.style3 .line2:after {
    position: absolute;
    content: "";
    right: 25px;
    top: 10px;
    height: 100%;
    width: 50%;
    border-radius: 4px;
    background: var(--revie-primary-color);
}
.rt-section-title.style3.has-animation .line2:before,
.rt-section-title.style3.has-animation .line2:after {
    width: 0;
    transition: all ease 1.5s;
}
.rt-section-title.style3.active-animation .line2:before,
.rt-section-title.style3.active-animation .line2:after {
    width: 50%;
}
/*style 4*/
.rt-section-title.style4 .entry-title > span {
    color: #f9250f;
    position: relative;
}
.rt-section-title.style4 .entry-title > span > svg {
    position: absolute;
    right: 0;
    transition: all ease 0.31s;
}
.rt-section-title.style4 .entry-title > span > svg > path {
    stroke: #f9250f;
    stroke-width: 8px;
    stroke-dasharray: 0 1500;
}
.rt-section-title.style4:hover .entry-title > span > svg > path {
    animation: draw 1s forwards;
}
/*style 5*/
.rt-section-title.style5 {
    position: relative;
    z-index: 1;
}
.rt-section-title.style5 .title-holder {
    display: inline-block;
}
.rt-section-title.style5 .entry-text {
    margin-top: 8px;
}
.rt-section-title.style5 .entry-title {
    overflow: hidden;
}
.rt-section-title.style5 .line {
    position: absolute;
    bottom: 6px;
    left: 0;
    height: 8px;
    background-color: rgba(249, 37, 15, 0.1);
    z-index: -1;
    transition: all ease 1.5s;
}
.rt-section-title.style5.has-animation .line {
    width: 0;
    left: -100%;
}
.rt-section-title.style5.active-animation .line {
    width: 100%;
    left: 0;
}
/*-------------------------------------
#. EL: Title Text Button
--------------------------------------*/
.rt-title-text-button .entry-title {
    position: relative;
    margin-bottom: 18px;
}
.rt-title-text-button .entry-title span {
	color: var(--revie-primary-color);
}
.rt-title-text-button .entry-subtitle {
    font-size: 15px;
    color: var(--revie-primary-color);
    font-weight: 600;
	letter-spacing: 0.6px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}
.rt-title-text-button .entry-content {
    font-size: 16px;
    color: var(--body-dark-color);
    transition: all ease 0.31s;
}
.rt-title-text-button {
    margin: 0 auto;
}
.rt-title-text-button .entry-button {
    margin-top: 30px;
}
.rt-title-text-button ul {
	margin: 25px 0 30px;
	padding: 0;
	list-style: none;
	clear: both;
	overflow: hidden;
}
.rt-title-text-button ul li {
	font-size: 17px;
	font-weight: 500;
    text-align: left;
	color: var(--heading-dark-color);
    padding-left: 30px;
    position: relative;
    margin-bottom: 8px;
}
.rt-title-text-button ul li:last-child {
	margin-bottom: 0;
}
.rt-title-text-button ul.single-list li:after {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 600;
    color: var(--revie-primary-color);
    position: absolute;
    top: 0;
    left: 0;
}
.rt-title-text-button.right ul li {
	text-align: right;
    padding-right: 30px;
}
.rt-title-text-button.right ul li:after {
	right: 0;
	left: inherit;
}
.rt-title-text-button ul.dubble-list li {
	width: 50%;
	float: left;
}
.rt-title-text-button ul.dubble-list li:after {
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    font-weight: 600;
    color: var(--revie-primary-color);
    position: absolute;
    top: 0;
    left: 0;
}
@media(max-width: 991px) {
	.custom-align-center .rt-title-text-button {
		text-align: center;
	}
	.rt-title-text-button ul.dubble-list li {
		float: inherit;
		width: 100%;
		padding-right: 0;
	}
}
@media(max-width: 767px) {
    .rt-section-title .entry-title br,
    .rt-title-text-button .entry-title br,
    .rt-title-text-button .entry-content br {
        display: none;
    }
}
.rt-title-text-button.barshow .entry-subtitle {
    padding-left: 18px;
}
.rt-title-text-button.barshow .entry-subtitle::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: var(--revie-primary-color);
    left: 0;
}
.rt-title-text-button .btn-common {
    margin-top: 10px;
}
/*-------------------------------------
#. EL: Info box
--------------------------------------*/
.rt-info-box .rt-info-item {
    position: relative;
}
.rt-info-box .rt-info-item .rt-media {
    margin-bottom: 24px;
}
.rt-info-box .rt-info-item .rt-icon {
    width: 100px;
    height: 100px;
    background: var(--bg-light-color-2);
    color: var(--revie-primary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 42px;
    z-index: 99;
    position: relative;
    transition: all ease 0.31s;
}
.rt-info-box .rt-info-item:hover .rt-icon {
    color: var(--revie-primary-color);
}
.rt-info-box .rt-info-item .rt-icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #f9250f;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    transform: scale(0.1);
}
.rt-info-box .rt-info-item:hover .rt-icon::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: all ease 0.4s;
}
.rt-info-box .rt-info-item .rt-img img {
    border-radius: 50%;
}
.rt-info-box .rt-info-item .rt-title {
    margin-bottom: 12px;
}
.rt-info-box .rt-info-item .rt-title a {
    color: var(--heading-dark-color);
}
.rt-info-box .rt-info-item .rt-title a:hover {
    color: var(--revie-primary-color);
}
.rt-info-box .rt-info-item .rt-text {
    color: var(--body-dark-color);
    transition: all ease 0.31s;
}
.rt-info-box .rt-info-item .rt-button {
    margin-top: 20px;
}
/*style 01*/
.rt-info-style1 .rt-info-item {
    background-color: var(--bg-light-color-7);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 5%);
    border-radius: 10px;
    overflow: hidden;
    padding: 24px;
    transition: all ease 0.31s;
}
/*style 02*/
.rt-info-style2 .rt-info-item {
    padding: 0 24px 30px 24px;
    transition: all ease 0.5s;
}
.rt-info-style2 .rt-info-item::before {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='2' stroke-dasharray='6%2c 16' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    transition: all ease 0.31s;
}
.rt-info-style2 .rt-info-item:hover {
    background-color: var(--bg-light-color-7);
    border-radius: 10px;
}
.rt-info-style2 .rt-info-item:hover::before {
    opacity: 0;
    transform: scale(1); 
    transition: all ease 0.31s;
}
.rt-info-style2 .rt-info-item .rt-media .rt-icon {
    margin-top: -50px;
}
.rt-info-style2 .rt-info-item .rt-content {
    position: relative;
    z-index: 2;
}
.rt-info-style2 .rt-info-item:hover .rt-text {
    color: var(--body-dark-color);
}
.rt-info-style2 .rt-info-item:hover .rt-title,
.rt-info-style2 .rt-info-item:hover .rt-title a,
.rt-info-style2 .rt-info-item:hover .rt-title a:hover {
    color: var(--heading-dark-color);
}
/*-------------------------------------
#. EL: Skill Bar
---------------------------------------*/
.rt-skills {
    overflow: hidden;
}
.rt-skills .rt-skill-each {
    margin-top: 15px;
    margin-bottom: 16px;
}
.rt-skills .rt-skill-each .rt-name {
    color: var(--heading-dark-color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0.6px;
    transition: all ease 0.31s;
}
.rt-skills .rt-skill-each .progress {
    background-color: #dad2d2;
    border-radius: 6px;
    box-shadow: none;
    height: 6px;
    overflow: visible;
    margin: 0;
}
.rt-skills .rt-skill-each .progress .progress-bar {
    position: relative;
    background: var(--revie-primary-color);
    border-radius: 6px;
    height: 6px;
    overflow: inherit;
}
.rt-skills .rt-skill-each .progress .progress-bar > span {
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-dark-color);
    position: absolute;
    right: 0;
    top: -34px;
    padding-bottom: 10px;
    line-height: 1;
    transition: all ease 0.31s;
}
.rt-skills .rt-skill-each .progress .progress-bar > span::after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -17px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--revie-secondary-color);
    box-shadow: 0 9px 10px 0 rgb(250 60 40 / 42%);
}
/*-------------------------------------
#. EL: Banner slider
-------------------------------------*/
.banner-slider .slider-content {
    position:  relative;
    z-index: 9;
    padding-left: 185px;
    padding-right: 185px;
}
@media(max-width: 1666px) {
    .banner-slider .slider-content {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media(max-width: 1199px) {
    .banner-slider .slider-content {
        padding-left: 0;
        padding-right: 0;
    }
}
.banner-slider .single-slider {
    background-size: cover;
    min-height: 600px;
    display: flex;
    align-items: center;
}
.banner-slider .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(20, 19, 59, 0.5);
    z-index: 0;
}
.banner-slider .slider-content .sub-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    line-height: 1;
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 20px;
}
.banner-slider .slider-content .sub-title:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    width: 5px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--revie-primary-color);
}
.banner-slider .slider-content .slider-title {
    font-size: 60px;
    color: #ffffff;
    max-width: 590px;
    margin-bottom: 20px;
    line-height: 1.1;
    text-decoration-thickness: 4px;
    text-underline-position: under;
    text-underline-offset: -4px;
}
.banner-slider .slider-content .slider-title.left {
    margin-right: auto;
}
.banner-slider .slider-content .slider-title.center {
    margin-left: auto;
    margin-right: auto;
}
.banner-slider .slider-content .slider-title.right {
    margin-left: auto;
}
.banner-slider .slider-content .slider-title span {
  display: block;
}
.banner-slider .slider-content .slider-text {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 50px;
    max-width: 570px;
}
.banner-slider .slider-content .slider-text.left {
    margin-right: auto;
}
.banner-slider .slider-content .slider-text.center {
    margin-left: auto;
    margin-right: auto;
}
.banner-slider .slider-content .slider-text.right {
    margin-left: auto;
}
@media(max-width: 767px) {
    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 25px;
    }
    .banner-slider .slider-content .slider-text,
    .banner-slider .slider-content .slider-title {
        max-width: 100%;
    }
}
/*-------------------------------------
#. EL: Image Addon
-------------------------------------*/
.rt-image-banner .rt-banner-item {
    position: relative;
}
.rt-image-banner .rt-banner-item img {
    position: relative;
    border-radius: 6px;
}
.rt-image-banner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/*banner style 1*/
.rt-banner-style1 .rt-banner-item {
    overflow: hidden;
    display: inline-block;
}
/*banner style 2*/
.rt-banner-style2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
}
.rt-banner-style2 .rt-banner-item {
    text-align: center;
    padding: 90px 35px;
    z-index: 2;
}
.rt-banner-style2 .rt-banner-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(255, 243, 233, 0.6);
}
[data-theme="dark-mode"] .rt-banner-style2 .rt-banner-item:after {
    background-color: rgba(22, 31, 56, 0.6);
}
.rt-banner-style2 .sidebar-offer {
    background-color: #c28c52;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
    padding: 4px 13px;
    display: inline-block;
    margin-bottom: 20px;
}
.rt-banner-style2 .rt-banner-item h3 {
    font-size: 28px;
    color: var(--heading-dark-color);
    margin-bottom: 12px;
    line-height: 1.2;
}
.rt-banner-style2 .rt-banner-item p {
    color: var(--heading-dark-color);
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 12px;
    transition: all ease 0.31s;
}
.rt-banner-style2 .rt-banner-item .about-btn {
    margin-top: 30px;
    padding: 13px 20px 11px;
}
/*banner style 3*/
.rt-banner-style3 .rt-banner-item {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 40px;
}
.rt-banner-style3 .rt-add-img {
    max-width: 430px;
}
.rt-banner-style3 .rt-add-img > span {
    display: block;
}
.rt-banner-style3 .sidebar-offer {
    display: inline-block;
    color: var(--heading-dark-color);
    font-size: 24px;
    margin-bottom: 20px;
}
.rt-banner-style3 .rt-add-text h3 {
    font-size: 48px;
    line-height: 1;
}
.rt-banner-style3 .rt-add-text p {
    color: var(--heading-dark-color);
    font-size: 20px;
    font-weight: 600;
}
.rt-banner-style3 .about-btn {
    border-radius: 30px;
    padding: 14px 30px;
    border: 1px solid var(--heading-dark-color);
    color: var(--heading-dark-color);
}
@media(min-width: 1200px) and (max-width: 1666px) {
    .rt-banner-style3 .rt-add-img {
        max-width: 280px;
    }
    .rt-banner-style3 .sidebar-offer {
        font-size: 20px;
    }
    .rt-banner-style3 .rt-add-text h3 {
        font-size: 34px;
    }
    .rt-banner-style3 .rt-add-text p {
        font-size: 18px;
    }
} 
@media(max-width: 991px) {
    .rt-banner-style3 .rt-add-img {
        max-width: 310px;
    }
    .rt-banner-style3 .sidebar-offer {
        font-size: 20px;
    }
    .rt-banner-style3 .rt-add-text h3 {
        font-size: 34px;
    }
    .rt-banner-style3 .rt-add-text p {
        font-size: 18px;
    }
}
@media(max-width: 575px) {
    .rt-banner-style3 .rt-banner-item {
        display: block;
    }
    .rt-banner-style3 .rt-add-img {
        max-width: 100%;
    }
}
/*banner style 4*/
.rt-banner-style4 .rt-banner-item ul {
    display: flex;
    flex-wrap: wrap;
}
.rt-banner-style4 .rt-banner-item ul li {
    margin: 0px 0 45px;
    flex: 0 0 auto;
    width: 33.3333%;
    justify-content: center;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
}
.rt-banner-style4 .rt-banner-item ul li > span {
    display: block;
}
.rt-banner-style4 .rt-banner-item ul li:last-child img {
    margin-left: 35px;
}
@media(max-width: 991px) {
    .rt-banner-style4 .rt-banner-item ul li:last-child img {
        margin-left: 0;
    }
}
/*banner style 5*/
.rt-banner-style5 .rt-banner-item {
    text-align: right;
}
.rt-banner-style5 .rt-banner-item .rt-img-list {
    display: inline-block;
    position: relative;
}
.rt-banner-style5 .rt-banner-item .rt-img-list .item-main {
    position: relative;
    z-index: 1;
}
.rt-banner-style5 .rt-banner-item .rt-img-list .item {
    position: absolute;
}
.rt-banner-style5 .rt-banner-item .rt-img-list .item-1 {
    right: 0;
    top: 0;
    z-index: 1;
}
.rt-banner-style5 .rt-banner-item .rt-img-list .item-2 {
    top: 27.5%;
    left: 6.4%;
    z-index: 3;
}
.rt-banner-style5 .rt-banner-item .rt-img-list .item-3 {
    top: 15%;
    left: 14%;
    z-index: 2;
}
.rt-banner-style5 .rt-banner-item .rt-img-list .item-4 {
    top: 11.5%;
    left: 23.5%;
    z-index: 1;
}
.rt-banner-style5 .rt-banner-item .rt-img-list .item-5 {
    top: 34.52px;
    left: 230.17px;
}
.rt-banner-style5 .rt-banner-item .rt-img-list .item-6 {
    top: 21.18px;
    left: 288.94px;
}
.rt-banner-style5 .rt-banner-item .rt-img-list .item-7 {
    top: 65.42px;
    left: 308.52px;
}
.rt-banner-style5 .rt-banner-item .rt-img-list .item-8 {
    top: 90.36px;
    left: 350.12px;
}
.rt-banner-style5 .rt-banner-item .rt-img-list .item-single img {
    animation: mover 1s infinite alternate;
}
.rt-banner-style5 .rt-banner-item .rt-img-list .item-5 img {
    animation: mover 0.8s infinite alternate;
}
.rt-banner-style5 .rt-banner-item .rt-img-list .item-6 img {
    animation: mover 1s infinite alternate;
}
.rt-banner-style5 .rt-banner-item .rt-img-list .item-7 img {
    animation: mover 1.2s infinite alternate;
}
.rt-banner-style5 .rt-banner-item .rt-img-list .item-8 img {
    animation: mover 1.4s infinite alternate;
}
/*-------------------------------------
#. EL: Shape Animation
---------------------------------------*/
.rt-shape-layout {
    position: relative;
    width: 100%;
}
.revieweb-zindex {
    z-index: -1 !important;
}
.rt-shape-layout ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.rt-shape-layout2 .shape {
    position: absolute;
    z-index: 1;
}
.rt-shape-layout2 .shape1 {
    left: 0;
    top: 0;
}
.rt-shape-layout2 .shape2 {
    right: 0;
    top: 0;
}
/*-------------------------------------
#. EL: Video Addon
---------------------------------------*/
.rt-video-layout {
    position: relative;
    z-index: 1;
}
.rt-video-layout .rt-video .rt-icon .rt-play {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    font-size: 20px;
    background: #ffffff;
    color: #282828;
    margin: 0 auto;
    z-index: 0;
    animation: pulseShadowxlwhite 2000ms linear infinite;
}
.rt-video-layout .rt-video .rt-icon .rtin-play i {
    margin-left: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.rt-video-layout .rt-video .rt-img:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(21, 30, 34, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.rt-video-layout .rt-video .rt-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
}
.rt-video-layout .rt-video .rt-img {
    position: relative;
    z-index: 1;
    border-radius: 6px;
    overflow: hidden;
}
.rt-video-layout img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rt-video-layout .element {
    position: absolute;
    padding: 10px;
    background: #fff;
    right: -67px;
    top: 222px;
    width: 364px;
    height: 281px;
    z-index: 1;
}
@media(max-width: 1024px) {
    .rt-video-layout .element {
        right: 0;
        top: inherit;
        bottom: 0;
    }
}
.video-height .rt-video-layout .rt-video .rt-img img {
    min-height: 400px;
}
/*-------------------------------------
#. EL: Contact Info
---------------------------------------*/
.rt-contact-info .rt-item {
    border-radius: 10px;
    background-color: var(--bg-light-color-7);
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    padding: 57px 20px;
    transition: all ease 0.31s;
}
.rt-contact-info .entry-title {
    display: block;
    font-size: 22px;
    margin-bottom: 12px;
}
.rt-contact-info .rt-icon {
    display: block;
    color: var(--revie-primary-color);
    font-size: 48px;
    margin-bottom: 15px;
    overflow: hidden;
}
.rt-contact-info .rt-img {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}
.rt-contact-info .rt-img img {
    width: 48px;
}
.rt-contact-info:hover .rt-icon i,
.rt-contact-info:hover .rt-img img {
    animation: toBottomFromTop 0.7s forwards;
}
.rt-contact-info .entry-text {
    font-size: 16px;
    color: var(--meta-dark-color);
    margin-bottom: 0;
    transition: all ease 0.31s;
}
.rt-contact-info .entry-text a {
    color: var(--meta-dark-color);
    font-weight: 500;
}
.rt-contact-info .entry-text a:hover {
    color: var(--revie-primary-color);
}
/*-------------------------------------
#. EL: Progress Bar
---------------------------------------*/
.rt-progress-bar {
    padding-top: 10px;
    overflow: hidden;
}
.rt-progress-bar .entry-name {
    color: var(--heading-dark-color);
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0px;
    line-height: 1;
    transition: all ease 0.31s;
}
.rt-progress-bar .progress {
    background-color: #f0f0f0;
    border-radius: 6px;
    box-shadow: none;
    overflow: visible;
    margin: 0 0 20px;
    height: 6px;
}
.rt-progress-bar .progress .progress-bar {
    position: relative;
    background: var(--revie-primary-color);
    border-radius: 6px;
    height: 6px;
    overflow: inherit;
    animation-duration: 1.5s;
    animation-delay: 1.2s;
    animation-name: fadeInLeft;
}
.rt-progress-bar .progress .progress-bar > span {
    font-size: 16px;
    font-weight: 500;
    color: var(--heading-dark-color);
    position: absolute;
    right: 0;
    top: -34px;
    padding-bottom: 10px;
    line-height: 1;
}
.rt-progress-bar .progress .progress-bar > span:after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -18px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--revie-secondary-color);
    box-shadow: 0 9px 10px 0 rgb(349 37 15 / 42%);
}
/*-------------------------------------
#. EL: Pricing Table
---------------------------------------*/
.rt-price-table-box {
    background: var(--bg-light-color-7);
    border: 1px solid var(--revie-border-color);
    box-sizing: border-box;
    border-radius: 10px;
    transition: all 0.31s ease;
}
.rt-price-table-box .price-header {
    padding: 30px 24px 24px;
    border-bottom: 1px solid var(--revie-border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    transition: all ease 0.31s;
}
.rt-price-table-box .price-header .entry-title {
    margin-bottom: 0;
}
.rt-price-table-box .price-header .entry-title a {
    color: var(--heading-dark-color);
}
.rt-price-table-box .price-header .entry-title a:hover {
    color: var(--revie-primary-color);
}
.rt-price-table-box .price-header .item-icon i {
    font-size: 48px;
}
.rt-price-table-box .price-header .rtin-img img {
    max-width: 183px;
}
.rt-price-table-box .rtin-features {
    list-style: none;
    margin-bottom: 0;
    padding: 30px 24px 30px;
    border-bottom: 1px solid var(--revie-border-color);
    transition: all ease 0.31s;
}
.rt-price-table-box .rtin-features li {
    color: var(--meta-dark-color);
    display: flex;
    align-items: center;
    margin: 6px 0;
    gap: 7px;
    transition: all ease 0.31s;
}
.rt-price-table-box .hosting-special-features {
    padding: 15px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rt-price-table-box .hosting-special-features-list > ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 0;
    gap: 5px;
}
.rt-price-table-box .hosting-special-features-list > ul > li {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.rt-price-table-box .hosting-special-features-list > ul > li > i {
    color: var(--revie-tertiary-color);
}
.rt-price-table-box .hosting-special-features-list > ul > li > span {
    color: var(--meta-dark-color);
    transition: all ease 0.31s;
}
.rt-price-table-box .hosting-reviews {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 5px;
}
.rt-price-table-box .hosting-reviews-number {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: var(--heading-dark-color);
    transition: all ease 0.31s;
}
.rt-price-table-box .hosting-reviews-link {
    color: var(--revie-tertiary-color);
    line-height: 1;
    font-size: 12px;
}
.rt-price-table-box .hosting-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-top: 1px solid var(--revie-border-color);
    transition: all ease 0.31s;
}
.rt-price-table-box .hosting-acuracy {
    display: flex;
    align-items: center;
    gap: 10px;
}
.rt-price-table-box .hosting-acuracy-icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-content: center;
    border: 1px solid var(--revie-border-color);
    color: var(--revie-tertiary-color);
    border-radius: 50%;
    line-height: 1;
    transition: all ease 0.31s;
}
.rt-price-table-box .hosting-acuracy-count {
    color: var(--meta-dark-color);
    transition: all ease 0.31s;
}
.rt-price-table-box .hosting-acuracy-count > span {
    display: block;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    color: var(--heading-dark-color);
    transition: all ease 0.31s;
}
.rt-price-table-box .hosting-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--heading-dark-color);
    text-align: center;
    line-height: 1;
    transition: all ease 0.31s;
}
.rt-price-table-box .hosting-price > sub {
    color: var(--meta-dark-color);
    font-size: 12px;
    font-weight: 400;
    bottom: 0.1px;
    transition: all ease 0.31s;
}
.rt-price-table-box .hosting-price-text {
    display: block;
    font-size: 12px;
    padding-top: 5px;
    font-weight: 400;
}
.rt-price-table-box .item-rating {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: var(--fix-rating-color-1);
    line-height: 1.6;
}
.rt-price-table-box .item-rating .active {
    font-weight: 900;
}
.rt-price-table-box .item-rating .deactive {
    font-weight: 900;
    color: var(--fix-rating-color-2);
}
/*-------------------------------------
#. EL: Accordion
---------------------------------------*/
.rt-accordion .rt-accordion-button::after,
.rt-accordion .rt-accordion-button:not(.collapsed)::after {
    display: none;
}
.rt-accordion .rt-accordion-header .rt-accordion-button:not(.collapsed) {
    color: var(--revie-primary-color);
    transition: all ease 0.31s;
}
.rt-accordion .rt-accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.rt-accordion .rt-accordion-header {
    margin-bottom: 15px;
}
.rt-accordion .accordion-item {
    border: none;
    margin-bottom: 10px;
}
.rt-accordion .accordion-item:last-child {
    margin-bottom: 0 !important;
}
.rt-accordion .accordion-collapse.show {
    color: var(--body-dark-color);
    position: relative;
    border-radius: 0;
    transition: all ease 0.31s;
}
.rt-accordion .rt-accordion-header .rt-accordion-button {
    position: relative;
    background: transparent;
    border-bottom: 1px solid var(--revie-border-color);
    font-size: 20px;
    color: var(--heading-dark-color);
    line-height: 1.4;
    width: 100%;
    padding: 0 0 20px;
    text-align: left;
    transition: all ease 0.31s;
}
.rt-accordion .accordion-body {
    border-bottom: 1px solid var(--revie-border-color);
    margin-bottom: 15px;
    padding: 10px 30px 25px;
    transition: all ease 0.31s;
}
.rt-accordion .accordion-body p {
    margin-bottom: 0;
}
.rt-accordion .rt-accordion-icon-left {
    float: left;
    margin-right: 10px;
}
.rt-accordion .rt-accordion-icon-right {
    float: right;
    margin-right: 0;
}
.rt-accordion .rt-accordion-icon {
    font-size: 18px;
}
.rt-accordion-button .rt-accordion-icon-closed {
    display: none;
}
.rt-accordion-button.collapsed .rt-accordion-icon-closed {
    display: table-cell;
}
.rt-accordion-button.collapsed .rt-accordion-icon-opened {
    display: none;
}
/*-------------------------------------
#. EL: Testimonial Layout
---------------------------------------*/
.rt-testimonial-default .item-content .item-rating {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: var(--fix-rating-color-1);
}
.rt-testimonial-default .item-content .item-rating .active {
    font-weight: 900;
}
.rt-testimonial-default .item-content .item-rating .deactive {
    font-weight: 900;
    color: var(--fix-rating-color-2);
}
/*multi layout 1*/
.testimonial-multi-layout-1 .item-content {
    background: var(--bg-light-color-7);
    border-radius: 10px;
    padding: 35px 49px;
    text-align: center;
}
.testimonial-multi-layout-1 .item-content .tquote {
    display: block;
    margin-bottom: 15px;
}
.testimonial-multi-layout-1 .item-content .item-title {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.4;
}
.testimonial-multi-layout-1 .item-content .item-subtitle {
    font-size: 14px;
    font-style: italic;
}
.testimonial-multi-layout-1 .item-content .tcontent {
    font-size: 15px;
    color: var(--heading-dark-color);
    margin-bottom: 25px;
    transition: all ease 0.31s;
}
.testimonial-multi-layout-1 .item-content .item-img {
    margin-bottom: 12px;
}
.testimonial-multi-layout-1 .item-content .item-img img {
    border-radius: 50%;
    max-width: 90px;
}
@media(max-width: 425px) {
    .testimonial-multi-layout-1 .item-content {
        padding: 35px 25px;
    }
}
/*multi layout 2*/
.testimonial-multi-layout-2 .item-content {
    background: var(--bg-light-color-2);
    border-radius: 10px;
    padding: 65px 35px;
}
.testimonial-multi-layout-2 .logo-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 30px;
}
.testimonial-multi-layout-2 .item-content .tquote {
    display: inline-block;
}
.testimonial-multi-layout-2 .item-content .item-title {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.4;
}
.testimonial-multi-layout-2 .item-content .item-subtitle {
    font-size: 14px;
    font-style: italic;
}
.testimonial-multi-layout-2 .item-content .tcontent {
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
    color: var(--heading-dark-color);
    margin-bottom: 35px;
    transition: all ease 0.31s;
}
.testimonial-multi-layout-2 .item-content .autor-title {
    display: flex;
    align-items: center;
    gap: 10px;
}
.testimonial-multi-layout-2 .item-content .item-img img {
    border-radius: 50%;
    max-width: 90px;
}
/*-------------------------------------
#. EL: Team Layout
---------------------------------------*/
.team-default .team-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.team-default .team-content .team-title {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1.2;
}
.team-default .team-content .team-title a {
    color: var(--heading-dark-color);
}
.team-default .team-button {
    text-align: center;
    margin-top: 40px;
}
.team-default .team-item .team-social li a:hover i {
    animation: toBottomFromTop 0.7s forwards;
}
/*style 1*/
.team-multi-layout-1 .team-content p {
    margin-top: 10px;
}
.team-multi-layout-1 .team-content .team-designation {
    color: var(--meta-dark-color);
    font-size: 16px;
    font-weight: 500;
    margin-top: 3px;
    letter-spacing: 1px;
    transition: all ease 0.31s;
}
.team-multi-layout-1 .team-item {
    position: relative;
    z-index: 1;
}
.team-multi-layout-1 .owl-carousel .owl-stage-outer {
    padding: 0 20px;
    width: calc(100% + 30px);
    margin-left: -20px;
}
.team-multi-layout-1 .team-item .team-thums {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    text-align: center;
}
.team-multi-layout-1 .team-item .mask-wrap {
    background-color: var(--bg-light-color-7);
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    border-radius: 0 0 10px 10px;
    padding: 20px 28px 26px;
    transition: all ease 0.31s;
}
.team-multi-layout-1 .team-item .team-thums img {
    filter: grayscale(0);
    transform: scale(1.01);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.team-multi-layout-1 .team-item:hover .team-thums img {
    filter: grayscale(1);
    transform: scale(1.22);
}
@media(max-width:767px) {
    .team-multi-layout-1 .team-item .team-thums img {
        width: 100%;
    }
}
.team-multi-layout-1 .team-item .team-social {
    position: relative;
    top: 0;
    padding: 15px 0 0;
    margin: 0;
    height: 100%;
    z-index: 2;
    list-style: none;
    display: flex;
    gap: 8px;
}
.team-multi-layout-1 .team-item .team-social li a {
    color: var(--revie-primary-color);
    font-size: 15px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: var(--bg-light-color-3);
    display: block;
    border-radius: 50%;
    text-align: center;
    transition: all ease 0.31s;
}
.team-multi-layout-1 .team-item .team-social li a:hover {
    color: #ffffff;
    background-color: var(--revie-primary-color);
}
.team-multi-layout-1.team-slider-style4 .team-item {
    margin-bottom: 0;
}
.team-multi-layout-1 .rt-swiper-slider .team-item .mask-wrap {
    margin-top: -1px;
    box-shadow: none;
    border: 1px solid var(--revie-border-color);
    transition: all ease 0.31s;
}
/*style 2*/
.team-multi-layout-2 .team-item {
    position: relative;
    z-index: 1;
    text-align: center;
}
.team-multi-layout-2 .team-content .team-title span {
    display: block;
    color: var(--meta-dark-color);
    font-size: 15px;
    font-weight: 500;
    margin-top: 7px;
    transition: all ease 0.31s;
}
.team-multi-layout-2 .team-content p {
    margin-top: 12px;
}
.team-multi-layout-2 .team-content-wrap .team-thums {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.team-multi-layout-2 .team-content-wrap .mask-wrap {
    background-color: var(--bg-light-color-7);
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    border-radius: 0 0 10px 10px;
    padding: 18px 10px 20px;
    transition: all ease 0.31s;
}
.team-multi-layout-2 .team-content-wrap .team-thums img {
    filter: grayscale(0);
    transform: translateX(15px) scale(1.1) translateY(15px);
    transition: all 0.4s ease;
}
.team-multi-layout-2 .team-item:hover .team-content-wrap .team-thums img {
    filter: grayscale(1);
    transform: translateX(0px) scale(1) translateY(0px);
    transition: all 0.4s ease;
}
.team-multi-layout-2 .team-social {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    bottom: 30px;
}
.team-multi-layout-2 .team-social li {
    display: inline-block;
    margin: 0;
    padding: 0 2px;
    transform: translateX(15px);
    opacity: 0;
    visibility: visible;
    transition: all 0.4s ease;
    transition-delay: 0s;
}
.team-multi-layout-2 .team-item:hover .team-social li {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}
.team-multi-layout-2 .team-item:hover .team-social li:nth-child(2n) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.team-multi-layout-2 .team-item:hover .team-social li:nth-child(3n) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.team-multi-layout-2 .team-item:hover .team-social li:nth-child(4n) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.team-multi-layout-2 .team-item:hover .team-social li:nth-child(5n) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.team-multi-layout-2 .team-item:hover .team-social li:nth-child(6n) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.team-multi-layout-2 .team-social li:last-child {
    margin-right: 0;
}
.team-multi-layout-2 .team-social li a {
    background: #ffffff;
    font-size: 16px;
    transition: all ease 0.31s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--revie-primary-color);
    display: block;
    border-radius: 50%;
}
.team-multi-layout-2 .team-social li a:hover {
    background: var(--revie-primary-color);
    color: #ffffff;
}
.team-multi-layout-2 .rt-swiper-slider .team-item .mask-wrap {
    margin-top: -1px;
    box-shadow: none;
    border: 1px solid var(--revie-border-color);
    transition: all ease 0.31s;
}
/*-------------------------------------
#. EL: Team Single
---------------------------------------*/
.team-single .team-thumb {
    background-color: #f9fafc;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.team-single .team-thumb img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.team-single .team-heading {
    margin-bottom: 25px;
    line-height: 1;
}
.team-single .team-heading h2 {
    font-size: 28px;
    margin-bottom: 10px;
}
.team-single .team-heading .designation {
    color: var(--meta-dark-color);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all ease 0.31s;
}
.team-single .team-heading .designation span {
    font-size: 18px;
    color: var(--revie-primary-color);
    font-weight: 600;
}
.team-single .team-single-content .team-content {
    border-radius: 10px;
    padding: 50px 50px 54px;
    background-color: var(--bg-light-color-7);
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    transition: all ease 0.31s;
}
.team-single .team-single-content .team-content p {
    color: var(--body-dark-color);
    transition: all ease 0.31s;
}
.team-single .team-single-content .team-content ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: var(--body-light-color);
}
.team-single .team-single-content ul.team-social {
    margin: 35px 0 0px 0;
    padding: 0;
    list-style: none;
}
.team-single .team-single-content ul.team-social li a {
    font-size: 16px;
    text-align: center;
    color: var(--revie-primary-color);
    background: var(--bg-light-color-3);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    transition: all ease 0.31s;
}
.team-single .team-single-content .team-content ul.team-social li a:hover {
    background-color: var(--revie-primary-color);
    color: #ffffff;
}
.team-single .team-single-content .team-content ul.team-social li a:hover i {
    animation: toBottomFromTop 0.7s forwards;
}
.team-single .team-single-content .team-content ul li:last-child {
    margin-right: 0;
}
/*team skill and info*/
.team-single .rt-skill-wrap {
    border-radius: 10px;
    margin-top: 24px;
    padding: 50px 50px 54px;
    background-color: var(--bg-light-color-7);
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    transition: all ease 0.31s;
}
.team-single .team-info {
    border-radius: 0 0 10px 10px;
    padding: 33px 50px 26px;
    background-color: var(--bg-light-color-7);
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    transition: all ease 0.31s;
}
.team-single .team-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.team-single .team-info ul li {
    display: block;
    color: var(--meta-dark-color);
    font-weight: 400;
    margin-right: 0;
    margin-bottom: 8px;
    transition: all ease 0.31s;
}
.team-single .team-info ul li span {
    color: var(--heading-dark-color);
    font-weight: 500;
    transition: all ease 0.31s;
}
.team-single .team-info a {
    color: var(--meta-dark-color);
    transition: all ease 0.31s;
}
.team-single .team-info a:hover {
    color: var(--revie-primary-color);
}
.team-single .team-single-content h4 {
    display: block;
    position: relative;
    color: var(--heading-dark-color);
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.4;
    z-index: 2;
}
.team-single .team-contact-wrap {
    border-radius: 10px;
    margin-top: 24px;
    padding: 50px 50px 54px;
    background-color: var(--bg-light-color-7);
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    transition: all ease 0.31s;
}
.team-single .team-contact-wrap h3 {
    display: block;
    position: relative;
    color: var(--heading-dark-color);
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.4;
    z-index: 2;
}
.team-single .related-post {
    margin-top: 70px;
}
.team-single .team-default .team-item .team-social {
    margin-left: 2px;
}
@media(max-width:991px) {
    .team-single .team-contact-wrap {
        padding-top: 100px;
    }
    .team-single .team-skill-wrap {
        margin-top: 25px;
    }
    .team-single .team-info {
        width: 100%;
    }
    .team-single .rt-related-post {
        margin-top: 80px;
        padding-top: 80px;
    }
}
@media(max-width:767px) {
    .single-revieweb_team .content-area {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .team-single .team-contact-wrap {
        padding-top: 40px;
    }
}
/*-------------------------------------
#. EL: Hosting Layout
---------------------------------------*/
.revieweb_hosting .rt-hosting-item {
    margin-bottom: 24px;
}
.rt-hosting-item {
    background: var(--bg-light-color-7);
    border: 1px solid var(--revie-border-color);
    box-sizing: border-box;
    border-radius: 10px;
    transition: all 0.31s ease;
}
.rt-hosting-item:hover {
    box-shadow: 0px 0px 24px rgb(65 175 255 / 25%);
    transition: all 0.4s ease;
}
.rt-hosting-item .hosting-header {
    padding: 30px 24px 24px;
    border-bottom: 1px solid var(--revie-border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    transition: all ease 0.31s;
}
.rt-hosting-item .hosting-header .entry-title {
    margin-bottom: 0;
}
.rt-hosting-item .rt-features {
    list-style: none;
    margin-bottom: 0;
    padding: 30px 24px 30px;
    border-bottom: 1px solid var(--revie-border-color);
    transition: all ease 0.31s;
}
.rt-hosting-item .rt-features li {
    color: var(--meta-dark-color);
    display: flex;
    align-items: center;
    margin: 6px 0;
    gap: 7px;
    transition: all ease 0.31s;
}
.rt-hosting-item .rt-features li i {
    color: #78d881;
}
.rt-hosting-item .hosting-special-features {
    padding: 15px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--revie-border-color);
    transition: all ease 0.31s;
}
.rt-hosting-item .hosting-special-features-list > ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 0;
    gap: 1px;
}
.rt-hosting-item .hosting-special-features-list > ul > li {
    font-size: 15px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.rt-hosting-item .hosting-special-features-list > ul > li label {
    color: var(--heading-dark-color);
    font-size: 16px;
    font-weight: 500;
    transition: all ease 0.31s;
}
.rt-hosting-item .hosting-special-features-list > ul > li > i {
    color: var(--revie-tertiary-color);
}
.rt-hosting-item .rtrs-rating-overall {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 5px;
}
.rt-hosting-item .rtrs-rating-item .rating-percent {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: var(--heading-dark-color);
    transition: all ease 0.31s;
}
.rt-hosting-item .total-review {
    color: var(--revie-tertiary-color);
    line-height: 1;
    font-size: 12px;
}
.rt-hosting-item .rtrs-rating-overall .rating-icon {
    line-height: 1;
}
.rt-hosting-item .hosting-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;    
    transition: all ease 0.31s;
}
.rt-hosting-item .hosting-acuracy {
    display: flex;
    align-items: center;
    gap: 10px;
}
.rt-hosting-item .hosting-acuracy-icon {
    width: 45px;
    height: 45px;
    display: grid;
    place-content: center;
    border: 1px solid var(--revie-border-color);
    color: var(--revie-tertiary-color);
    border-radius: 50%;
    line-height: 1;
    transition: all ease 0.31s;
}
.rt-hosting-item .hosting-acuracy-count {
    font-size: 15px;
    color: var(--meta-dark-color);
    transition: all ease 0.31s;
}
.rt-hosting-item .hosting-acuracy-count > span {
    display: block;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    color: var(--heading-dark-color);
    transition: all ease 0.31s;
}
.rt-hosting-item .hosting-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--heading-dark-color);
    text-align: center;
    line-height: 1;
    transition: all ease 0.31s;
}
.rt-hosting-item .hosting-price > sub {
    color: var(--meta-dark-color);
    font-size: 12px;
    font-weight: 400;
    bottom: 0.1px;
    transition: all ease 0.31s;
}
.rt-hosting-item .hosting-price > sub {
    color: var(--meta-dark-color);
    font-size: 12px;
    font-weight: 400;
    bottom: 0.1px;
    transition: all ease 0.31s;
}
.rt-hosting-item .hosting-price-text {
    display: block;
    font-size: 12px;
    padding-top: 5px;
    font-weight: 400;
}
/*-------------------------------------
#. EL: Hosting Single
---------------------------------------*/
.hosting-details-rating {
    position: relative;
    background: var(--bg-light-color-2);
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 105px 140px;
    transition: all ease 0.31s;
}
.hosting-details-rating::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 300px;
    background: var(--revie-border-color);
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all ease 0.31s;
}
.hosting-details-rating .rt-rating-item {
    height: 293px;
    width: 293px;
    display: inline-flex;
    align-items: center;
    place-content: center;
    position: relative;
    background: #F1F9FF;
    border-radius: 50%;
}
.hosting-details-rating .rt-rating-item .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hosting-details-rating .rt-rating-item .circle-one {
    width: 240px;
    height: 240px;
    background-color: #E5F4FF;
    border-radius: 50%;
}
.hosting-details-rating .rt-rating-item .circle-two {
    background-color: #E1EEF8;
    width: 174px;
    height: 174px;
    border-radius: 50%;
}
.hosting-details-rating .rt-rating-item .rt-rating-count {
    position: relative;
    z-index: 1;
    text-align: center;
}
.hosting-details-rating .rt-rating-item .rating-percent {
    display: block;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    color: var(--fix-dark-color);
}
.hosting-details-rating .rt-rating-item .rating-text {
    font-size: 32px;
    font-weight: 600;
    color: var(--fix-dark-color);
    margin-bottom: 0;
    line-height: 1;
}
.hosting-details-rating .text-justify {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;    
}
.hosting-details-rating .rtrs-rating-category {
    margin: 0;
    padding: 0;
}
.hosting-details-rating .rtrs-rating-category li {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: 10px 20px;
}
.hosting-details-rating .rtrs-rating-category li:last-child {
    padding-bottom: 0;
}
.hosting-details-rating .rtrs-rating-category label {
    min-width: 160px;
    color: var(--heading-dark-color);
    font-size: 22px;
    font-weight: 500;
    transition: all ease 0.31s;
}
.hosting-details-rating .rtrs-rating-category .rating-icon {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    color: var(--fix-rating-color-1);
    line-height: 1.6;
}
/*newsletter form*/
.hosting-newsletter-wrap {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 80px;
    padding: 90px 0 100px;
}
.hosting-newsletter-wrap:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.hosting-newsletter-wrap .form-box {
    position: relative;
    z-index: 1;
    padding: 0 20%;
}
.hosting-newsletter-wrap .form-box .entry-content {
    margin-bottom: 40px;
    text-align: center;
}
.hosting-newsletter-wrap .form-box .entry-title {
    color: var(--fix-light-color);
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.hosting-newsletter-wrap .form-box .entry-text {
    color: var(--fix-light-color);
    padding: 0 15%;
}

@media(max-width: 991px) {
    .hosting-details-rating {
        padding: 80px 30px;
    }
    .hosting-details-rating::before {
        display: none;
    }
    .hosting-details-rating .text-justify {
        display: unset;
    }
    .hosting-details-rating .align-center {
        text-align: center;
    }
    .hosting-details-rating .rt-rating-item {
        margin-bottom: 40px;
    }
    .hosting-details-rating .rtrs-rating-category li {
        justify-content: center;
    }
    .hosting-newsletter-wrap .form-box {
        padding: 0 10%;
    }
    .hosting-newsletter-wrap .form-box .entry-text {
        padding: 0 10%;
    }
}
@media(max-width: 375px) {
    .hosting-details-rating .rt-rating-item {
        height: 238px;
        width: 238px;
    }
    .hosting-details-rating .rt-rating-item .rating-text {
        font-size: 24px;
    }

    .hosting-newsletter-wrap .form-box {
        padding: 0;
    }
    .hosting-newsletter-wrap .form-box .entry-text {
        padding: 0 5%;
    }
}
/*-------------------------------------
#. EL: Post Box
---------------------------------------*/
.rt-post-box-default .rt-item {
    position: relative;
    background-color: var(--bg-light-color-7);
    border-radius: 10px;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    overflow: hidden;
    transition: all ease 0.31s;
}
.rt-post-box-default .rt-item .entry-content {
    position: relative;
}
.rt-post-box-default .rt-item .entry-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 7px;
}
.rt-post-box-default .rt-item .entry-title a {
    color: var(--heading-dark-color);
}
.rt-post-box-default ul.entry-meta {
    list-style: none;
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0;
}
.rt-post-box-default ul.entry-meta li {
    display: inline-block;
    color: var(--meta-dark-color);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.2;
    margin-right: 10px;
    text-transform: capitalize;
    transition: all ease 0.31s;
}
.rt-post-box-default ul.entry-meta li:last-child {
    margin-right: 0;
}
.rt-post-box-default ul.entry-meta li a {
    color: var(--meta-dark-color);
}
.rt-post-box-default ul.entry-meta li a:hover {
    color: var(--revie-primary-color) !important;
}
.rt-post-box-default .rt-item .post-author a {
    color: var(--heading-dark-color);
    font-weight: 600;
}
.rt-post-box-default .rt-item .rt-image {
    position: relative;
    overflow: hidden;
}
.rt-post-box-default .rt-item .rt-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.rt-post-box-default .rt-item:hover .rt-image img {
    transform: scale(1.22) rotateY(0deg);
}
.rt-post-box-default .rt-item .post_excerpt {
    margin-top: 10px;
}
.rt-post-box-default .rt-item .post_excerpt p {
    margin-bottom: 0;
}
.rt-post-box-default .rt-item .rt-image .rt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}
.rt-post-box-default .rt-item .post-terms .rt-cat-3 {
    font-size: 15px;
    margin-bottom: -5px;
    line-height: 1.4;
}
.rt-post-box-default .rt-item .post-terms .category-style {
    background-color: var(--revie-primary-color);
    display: inline-flex;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    padding: 8px 15px 8px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}
.rt-post-box-default .post-read-more {
    margin-top: 24px;
}
/*box style 1*/
.rt-post-box-style1 .rt-item .entry-content {
    padding: 25px 25px 22px;
}
.rt-post-box-style1 .rt-item .post-terms {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 13px;
}
.rt-post-box-style1 .list-loadmore .button-style-1 {
    padding: 12px 35px;
}
/*box style 2*/
.rt-post-box-style2 .rt-item .entry-content {
    padding: 25px 25px 22px;
}
.rt-post-box-style2 .rt-item .post-terms {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 13px;
}
.rt-post-box-style2 .list-loadmore .button-style-1 {
    padding: 12px 35px;
}
/*box style 3*/
.rt-post-box-style3 .rt-item .entry-content {
    padding: 25px 25px 22px;
}
.rt-post-box-style3 .rt-item .post-terms {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 13px;
}
.rt-post-box-style3 .rt-item .rtrs-rating-item .rating-icon {
    margin-top: 12px;
    margin-bottom: 0;
}
/*box style 4*/
.rt-post-box-style4 .rt-item {
    display: flex;
}
.rt-post-box-style4 .rt-item .rt-image {
    max-width: 220px;
    width: 100%;
}
.rt-post-box-style4 .rt-item .entry-content {
    flex: 1;
    padding: 25px 25px 22px;
}
.rt-post-box-style4 .rt-item .post-terms {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 13px;
}
@media(max-width: 991px) {
    .rt-post-box-style4 .rt-item {
        display: block;
    }
    .rt-post-box-style4 .rt-item .rt-image {
        max-width: 100%;
    }
}
/* Post box layout 5 */
.rt-post-box-style5 .rt-item .post-terms {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 13px;
}
.rt-post-box-style5 .post-items {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
}
.rt-post-box-style5 .post-items .post-item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
}
.rt-post-box-style5 .post-items .post-item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/3;
}
.rt-post-box-style5 .post-items .post-item:nth-child(3) {
    grid-column: 3/-1;
    grid-row: 1/2;
}
.rt-post-box-style5 .post-items .post-item:nth-child(2) .rt-image img {
    height: 803px;
}
.rt-post-box-style5 .rt-item .entry-content {
    padding: 25px 25px 22px;
}
@media(min-width: 992px) {
    .rt-post-box-style5 .post-items .post-item:nth-child(2) .entry-content {
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center;
    }
    .rt-post-box-style5 .post-items .post-item:nth-child(2) .rtrs-rating-item .rating-icon span,
    .rt-post-box-style5 .post-items .post-item:nth-child(2) ul.entry-meta li,
    .rt-post-box-style5 .post-items .post-item:nth-child(2) ul.entry-meta li a,
    .rt-post-box-style5 .post-items .post-item:nth-child(2) .entry-title a {
        color: var(--fix-light-color);
    }
    .rt-post-box-style5 .post-items .post-item:nth-child(2) .rt-image > a:first-of-type::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}
@media(max-width: 1024px) {
    .rt-post-box-style5 .post-items .post-item:nth-child(2) .rt-image img {
        height: 768px;
    }
}
@media(max-width: 991px) {
    .rt-post-box-style5 .post-items {
        grid-template-columns: 1fr 1fr;
    }
    .rt-post-box-style5 .post-items .post-item:nth-child(1) {
        grid-column: 1/2;
        grid-row: 1/2;
    }
    .rt-post-box-style5 .post-items .post-item:nth-child(2) {
        grid-column: 2/-1;
        grid-row: 1/2;
    }
    .rt-post-box-style5 .post-items .post-item:nth-child(3) {
        grid-column: 1/2;
        grid-row: 2/3;
    }
    .rt-post-box-style5 .post-items .post-item:nth-child(2) .rt-image img {
        height: auto;
    }
}
@media(max-width: 425px) {
    .rt-post-box-style5 .post-items {
        display: block;
    }
    .rt-post-box-style5 .post-item .rt-item {
        margin-bottom: 24px;
    }
    .rt-post-box-style5 .post-item:last-child .rt-item {
        margin-bottom: 0;
    }
}
/*box style 5*/
.rt-post-box-style6 .rt-item {
    display: flex;
}
.rt-post-box-style6 .rt-item .rt-image {
    max-width: 220px;
    width: 100%;
}
.rt-post-box-style6 .rt-item .entry-content {
    flex: 1;
    padding: 25px 25px 22px;
}
.rt-post-box-style6 .rt-item .post-terms {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 13px;
}
.rt-post-box-style6 .price-rating-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 5px;
}
.rt-post-box-style6 .rt-item-price {
    color: var(--meta-dark-color);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.2;
    margin-right: 10px;
    text-transform: capitalize;
    transition: all ease 0.31s;
}
.rt-post-box-style6 .rt-item-price span {
    color: var(--heading-dark-color);
    font-weight: 600;
    transition: all ease 0.31s;
}
.rt-post-box-style6 .default-rating .rtrs-rating-item {
    text-align: center;
}
.rt-post-box-style6 .default-rating .rtrs-rating-item .rtrs-rating-overall {
    line-height: 1;
}
.rt-post-box-style6 .default-rating .rtrs-rating-item .rating-percent {
    color: var(--heading-dark-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1;
}
@media(max-width: 991px) {
    .rt-post-box-style6 .rt-item {
        display: block;
    }
    .rt-post-box-style6 .rt-item .rt-image {
        max-width: 100%;
    }
}
/*-------------------------------------
#. EL: Post Grid
---------------------------------------*/
.rt-post-grid-default .rt-item .entry-content {
    position: relative;
}
.rt-post-grid-default .rt-item .entry-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 7px;
}
.rt-post-grid-default .rt-item .entry-title a {
    color: var(--heading-dark-color);
}
.rt-post-grid-default ul.entry-meta {
    list-style: none;
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0;
}
.rt-post-grid-default ul.entry-meta li {
    display: inline-block;
    color: var(--meta-dark-color);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.2;
    margin-right: 10px;
    text-transform: capitalize;
    transition: all ease 0.31s;
}
.rt-post-grid-default ul.entry-meta li:last-child {
	margin-right: 0;
}
.rt-post-grid-default ul.entry-meta li a {
	color: var(--meta-dark-color);
}
.rt-post-grid-default ul.entry-meta li a:hover {
	color: var(--revie-primary-color) !important;
}
.rt-post-grid-default .rt-item .post-author a {
    color: var(--heading-dark-color);
    font-weight: 600;
}
.rt-post-grid-default .rt-item .rt-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.rt-post-grid-default .rt-item .rt-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.rt-post-grid-default .rt-item:hover .rt-image img {
    transform: scale(1.22) rotateY(0deg);
}
.rt-post-grid-default .rt-item .post_excerpt {
    margin-top: 10px;
}
.rt-post-grid-default .rt-item .post_excerpt p {
    margin-bottom: 0;
}
.rt-post-grid-default .rt-item .rt-image .rt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}
.rt-post-grid-default .rt-item .post-terms .category-style {
    background-color: var(--revie-primary-color);
    display: inline-flex;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    padding: 8px 15px 8px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 1;
    transition: all ease 0.31s;
}
.rt-post-grid-default .post-read-more {
    margin-top: 24px;
}
@media(max-width: 991px) {
    .rt-post-grid-default > div {
        justify-content: center;
    }
}
/* Post Grid layout 1 */
.rt-post-grid-style1 .rt-item .entry-content {
    padding-top: 25px;
}
.rt-post-grid-style1 .rt-item .post-terms {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 13px;
}
.rt-post-grid-default .list-loadmore .button-style-1 {
    padding: 12px 35px;
}
/* Post Grid layout 2 */
.rt-post-grid-style2 .rt-item .entry-content {
    padding-top: 32px;
}
.rt-post-grid-style2 .rt-item .post-terms {
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    margin: 0 auto;
    text-align: center;
}
.rt-post-grid-style2 .rtrs-rating-item {
    margin-bottom: 10px;
}
/* Post Grid layout 3 */
.rt-post-grid-style3 .post-date {
    position: absolute;
    display: inline-flex;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
    border-radius: 6px;
    width: 60px;
    height: 60px;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 8px 0;
    left: 0;
    bottom: 0;
}
.rt-post-grid-style3 .post-date:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
    border-radius: 6px;
    top: 53%;
    transform: translateY(-53%);
    margin: 0 auto;
}
.rt-post-grid-style3 .post-date span:first-child {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: var(--revie-primary-color);
}
.rt-post-grid-style3 .post-date span:last-child {
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    color: var(--fix-dark-color);
}
.rt-post-grid-style3 .rt-item .entry-content {
    padding-top: 15px;
}
.rt-post-grid-style3 .rt-item ul.entry-meta {
    margin-bottom: 15px;
}
/* Post Grid layout 4 */
.rt-post-grid-style4 .rt-item {
    display: flex;
    column-gap: 20px;
}
.rt-post-grid-style4 .rt-item .entry-content {
    flex: 1;
    padding-right: 12px;
}
.rt-post-grid-style4 .rt-item .entry-content .post-terms {
    margin-bottom: 10px;
}
.rt-post-grid-style4 .rt-item .rt-image {
    width: 130px;
}
.rt-post-grid-style4 .rt-item .rtrs-rating-item .rating-icon {
    margin-top: 12px;
    margin-bottom: 0;
}
.rt-post-grid-style4 .right-order {
    flex-direction: row-reverse;
}
.rt-post-grid-style4 .rt-item {
    position: relative;
}
.rt-post-grid-style4 .rt-item:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: var(--revie-border-color);
    transition: all ease 0.31s;
}
.rt-post-grid-style4 .row > div:last-child .rt-item:after {
    display: none;
}
@media(max-width: 991px) {
    .rt-post-grid-style4 .rt-item:after {
        display: none;
    }
}
/* Post Grid layout 5 */
.rt-post-grid-style5 .rt-item .post-terms {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 13px;
}
.rt-post-grid-style5 .post-items {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
}
.rt-post-grid-style5 .post-items .post-item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
}
.rt-post-grid-style5 .post-items .post-item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/3;
}
.rt-post-grid-style5 .post-items .post-item:nth-child(3) {
    grid-column: 3/-1;
    grid-row: 1/2;
}
.rt-post-grid-style5 .post-items .post-item:nth-child(2) .rt-image img {
    height: 698px;
}
.rt-post-grid-style5 .rt-item .entry-content {
    padding-top: 24px;
}
@media(max-width: 1024px) {
    .rt-post-grid-style5 .post-items .post-item:nth-child(2) .rt-image img {
        height: 615px;
    }
}
@media(max-width: 991px) {
    .rt-post-grid-style5 .post-items .post-item:nth-child(2) .rt-image img {
        height: 570px;
    }
}
@media(max-width: 767px) {
    .rt-post-grid-style5 .post-items {
        grid-template-columns: 1fr 1fr;
    }
    .rt-post-grid-style5 .post-items .post-item:nth-child(1) {
        grid-column: 1/2;
        grid-row: 1/2;
    }
    .rt-post-grid-style5 .post-items .post-item:nth-child(2) {
        grid-column: 2/-1;
        grid-row: 1/2;
    }
    .rt-post-grid-style5 .post-items .post-item:nth-child(3) {
        grid-column: 1/2;
        grid-row: 2/3;
    }
    .rt-post-grid-style5 .post-items .post-item:nth-child(2) .rt-image img {
        height: auto;
    }
}
@media(max-width: 425px) {
    .rt-post-grid-style5 .post-items {
        display: block;
    }
    .rt-post-grid-style5 .post-item .rt-item {
        margin-bottom: 24px;
    }
    .rt-post-grid-style5 .post-item:last-child .rt-item {
        margin-bottom: 0;
    }
}
/* Post Grid layout 6 */
.rt-post-grid-style6 .rt-item .post-terms {
    position: absolute;
    top: 24px;
    right: 24px;
}
.rt-post-grid-style6 .rt-item-list .entry-content {
    padding-top: 17px;
}
.rt-post-grid-style6 .rt-item-large .entry-content {
    padding-top: 25px;
}
.rt-post-grid-style6 .rt-item-large .entry-title {
    font-size: 30px;
}
/* Post Grid layout 7 */
.rt-post-grid-style7 .rt-item .post-terms {
    position: absolute;
    top: 24px;
    right: 24px;
}
.rt-post-grid-style7 .rt-item .entry-content {
    padding-top: 17px;
}
/*-------------------------------------
#. EL: Post List
---------------------------------------*/
.rt-post-list-default .rt-item {
    position: relative;
}
.rt-post-list-default > div:last-child .rt-item,
.rt-post-list-default .listloadmore-items > div:last-child .rt-item {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none;
}
.rt-post-list-default .rt-item .entry-title {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 5px;
}
.rt-post-list-default .rt-item .entry-title a {
    color: var(--heading-dark-color);
}
.rt-post-list-default .post-terms {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 13px;
}
.rt-post-list-default ul.entry-meta {
    list-style: none;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
}
.rt-post-list-default ul.entry-meta li {
    display: inline-block;
    color: var(--meta-dark-color);
    font-size: 14px;
    font-weight: 500;
    margin-right: 7px;
    position: relative;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    transition: all ease 0.31s;
}
.rt-post-list-default ul.entry-meta li:last-child {
    margin-right: 0;
}
.rt-post-list-default ul.entry-meta li a {
    color: var(--meta-dark-color);
}
.rt-post-list-default ul.entry-meta li a:hover {
    color: var(--revie-primary-color) !important;
}
.rt-post-list-default .rt-item .rt-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.rt-post-list-default .rt-item .rt-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.rt-post-list-default .rt-item:hover .rt-image img {
    transform: scale(1.22);
}
.rt-post-list-default .rt-item .post-author a {
    color: var(--heading-dark-color);
    font-weight: 600;
}
.rt-post-list-default .rt-item.top-post-item .post-author a {
    color: #ffffff;
}
.rt-post-list-default .rt-item .post_excerpt p {
    margin-bottom: 0;
}
.rt-post-list-default .rt-item .rt-image .rt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.rt-post-list-default .rt-item .post-terms .category-style {
    background-color: var(--revie-primary-color);
    display: inline-flex;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    padding: 8px 15px 8px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 1;
    transition: all ease 0.31s;
}
.rt-post-list-default .rt-item .post-read-more {
    margin-top: 20px;
}
.rt-post-list-default .rt-item.border-none {
    border: none;
}
/* Post List layout 1 */
.rt-post-list-style1 .rt-item {
    display: flex;
    margin-bottom: 24px;
    border-radius: 15px;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    overflow: hidden;
}
.rt-post-list-style1 .rt-item .rt-image {
    max-width: 350px;
    width: 100%;
    margin-bottom: 0;
}
.rt-post-list-style1 .rt-item .entry-content {
    flex: 1;
    padding: 20px;
}
.rt-post-list-style1 .rt-item .post_excerpt p {
    margin-bottom: 12px;
}
@media(max-width: 767px) {
    .rt-post-list-style1 .rt-item {
        flex-direction: column;
    }
    .rt-post-list-style1 .rt-item .rt-image {
        max-width: 100%;
        margin-right: 0 !important;
    }
}
/* Post list layout 2 */
.rt-post-list-style2 .rt-item {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.rt-post-list-style2 .rt-item .rt-image {
    max-width: 100px;
    width: 100%;
    margin-right: 24px;
    margin-bottom: 0;
    overflow: unset;
}
.rt-post-list-style2 .rt-item .entry-content {
    flex: 1;
}
.rt-post-list-style2 .rt-item .rt-image > a {
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 50%;
}
/*-------------------------------------
#. EL: Post Overlay
---------------------------------------*/
.rt-post-overlay-default .rt-item {
    position: relative;
}
.rt-post-overlay-default .rt-item .entry-title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.rt-post-overlay-default .rt-item .entry-title a {
    color: var(--fix-light-color);
}
.rt-post-overlay-default ul.entry-meta {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 5px;
    padding-left: 0;
}
.rt-post-overlay-default ul.entry-meta li {
    display: inline-block;
    color: #f3f2f2;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    line-height: 1.2;
    transition: all ease 0.31s;
}
.rt-post-overlay-default ul.entry-meta li:last-child {
    margin-right: 0;
}
.rt-post-overlay-default ul.entry-meta li a {
    color: #f3f2f2;
}
.rt-post-overlay-default ul.entry-meta li.post-author a {
    color: var(--fix-light-color);
    font-weight: 600;
}
.rt-post-overlay-default ul.entry-meta li a:hover {
    color: var(--revie-primary-color) !important;
}
.rt-post-overlay-default .rt-item .rt-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.rt-post-overlay-default .rt-item .rt-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.rt-post-overlay-default .rt-item:hover .rt-image img {
    transform: scale(1.22);
}
.rt-post-overlay-default .rt-item .post-terms {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 13px;
}
.rt-post-overlay-default .rt-item .rt-play {
    margin-bottom: 30px;
}
.rt-post-overlay-default .rtrs-rating-item .rating-icon span,
.rt-post-overlay-default .rtrs-rating-item .bar-rating .rating-percent {
    color: var(--fix-light-color);
}
.rt-post-overlay-default .rt-item .post-terms .category-style {
    background-color: var(--revie-primary-color);
    display: inline-flex;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    padding: 8px 15px 8px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}
.rt-post-overlay-default .rt-item .entry-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    transition: all 0.5s ease;
    padding: 25px;
}
.rt-post-overlay-default .rt-item-wrap .rt-item .entry-content {
    padding: 40px 45px;
}
@media(max-width: 767px) {
    .rt-post-overlay-default .rt-item-wrap .rt-item .entry-content {
        padding: 25px;
    }
}
.rt-post-overlay-default .rt-item .rt-image > a:first-of-type::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.rt-post-overlay-default .right-order {
    display: flex;
    flex-direction: row-reverse;
}
/* Post Overlay layout 2*/
.rt-post-overlay-style2 .rt-item-list .post-terms {
    position: absolute;
    left: 20px;
    top: 20px;
}
.rt-post-overlay-style2 .entry-list-content {
    padding-top: 15px;
}
.rt-post-overlay-style2 .rt-item-list .rt-image > a:first-of-type::after {
    display: none;
}
.rt-post-overlay-style2 .rt-item-wrap .rt-item .rt-image img {
    max-height: 632px;
}
.rt-post-overlay-style2 .rt-item .rt-image .rt-play {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}
/* Post Overlay layout 3*/
.rt-post-overlay-style3 .rtrs-rating-item .rating-icon {
    margin-bottom: 0;
}
/*-------------------------------------
#. EL: Post Slider
---------------------------------------*/
.rt-post-slider-default .rt-item .entry-content {
    position: relative;
    margin-top: 25px;
}
.rt-post-slider-default .rt-item .entry-title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 5px;
}
.rt-post-slider-default .rt-item .entry-title a {
    color: var(--heading-dark-color);
}
.rt-post-slider-default ul.entry-meta {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 5px;
    padding-left: 0;
}
.rt-post-slider-default ul.entry-meta li {
    display: inline-block;
    color: var(--meta-dark-color);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.2;
    margin-right: 10px;
    text-transform: capitalize;
}
.rt-post-slider-default ul.entry-meta li:last-child {
    margin-right: 0;
}
.rt-post-slider-default ul.entry-meta li a {
    color: var(--meta-dark-color);
}
.rt-post-slider-default ul.entry-meta li a:hover {
    color: var(--revie-primary-color) !important;
}
.rt-post-slider-default ul.entry-meta li.post-author a {
    color: var(--heading-dark-color);
    font-weight: 600;
}
.rt-post-slider-default .entry-overlay ul.entry-meta li,
.rt-post-slider-default .entry-overlay ul.entry-meta li a {
    color: #c5c5c5;
}
.rt-post-slider-default .entry-overlay ul.entry-meta li.post-author a {
    color: var(--fix-meta-light-color);
}
.rt-post-slider-default .entry-overlay .rtrs-rating-item .rating-percent {
    color: var(--fix-light-color);
}
.rt-post-slider-default .rt-item .rt-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.rt-post-slider-default .rt-item .rt-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.rt-post-slider-default .rt-item:hover .rt-image img {
    transform: scale(1.22);
}
.rt-post-slider-default .rt-item .post-terms {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 13px;
}
.rt-post-slider-default .rt-item .post-terms a {
    display: inline-block;
    color: var(--meta-dark-color);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 1;
}
.rt-post-slider-default .rt-item .post-terms a:hover {
    color: var(--revie-primary-color);
}
.rt-post-slider-default .rt-item .post_excerpt {
    margin-top: 10px;
}
.rt-post-slider-default .rt-item .post_excerpt p {
    margin-bottom: 10px;
}
.rt-post-slider-default .entry-content .rt-video {
    margin-bottom: 30px;
}
.rt-post-slider-default .rt-item .rt-image .rt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}
.rt-post-slider-default .rt-item .post-terms .category-style {
    background-color: var(--revie-primary-color);
    display: inline-flex;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    padding: 8px 15px 8px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}
.rt-post-slider-default .post-read-more {
    margin-top: 20px;
}
/* post slider 2*/
.rt-post-slider-style2 .rt-item .entry-title a {
    color: #ffffff;
}
.rt-post-slider-style2 .rt-item .entry-content {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    z-index: 2;
    transition: all 0.5s ease;
    padding: 25px 40px;
}
.rt-post-slider-style2 .rt-item .rt-image::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.rt-post-slider-style2 .rt-item .post_excerpt p {
    color: #ffffff;
}
.rt-post-slider-style2 .rt-swiper-nav-1 .swiper-pagination-bullets {
    position: absolute;
    margin-bottom: 0;
    bottom: 40px;
}
.rt-post-slider-style2 .post-terms .rating-icon span {
    color: #ffffff;
}
/* post slider 3*/
.rt-post-slider-style3 .rt-item .entry-title a {
    color: var(--fix-light-color);
}
.rt-post-slider-style3 .rt-item .entry-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    transition: all 0.5s ease-in-out;
    padding: 25px;
}
.rt-post-slider-style3 .rt-item .rt-image::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.rt-post-slider-style3 .rt-swiper-nav-1 .swiper-navigation > div {
    height: 70px;
    font-size: 20px;
}
.rt-post-slider-style3 .rt-swiper-nav-1 .swiper-navigation .swiper-button-prev {
    left: 0;
    border-radius: 0 4px 4px 0;
}
.rt-post-slider-style3 .rt-swiper-nav-1 .swiper-navigation .swiper-button-next {
    right: 0;
    border-radius: 4px 0 0 4px;
}
.rt-post-slider-style3 .rtrs-rating-item {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
}
.rt-post-slider-style3 .rtrs-rating-item .rating-percent {
    background: #fff;
    color: var(--fix-dark-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.31s;
}
.rt-post-slider-style3 .rt-item:hover .rtrs-rating-item .rating-percent {
    background: var(--fix-rating-color-1);
    color: #ffffff;
}
/* post slider 4*/
.rt-post-slider-style4 .rt-item .entry-title a {
    color: var(--fix-light-color);
}
.rt-post-slider-style4 .rt-item .entry-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    transition: all 0.5s ease-in-out;
    padding: 30px 25px;
}
.rt-post-slider-style4 .rt-item .rt-image::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.rt-post-slider-style4 .rt-swiper-nav-1 .swiper-navigation > div {
    height: 70px;
    font-size: 20px;
}
.rt-post-slider-style4 .rt-swiper-nav-1 .swiper-navigation .swiper-button-prev {
    left: 0;
    border-radius: 0 4px 4px 0;
}
.rt-post-slider-style4 .rt-swiper-nav-1 .swiper-navigation .swiper-button-next {
    right: 0;
    border-radius: 4px 0 0 4px;
}
.rt-post-slider-style4 .rtrs-rating-item .rating-icon {
    padding-top: 8px;
}
/*-------------------------------------
#. EL: Thumbnail Slider
---------------------------------------*/
.rt-thumb-slider-default .rt-item .entry-title {
    line-height: 1.4;
    margin-bottom: 5px;
}
.rt-thumb-slider-default .rt-item .big-title {
    font-size: 36px;
}
.rt-thumb-slider-default .rt-item .big-title a {
    color: var(--fix-light-color);
}
.rt-thumb-slider-default .rt-item .small-title {
    font-size: 18px;
}
.rt-thumb-slider-default .rt-item .small-title a {
    color: var(--heading-dark-color);
}
.rt-thumb-slider-default ul.entry-meta {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 5px;
    padding-left: 0;
}
.rt-thumb-slider-default ul.entry-meta li {
    display: inline-block;
    color: #c5c5c5;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.2;
    margin-right: 10px;
    text-transform: capitalize;
}
.rt-thumb-slider-default ul.entry-meta li:last-child {
    margin-right: 0;
}
.rt-thumb-slider-default ul.entry-meta li i {
    margin-right: 6px;
}
.rt-thumb-slider-default ul.entry-meta li a {
    color: #f3f2f2;
}
.rt-thumb-slider-default ul.entry-meta li a:hover {
    color: var(--revie-primary-color);
}
.rt-thumb-slider-default .rt-item .post-terms {
    margin-bottom: 10px;
    line-height: 1.2;
}
.rt-thumb-slider-default .rt-item .post-terms a:hover {
    color: var(--revie-primary-color);
}
.rt-thumb-slider-default .rt-item .post-author a {
    color: #ffffff;
    font-weight: 600;
}
.rt-thumb-slider-default .rt-item .post_excerpt {
    margin-top: 10px;
}
.rt-thumb-slider-default .rt-item .post_excerpt p {
    color: #ffffff;
    margin-bottom: 10px;
}
.rt-thumb-slider-default .rt-item .rt-image .rt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.rt-thumb-slider-default .rt-item .cat-rating {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 13px;
}
.rt-thumb-slider-default .rt-item .cat-rating .rtrs-rating-item .rating-icon span,
.rt-thumb-slider-default .rt-item .icon-line-bg .rtrs-rating-item .rating-percent {
    color: var(--fix-light-color);
}
.rt-thumb-slider-style1 .rt-item.rt-slide-thumb .icon-line-bg .rtrs-rating-item .rating-percent {
    color: var(--meta-dark-color);
}
.rt-thumb-slider-default .rt-item .post-terms .category-style {
    background-color: var(--revie-primary-color);
    display: inline-flex;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    padding: 8px 15px 8px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}  
.rt-thumb-slider-default .post-read-more {
    margin-top: 30px;
}
.rt-thumb-slider-default .rt-slide-thumb .entry-title a,
.rt-thumb-slider-default .rt-slide-thumb .post-terms a,
.rt-thumb-slider-default .rt-thumnail-area ul.entry-meta li a {
    pointer-events: none;
}
.rt-thumb-slider-default .rt-item .animation-effect {
    overflow: hidden;
}
.rt-thumb-slider-default .animation-effect .cat-rating,
.rt-thumb-slider-default .animation-effect .big-title,
.rt-thumb-slider-default .animation-effect ul.entry-meta {
    transform: translateY(110px);
    transition: ease-in-out .5s;
}
.rt-thumb-slider-default .swiper-slide-active .animation-effect .cat-rating,
.rt-thumb-slider-default .swiper-slide-active .animation-effect .big-title,
.rt-thumb-slider-default .swiper-slide-active .animation-effect ul.entry-meta {
    transform: translateY(0px);
}
/*Thumb slider style 1*/
.rt-thumb-slider-style1 .rt-slide-thumb .rt-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.rt-thumb-slider-style1 .rt-item .rt-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.rt-thumb-slider-style1 .rt-item:hover .rt-image img {
    transform: scale(1.22);
}
.rt-thumb-slider-style1 .swiper-slide-thumb-active .rt-image img {
    filter: grayscale(1);
}
.rt-thumb-slider-style1 .rt-item .entry-content {
    position: relative;
    padding-top: 32px;
    text-align: center;
}
.rt-thumb-slider-style1 .rt-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin: 0 70px;
    border-radius: 10px;
    overflow: hidden;
}
.rt-thumb-slider-style1 .slide-animation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.rt-thumb-slider-style1 .rt-item:hover .slide-animation {
    transform: scale(1.1);
}
.rt-thumb-slider-style1 .rt-slide::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: -1;
}
.rt-thumb-slider-style1 .post-content {
    position: relative;
    min-height: 600px;
    max-width: 70%;
}
.rt-thumb-slider-style1 .rt-item .animation-effect {
    position: absolute;
    bottom: 40px;
    left: 30px;
}
.rt-thumb-slider-style1 .swiper-slide .animation-effect {
    transform: translateY(100px) translateX(0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.31s ease;
}
.rt-thumb-slider-style1 .swiper-slide-active .rt-item .animation-effect {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}
.rt-thumb-slider-style1 .rt-slide .rt-video {
    position: absolute;
    top: 50%;
    left: 65%;
}
.rt-thumb-slider-style1 .rt-thumnail-area {
    position: relative;
    padding-top: 24px;
}
.rt-thumb-slider-style1 .rt-thumnail-area .swiper-item-wrap {
    position: static;
}
.rt-thumb-slider-style1 .swiper-navigation > div {
    position: absolute;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(20px);
    color: #fff;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
.rt-thumb-slider-style1 .rt-slide-thumb .post-terms {
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    margin: 0 auto;
    text-align: center;
} 
.rt-thumb-slider-style1 .rt-slide-thumb .rtrs-rating-item {
    margin-bottom: 10px;
}
.rt-thumb-slider-style1 .rt-thumnail-area ul.entry-meta li,
.rt-thumb-slider-style1 .rt-thumnail-area ul.entry-meta li a {
    color: var(--meta-dark-color);
}
@media (max-width: 991px) {
    .rt-thumb-slider-style1 .rt-slide {
        margin: 0;     
    }
    .rt-thumb-slider-style1 .post-content {
        min-height: 400px;
        max-width: 100%;
    }
    .rt-thumb-slider-style1 .rt-slide .rt-video {
        top: 30px;
        left: 30px;
    }
}
/*Thumb slider style 2*/
.rt-thumb-slider-style2 .rt-item .small-title a {
    color: #fff;
}
.rt-thumb-slider-style2 .rt-slide-thumb {
    display: flex;
}
.rt-thumb-slider-style2 .rt-slide-thumb .rt-image {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.rt-thumb-slider-style2 .rt-item .rt-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}
.rt-thumb-slider-style2 .swiper-slide-thumb-active .rt-image img {
    filter: grayscale(0);
}
.rt-thumb-slider-style2 .rt-item .entry-content {
    position: relative;
    padding-left: 16px;
    flex: 1;
}
.rt-thumb-slider-style2 .rt-thumnail-area {
    counter-reset: post-counter;
    position: absolute;
    right: 0;
    bottom: 1px;
    max-width: 1176px;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    z-index: 44;
    padding: 40px;
}
.rt-thumb-slider-style2 .rt-thumnail-area .swiper-item-wrap {
    position: static;
}
.rt-thumb-slider-style2 .rt-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    min-height: 850px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.rt-thumb-slider-style2 .slide-animation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.rt-thumb-slider-style2 .rt-item:hover .slide-animation {
    transform: scale(1.1);
}
.rt-thumb-slider-style2 .rt-slide::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: -1;
}
.rt-thumb-slider-style2 .post-content {
    position: relative;
    z-index: 2;
    padding: 120px 40px;
}
.rt-thumb-slider-style2 .swiper-slide .animation-effect {
    transform: translateY(100px) translateX(0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.31s ease;
}
.rt-thumb-slider-style2 .swiper-slide-active .rt-item .animation-effect {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}
.rt-thumb-slider-style2 .rt-video {
    margin-bottom: 50px;
}
.rt-thumb-slider-style2 .swiper-navigation {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.rt-thumb-slider-style2 .swiper-navigation > div {
    position: relative;
    inset: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    flex: 0 0 50%;
    width: 55px;
    height: auto;
    border-radius: 0;
    border: none;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(20px);
    border-radius: 0px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}
@media (max-width: 1199px) {
    .rt-thumb-slider-style2 .rt-thumnail-area {
        max-width: 710px;
    }
}
@media (max-width: 991px) {
    .rt-thumb-slider-style2 .rt-thumnail-area {
        max-width: calc(100% - 55px);
    }
    .rt-thumb-slider-style2 .rt-slide {
        min-height: 640px;
        
    }
    .rt-thumb-slider-style2 .post-content {
        padding: 120px 20px 280px;
    }
}
@media (max-width: 575px) {
    .rt-thumb-slider-style2 .rt-thumnail-area {
        max-width: 100%;
        padding: 40px 20px;
    }
}

/*Thumb vertical slider*/
.rt-thumb-slider-style3 .rt-thumnail-area .swiper-slide {
    border: 1px solid #919191;
    border-radius: 3px;
}
.rt-thumb-slider-style3 .rt-thumnail-area .rt-slide-thumb {
    display: flex;
    padding: 15px;
}
.rt-thumb-slider-style3 .rt-item .content-between {
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.rt-thumb-slider-style3 .rt-item .small-title a {
    color: #fff;
}
.rt-thumb-slider-style3 .rt-slide-thumb .rt-image {
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100%;
}
.rt-thumb-slider-style3 .rt-item .rt-image {
    position: relative;
}
.rt-thumb-slider-style3 .rt-item .entry-content {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    flex: 1;
}
.rt-thumb-slider-style3 .rt-thumnail-area {
    position: absolute;
    top: 0;
    right: 24px;
    width: 25%;
    height: 100%;
    z-index: 2;
}
.rt-thumb-slider-style3 .rt-thumnail-area .swiper-item-wrap {
    height: 450px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
}
.rt-thumb-slider-style3 .rt-thumnail-area .swiper-pagination {
    left: auto;
    right: 0;
    background: rgba(255,255,255,.25);
    width: 3px;
    transform: initial;
}
.rt-thumb-slider-style3 .rt-thumnail-area .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #2962ff;
}
.rt-thumb-slider-style3 .rt-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.rt-thumb-slider-style3 .rt-slide::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 59%, rgba(0, 0, 0, 0.9) 100%);
    z-index: -1;
}
.rt-thumb-slider-style3 .post-content {
    padding-bottom: 230px;
    padding-top: 230px;
}
.rt-thumb-slider-style3 .rt-video {
    margin-bottom: 30px;
}
@media (min-width: 1200px) and ( max-width: 1440px) {
    .rt-thumb-slider-style3 .rt-thumnail-area {
        width: 33%;
    }
}
@media (max-width: 1199px) {
    .rt-thumb-slider-style3 .rt-thumnail-area {
        left: 15px;
        right: unset;
        top: unset;
        bottom: 15px;
        width: 96%;
        height: 133px;
        padding-right: 0;
    }
    .rt-thumb-slider-style3 .rt-thumnail-area .swiper-item-wrap {
        height: auto !important;
        max-width: 100%;
    }
    .rt-thumb-slider-style3 .rt-thumnail-area::before {
        padding-right: 0;
    }
    .rt-thumb-slider-style3 .rt-thumnail-area .swiper-pagination {
        width: 100%;
        height:  3px;
    }
}
@media (max-width: 767px) {
    .rt-thumb-slider-style3 .post-content {
        padding-top: 100px;
    }
}
@media (max-width: 425px) {
    .rt-thumb-slider-style3 .rt-thumnail-area .swiper-item-wrap {
        padding-right: 12px;
    }
    .rt-thumb-slider-style3 .rt-slide-thumb .rt-image {
        width: 80px;
    }
}
/*-------------------------------------
#. EL: Post Tab
---------------------------------------*/
.section-title .entry-title {
    margin-bottom: 0;
}
.section-title .entry-title .line {
    position: relative;
    width: 4px;
    background: var(--revie-primary-color);
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
}
.section-title .entry-title.has-animation .line {
    height: 0;
    transition: all ease 1s;
}
.section-title .entry-title.active-animation .line {
    height: 27px;
}
.rt-ajax-tab-content {
    position: relative;
}
.rt-ajax-tab-content .preloader {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 100%;
    height:  100%;
    text-align: center;
    color: var(--revie-primary-color);
    background: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
/*tab start*/
.rt-post-tab .post-cat-tab {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 10px;
}
.rt-post-tab .post-cat-tab a {
    background-color: transparent;
    color: var(--meta-dark-color);
    line-height: 20px;
    letter-spacing: 0.2px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    transition: all ease 0.31s;
}
.rt-post-tab .post-cat-tab a.current, 
.rt-post-tab .post-cat-tab a:hover {
    color: var(--revie-primary-color);
}
@media(max-width: 767px) {
    .rt-post-tab {
        width: 100%;
    }
    .rt-post-tab-default .section-title .entry-title {
        margin-bottom: 15px;
    }
    .rt-post-tab-default .section-title,
    .rt-post-tab .post-cat-tab {
        justify-content: center;
    }
}
/*tab end*/
.rt-post-tab-default .rt-item {
    position: relative;
}
.rt-post-tab-default .rt-item-large .entry-title {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.rt-post-tab-default .rt-item-large .entry-title a {
    color: var(--fix-light-color);
}
.rt-post-tab-default .rt-item-list .entry-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.rt-post-tab-default .rt-item-list .entry-title a {
    color: var(--heading-dark-color);
}
.rt-post-tab-default ul.entry-meta {
    list-style: none;
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0;
}
.rt-post-tab-default ul.entry-meta li {
    display: inline-block;
    color: var(--meta-dark-color);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.2;
    margin-right: 10px;
    text-transform: capitalize;
}
.rt-post-tab-default ul.entry-meta li a {
    color: var(--meta-dark-color);
}
.rt-post-tab-default .rt-item-large ul.entry-meta .post-author a {
    color: var(--fix-light-color);
    font-weight: 600;
}
.rt-post-tab-default .rt-item-large ul.entry-meta .post-author a {
    color: var(--fix-light-color);
}
.rt-post-tab-default .rt-item-large ul.entry-meta li,
.rt-post-tab-default .rt-item-large ul.entry-meta li a {
    color: #f3f2f2;
}
.rt-post-tab-default .rt-item-large ul.entry-meta li a:hover,
.rt-post-tab-default .rt-item-list ul.entry-meta li a:hover {
    color: var(--revie-primary-color);
}
.rt-post-tab-default .rt-item-list ul.entry-meta .post-author a {
    color: var(--heading-dark-color);
    font-weight: 600;
}
.rt-post-tab-default .rt-item .rt-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.rt-post-tab-default .rt-item .rt-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.rt-post-tab-default .rt-item:hover .rt-image img {
    transform: scale(1.22);
}
.rt-post-tab-default .post-terms {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 13px;
}
.rt-post-tab-default .post-terms .category-style {
    background-color: var(--revie-primary-color);
    display: inline-flex;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    padding: 8px 15px 8px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}
.rt-post-tab-default .rtrs-rating-item .rating-icon span,
.rt-post-tab-default .rt-item-large .bar-rating .rating-percent {
    color: var(--fix-meta-light-color);
}
.rt-post-tab-default .rt-item-list .rt-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.rt-post-tab-default .rt-item-large .rt-video {
    margin-bottom: 24px;
}
.rt-post-tab-default .rt-item-large .entry-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    transition: all 0.5s ease;
    padding: 0 70px 40px;
}
.rt-post-tab-default .rt-item-large .rt-image > a:first-of-type::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
/* Post tab layout 1*/
.rt-post-tab-style1 .rt-item-list {
    display: flex;
}
.rt-post-tab-style1 .rt-item-list .entry-content {
    flex: 1;
    padding-left: 24px;
}
.rt-post-tab-style1 .rt-item-list .rt-image {
    width: 144px;
}
/* Post tab layout 2*/
.rt-post-tab-style2 .rt-item-list .entry-content {
    position: relative;
    padding-top: 32px;
}
.rt-post-tab-style2 .rt-item-list .post-terms {
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}
.rt-post-tab-style2 .rt-item-large,
.rt-post-tab-style2 .rt-item-large .rt-image {
    height: 100%;
}
.rt-post-tab-style2 .rt-item-list .rtrs-rating-item {
    margin-bottom: 10px;
}
/* Post tab layout 3*/
.rt-post-tab-style3 .rt-item-large,
.rt-post-tab-style3 .rt-item-large .rt-image {
    height: 100%;
}
.rt-post-tab-style3 .rt-item-list {
    display: flex;
}
.rt-post-tab-style3 .rt-item-list .entry-content {
    flex: 1;
    padding-right: 24px;
}
.rt-post-tab-style3 .rt-item-list .rt-image {
    width: 144px;
}
.rt-post-tab-style3 .rt-item-list .rt-image::after {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: 0;
    width: 27px;
    height: 27px;
    border-top-right-radius: 3px;
    background-color: #fff;
    font-size: 1rem;
    color: var(--revie-primary-color);
    counter-increment: post-counter;
    content: counter(post-counter);
    font-weight: 500;
}
/* Post tab layout 4*/
.rt-post-tab-style4 .rt-item-large,
.rt-post-tab-style4 .rt-item-large .rt-image {
    height: 100%;
}
.rt-post-tab-style4 .rt-item-list {
    display: flex;
    align-items: center;
}
.rt-post-tab-style4 .rt-item-list .entry-content {
    flex: 1;
}
.rt-post-tab-style4 .rt-item-list .rt-image {
    width: 180px;
    margin-right: 24px;
}
@media(max-width: 767px) {
    .rt-post-tab-style2 .rt-item-large .rt-image img,
    .rt-post-tab-style3 .rt-item-large .rt-image img,
    .rt-post-tab-style4 .rt-item-large .rt-image img {
        height: 350px;
    }
    .rt-post-tab-default .rt-item-large .entry-content {
        padding: 0 40px 40px;
    }
}
@media(max-width: 480px) {
    .rt-post-tab-style4 .rt-item-list .rt-image {
        width: 120px;
    }
}
@media(max-width: 375px) {
    .rt-post-tab-style2 .rt-item-list {
        display: block;
    }
    .rt-post-tab-style2 .rt-item-list .rt-image {
        width: auto;
        margin-right: 0;
        margin-bottom: 24px;
    }
}
.rt-post-tab-default .post-terms .category-style:hover,
.rt-post-box-default .rt-item .post-terms .category-style:hover,
.rt-post-list-default .rt-item .post-terms .category-style:hover,
.rt-post-grid-default .rt-item .post-terms .category-style:hover,
.rt-post-slider-default .rt-item .post-terms .category-style:hover,
.rt-thumb-slider-default .rt-item .post-terms .category-style:hover,
.rt-post-overlay-default .rt-item .post-terms .category-style:hover {
    border-radius: 0;
}
/*-------------------------------------
#. EL: Post Category
---------------------------------------*/
.rt-category .rt-item {
    position: relative;
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
}
/*category style 1*/ 
.rt-category-style1 .rt-item .rt-cat-name {
    overflow: hidden;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.7px;
    transition: all 0.3s ease;
}
.rt-category-style1 .rt-item .rt-cat-count {
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
    margin-bottom: 0;
}
.rt-category-style1 .rt-item:last-child {
    margin-bottom: 0;
}
.rt-category-style1 .rt-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 6px;
}
.rt-category-style1 .rt-item .rt-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 100%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    column-gap: 6px;
    justify-content: space-around;
    padding: 20px;
    z-index: 2;
}
.rt-category-style1 .rt-item .rt-cat-count {
    color: #6c6f72;
    background-color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.rt-category-style1 .rt-item:hover .rt-cat-count {
    color: var(--fix-light-color);
    background-color: var(--revie-primary-color);
}
.rt-category-style1 .rt-item img {
    width: 100%;
    height: 60px;
    object-fit: cover;
    transition: all 0.3s ease;
}
.rt-category-style1 .rt-item:hover img {
    opacity: 0;
}
.rt-category-style1 .rt-item.space {
    margin-bottom: 6px;
}
.rt-category-style1 .rt-item.space:last-child {
    margin-bottom: 0;
}
.rt-category-style1 .rt-item .rt-cat-name {
    margin-bottom: 0;
}
/*category style 2 */
.rt-category-style2 .rt-item {
    background-color: var(--bg-light-color-1);
    border-radius: 10px;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
}
.rt-category-style2 .rt-item .rt-image {
    overflow: hidden;
}
.rt-category-style2 .rt-item img {
    transform: scale(1.01, 1.01);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.rt-category-style2 .rt-item:hover img {
    transform: scale(1.075, 1.075);
}
.rt-category-style2 .rt-content {
    position: relative;
    margin-top: -40px;
    z-index: 1;
}
.rt-category-style2 .rt-item .rt-cat-count {
    width: 80px;
    height: 80px;
    font-size: 26px;
    color: var(--fix-light-color);
    background: var(--fix-dark-color);
    margin-bottom: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.4s ease;
}
.rt-category-style2 .rt-item .rt-cat-name {
    font-size: 18px;
    letter-spacing: 0.7px;
}
.rt-category-style2 .rt-item .rt-cat-name a {
    color: var(--heading-dark-color);
}
.rt-category-style2 .rt-item:hover .rt-cat-name a {
    color: var(--revie-primary-color);
}
/*category style 3 */
.rt-category-style3 .rt-image {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.rt-category-style3 .rt-image img {
    transform: scale(1.01, 1.01);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.rt-category-style3 .rt-item:hover img {
    transform: scale(1.075, 1.075);
}
.rt-category-style3 .rt-content .rt-cat-name {
    margin-bottom: 0;
    margin-top: 12px;
}
.rt-category-style3 .rt-content .rt-cat-name a {
    color: var(--heading-dark-color);
}
.rt-category-style3 .rt-item:hover .rt-content .rt-cat-name a {
    color: var(--revie-primary-color);
}
/*-------------------------------------
#. EL: Theia Sticky Sidebar
---------------------------------------*/
.fixed-sidebar-addon .fixed-bar-coloum {
    display: initial;
    padding-left: 12px;
    padding-right: 12px;
}
/*-------------------------------------
#. EL: Custom css
-------------------------------------*/
.elementor-category .rt-category-style2 .rt-item {
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 0;
    transition: all ease 0.31s;
}
.elementor-category .rt-category-style2 .rt-item a {
    color: var(--heading-dark-color);
}
.elementor-category .rt-category-style2 .rt-item a:hover .rt-cat-name {
    color: var(--revie-primary-color);
}
.elementor-category .rt-category-style2 .rt-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.elementor-category .rt-category-style2 .rt-item img {
    display: none;
}
.elementor-category .rt-category-style2 .rt-item .rt-content {
    position: relative;
    top: initial;
    transform: none;
    padding: 0;
}
.elementor-category .rt-category .rt-item::after {
    display: none;
}
.elementor-category .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 ease 0.31s;
}
.elementor-category .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;
}
.elementor-category .rt-category-style2 .rt-item:hover .rt-cat-count {
    background-color: transparent;
}
.elementor-invisible {
    visibility: visible;
}
.height100vh {
    height: 100vh;
}
@media(max-width: 1199px) {
    .height100vh {
        height: inherit;
    }    
}
.elementor-section.rt-parallax-bg-yes {
    transition: none !important;
}
/*elementor social*/
.elementor-widget-wp-widget-rt-about-social .footer-social {
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
.elementor-widget-wp-widget-rt-about-social .footer-social li a {
    color: #333;
    font-size: 18px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e7e0e0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.elementor-widget-wp-widget-rt-about-social .footer-social li a:hover {
    background-color: var(--revie-primary-color);
    border: 1px solid transparent;
    color: #ffffff;
}
.bouncing-bubble-animation {
    -webkit-animation: bouncebubble infinite 5s;
    animation: bouncebubble infinite 5s;
}
@-webkit-keyframes bouncebubble {
  1% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes dzMove5 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

/*-------------------------------------
#. EL: Woo Product Layout
-------------------------------------*/
.default-shop-style .rt-item {
    position: relative;
    margin-bottom: 24px;
}
.default-shop-style .rt-item .rt-thumb-wrapper img {
    transition: 1.3s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.default-shop-style .rt-item:hover .rt-thumb-wrapper img {
    transform: rotateY(180deg);
}
.default-shop-style .rt-item .rt-thumb-wrapper {
    display: grid;
    place-content: center;
    overflow: hidden;
    position: relative;
    padding: 15px;
    background-color: var(--bg-light-color-3);
    text-align: center;
    transition: all ease 0.31s;
}
.default-shop-style .rt-item .btn-quick-view {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.default-shop-style .rt-item .btn-quick-view a {
    height: 48px;
    width: 48px;
    border-radius: 6px;
    background: var(--bg-light-color-1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all ease 0.31s;
}
.default-shop-style .rt-item:hover .btn-quick-view a {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.default-shop-style .rt-item .btn-quick-view a:hover {
    background-color: var(--revie-primary-color);
    color: var(--fix-meta-light-color);
}
.default-shop-style .rt-item .item-content > p {
    margin: 15px 0 20px;
}
.default-shop-style .rt-item .rating-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
    gap: 5px;
}
.default-shop-style .rt-item .rating-custom .cat {
    color: var(--meta-dark-color);
}
.default-shop-style .rt-item .rtin-title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}
.default-shop-style .rt-item .rtin-title a {
    color: var(--heading-dark-color);
}
.default-shop-style .rt-item .rtin-price {
    color: var(--revie-primary-color);
    font-size: 18px;
    font-weight: 700;
}
.default-shop-style .rt-item .rtin-price .price-text {
    color: var(--bg-dark-color-1);
    font-size: 16px;
    font-weight: 500;
}
.default-shop-style .rt-item .product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 13px;
    color: var(--meta-dark-color);
    border-top: 1px solid;
    border-color: var(--revie-border-color);
    font-size: 14px;
    font-weight: 500;
    margin-right: 7px;
    position: relative;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    transition: all 0.3s ease;
}
.default-shop-style .rt-item .product-meta a {
    color: var(--meta-dark-color);
}
.default-shop-style .rt-item .product-meta a:hover {
    color: var(--revie-primary-color);
}
.default-shop-style .rt-item .btn-more {
    margin-top: 20px;
}
.default-shop-style .rt-item .product-meta .add_to_cart_button svg {
    transform: scale(0.8);
}
.default-shop-style .rt-item .product-meta .add_to_cart_button > span {
    display: none;
}
/*style 1*/
.rt-shop-style1 .rt-item .rt-thumb-wrapper {
    border-radius: 10px 10px 0 0;
    min-height: 295px;
    height: 100%;
}
.rt-shop-style1 .rt-item .item-content {
    background-color: var(--bg-light-color-7);
    box-shadow: 0px 0px 30px rgb(0 0 0 / 5%);
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    padding: 18px 28px 24px;
    transition: all 0.31s ease;
}
.rt-shop-style1 .rt-item:hover .item-content {
    box-shadow: 0px 0px 30px rgb(0 0 0 / 9%);
}
/*style 2*/
.rt-shop-style2 .rt-item {
    display: flex;
    border: 1px solid var(--revie-border-color);
    padding: 15px;
    border-radius: 10px;
    transition: all ease 0.31s;
}
.rt-shop-style2 .rt-item:hover {
    background-color: var(--bg-light-color-1);
    border-color: transparent;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 9%);
    transition: all ease 0.31s;
}
.rt-shop-style2 .rt-item .item-content {
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    padding: 15px 20px 15px;
}
.rt-shop-style2 .rt-item .rt-thumb-wrapper {
    min-width: 240px;
    border-radius: 10px 0 0 10px;
}
@media(min-width: 992px) and (max-width: 1199px) {
    .rt-shop-style2 .rt-item .rt-thumb-wrapper {
        min-width: 180px;
    }
}
@media(max-width: 575px) {
    .rt-shop-style2 .rt-item {
        display: block;
    }
    .rt-shop-style2 .rt-item .rt-thumb-wrapper {
        border-radius: 10px 10px 0 0;
    }
    .rt-shop-style2 .rt-item .item-content {
        padding: 15px 0 0;
    }
}
/*-------------------------------------
#. EL: Woo Category Layout
-------------------------------------*/
.default-woo-category .woo-cat-item {
    position: relative;
    padding: 45px 20px;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
}
/*style 01*/
.woo-category-style1 .woo-cat-item::before, 
.woo-category-style1 .woo-cat-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
}
.woo-category-style1 .woo-cat-item::before {
    background-color: rgba(0, 0, 0, 0.5);
    transform: scale(1);
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
    z-index: 2;
}
.woo-category-style1 .woo-cat-item::after {
    background-color: #f5f0ff;
    transform: scale(1);
    transition: all 1.5s ease;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.woo-category-style1 .woo-cat-item .cat-img-link {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    height: 100%;
    transition: all 0.4s ease;
}
.woo-category-style1 .woo-cat-item .cat-img-link img {
    border-radius: 18px;
    transform: scale(1);
    opacity: 0;
    visibility: hidden;
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: all 0.7s ease;
}
.woo-category-style1 .woo-cat-item:hover .cat-img-link img {
    transform: scale(1.2);
    opacity: 1;
    visibility: visible;
}
.woo-category-style1 .woo-cat-item:hover::before {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: all 1s ease;
}
.woo-category-style1 .woo-cat-item:hover::after {
    transform: scale(1);
    visibility: hidden;
    opacity: 0;
    transition: all 1.5s ease;
}
.woo-category-style1 .woo-cat-item .rt-cat-content {
    position: relative;
    z-index: 3;
}
.cat-item-icon .rt-cat-icon {
    min-height: 53px;
}
.woo-category-style1 .woo-cat-item .rt-cat-icon {
    margin-bottom: 10px;
}
.woo-category-style1 .woo-cat-item .rt-cat-icon .rt-icon {
    color: var(--revie-primary-color);
    font-size: 45px;
    line-height: 1;
    transition: all 0.4s ease;
}
.woo-category-style1 .woo-cat-item:hover .rt-cat-icon .rt-icon {
    color: var(--fix-light-color);
}
.woo-category-style1 .woo-cat-item .rt-cat-icon .rt-img img {
    width: 50px;
}
.woo-category-style1 .woo-cat-item .rt-cat-title {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.4;
}
.woo-category-style1 .woo-cat-item .rt-cat-title a {
    color: var(--fix-dark-color);
    transition: all 0.4s ease;
}
.woo-category-style1 .woo-cat-item:hover .rt-cat-title a {
    color: var(--fix-light-color);
}
.woo-category-style1 .woo-cat-item .rt-sub-title {
    color: var(--fix-dark-color);
    transition: all 0.4s ease;
}
.woo-category-style1 .woo-cat-item:hover .rt-sub-title {
    color: var(--fix-light-color);
}

/*style 02*/
.woo-category-style2 .woo-cat-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
    background-color: rgba(14, 63, 237,0.65);
    transform: scale(1);
    transition: all 1s ease;
    z-index: 2;
}
.woo-category-style2 .woo-cat-item .cat-img-link {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    height: 100%;
    transition: all 0.4s ease;
}
.woo-category-style2 .woo-cat-item .cat-img-link img {
    border-radius: 18px;
    transition: all 0.4s ease;
    transform: scale(1);
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.woo-category-style2 .woo-cat-item:hover .cat-img-link img {
    transform: scale(1.1);
}
.woo-category-style2 .woo-cat-item .rt-cat-content {
    position: relative;
    z-index: 3;
}
.cat-item-icon .rt-cat-icon {
    min-height: 53px;
}
.woo-category-style2 .woo-cat-item .rt-cat-icon {
    margin-bottom: 10px;
}
.woo-category-style2 .woo-cat-item .rt-cat-icon .rt-icon {
    color: var(--revie-primary-color);
    font-size: 45px;
    line-height: 1;
    transition: all 0.4s ease;
}
.woo-category-style2 .woo-cat-item:hover .rt-cat-icon .rt-icon {
    color: var(--fix-light-color);
}
.woo-category-style2 .woo-cat-item .rt-cat-icon .rt-img img {
    width: 50px;
}
.woo-category-style2 .woo-cat-item .rt-cat-title {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.4;
}
.woo-category-style2 .woo-cat-item .rt-cat-title a {
    color: var(--fix-light-color);
    transition: all 0.4s ease;
}
.woo-category-style2 .woo-cat-item:hover .rt-cat-title a {
    color: var(--fix-light-color);
}
.woo-category-style2 .woo-cat-item .rt-sub-title {
    color: var(--fix-dark-color);
    transition: all 0.4s ease;
}
.woo-category-style2 .woo-cat-item:hover .rt-sub-title {
    color: var(--fix-light-color);
}

/*-------------------------------------
#. EL: Listing Category Layout
-------------------------------------*/
.rtcl-listing-category .item-title {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.4;
}
.rtcl-listing-category .item-title a {
    color: var(--heading-dark-color);
}
.rtcl-listing-category:hover .item-title a {
    color: var(--revie-primary-color);
}
.rtcl-listing-category .listing-number {
    color: var(--body-dark-color);
    font-weight: 500;
    margin-top: 6px;
    transition: all ease 0.31s;
}
.rtcl-listing-category .item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-light-color-2);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-size: 32px;
    transition: all ease 0.31s;
}
.rtcl-listing-category .item-icon .rtcl-icon {
    color: var(--body-dark-color);
    transition: all ease 0.7s;
}
.rtcl-listing-category .item-icon img {
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
/*cat style 1*/
.rtcl-listing-category-1 {
    border-radius: 10px;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    background-color: var(--bg-light-color-7);
    padding: 30px;
    text-align: center;
    transition: all ease 0.31s;
}
.rtcl-listing-category-1 .item-icon {
    margin-bottom: 15px;
}
/*cat style 2*/
.rtcl-listing-category-2 {
    border-radius: 10px;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    background-color: var(--bg-light-color-7);
    text-align: center;
    overflow: hidden;
    transition: all ease 0.31s;
}
.rtcl-listing-category-2 .item-title {
    margin-top: 15px;
    letter-spacing: 1.5px;
}
.rtcl-listing-category-2 .item-content {
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}
.rtcl-listing-category-2 .item-icon {
    margin-top: -30px;
}
.rtcl-listing-category-2 .bg-overlay {
    position: relative;
    overflow: hidden;
}
.rtcl-listing-category-2 .bg-overlay:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image:linear-gradient(transparent,#111),linear-gradient(transparent,#000)
}
.rtcl-listing-category-2 .item-thumb img {
    width: 100%;
    transform: scale(1.02);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.rtcl-listing-category-2:hover .item-thumb img {
    transform: scale(1.22);
}
/*-------------------------------------
#. EL: RT Listing product layout
-------------------------------------*/
.rt-el-listing-product .rtcl-listing-item {
    border: none;
    border-radius: 15px;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 5%);
    background-color: var(--bg-light-color-7);
    overflow: hidden;
    margin-bottom: 0;
    padding: 0;
    transition: all ease 0.31s;
}
.rt-el-listing-product .rtcl-listing-item .product-thumb {
    position: relative;
    overflow: hidden;
}
.rt-el-listing-product .rtcl-listing-item .product-thumb > a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 0;
}
.rt-el-listing-product .rtcl-listing-item .product-thumb img {
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.rt-el-listing-product .rtcl-listing-item:hover .product-thumb img {
    transform: scale(1.22) rotateY(0deg);
}
.rt-el-listing-product .rtcl-listing-item .listing-action {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}
.rt-el-listing-product .rtcl-listing-item .listing-action > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 40px;
    height: 40px;
    font-size: 15px;
    color: var(--fix-dark-color);
    background: var(--fix-light-color);
    border-radius: 50%;
}
.rt-el-listing-product .rtcl-listing-item .listing-action > a:hover {
    background-color: var(--fix-dark-color);
    color: var(--fix-light-color);
}
.rt-el-listing-product .rtcl-listing-item:hover .listing-action .rtcl-icon-heart,
.rt-el-listing-product .rtcl-listing-item:hover .listing-action .rtcl-icon-heart-empty {
    animation: toBottomFromTop 0.4s forwards;
}
.rt-el-listing-product .rtcl-listing-item:hover .listing-action .rtcl-icon-exchange {
    animation: toBottomFromTop 0.8s forwards;
}
.rt-el-listing-product .rtcl-listing-item .product-type {
    position: absolute;
    right: 20px;
    top: 20px;
}
.rt-el-listing-product .rtcl-listing-item .product-type .listing-type-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 14px;
    background: var(--fix-rating-color-3);
    color: var(--fix-meta-light-color);
    border-radius: 6px;
    padding: 8px 14px;
}
.rt-el-listing-product .rtcl-listing-item .product-content {
    position: relative;
    padding: 20px 25px 20px;
}
.rt-el-listing-product .rtcl-listing-item .rtrs-rating-item .rating-icon {
    margin-bottom: 5px;
}
.rt-el-listing-product .rtcl-listing-item h3.rt-main-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.rt-el-listing-product .rtcl-listing-item h3.rt-main-title a {
    color: var(--heading-dark-color);
}
.rt-el-listing-product .rtcl-listing-item .rtcl-listing-badge-wrap {
    margin-bottom: 10px;
}
.rt-el-listing-product .rtcl-listing-item .rtcl-badge-featured {
    background-color: var(--fix-rating-color-3);
}
.rt-el-listing-product .rtcl-listing-item .entry-meta {
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    grid-column-gap: 18px;
}
.rt-el-listing-product .rtcl-listing-item .entry-meta li {
    display: inline-block;
    color: var(--meta-dark-color);
    font-size: 14px;
    font-weight: 500;
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
    line-height: 1.8;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    transition: all ease 0.31s;
}
.rt-el-listing-product .rtcl-listing-item .entry-meta li a {
    color: var(--meta-dark-color);
}
.rt-el-listing-product .rtcl-listing-item .entry-meta li.author a {
    color: var(--heading-dark-color);
    font-weight: 600;
    transition: all ease 0.31s;
}
.rt-el-listing-product .rtcl-listing-item .entry-meta li a:hover {
    color: var(--revie-primary-color);
}
.rt-el-listing-product .rtcl-listing-item .entry-meta li svg {
    transform: scale(0.9);
    color: var(--revie-primary-color);
}
.rt-el-listing-product .rtcl-listing-item .listing-content {
    margin-bottom: 10px;
    color: var(--body-dark-color);
    transition: all ease 0.31s;
}
.rt-el-listing-product .rtcl-listing-item .product-price {
    margin-bottom: 10px;
}
.rtcl-listing-item .product-content .product-features {
    border-top: 1px solid var(--revie-border-color);
    margin-top: 14px;
    padding-top: 10px;
    transition: all ease 0.31s;
}
.rt-el-listing-product .rtcl-listing-item.is-featured {
    background-color: var(--bg-light-color-5);
}
.rt-el-listing-product .rtcl-listing-item.is-top {
    background-color: var(--bg-light-color-6);
}
/*list layout*/
.rt-el-product-list .rt-product-list {
    display: flex;
}
.rt-el-product-list .rt-product-list .product-thumb {
    flex: 0 0 42%;
    max-width: 42%;
    overflow: hidden;
}
@media (min-width: 768px) {
    .rt-el-product-list .rt-product-list .product-content {
        flex: 1;
    }
}
@media (max-width: 991px) {
    .rt-el-product-list .rt-product-list .product-thumb {
        flex: 1;
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .rt-el-product-list .rt-product-list {
        flex-direction: column;
    }
}
/*tab layout*/
.rt-el-product-tab .rt-listing-tab {
    margin-bottom: 50px;
}
.rt-el-product-tab .rt-listing-tab .rt-cat-tab {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.rt-el-product-tab .rt-listing-tab .rt-cat-tab a {
    position: relative;
    color: var(--heading-dark-color);
    letter-spacing: 0.2px;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--bg-light-color-2);
    border-radius: 6px 6px 0 0;
    padding: 6px 18px;
    text-align: center;
    transition: all ease 0.31s;
    z-index: 0;
}
.rt-el-product-tab .rt-listing-tab .rt-cat-tab a.current {
    color: var(--fix-light-color);
}
.rt-el-product-tab .rt-listing-tab .rt-cat-tab a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f9250f;
    bottom: 1px;
    left: 0;
    right: 0;
    transition: all ease 0.31s;
    z-index: -1;
}
.rt-el-product-tab .rt-listing-tab .rt-cat-tab a.current::before {
    height: 100%;
    border-radius: 6px 6px 0 0;
}
.rt-el-product-tab .rtcl-listing-item .product-content.show-cat {
    padding-top: 30px;
}
.rt-el-product-tab .product-category {
    position: absolute;
    top: -15px;
}
.rt-el-product-tab .product-category a {
    background-color: var(--revie-primary-color);
    display: inline-flex;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    padding: 8px 15px 8px;
    font-weight: 500;
    letter-spacing: 0.7px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}
.rt-el-product-tab .product-category a:hover {
    border-radius: 0;
}
/*-------------------------------------
#. EL: RT Advance Search
-------------------------------------*/
.advance-search-form .search-radio ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 0;
    margin-top: 40px;
}
.advance-search-form .search-radio li {
    display: inline-block;
    color: var(--body-dark-color);
}
.advance-search-form .search-radio label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.advance-search-form .search-radio li .category-image, 
.advance-search-form .search-radio li i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    display: flex;
    background-color: rgba(255, 255, 255, .2);
    color: var(--fix-light-color);
    font-size: 14px;
    transition: 0.4s;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    overflow: hidden;
}
.advance-search-form .search-radio label.active, 
.advance-search-form .search-radio label.active i {
    color: var(--revie-primary-color);
}
.advance-search-form .search-radio label.active i {
    background-color: rgba(255, 255, 255, 1);
}
.advance-search-form .search-radio li i.rtcl-icon-bank {
    font-size: 12px;
}
.advance-search-form .search-radio input[type="radio"] {
    display: none;
}
.advance-search-form .search-btn .advanced-btn {
    flex: 1;
    background-color: var(--bg-light-color-1);
    border: 1px solid var(--revie-border-color);
    color: var(--body-dark-color);
    padding: 17px 26px 18px;
    border-radius: 0;
    font-size: 20px;
    font-size: 16px;
    padding: 0;
    height: 55px;
    min-width: 45px;
    transition: all 0.3s ease-in-out;
}
.advance-search-layout .advance-search-form {
    position: relative;
}
.advance-search-layout .advance-search-form .banner-search-box {
    gap: 0;
    border-radius: 6px;
    overflow: hidden;
}
.advance-search-layout .advance-search-form .banner-search-box .search-item input, 
.advance-search-layout .advance-search-form .banner-search-box .search-item select,
.advance-search-layout .advance-search-form .banner-search-box .search-item .submit-btn {
    border-radius: 0;
}
.advance-search-layout .advance-search-form .banner-search-box .search-item .rtcl-icon-spinner {
    position: absolute;
    top: 12px;
    right: 0;
}
/*advanced-custom-box*/
.advance-search-form .advanced-search-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
    transition: all 0.3s ease-in-out;
}
.advance-search-form .advanced-search-box.show {
    visibility: visible;
    opacity: 1;
    top: 55px;
}
.advance-search-form .advanced-search-box .advanced-box {
    background-color: var(--bg-light-color-7);
    color: var(--body-dark-color);
    border-radius: 4px;
    padding: 36px 25px 25px;
    transition: all ease 0.31s;
}
.advance-search-form .advanced-search-box .advanced-box.advanced-banner-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.advance-search-form .advanced-search-box .advanced-box .search-item.checkbox-wrapper {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    position: relative;
}
.advance-search-form .advanced-search-box .advanced-box.advanced-banner-box .search-item.checkbox-wrapper {
    grid-column: 1 / -1;
}
.advance-search-form .advanced-search-box .advanced-box .search-item.checkbox-wrapper .form-check {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
}