:root {
	--docfi-body-color: #6B707F;
	--docfi-body-bg-color: #ffffff;
	--docfi-primary-color: #1489f6;
    --docfi-secondary-color: #7A35FE;
    --docfi-third-color: #1489f6;
    --docfi-light-color: #fef4f0;
    --docfi-border-color: #e7e7e7;
    --docfi-meta-color: #6B707F;
	--docfi-rating-color: #ffb443;
    --docfi-heading-color: #1D2746;
    --docfi-footer-color: #a7a7a7;
	--docfi-white-color: #ffffff;
	--docfi-pink-color: #fe3387;
	--docfi-black-color: #000000;
	--docfi-grey-color-1: #fbfbfb;  
	--docfi-grey-color-2: #EBEDFF;
	--docfi-grey-color-3: #272727;
	--docfi-grey-color-4: #fafbff;
	--docfi-primary-color-rgb: 254, 103, 45;
	--docfi-secondary-color-rgb: 227, 85, 14;
	--docfi-light-color-rgb: 254, 244, 240;
	--docfi-heading-color-rgb: 16, 16, 16;
}
/*-------------------------------------    
CSS INDEX
===================================
#. Defaults
#. Buttons
#. Header Logo
#. Main Navigation
#. Submenu
#. Mega Menu
#. Header Icons
#. Header Search
#. Header Sticky
#. Header Layout 1
#. Transparent Header
#. Header Right Menu
#. Header Layout 2
#. Preloader css
#. Footer - Scroll to top
#. Footer - Newsletter
#. Widgets - Footer Widgets
#. Widgets - Sidebar
#. Banner
#. Contents
#. Single Content
#. Comments
#. Admin Author
#. Default Blog layout
#. Swiper Slider
#. Related Post
#. Pagination
#. Error 404
#. Fluent form
#. Gutenberg Support
#. Docs Single 
#. Forum Style
---------------------------------------*/
/*-------------------------------------
#. Defaults
---------------------------------------*/
body {
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 30px;
	color: var(--docfi-body-color);
	background-color: var(--docfi-body-bg-color);
	height: 100%;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.alignleft {
	float: left;
	margin-bottom: 15px;
	margin-right: 25px;
	margin-top: 10px;
}
.alignright {
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 15px;
}
a {
	color: var(--docfi-primary-color);
	text-decoration: none;
}
a:hover {
	color: var(--docfi-secondary-color);
	text-decoration: none;
	outline: 0 none;
}
a:focus {
	outline: 0px solid;
	text-decoration: none;
	outline: 0 none;
}
a:active {
	text-decoration: none;
	outline: 0 none;
}
img {
	max-width: 100%;
	height: auto;
}
.fix {
	overflow: hidden;
}
p,
.wp-block-image {
	margin: 0 0 20px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Barlow', sans-serif;
	margin: 0 0 20px 0;
	color: var(--docfi-heading-color);
}

h1 {
	font-size: 44px;
	font-weight: 700;
	line-height: 54px;
}

h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 42px;
}

h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
}

h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
}

h5 {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

h6 {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
}


.clear {
	clear: both;
}
.clear:after {
	clear: both;
	content: "";
	display: block;
}
ul {
	margin: 0 0 20px 0;
}
#wrapper {
	overflow: hidden;
	transition: all 0.5s ease-out;
}
hr,
.elementor hr {
	background-color: #e5e5e5;
}

* {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
button:focus,
.submit-btn:focus {
	outline: none;
}
.modal-backdrop {
	display: none;
}
.rtcl-report-modal {
	background-color: rgba(0, 0, 0, 0.5);
}
.modal-content .close {
	position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 6px;
    padding: 3px;
    height: 34px;
    width: 34px;
    line-height: 1;
    font-size: 20px;
    background: var(--docfi-primary-color);
}
.mfp-white-popup {
	position: relative;
	background: var(--docfi-white-color);
	border-radius: 10px;
	padding: 40px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	text-align: center;
	transition: 5s all;
}
.mfp-fade .mfp-content {
  	transform: translateY(-65px);
  	transition: all 1s ease-out;
}
.mfp-fade.mfp-ready .mfp-content {
 	transform: translateY(0);
}
.mfp-iframe-scaler iframe {
    box-shadow: unset;
    background: transparent;
}
.mfp-close-btn-in .mfp-close {
    background-color: transparent;
}
.mfp-close-btn-in .mfp-white-popup .mfp-close {
	color: var(--docfi-heading-color);
}
svg path{
	transition: 0.4s;
}
/*for theme only*/
.primary-color {
	color: var(--docfi-primary-color);
}
.secondary-color {
	color: var(--docfi-secondary-color);
}
#page .content-area {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all ease 0.31s;
}
.visibility-h {
	visibility: hidden;
}
.rt-grid-item {
    display: block;
    float: left;
    clear: both;
}
.container-custom {
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 0;
}
.blend img {
  filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg ) !important;
}
.docfi-sitemap li a {
	color: var(--docfi-body-color);
}
.docfi-sitemap li a:hover {
	color: var(--docfi-primary-color);
}
.number-counter {
  counter-reset: post-counter;
}
.responsive-image-fit img {
	width: 100%;
}
.rt-timeline li,
.accordion-body,
.elementor-tab-content,
.rt-docs-single-content p{
	line-height: 1.7;
}
/*-------------------------------------
#. Buttons
---------------------------------------*/
.button-style-3.btn-common{
	background-color: transparent;
}
.btn-common{
	color: var(--docfi-primary-color);
	border: 1px solid var(--docfi-primary-color);
	border-radius: 500px;
	font-weight: 500;
	font-size: 0.9375rem;
	line-height: 18px;
	color: #fff;
	padding: 11px 19px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	transition: 0.4s;
	z-index: 1;
}
.blog-box .btn-common {
	color: var(--docfi-primary-color);
}
.btn-common:before {
	content: "";
	background-color: var(--docfi-heading-color);
	height: 100%;
	left: -100%;
	top: 0;
	width: 0;
	bottom: 0;
	position: absolute;
	-webkit-transform: skew(50deg);
	transform: skew(50deg);
	-webkit-transition: width 0.6s;
	transition: width 0.6s;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: -1;
}
.blog-box .btn-common:hover {
	color: var(--docfi-white-color);
}
.btn-common:hover:before {
	height: 101%;
	width: 200%;
	background-color: var(--docfi-primary-color);
}

/*style 1*/
.coolBeans{
	position: relative;
	overflow: hidden;
	z-index: 0;
	display: inline-block;
}
.coolBeans::before {
	content: "";
	background-color: var(--docfi-primary-color);
	height: 100%;
	left: -100%;
	top: 0;
	width: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	-webkit-transform: skew(50deg);
	transform: skew(50deg);
	-webkit-transition: width 0.6s;
	transition: width 0.6s;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.coolBeans:hover::before {
	height: 100%;
	width: 200%;
}

a.button-style-1 {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid var(--docfi-primary-color);
	color: var(--docfi-primary-color);
	border-radius: 50px;
	padding: 15px 29px 13px;
	background-color: transparent;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
a.button-style-1:before{
	content: "";
	background-color: var(--docfi-heading-color);
	height: 100%;
	left: -100%;
	top: 0;
	width: 0;
	bottom: 0;
	position: absolute;
	-webkit-transform: skew(50deg);
	transform: skew(50deg);
	-webkit-transition: width 0.6s;
	transition: width 0.6s;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.button-style-1:hover {
	color: var(--docfi-white-color);
	border: 1px solid var(--docfi-primary-color);
}
a.button-style-1:hover:before{
	height: 101%;
	width: 200%;
	background-color: var(--docfi-primary-color);
}
.tr-header a.button-style-1:not(:hover){
	color: #fff;
	border-color: #fff;
}
.button-style-1 .icon svg{
	transition: 0.4s;
}
.button-style-1 .icon,
.button-style-1 .button-text{
	position: relative;
	z-index: 3;
}
.header-area .button-style-1{
	font-size: 18px;
	padding: 14px 25px;
	position: relative;
	top: 4px;
}
.header-area .button-style-1 i{
	font-size: 16px;
	position: relative;
	top: -1px;
	margin-right: 3px;
}
/*button style 2*/
a.button-style-2 {
	border: 1px solid var(--docfi-white-color);
		font-family: "Roboto";
		font-weight: 500;
		font-size: 18px;
		line-height: 20px;
		color: var(--docfi-white-color);
		border-radius: 50px;
		padding: 14px 29px;
		overflow: hidden;
}
a.button-style-2:hover {
	color: var(--docfi-primary-color);
}
a.button-style-2::before {
    display: block;
    content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	height: 0;
	border-radius: 50% 50% 0 0/75% 75% 0 0;
	transition: height .35s ease-in-out;
	background-color: var(--docfi-light-color);
}

/*button style 3*/
a.button-style-3 {
	background: #F7F7F7;
	border-radius: 500px;
	font-weight: 500;
	font-size: 0.9375rem;
	line-height: 18px;
	color: var(--docfi-white-color);
	background: var(--docfi-primary-color);
	padding: 11px 19px;
	font-size: 15px;
}
a.button-style-3:hover {
	background: var(--docfi-grey-color-1);
	color: var(--docfi-heading-color);
}
/*button style 4*/
a.button-style-4 {
	position: relative;
	background: transparent;
	border: 1px solid var(--docfi-border-color);
	color: var(--docfi-white-color);
	border-radius: 0;
	font-size: 15px;
	font-weight: 600;
	padding: 14px 22px;
	line-height: 1.4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.2px;
	overflow: hidden;
	z-index: 1;
}
a.button-style-4:hover {
	color: var(--docfi-primary-color);
}
a.button-style-4::before {
    display: block;
    content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	height: 0;
	border-radius: 50% 50% 0 0/75% 75% 0 0;
	transition: height .35s ease-in-out;
	background: var(--docfi-white-color);
}
a.button-style-4:hover::before {
    height: 400%;
}
/*style 5*/
a.button-style-5 {
	position: relative;
	background: #2a2a2c;
	color: var(--docfi-white-color);
	border-radius: 0;
	font-size: 15px;
	font-weight: 600;
	padding: 14px 22px;
	line-height: 1.4;
	transition: all 0.4s ease;
	display: inline-flex;
	align-items: center;
	letter-spacing: 0.2px;
	overflow: hidden;
	z-index: 1;
}
a.button-style-5::before {
    display: block;
    content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	height: 0;
	border-radius: 50% 50% 0 0/75% 75% 0 0;
	transition: height .35s ease-in-out;
	background-color: var(--docfi-primary-color);
}
a.button-style-5 i {
	color: var(--docfi-primary-color);
	transition: all ease 0.31s;
}
a.button-style-5:hover,
a.button-style-5:hover i {
	color: var(--docfi-white-color);
}
a.button-style-5:hover::before {
    height: 400%;
}
/*play button style*/
.play-btn-primary,
.play-btn-transparent,
.play-btn-white-lg,
.play-btn-white {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.3s ease;
}
/*primary*/
.play-btn-primary {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--docfi-primary-color);
    color: #fff;
    font-size: 20px;
}
.play-btn-primary::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid var(--docfi-primary-color);
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.play-btn-primary::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 1px solid var(--docfi-primary-color);
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.play-btn-primary:hover {
    background-color: var(--docfi-light-color);
    color: var(--docfi-primary-color);
}
/*white*/
.play-btn-white {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: var(--docfi-white-color);
	color: var(--docfi-primary-color);
	font-size: 20px;
}
.play-btn-white::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    z-index: -1;
	transition: 0.4s;
}
.play-btn-white::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    z-index: -1;
	transition: 0.4s;
}
.play-btn-white:hover::after {
	border: 1px solid var(--docfi-white-color);
	animation: pulse-border 1500ms ease-out infinite;
}
.play-btn-white:hover::before {
	border: 1px solid var(--docfi-white-color);
	animation: pulse-border 1500ms ease-out infinite;
}
.play-btn-white:hover {
	background-color: var(--docfi-primary-color);
	color: var(--docfi-white-color);
}
/*white lg*/
.play-btn-white-lg {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: var(--docfi-white-color);
	color: var(--docfi-primary-color);
	font-size: 22px;
}
.play-btn-white-lg::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid var(--docfi-white-color);
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.play-btn-white-lg::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    border: 1px solid var(--docfi-white-color);
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.play-btn-white-lg:hover {
	background-color: var(--docfi-primary-color);
	color: var(--docfi-white-color);
}
/*transparent*/
.play-btn-transparent {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(var(--docfi-heading-color-rgb), 0.7);
	color: var(--docfi-white-color);
	font-size: 20px;
}
.play-btn-transparent::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid var(--docfi-heading-color);
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.play-btn-transparent::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 1px solid var(--docfi-heading-color);
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.play-btn-transparent:hover {
	background-color: var(--docfi-primary-color);
	color: var(--docfi-white-color);
}
/*default animation*/
@keyframes toBottomFromTop {
  49% {
	-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
  }
  50% {
	opacity: 0;
	-webkit-transform: translateY(100%);
			transform: translateY(100%);
  }
  51% {
	opacity: 1;
  }
}

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

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

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

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

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

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

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

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

    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    51% {
        opacity: 1;
    }
}
/*-------------------------------------
#. Header Icons
---------------------------------------*/
.menu-full-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 991px) {
	.header-icon-area .cart-icon-area .cart-icon-num {
	  top: 21px;
	}
}
.header-icon-area {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 20px;
	height: 100%;
}
.header-icon-area .cart-icon-area {
	position: relative;
	padding: 16px 0;
}
.header-icon-area > div {
	position: relative;
}
.header-icon-area .search-icon > a, 
.header-icon-area .cart-list-trigger > a {
	font-size: 20px;
	line-height: 1;
	color: var(--docfi-body-color);
}
.header-icon-area .search-icon > a:hover, 
.header-icon-area .cart-list-trigger > a:hover {
	color: var(--docfi-primary-color) !important;
}
/*Right offcanvas menu icon*/
.offcanvas-navigation ul {
	padding: 0;
	margin: 0;
}
.offcanvas-navigation ul li {
	line-height: 1.7;
}
@media(max-width: 767px) {
	.offcanvas-navigation ul li {
		line-height: 1.2;
	}
	.offcanvas-navigation ul li a {
		font-size: 28px;
	}
}
/*Header Search*/
.header-search {
	position: fixed;
    top: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.2);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 150;
    transition: all ease 0.31s;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.header-search.open {
	top: 0;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.header-search .header-search-wrap {
	position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 345px;
    background-color: var(--docfi-white-color);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 150;
    transition-duration: 1.6s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.header-search.open .header-search-wrap {
	top: 0;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.header-search .close {
    position: absolute;
    top: 100px;
    right: 30px;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    opacity: 0;
    visibility: visible;
    padding: 0;
    font-size: 22px;
    cursor: pointer;
    color: var(--docfi-white-color);
    background: var(--docfi-primary-color);
    z-index: 1;
    transition: all ease 0.31s;
}
.header-search.open .close {
  	opacity: 1;
  	visibility: visible;
}
.header-search .close i {
	position: relative;
	z-index: -1;
}
.header-search .close:focus {
	box-shadow: none;
	border: none;
	outline: none;
}
.header-search .header-search-form {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	max-width: 1176px;
	width: 100%;
	margin: 0 auto;
	transform: translateY(-50%);
	transition: all 0s ease-in-out;
}
.header-search .header-search-form input[type=search] {
	width: 90%;
	height: 60px;
	color: var(--docfi-heading-color);
	font-size: 22px;
	text-align: left;
	border: none;
	border-radius: 0;
	margin: 0px auto;
	padding: 15px 35px 15px 0;
	outline: none;
	background: transparent;
	border-bottom: 1px solid var(--docfi-border-color);
	line-height: 28px;
	transition: all 0s ease-in-out;
}
.header-search .header-search-form input::-webkit-input-placeholder {
	color: #aaa;
}
.header-search .header-search-form input:-ms-input-placeholder {
	color: #aaa;
}
.header-search .header-search-form input:-moz-placeholder {
	color: #aaa;
}
.header-search .header-search-form .search-btn {
  padding: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: var(--docfi-body-color);
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0px;
  margin-left: -24px;
  background: transparent;
  line-height: 29px;
  z-index: 12;
  transition: all 0s ease-in-out;
}
.header-search .header-search-form .search-btn i {
	line-height: 28px;
}
.header-search .header-search-form .search-btn:hover {
  color: var(--docfi-primary-color);
}
.header-search .stylish-input-group .btn,
.header-search .custom-search-input .btn {
  position: absolute;
  left: 20%;
}
.header-search .stylish-input-group input:focus,
.header-search .stylish-input-group .search-btn:focus,
.header-search .stylish-input-group .btn:focus,
.header-search .custom-search-input input:focus,
.header-search .header-search-form .search-btn:focus,
.header-search .custom-search-input .btn:focus {
  box-shadow: none;
  outline: none;
}
.header-area {
	position: absolute;
	left: 0;
	right: 0;
	background-color: transparent;
	transition: all ease 0.31s;
}

@media(min-width: 1200px) {
	.entry-banner .container-fluid,
	.header-area .container-fluid,
	.docfi-dosc-single .container-fluid {
		padding-left: 130px;
		padding-right: 130px;
	}
}

/*-------------------------------------
#. Header Sticky
---------------------------------------*/
.header-menu {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all ease 0.31s;
	z-index: 10;
}
.admin-bar .rt-sticky {
	top: 32px;
}
.rt-sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: 100%;
	background-color: var(--docfi-white-color);
	box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 10%);
	z-index: 101;
}
.header-style-2 .rt-sticky .header-dark {
	border-top: none;
}
.header-area .rt-sticky {
	background-color: var(--docfi-white-color);
}
.site-header .rt-sticky .main-navigation nav > ul > li > a {
	padding-top: 35px;
	padding-bottom: 35px;
}
 
/* Header Logo */
.site-header .site-branding a {
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
	color: var(--docfi-primary-color);
}
.site-header .site-branding a img {
	max-width: 198px;
}
.site-header .site-branding .custom-sticky-logo,
.site-header .site-branding .light-logo {
	display: none;
}
/* Main Navigation fallbackcd*/
.fallbackcd-menu-item .fallbackcd {
	display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: var(--docfi-heading-color);
    padding: 39px 15px;
    text-transform: capitalize;
    transition: all ease 0.31s;
}
.main-navigation ul li span.new {
	background: var(--docfi-primary-color);
    font-size: 10px;
    color: #fff;
    padding: 3px 5px 2px;
    border-radius: 6px;
}
.main-navigation ul li span.hot {
	background: #ff1f1f;
    font-size: 10px;
    color: #fff;
    padding: 3px 5px 2px;
    border-radius: 6px;
}
/*-------------------------------------
#. Main Navigation
---------------------------------------*/
.site-header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.site-header .main-navigation nav ul ul li + li{
	margin-top: 10px;
}
.site-header .main-navigation nav ul li {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
}
.site-header .main-navigation nav ul li a {
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 17px;
	line-height: 22px;
	font-weight: 600;
	color: var(--docfi-heading-color);
	padding: 40px 0;
	text-transform: capitalize;
}
.site-header .main-navigation > nav > ul > li {
	margin-right: 60px;
}
.site-header .main-navigation > nav > ul > li:last-child {
	margin-right: 0;
}
@media(max-width: 1440px) {
	.site-header .main-navigation > nav > ul > li {
		margin-right: 20px;
	}
}
.site-header .main-navigation nav > ul > li > a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: var(--docfi-primary-color);
	width: 0;
	height: 4px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 62px;
}
.site-header .main-navigation nav > ul > li:hover > a::before {
	width: 100%;
	opacity: 1;
	visibility: visible;
}
.site-header .main-navigation nav ul li.menu-item-has-children:hover a:after {
	transform: rotate(180deg);
}
.site-header .main-navigation ul.menu ul li.current-menu-item > a,
.site-header .main-navigation ul.menu ul > li.current > a,
.site-header .main-navigation ul.menu ul li.current-menu-ancestor > a {
	color: var(--docfi-primary-color);
}

/*-------------------------------------
#. Submenu
---------------------------------------*/
.site-header .main-navigation ul li ul {
	text-align: left;
	border-radius: 0 0 5px 5px;
}
.site-header .main-navigation ul li ul.sub-menu li:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 0;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	background: var(--docfi-primary-color);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.site-header .main-navigation ul.menu ul li.current-menu-item:before,
.site-header .main-navigation ul.menu ul>li.current:before,
.site-header .main-navigation ul.menu ul li.current-menu-ancestor:before,
.site-header .main-navigation ul li ul.sub-menu li:hover:before {
	opacity: 1;
	visibility: visible;
	height: 11px;
}
.site-header .main-navigation ul li ul li:last-child {
	border-bottom: none;
}
.site-header .main-navigation ul li ul li a {
	position: relative;
	overflow: hidden;
	display: block;
	color: var(--docfi-black-color);
	text-transform: inherit;
	padding: 7px 20px 7px 25px;
	font-weight: 500;
	font-size: 15px;
	z-index: 2;
	transition: all 0.4s ease-in-out;
}
.site-header .main-navigation ul > li > ul {
	position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    margin: 0;
    padding: 10px 0;
    background-color: var(--docfi-white-color);
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
    text-align: left;
    box-shadow: 0 0 90px 0 rgb(0 0 0 / 10%);
    visibility: hidden;
    transition: all 0.4s cubic-bezier(.3,.02,0,.6);
    opacity: 0;
    z-index: 100;
    transform: scaleY(0);
    transform-origin: 0 0 0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.site-header .main-navigation ul > li:hover > ul {
	top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.31s ease;
    transform: scaleY(1);
}
.site-header .main-navigation ul > li > ul li ul {
	left: 100%;
	top: 0;
	width: 250px;
}
.site-header .main-navigation ul > li:hover > ul li ul {
	top: 0;
}
.site-header .main-navigation ul li ul {
	background-color: var(--docfi-white-color);
}
.site-header .main-navigation ul li ul li {
	display: block;
	border-bottom: none;
	border-left: none;
}
.site-header .main-navigation ul li ul li:last-child {
	border-bottom: none;
}
/*Menu hover effect*/
.site-header .main-navigation ul.menu li ul.sub-menu li a:hover {
	color: var(--docfi-primary-color);
}
/*-------------------------------------
#. Mega Menu
---------------------------------------*/
.site-header .main-navigation ul li.mega-menu {
	position: static;
}
.site-header .main-navigation ul li.mega-menu:hover ul {
	opacity: 1;
	visibility: visible;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li:last-child {
	border-bottom: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu {
	width: calc(100% - 0px);
	max-width: 1290px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	padding: 15px;
	display: flex;
	justify-content: space-around;
}
.site-header .main-navigation ul li.mega-menu.menu-two-column,
.site-header .main-navigation ul li.mega-menu.menu-three-column {
	position: relative;
}
.site-header .main-navigation ul li.mega-menu.menu-two-column > ul.sub-menu {
	width: 550px;
}
.site-header .main-navigation ul li.mega-menu.menu-three-column > ul.sub-menu {
	width: 750px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li {
	display: inline-block;
	width: 100%;
	border: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li ul {
	top: 0;
	position: relative;
	width: inherit;
	left: inherit;
	box-shadow: none;
	border-top: none;
	transform: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:after {
	content: '';
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:before {
	color: var(--docfi-primary-color);
	font-size: 14px;
	padding-right: 13px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
	color: var(--docfi-heading-color);
	font-size: 18px;
	font-weight: 700;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li:hover > a {
	padding-left: 25px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a:before,
.site-header .main-navigation ul li.mega-menu.hide-header > ul.sub-menu > li > a {
	display: none;
}
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li:after,
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li.menu-item-has-children:before {
	display: none;
}
/*-------------------------------------
#. Header Layout 1
---------------------------------------*/
.header-style-1 .search-icon > a,
.header-style-1 .cart-list-trigger > a,
.header-style-1 .header-offcanvus button.side-menu-trigger {
    height: 90px;
	color: var(--docfi-body-color);
    display: inline-flex;
    place-content: center;
    place-items: center;
}
.header-style-1 .cart-area .cart-trigger-icon > span {
    position: relative;
    top: -7px;
    right: 5px;
}
/*-------------------------------------
#. Transparent Header
---------------------------------------*/
.tr-header .header-top-bar {
	border-bottom: none;
}
.tr-header .header-area {
	position: absolute;
	left: 0;
	right: 0;
	background-color: transparent;
}
.tr-header .header-icon-area .search-icon > a, 
.tr-header .header-icon-area .cart-list-trigger > a {
	color: var(--docfi-white-color);
}
.tr-header .header-offcanvus button.side-menu-trigger .menu-btn-icon .line,
.tr-header .header-offcanvus button.side-menu-trigger .menu-btn-icon .line2::before,
.tr-header .header-offcanvus button.side-menu-trigger .menu-btn-icon::before, 
.tr-header .header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
	background-color: var(--docfi-white-color);
}
.tr-header .site-header .site-branding .custom-sticky-logo,
.tr-header .site-header .site-branding .light-logo {
    display: block;
}
.tr-header .site-header .site-branding .custom-norlam-logo,
.tr-header .site-header .site-branding .dark-logo {
    display: none;
}
.tr-header .rt-sticky .site-branding .custom-norlam-logo,
.tr-header .rt-sticky .site-branding .dark-logo {
	display: block;
}
.tr-header .rt-sticky .site-branding .custom-sticky-logo,
.tr-header .rt-sticky .site-branding .light-logo {
	display: none;
}
.tr-header:not( .rt-sticky) .site-header .main-navigation > nav > ul > li > a {
	color: var(--docfi-white-color);
}
.tr-header .rt-header-style2 .rt-mail i{
	border-color: var(--docfi-white-color);
}
.tr-header .site-header .rt-sticky .main-navigation>nav>ul>li>a {
	color: var(--docfi-heading-color);
}
.tr-header .rt-sticky a.button-style-1:not(:hover) {
	color: var(--docfi-primary-color);
	border-color: var(--docfi-primary-color);
}
.tr-header .header-area{
	z-index: 9;
}
.bbp-user-page.single .col-lg-4.docfi-column-sticky{
	display: none;
}

.tr-header.header-style-2 .header-dark,
.tr-header.header-style-5 .header-dark {
	border-top: none;
	padding-left: 30px;
}
.tr-header.header-style-2 .header-info .info-text,
.tr-header.header-style-2 .header-info .info-text a {
	color: var(--docfi-white-color);
}
.tr-header.header-style-2 .header-info .info-text span {
	color: #e7e7e7;
}

/*---------------------------
#. Header Right Menu
-----------------------------*/

/*---------------------------
#. Header Layout 2
-----------------------------*/
.rt-center-logo{
	display: flex;
	justify-content: space-between;
}
.rt-header-style2 .tophead-social{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.rt-header-style2 .tophead-social li{
	display: inline-block;
}
.rt-header-style2 .tophead-social li + li{
	margin-left: 20px;
}
.rt-header-style2 .rt-mail a,
.rt-header-style2 .tophead-social li a{
	color: var(--docfi-heading-color);
	transition: 0.4s;
}
.rt-header-style2 .rt-mail a:hover,
.rt-header-style2 .tophead-social li a:hover{
	color: var(--docfi-primary-color);
}
.rt-header-style2 .site-branding a{
	text-align: center;
	display: block;
}
.tr-header .rt-header-style2 .site-branding a.custom-sticky-logo{
	display: block;
}
.rt-header-style2 .rt-mail i{
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid var(--docfi-heading-color);
	transition: 0.4s;
	margin-right: 10px;
}
.rt-header-style2 .rt-mail a:hover i{
	background: var(--docfi-primary-color);
	border: 1px solid var(--docfi-primary-color);
	color: var(--docfi-white-color);
}
body:not(.tr-header) .rt-header-style2 .header-menu {
	background: var(--docfi-white-color);
}
.rt-header-style2 .rt-header-toparea {
	border-bottom: 1px solid #F5F5F5;
	padding-bottom: 20px;
	padding-top: 20px;
}

body:not(.tr-header) .rt-header-style2{
	position: relative;
}
.header-style-2 .site-header .main-navigation nav > ul > li > a {
	padding-top: 30px;
	padding-bottom: 30px;
}
.tr-header.header-style-2 .header-info .info-icon {
	background-color: rgba(225, 225, 225, 0.1);
	color: var(--docfi-white-color);
}

.tr-header .rt-mail a,
.tr-header .tophead-social li a{
	color: var(--docfi-white-color);
	transition: 0.4s;
}


.tr-header.header-style-2 .header-icon-area .search-icon>a,
.tr-header.header-style-2 .header-icon-area .cart-list-trigger>a {
	color: var(--docfi-body-color);
}

.tr-header.header-style-2 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line,
.tr-header.header-style-2 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line2::before,
.tr-header.header-style-2 .header-offcanvus button.side-menu-trigger .menu-btn-icon::before,
.tr-header.header-style-2 .header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
	background-color: var(--docfi-body-color);
}
/*offcanvas layout 1*/
.additional-menu-area .sidenav .canvas-content::-webkit-scrollbar {
    width: 0;
}
.rt-slide-nav::-webkit-scrollbar {
    width: 0;
}
.cart-area .cart-wrapper::-webkit-scrollbar {
    width: 0;
}
.additional-menu-area .sidenav {
	max-width: 395px;
    width: 100%;
    position: fixed;
    transform: translateY(-120%);
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: var(--docfi-white-color);
	transition-duration: 1s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.39, 0.94);
    will-change: transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 10%);
}
.additional-menu-area .sidenav .canvas-content {
	height: 100vh;
    padding: 50px;
    transition: all ease 0.8s;
    overflow-y: auto;
}
.additional-menu-area .sidenav .closebtn {
	background: var(--docfi-primary-color);
	color: #ffffff;
	display: block;
	font-size: 18px;
	position: absolute;
	right: 50px;
	top: 50px;
	width: 34px;
	height: 34px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 10;
}
.additional-menu-area .sidenav .additional-logo a {
	color: var(--docfi-primary-color);
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
}
.additional-menu-area .sidenav .additional-logo img {
	max-width: 179px;
	width: 100%;
}
.additional-menu-area .sidenav .light-logo {
	display: none;
}
.additional-menu-area .sidenav ul.menu {
	padding-top: 35px;
}
.additional-menu-area .sidenav ul li {
	position: relative;
	line-height: 24px;
	list-style: none;
	transition: all ease 0.31s;
}
.additional-menu-area .sidenav ul li a {
	position: relative;
	display: block;
	font-size: 16px;
	color: var(--docfi-heading-color);
	border: none;
	padding: 10px 0;
	font-weight: 600;
}
.additional-menu-area .sidenav ul li a:hover {
	color: var(--docfi-primary-color);
}
.additional-menu-area .sub-menu {
	display: none;
}
.additional-menu-area .sidenav .sub-menu {
	padding-left: 20px;
}
.additional-menu-area .sidenav ul li ul li a {
	color: var(--docfi-heading-color);
    text-transform: inherit;
	font-size: 15px;
    font-weight: 500;
    padding: 7px 0;
}
.additional-menu-area .sidenav ul li > span {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
}
.additional-menu-area .sidenav ul li > span:after {
    content: "\2b";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transition: .1s;
    right: 15px;
    position: absolute;
    font-size: 14px;
    color: var(--docfi-body-color);
}
.additional-menu-area .sidenav ul li > span.open:after {
    content: '\f068';
    color: var(--docfi-primary-color);
}
.additional-menu-area .sidenav-address {
	padding-top: 40px;
}
.additional-menu-area .sidenav-address span {
	font-size: 16px;
	display: flex;
	margin-bottom: 10px;
}
.additional-menu-area .sidenav-address span .icon-docfi-message {
	font-size: 13px;
}
.additional-menu-area .sidenav-address span i {
	color: var(--docfi-primary-color);
	margin-right: 15px;
	width: 15px;
}
.additional-menu-area .sidenav-address span a {
	display: inline-block;
	color: var(--docfi-body-color);
	padding: 0;
}
.additional-menu-area .sidenav-address span a:hover {
	color: var(--docfi-primary-color);
}
.additional-menu-area .sidenav-address .copyright {
	margin-top: 20px;
}
.additional-menu-area .sidenav-social {
	margin-top: 10px;
}
.additional-menu-area .sidenav-social span {
	color: var(--docfi-body-color);
	display: inline-block;
	padding-right: 5px;
	font-size: 16px;
	text-align: center;
}
.additional-menu-area .sidenav-social span a i {
	color:var(--docfi-body-color);
	transition: all 0.31s ease-in-out;
	margin-right: 0;
}
.additional-menu-area .sidenav-social span a:hover i {
	color: var(--docfi-white-color);	
}
.additional-menu-area .sidenav-social span a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 0;
	color: var(--docfi-body-color);
	background-color: var(--docfi-grey-color-1);
	font-size: 15px;
}
.additional-menu-area .sidenav-social span a:hover {
	background-color: var(--docfi-primary-color);
	color: var(--docfi-white-color);
}
.additional-menu-area #sb_instagram {
	margin-left: -10px;
	padding-bottom: 0 !important;
}
body .rt-cover {
	z-index: 149; 
	opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(16, 16, 16, 0);
	transition: all 0.5s ease-in-out;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
/*offcanvus button*/
.header-offcanvus button.side-menu-trigger .menu-text {
	font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 10px;
    color: #292929;
    transition: all 0.3s ease;
    position: relative;
    top: 1px;
}
.header-offcanvus button.side-menu-trigger {
	border: none;
	background-color: transparent;
	box-shadow: none;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	padding: 0;
	justify-content: center;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon {
	position: relative;
	display: block;
	width: 28px;
	height: 16.5px;
	top: 0;
	overflow: hidden;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line {
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: var(--docfi-body-color);
	border-radius: 12px;
	transition: all 0.3s ease-out;
	transition-delay: 0s;
	transform: translateX(0);
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon::before, 
.header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--docfi-body-color);
	transition: all 0.3s ease-out;
	transform: translateX(-100%);
	transform-origin: left;
	transition-delay: 0s;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line2::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--docfi-body-color);
	transition: all 0.3s ease-out;
	transform: translateX(-100%);
	transform-origin: left;
	transition-delay: 0s;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line1 {
	top: 0;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line2 {
	top: 7px;
	width: 20px;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line3 {
	top: 14px;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
	bottom: 0.5px;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line {
	transform: translateX(100%);
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line1 {
	transition-delay: 0s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line2 {
	transition-delay: 0.15s;
	transform: translateX(100%);
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line3 {
	transition-delay: 0.30s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::before, 
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::after {
	transform: translateX(0);
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::before {
	transition-delay: 0.3s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::after {
	transition-delay: 0.45s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line2::before {
	transform: translateX(-100%);
	transition-delay: 0.75s;
}
/*offcanvus widget*/
.sidenav-address > .widget {
	margin-bottom: 40px;
}
.sidenav-address > .widget h3 {
	display: flex;
    align-items: center;
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
    z-index: 2;
}
.additional-menu-area .sidenav-address label {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	color: var(--docfi-heading-color);
}
.additional-menu-area .sidenav-address .social-title {
	margin-top: 30px;
}
/*-------------------
#. Preloader css
--------------------*/
#preloader {
	position: fixed;
	background: var(--docfi-white-color);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	overflow: visible;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 9999999;
}

#preloader .loading-wrapper {
	width: 180px;
	height: 180px;
	position: absolute;
	top: calc(50% - 100px);
	left: calc(50% - 100px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: Helvetica;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#preloader .loading-text {
	text-align: center;
}

#preloader .circle {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 7px solid var(--docfi-primary-color);
	border-bottom: 7px solid transparent;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-radius: 100%;
	position: relative;
}

#preloader .circle::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: var(--docfi-primary-color);
	left: 19px;
	top: 17px;
	border-radius: 100px;
}

#preloader .circle::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: var(--docfi-primary-color);
	right: 19px;
	top: 17px;
	border-radius: 100px;
}

#preloader .loading-circle {
	height: 100%;
	width: 100%;
	position: absolute;
	-webkit-animation: rotate 1.5s infinite;
	animation: rotate 1.5s infinite;
}

#preloader .loading-circle-small {
	height: 70%;
	width: 70%;
	position: absolute;
	top: 15%;
	left: 15%;
	background: var(--docfi-primary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#preloader .loading-circle-small .doc-icon {
	width: 45px;
	height: 60px;
	background: var(--docfi-white-color);
	border-radius: 3px;
	-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 12px 8px;
}

#preloader .loading-circle-small .doc-icon .line {
	width: 100%;
	height: 4px;
	background: var(--docfi-black-color);
	margin-bottom: 8px;
	border-radius: 15px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#preloader .loading-circle-small .doc-icon .line:nth-child(1) {
	-webkit-animation: line-fill 0.5s infinite alternate;
	animation: line-fill 0.5s infinite alternate;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#preloader .loading-circle-small .doc-icon .line:nth-child(2) {
	width: 70%;
	-webkit-animation: line-fill-small 0.5s infinite alternate;
	animation: line-fill-small 0.5s infinite alternate;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

#preloader .loading-circle-small .doc-icon .line:nth-child(3) {
	-webkit-animation: line-fill-small 0.5s infinite alternate;
	animation: line-fill-small 0.5s infinite alternate;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

#preloader .loading-circle-small .doc-icon .line:nth-child(4) {
	-webkit-animation: line-fill 0.5s infinite alternate;
	animation: line-fill 0.5s infinite alternate;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes line-fill {
	from {
		width: 0;
		opacity: 1;
	}

	to {
		width: 100%;
		opacity: 1;
	}
}

@keyframes line-fill {
	from {
		width: 0;
		opacity: 1;
	}

	to {
		width: 100%;
		opacity: 1;
	}
}

@-webkit-keyframes line-fill-small {
	from {
		width: 0;
		opacity: 1;
	}

	to {
		width: 70%;
		opacity: 1;
	}
}

@keyframes line-fill-small {
	from {
		width: 0;
		opacity: 1;
	}

	to {
		width: 70%;
		opacity: 1;
	}
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
/*---------------------------------------------------------
#. Footer - Newsletter
-----------------------------------------------------------*/
.call-to-action-section {
	padding: 95px 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background: var(--docfi-primary-color);
}
.rt-footer-cta{
	position: relative;
	z-index: 2;
}
.call-to-action-section .rt-footer-cta .ff-el-group{
	margin-bottom: 0;
}
.call-to-action-section .rt-footer-cta .ff-el-input--content{
	position: relative;
}
.call-to-action-section .cta-input-field .ff-el-input--content::before {
	content: url(../img/email_icon.svg);
	left: 26px;
	bottom: 16px;
	position: absolute;
}
.call-to-action-section .cta-check-list	.ff-el-input--content{
	display: flex;
	color: #fff;
	margin-top: 6px;
}
.call-to-action-section .cta-check-list .ff-el-input--content input {
	border: 1px solid #fff;
	border-radius: 15px;
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0 !important;
	outline: 0;
	padding: 0 !important;
	height: 14px;
	width: 14px;
	-webkit-appearance: none !important;
}
.call-to-action-section .cta-check-list .ff-el-input--content input:hover {
	opacity: 1;
}
.single.single-docfi_docs:not(.elementor-editor-active) .elementor-widget-divider--view-line{
	display: none;
}
.cta-check-list .ff-el-input--content input:before {
	content: '';
	position: absolute;
	right: 50%;
	top: 50%;
	width: 4px;
	height: 9px;
	border: solid var(--docfi-primary-color);
	border-width: 0 1px 1px 0;
	margin: 0;
	transform: rotate(45deg) translate(-50%, -50%);
	z-index: 2;
	opacity: 0;
	transition: 0.3s;
}
.call-to-action-section .cta-check-list .ff-el-input--content input:checked {
	background-color: #fff;
	opacity: 1;
}
.call-to-action-section .call-to-cation-form-wrapper .cta-check-list input:focus {
	border: 1px solid #fff !important;
}
.call-to-action-section .cta-check-list .ff-el-form-check,
.call-to-action-section .fluentform .cta-check-list label.ff-el-form-check-label{
	margin-bottom: 0;
}
.call-to-action-section .cta-check-list .ff-el-input--content input:checked::before{
	opacity: 1;
}
.call-to-action-section .cta-check-list .ff-el-input--content input:focus{
	border:none;
	box-shadow: none;
}
.call-to-action-section .cta-check-list .ff-el-form-check{
	margin-left: 10px;
}
.call-to-action-section .cta-check-list .ff-el-form-check + .ff-el-form-check{
	padding-left: 14px;
}
.call-to-action-section .ff-el-form-check-label span{
	margin: 0;
}
.call-to-action-section .cta-check-list .ff-el-form-check label{
	font-weight: 400;
}
.rt-search-active .rt-hero-section-content-wrapper .search-text p span,
.rt-search-active .rt-hero-section-content-wrapper .rt-search-key li::before,
.rt-search-active .rt-hero-section-content-wrapper .rt-search-key li a{
	color: #fff !important;
}
.rt-banner-search.rt-hero-section-content-wrapper .rt-search-key li:hover::before,
.rt-banner-search.rt-hero-section-content-wrapper .rt-search-key li a:hover{
	color: var(--docfi-heading-color);
}
.tr-header .rt-hero-section-content-wrapper .rt-search-key li:after{
	background: var(--docfi-white-color);
}
.tr-header .rt-banner-search.rt-hero-section-content-wrapper .rt-search-key li:hover::before,
.tr-header .rt-banner-search.rt-hero-section-content-wrapper .rt-search-key li a:hover{
	color: var(--docfi-white-color);
}


.call-to-action-section::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-size: cover !important;
}
.call-to-action-section .section-text-content {
	margin-bottom: 0;
}
.call-to-action-section .section-text-content .subtitle{
	font-weight: 500;
	color: var(--docfi-white-color);
	text-transform: uppercase;
}
.call-to-action-section .section-text-content .section-heading {
	margin-bottom: 5px;
	line-height: 42px;
	color: var(--docfi-white-color);
	max-width: 450px;
}
.call-to-action-section .call-to-cation-form-wrapper {
	display: block;
}
.call-to-action-section .call-to-cation-form-wrapper form {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.call-to-action-section .call-to-cation-form-wrapper .cta-input-field input {
	background: #FFFFFF;
	border: none;
	border-radius: 500px;
	padding: 25px 23px 24px 23px;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #767373;
	width: 100%;
	padding-left: 50px;
}
.call-to-action-section .call-to-cation-form-wrapper .cta-input-field input::-webkit-input-placeholder {
	color: #767373;
}
.call-to-action-section .call-to-cation-form-wrapper .cta-input-field input::-moz-placeholder {
	color: #767373;
}
.call-to-action-section .call-to-cation-form-wrapper .cta-input-field input:-ms-input-placeholder {
	color: #767373;
}
.call-to-action-section .call-to-cation-form-wrapper .cta-input-field input::-ms-input-placeholder {
	color: #767373;
}
.call-to-action-section .call-to-cation-form-wrapper .cta-input-field input::placeholder {
	color: #767373;
}



.call-to-action-section .call-to-cation-form-wrapper .submit-btn {
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	padding: 23px 39px 22px 39px;
	border: none;
	border-radius: 500px;
	background: var(--docfi-primary-color);
	color: var(--docfi-white-color);
	-webkit-transition: 0.2s;
	transition: 0.2s;
	position: relative;
}
.call-to-action-section .call-to-cation-form-wrapper .submit-btn:before{
	content: "";
	background-color: #000;
	height: 100%;
	left: -100%;
	top: 0;
	width: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	-webkit-transform: skew(50deg);
	transform: skew(50deg);
	-webkit-transition: width 0.6s;
	transition: width 0.6s;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.call-to-action-section .call-to-cation-form-wrapper .submit-btn:hover:before{
	height: 100%;
	width: 200%;
}
/*---------------------------------------------------------
#. Footer - Scroll to top
-----------------------------------------------------------*/
.scroll-wrap {
	position: fixed;
	right: 24px;
	bottom: 24px;
	width: 37px;
	height: 37px;
	cursor: pointer;
	display: block;
	border-radius: 100%;
	box-shadow: inset 0 0 0 0.1rem rgb(128 130 134 / 25%);
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0.75rem);
	transition: all 200ms linear, margin-right 0ms;
}
.scroll-wrap:after {
	position: absolute;
	content: "\f062";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: var(--docfi-primary-color);
	left: 0;
	top: 0;
	height: 37px;
	width: 37px;
	cursor: pointer;
	display: block;
	z-index: 1;
	transition: all 200ms linear;
}
.scroll-wrap.active-scroll {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.scroll-wrap svg path {
	fill: none;
}
.scroll-wrap svg.scroll-circle path {
	stroke: var(--docfi-primary-color);
	stroke-width: 4;
	box-sizing: border-box;
	transition: all 200ms linear;
}
/*---------------------------------------------
#. Widgets - Footer Widgets
-----------------------------------------------*/
.rt-social-widget{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.rt-footer-line{
	width: 100%;
	height: 1px;
	background: #E3E3E3;
	margin-bottom: 20px;
}
.rt-footer-style2 .footer-content-area{
	padding-top: 120px;
}
.footer-content-area .rt-widget-list{
	position: relative;
	z-index: 3;
}
.footer-content-area .rt-widget-list .widgettitle{
	font-size: 20px;
}
.footer-top-area{
	position: relative;
}
.footer-top-area .shapes ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}
.footer-top-area .shapes ul li {
	position: absolute;
	bottom: 0;
}
.footer-top-area .shapes ul li:nth-child(3){
	left: auto;
	right: 135px;
}
.footer-top-area .shapes ul li:nth-child(1){
	left: 180px;
}
.footer-top-area .shapes ul li:nth-child(2) {
	right: 180px;
	top: 174px;
}
@media only screen and (min-width: 1200px) {

	.footer-top-area .shapes ul li:nth-child(3),
	.footer-top-area .shapes ul li:nth-child(1) {
		display: block;
	}
}
.site-content {
	position: relative;
}
.footer-content-area {
	position: relative;
	font-size: 16px;
	border-top: none;
	padding: 120px 0 90px;
	color: var(--docfi-body-color);
}
.footer-top-area div.widget_media_image{
	margin-bottom: 24px;
}
@media (max-width: 991px) {
	.footer-content-area {
		padding: 95px 0 40px;
	}
}
.footer-content-area a,
.footer-content-area .widget ul li a {
	color: var(--docfi-body-color);
}
.footer-logo img {
	max-width: 182px;
}
.footer-area .footer-top-area ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-area .widgettitle {
	position: relative;
	color: var(--docfi-heading-color);
	margin-bottom: 24px;
}
.footer-area .widgettitle .titleline {
    width: 0;
    height: 3px;
    background-color: var(--docfi-primary-color);
    transition: all ease 1s;
}
.footer-area .widgettitle.active-animation .titleline {
    width: 34px;
}
@media (max-width: 767px) {
	.footer-top-area {
		text-align: left;
	}
	.footer-content-area {
		padding-top: 80px;
	}
}
.footer-top-area .widget_archive.widget > select {
	margin-top: 0;
}
.footer-top-area .widget {
	margin-bottom: 20px;
	padding-bottom: 0px;
	width: 100%;
}
.footer-area caption {
	color: inherit;
}
.footer-top-area .widget.footer-logo {
	margin-bottom: 24px;
}
.footer-top-area .widget.footer-logo img {
	width: 179px;
}
.footer-top-area .widget ul.menu li a {
	display: inline-flex;
	align-items: center;
	position: relative;
	font-weight: 400;
}
.footer-content-area ul.menu li a:before {
	content: "";
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
	bottom: -2px;
	position: absolute;
	width: 100%;
	height: 1px;
	background: var(--docfi-heading-color);
	left: 0;
	pointer-events: none;
}
.footer-content-area ul.menu li a:hover::before {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
	transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}
/*About address*/
.footer-top-area .widget_docfi_address {
	margin-bottom: 24px;
}
.footer-top-area .corporate-address li {
	display: inline-flex;
	width: 100%;
	vertical-align: top;
	line-height: inherit;
}
.footer-top-area .corporate-address li i {
	position: relative;
	top: 4px;
	line-height: 1;
	font-size: 15px;
	width: 30px;
    padding-right: 12px;
	color: var(--docfi-white-color);
}
.footer-top-area .corporate-address li .icon-docfi-location,
.footer-top-area .corporate-address li .icon-docfi-phone {
	font-size: 18px;
}
/*widget search*/
.footer-top-area .search-form input:-webkit-autofill,
.footer-top-area .search-form input:-webkit-autofill:hover, 
.footer-top-area .search-form input:-webkit-autofill:focus, 
.footer-top-area .search-form input:-webkit-autofill:active
{
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.footer-top-area .search-form button:hover {
	color: #fff;
}
.footer-top-area .search-form .input-group input {
	border: 1px solid var(--docfi-footer-color);
	color: var(--docfi-body-color);
	background-color: transparent;
	border-radius: 60px 0 0 60px;
}
.footer-top-area .widget_search .search-form input.form-control::-webkit-input-placeholder {
	color: var(--docfi-footer-color);
}
.footer-top-area .widget_search .search-form input.form-control:-ms-input-placeholder {
	color: var(--docfi-footer-color);
}
.footer-top-area .widget_search .search-form input.form-control:-moz-placeholder {
	color: var(--docfi-footer-color);
}
.footer-top-area .wp-caption-text {
	color: var(--docfi-footer-color);
}
.footer-top-area .widget select {
	background-color: transparent;
	border-color: var(--docfi-footer-color);
	border-radius: 50px;
}
/*widget categories*/
.footer-top-area .widget_categories {
	overflow: hidden;
}
.footer-top-area .widget_categories ul li a {
	position: relative;
}
/*docfi category*/
.footer-top-area .rt-category-style2 {
	display: inline-block;
}
.footer-top-area .rt-category-style2 .rt-item {
	margin-bottom: 19px;
	width: 50%;
	float: left;
}
.footer-top-area .rt-category-style2 .rt-item:last-child {
	margin-bottom: 0;
}
.footer-top-area .rt-category-style2 .rt-item img {
	display: none;
}
.footer-top-area .rt-category-style2 .rt-item .rt-content {
	position: relative;
	top: initial;
	transform: none;
	padding: 0 0 0 20px;
}
.footer-top-area .rt-category .rt-item::after {
	display: none;
}
.footer-top-area .rt-category .rt-item .rt-cat-name {
    color: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}
.footer-top-area .rt-category-style2 .rt-item .rt-cat-count {
    color: #d0d0d0;
    font-size: 15px;
    background-color: transparent;
    display: inherit;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    line-height: 1;
}
.footer-top-area .rt-category-style2 .rt-item:hover .rt-cat-count {
	background-color: transparent;
}
.footer-top-area .rt-category .rt-item .rt-cat-name::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    border-radius: 0;
    background-color: #a5a5a5;
    transition: all 0.3s ease;
}
.footer-top-area .rt-category .rt-item a:hover .rt-cat-name::before {
	background-color: var(--docfi-primary-color);
}
/*widget pages*/
.footer-top-area .widget_recent_entries ul li a,
.footer-top-area .widget_archive ul li a,
.footer-top-area .widget_pages ul li a,
.footer-top-area .widget_meta li a {
	display: inline-flex;
	align-items: center;
	position: relative;
}
.footer-top-area .widget_recent_entries ul li a::before,
.footer-top-area .widget_archive ul li a::before,
.footer-top-area .widget_categories ul li a::before,
.footer-top-area .widget_pages ul li a::before,
.footer-top-area .widget_meta ul li a::before {
	content: "";
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    bottom: -2px;
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--docfi-heading-color);
    left: 0;
    pointer-events: none;
}
.footer-top-area .widget_recent_entries ul li a:hover::before,
.footer-top-area .widget_archive ul li a:hover::before,
.footer-top-area .widget_categories ul li a:hover::before,
.footer-top-area .widget_pages ul li a:hover::before,
.footer-top-area .widget_meta ul li a:hover::before {
	-webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
    transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}
/*widget recent comments*/
.footer-top-area .widget_recent_comments ul li {
	transition: all 140ms ease-in-out;
}
.footer-top-area .widget_recent_comments ul li.recentcomments:last-child {
	margin-bottom: 0;
}
.footer-top-area .widget_recent_comments ul li.recentcomments > a:before {
	display: none;
}
.footer-top-area .widget_recent_comments ul li.recentcomments > span {
	position: relative;
}
.footer-top-area .widget_recent_comments ul li.recentcomments:hover > span:before {
	background-color: var(--docfi-primary-color);
}
.footer-top-area .widget_recent_comments ul li.recentcomments span > a:before {
	left: -15px;
	top: -3px;
}
/*widget Social*/
.footer-area .footer-about {
	margin-bottom: 28px;
}
@media(min-width: 992px) {
	.footer-area .footer-about {
		margin-right: 40px;
	}
}
.footer-area .social-wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
}
@media(max-width: 425px) {
	.footer-area .social-wrap {
		gap: 10px;
	}
}
@media(max-width: 320px) {
	.footer-area .social-wrap {
		gap: 0;
	}
}
.footer-content-area .rt-about-widget .social-label {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
	color: var(--docfi-footer-color);
}
.footer-content-area .widget .footer-social li {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	transition: all ease 0.31s;
}
.footer-content-area .widget .footer-social li a {	
	display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-size: 15px;
    text-align: center;
    color: var(--docfi-primary-color);
    border: 1px solid var(--docfi-primary-color);
    border-radius: 40px;
	background: var(--docfi-white-color);
}
.footer-content-area .widget .footer-social li a:hover {
	background: var(--docfi-primary-color);
}
.footer-content-area .widget .footer-social li.twitter a{
	border-color: #1DA1F2;
	color: #1DA1F2;
}
.footer-content-area .widget .footer-social li.twitter a:hover {
	background: #1DA1F2;
}
.footer-content-area .widget .footer-social li.linkedin a{
	border-color: #0A66C2;
	color: #0A66C2;
}
.footer-content-area .widget .footer-social li.linkedin a:hover {
	background: #0A66C2;
}
.footer-content-area .widget .footer-social li.instagram a{
	border-color: #C13584;
	color: #C13584;
}
.footer-content-area .widget .footer-social li.instagram a:hover {
	background: #C13584;
}
body .footer-content-area .widget .footer-social li a:hover {
	color: var(--docfi-white-color);
}

/*widget tag cloud*/
.footer-top-area .widget_tag_cloud .tagcloud {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	padding-top: 6px;
}
.footer-top-area .widget_tag_cloud a {
	background: transparent;
	border-radius: 50px;
	border: 1px solid var(--docfi-footer-color);
	color: var(--docfi-heading-color) !important;
	display: inline-block;
	text-decoration: none;
	font-size: 15px !important;
	padding: 7px 15px;
	line-height: 1.2;
	transition: all 0.3s;
}
@media(max-width:991px) {
	.footer-top-area .widget_tag_cloud a {
		padding: 8px;
	}
	.rt-card--style-8 {
		padding: 40px 25px;
	}
	.rt-card--style-8 .card-title {
		line-height: 32px;
		font-size: 26px;
	}
	.rt-forum-status .title {
		font-size: 26px;
		line-height: 32px;
	}
}
.footer-top-area .widget_tag_cloud a:hover {
	border: 1px solid transparent;
	background-color: var(--docfi-primary-color) !important;
	color: #ffffff !important;
}
/*widget calender*/
.footer-top-area .widget_calendar caption {
	caption-side: initial;
	text-align: center;
	font-weight: 500;
	background: var(--docfi-primary-color);
	color: #ffffff;
	padding: 10px 7px;
	margin-top: 0px;
}
.footer-top-area .widget_calendar table {
	margin: 0;
}
.footer-top-area .widget_calendar table th,
.footer-top-area .widget_calendar table td {
	border-color: var(--docfi-footer-color);
}
.footer-top-area .widget_calendar table td#today {
	color: var(--docfi-primary-color);
}
.footer-top-area .widget_calendar table td#today a {
	color: var(--docfi-primary-color);
}
.footer-top-area .widget_calendar table td a {
	color: var(--docfi-primary-color);
}
/*widget newsletter form*/
.footer-top-area .fluentform .ff-el-group {
	margin-bottom: 0;
}
.footer-top-area .frm-fluent-form .ff-t-container {
	position: relative;
}
.footer-top-area .fluentform .ff-el-form-control {
	background-color: var(--docfi-grey-color-3);
	color: var(--docfi-white-color);
	border-radius: 0;
	border: 1px solid transparent;
	margin-bottom: 12px;
	padding: 15px 40px 15px 15px;
}
.footer-top-area .fluentform .ff-el-form-control::-webkit-input-placeholder {
	color: var(--docfi-footer-color);
}
.footer-top-area .fluentform .ff-el-form-control:-ms-input-placeholder {
	color: var(--docfi-footer-color);
}
.footer-top-area .fluentform .ff-el-form-control:-moz-placeholder {
	color: var(--docfi-footer-color);
}
.footer-top-area .fluentform .ff-el-form-control:focus {
	border-color: var(--docfi-primary-color);
	background-color: var(--docfi-grey-color-3);
	color: var(--docfi-footer-color);
}
.footer-top-area .frm-fluent-form .ff-t-cell:first-of-type {
	flex-basis: 100% !important;
}
.footer-top-area .frm-fluent-form .ff-t-cell:last-of-type {
	position: absolute;
	top: 6px;
	right: 6px;
	width: auto;
}
.footer-top-area .fluentform .click-here p {
	font-size: 15px;
	margin-bottom: 0;
}
.footer-top-area .fluentform .click-here a {
	color: var(--docfi-primary-color);
}
.footer-top-area .fluentform .ff-btn-submit {
    position: relative;
    background-color: transparent;
    color: var(--docfi-primary-color);
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0 !important;
    padding: 14px 14px 14px 0;
    line-height: 1;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    z-index: 1;
}
.footer-top-area .fluentform .ff-btn-submit i {
    border-left: 1px solid #474747;
    padding-left: 10px;
}
.footer-top-area .fluentform .ff-btn-submit:hover {
	opacity: 1;
}
.footer-top-area a {
	text-decoration: none;
}
.footer-top-area ul li {
	margin-bottom: 8px;
	padding-bottom: 8px;
	position: relative;
	line-height: 1.6;
}
.footer-top-area ul li:last-child,
.footer-top-area ul.menu li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer-top-area ul li ul.children,
.footer-top-area ul li ul.sub-menu {
	padding-left: 15px;
	padding-top: 15px;
}
.footer-top-area ul li ul.children li :last-child,
.footer-top-area ul li ul.sub-menu li :last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.footer-top-area ul li a {
  text-decoration: none;
}
.footer-top-area .gallery .gallery-item {
	max-width: 31.5%;
	margin: 0 5px 5px 0px;
}

.footer-top-area .gallery .gallery-item .gallery-icon {
	margin: 0;
	overflow: hidden;
	border-radius: 6px;
}
.footer-top-area .gallery .gallery-item img {
	height: 100px;
	object-fit: cover;
	cursor: pointer;
	transition: 0.31s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.footer-top-area .gallery .gallery-item:hover img {
	transform: scale(1.05);
}
.footer-bg-opacity:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 35, 90, 0.9);
	z-index: 0;
}
.footer-area {
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.footer-area .footer-top-area {
	background-color: var(--docfi-white-color);
	background-attachment: fixed !important;
}
/*Copyright area*/
.footer-copyright-area {
	position: relative;
	font-size: 16px;
	text-align: center;
	padding: 0 0 20px;
	z-index: 1;
}
.footer-copyright-area .copyright-area .copyright {
	text-align: center;
}
.footer-copyright-area .copyright-area a {
	color: var(--docfi-heading-color);
	font-weight: 500;
}
.footer-copyright-area .copyright-area a:hover {
	color: var(--docfi-primary-color);
}
.footer-copyright-area .copyright-area.menu-off,
.footer-copyright-area .copyright-area.menu-on.logo-off {
	display: block;
}
.footer-copyright-area .copyright-area.menu-off .copyright,
.footer-copyright-area .copyright-area.menu-on.logo-off .copyright {
	text-align: center;
}
.footer-copyright-area .copyright-area .footer-social {
	margin: 0;
	padding: 0;
}
.footer-copyright-area .copyright-area .copyright-menu ul {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
}
.footer-copyright-area .copyright-area .copyright-menu ul li {
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer-copyright-area .copyright-area .copyright-menu ul li a {
	padding-left: 15px;
}
.footer-copyright-area .copyright-area .copyright-menu ul li a:hover {
	padding-left: 15px;
}
.footer-copyright-area .copyright-area .copyright-menu ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #989bad;
	transition: all 0.3s ease;
}
.footer-copyright-area .copyright-area .copyright-menu ul li:hover::before {
	background-color: var(--docfi-primary-color);
}
.footer-copyright-area .copyright-area .copyright-menu ul li:first-child a {
	padding-left: 0;
}
.footer-copyright-area .copyright-area .copyright-menu ul li:first-child::before {
	display: none;
}
.footer-copyright-area .copyright-area .widget {
	margin-bottom: 0;
}
@media(max-width: 991px) {
	.footer-copyright-area .copyright-area {
		display: block;
	}
	.footer-copyright-area .copyright-area .copyright {
		text-align: center;
	}
	.footer-copyright-area .copyright-area .footer-social,
	.footer-copyright-area .copyright-area .copyright-menu ul {
		margin-top: 10px;
	}
}
/*Footer style 2*/
 .footer-area .rt-footer-style2 .widgettitle{
	color: var(--docfi-white-color);
}
.rt-footer-style2 .widget ul li a{
	position: relative;
}
.rt-footer-style2 .widget ul li a::before{
	position: absolute;
	bottom: 0;
	left: 40px;
	width: 0;
	content: "";
	background: var(--docfi-white-color);
	transition: 0.4s;
	height: 1px;
}
.rt-footer-style2 .widget ul li a:hover::before{
	width: 100%;
	left: 0;
}
.rt-footer-style2 .widget li,
.rt-footer-style2 .widget ul li a {
	color: #C1C5D1;
}
.rt-footer-style2 .widget ul li a:hover {
	color: #fff;
}
.rt-footer-style2 .footer-content-area ul.menu li a:before{
	background-color: #ffffff;
}
.rt-footer-style2 .widget ul.corporate-address li a{
	font-size: 20px;
}
.rt-footer-style2 .rt-footer-line{
	background: #444D64;
}
.rt-footer-style2 .copyright, 
.rt-footer-style2 .copyright a{
	color: #C1C5D1;
}
.rt-footer-style2 .copyright a:hover{
	color: #fff;
}
/*---------------------------------------------
#. Widgets - Sidebar
-----------------------------------------------*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}
.header-search-form input:-webkit-autofill,
.header-search-form input:-webkit-autofill:hover, 
.header-search-form input:-webkit-autofill:focus, 
.header-search-form input:-webkit-autofill:active
{
	-webkit-box-shadow: 0 0 0 40px #ffffff inset !important;
}
.widget select {
	background-color: var(--docfi-white-color);
	border: 1px solid var(--docfi-border-color);
	border-radius: 0;
	padding: 12px 13px;
	width: 100%;
	outline: none;
}
.widget > select {
	margin-top: 10px;
}
.widget ul li a {
	color: var(--docfi-body-color);
	display: inline;
}
.widget ul li a:hover {
	color: var(--docfi-heading-color);
}
.widget_recent_entries ul li span {
	display: block;
}
.sidebar-widget-area{
	overflow: hidden;
	position: relative;
	background: var(--docfi-grey-color-1);
	border-radius: 20px;
	padding: 50px 42px;
}
.sidebar-widget-area .widget {
    margin-bottom: 45px;
}
@media(max-width: 480px) {
	.sidebar-widget-area {
		padding-left: 24px;
		padding-right: 24px;
	}
}
.sidebar-widget-area .widget .widgettitle {
	font-size: 22px;
	margin-bottom: 20px;
}
.sidebar-widget-area .widget:last-child {
	margin-bottom: 0;
}
.sidebar-widget-area .widget ul{
	display: block;
	overflow: hidden;
}
.sidebar-widget-area .widget ul li {
	margin: 0 0 13px;
	position: relative;
	color: var(--docfi-headding-color);
}
.sidebar-widget-area .widget_categories ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar-widget-area .widget_categories ul li{
	position: relative;
	padding-left: 20px;
	color: var(--docfi-headding-color);
}
.sidebar-widget-area .widget_categories ul li::before{
	position: absolute;
	left: 0;
	top: 12px;
	background: var(--docfi-primary-color);
	width: 5px;
	height: 5px;
	border-radius: 5px;
	content: "";
}

.sidebar-widget-area .widget ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.sidebar-widget-area .widget ul li a {
	position: relative;
	display: inline-flex;
	background-image: -webkit-gradient(linear, left top, right top, from(var(--docfi-primary-color)), color-stop(50%, var(--docfi-primary-color)), color-stop(50%, #000));
	background-image: linear-gradient(to right, var(--docfi-primary-color), var(--docfi-primary-color) 50%, #000 50%);
	background-size: 200% 100%;
	background-position: -100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
}
.sidebar-widget-area .widget ul li a:hover {
	background-position: 0;
}
.sidebar-widget-area .widget_nav_menu ul ul.sub-menu li:last-child,
.sidebar-widget-area .widget_categories ul ul.children li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.sidebar-widget-area .widget ul li.active a {
	color: var(--docfi-heading-color);
}
.sidebar-widget-area .widget ul li ul.children li:last-child,
.sidebar-widget-area .widget ul li ul.sub-menu li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/*Sidebar service widget*/
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li {
    border: none;
    padding: 0;
    margin-bottom: 5px;
}
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li:last-child {
    margin-bottom: 0;
}
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li a {
	position: relative;
	display: block;
	background-color: var(--docfi-grey-color-1);
	color: var(--docfi-heading-color);
    padding: 16px 55px 16px 24px;
    font-weight: 600;
    z-index: 1;
}
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li a:before {
    position: absolute;
    right: 24px;
    color: var(--docfi-primary-color);
    border-left: 1px solid var(--docfi-primary-color);
    padding-right: 0;
    padding-left: 8px;
}
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li.current-menu-item a {
    background-color: var(--docfi-primary-color);
    color: var(--docfi-white-color);
}
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li a:hover,
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li a:hover:before,
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li.current-menu-item a:before {
	color: var(--docfi-white-color);
	border-color: var(--docfi-white-color);
}
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li a::after {
    content: "";
    height: 100%;
    width: 0;
    background-color: var(--docfi-primary-color);
    color: var(--docfi-white-color);
    position: absolute;
    bottom: 0;
    left: 100%;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li a:hover::after {
    width: 100%;
    left: 0%;
    transition: width 0.4s ease;
    visibility: visible;
    opacity: 1;
}
.sidebar-widget-area .sidebar-service.widget_nav_menu ul li a:hover:before {
    animation: toRightFromLeft 0.5s forwards;
}
/*Contact address widget*/
.sidebar-widget-area .widget_docfi_contact {
	background-color: var(--docfi-grey-color-1);
	padding: 45px 50px 54px;
}
.sidebar-widget-area .widget_docfi_contact .contact-address {
	text-align: center;
}
.sidebar-widget-area .widget_docfi_contact .contact-address h4 {
	font-size: 24px;
	line-height: 1.6;
}
.sidebar-widget-area .widget_docfi_contact .contact-address a {
	background-color: var(--docfi-primary-color);
    color: var(--docfi-white-color);
    padding: 11px 30px;
    display: inline-flex;
    column-gap: 5px;
    font-size: 22px;
    font-weight: 600;
}
@media(max-width:375px) {
	.sidebar-widget-area .widget_docfi_contact {
		padding: 30px;
	}
	.sidebar-widget-area .widget_docfi_contact .contact-address a {
		font-size: 18px;
	}
}
/*Sidebar block widget*/
.sidebar-widget-area .widget_block h2 {
	display: block;
	position: relative;
	color: var(--docfi-heading-color);
	font-size: 22px;
	margin-bottom: 25px;
	line-height: 1.4;
	z-index: 2;
}
.sidebar-widget-area ol.wp-block-latest-comments {
	padding-left: 0;
}
.sidebar-widget-area .wp-block-latest-comments__comment {
	font-size: 17px;
	line-height: 1.6;
	list-style: none;
	margin-bottom: 1em;
}
.widget_search .wp-block-search .wp-block-search__label {
	display: none;
}
.wp-block-search .wp-block-search__label {
	font-size: 20px;
	font-weight: 500;
}
.wp-block-search input {
	border-radius: 6px;
	border: 1px solid var(--docfi-border-color);
	color: var(--docfi-body-color);
	background-color: var(--docfi-light-color-6);
	font-size: 15px;
	outline: none;
}
.wp-block-search .wp-block-search__button {
	color: var(--docfi-white-color);
	background-color: var(--docfi-heading-color);
	border-radius: 6px;
	border: none;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease;
}
.wp-block-search .wp-block-search__button:hover {
	color: var(--docfi-white-color);
	background-color: var(--docfi-primary-color);
}
.sidebar-widget-area ul.wp-block-categories li, 
.sidebar-widget-area ul.wp-block-archives li {
	width: 100%;
	float: left;
	line-height: 1.6;
	text-align: right;
}
.sidebar-widget-area ul.wp-block-categories li a, 
.sidebar-widget-area ul.wp-block-archives li a {
	float: left;
}
.wp-block-categories li ul.children, 
.wp-block-archives li ul.children {
	padding-left: 17px;
	float: left;
	width: 100%;
	margin-top: 9px;
	padding-top: 9px;
	margin-left: 0;
	list-style: none;
}
.wp-block-categories li,
.wp-block-archives li {
	width: 100%;
	float: left;
	line-height: 1.6;
	text-align: right;
	margin: 0 0 13px;
	position: relative;
	transition: all 140ms ease-in-out;
}
.wp-block-categories li:last-child,
.wp-block-archives li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.wp-block-categories li a,
.wp-block-archives li a {
	float: left;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	color: var(--docfi-body-color);
	display: inline;
	transition: all 140ms ease-in-out;
}
.wp-block-categories li a:hover,
.wp-block-archives li a:hover {
	color: var(--docfi-primary-color);
}
.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
	background-color: var(--docfi-white-color);
	border: 1px solid var(--docfi-border-color);
	border-radius: 0;
	margin-bottom: 10px;
	padding: 14px 13px;
	width: 100%;
	outline: none;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 98%;
}
.wp-block-latest-comments li a {
	color: var(--docfi-meta-color);
}
.wp-block-latest-comments li a:hover {
	color: var(--docfi-primary-color);
}
.wp-block-query .wp-block-post-template .wp-block-post{
	margin-bottom: 30px;
}
.wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-title{
	margin-bottom: 10px;
}
.wp-block-post-comments-form input:not([type="submit"]),
.wp-block-post-comments-form textarea {
	border: 1px solid #D9D9D9;
	border-radius: 10px;
}
/*Search widget*/
.search-form {
	margin-bottom: 0;
	padding-top: 0;
}
.search-form .input-group input {
    color: var(--docfi-body-color);
    font-size: 15px;
    height: 60px;
    padding: 5px 20px;
    outline: none;
	border-radius: 60px;
	background: transparent;
}
.search-form .input-group button {
	width: 60px;
    height: 60px;
    border-radius: 0;
    background-color: var(--docfi-primary-color);
    color: var(--docfi-white-color);
    font-size: 20px;
    border: none;
    transition: all 0.3s ease;
    line-height: 1;
    z-index: 1;
	border-radius: 0 60px 60px 0;
}
.search-form .input-group button i{
	font-size: 24px;
}
.search-form .input-group button:focus {
	outline: none;
	box-shadow: none;
}
.search-form .input-group button:hover {
	background-color: var(--docfi-heading-color);
}
.search-form input:focus {
	outline: none;
	box-shadow: none;
	border-color: var(--docfi-primary-color);
	background: var(--docfi-grey-color-1);
}
.search-form input.search-submit {
	width: 100%;
}
.widget_search .search-form input.form-control::-webkit-input-placeholder {
	color: var(--docfi-body-color);
}
.widget_search .search-form input.form-control:-ms-input-placeholder {
	color: var(--docfi-body-color);
}
.widget_search .search-form input.form-control:-moz-placeholder {
	color: var(--docfi-body-color);
}
.mobile-header-search .custom-search-input input {
	border: 1px solid #dcdcdc;
	border-radius: 0px;
	box-shadow: none;
	float: left;
	height: 40px;
	padding: 0 25px 0 12px;
	width: 100%;
}
.mobile-header-search .custom-search-input button {  
	background: transparent;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	color: #646464;
	font-size: 16px;
	position: absolute;
	top: 0;	
	transition: all 0.5s ease;	
	padding: 8px 18px 8px 17px;
	right: 15px;
}
.mobile-header-search .custom-search-input button:hover {
	color: var(--docfi-primary-color);
}
.mobile-header-search .custom-search-input .btn {
	z-index: 5;
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label, 
.input-group>.custom-select:focus, 
.input-group>.form-control:focus {
	z-index: 0;
}
.sidebar-widget-area .widget.rt-news-box .rt-widget-title-holder {
	margin-bottom: 0;
}
/*Recent comment widget*/
.sidebar-widget-area .widget_recent_comments ul li.recentcomments {
	position: relative;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments:last-child {
	margin-bottom: 0;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments > a:before {
	display: none;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments > span {
	position: relative;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments > a {
	padding-left: 0;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments:hover > span:before {
	background-color: var(--docfi-primary-color);
}
.sidebar-widget-area .widget_recent_entries ul li .post-date {
	color: #535151;
	font-size: 14px;
}
/*widget rss*/
.sidebar-widget-area .widget_rss .widgettitle a {
	color: var(--docfi-heading-color);
}
.sidebar-widget-area .widget_rss .rss-widget-icon {
	margin-right: 7px;
	position: relative;
	top: -3px;
}
.sidebar-widget-area .widget_rss ul li {
	position: relative;
	line-height: 1.6;
	color: var(--docfi-meta-color);
	transition: all 0.3s ease-out;
}
.sidebar-widget-area .widget_rss ul li a {
	padding-left: 0;
	font-weight: 600;
}
.sidebar-widget-area .widget_rss ul li a:hover {
	padding-left: 0;
}
.sidebar-widget-area .widget_rss ul li a:before {
	display: none;
}
.sidebar-widget-area .widget_rss ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 20px;
}
.sidebar-widget-area .widget_rss cite {
	color: var(--docfi-heading-color);
	font-weight: 500;
}
/*---widget text css---*/
.widget_text .textwidget strong {
	font-weight: 500;
}
/*---Accesspress tag css---*/
.sidebar-widget-area .widget_tag_cloud .tagcloud,
.sidebar-widget-area .widget_product_tag_cloud .tagcloud {
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
}
.sidebar-widget-area .widget_tag_cloud a,
.sidebar-widget-area .widget_product_tag_cloud a {
	color: var(--docfi-heading-color);
	display: inline-block;
	font-size: 15px !important;
	padding: 3px 18px;
	border: 1px solid #D9D9D9;
	border-radius: 50px;
}
.sidebar-widget-area .widget_tag_cloud a:hover,
.sidebar-widget-area .widget_product_tag_cloud a:hover {
	background-color: var(--docfi-primary-color);
	color: var(--docfi-white-color);
	border-color: var(--docfi-primary-color);
}
/*post box*/
.post-box-style .rt-news-box-widget {
	position: relative;
	padding-bottom: 30px;
}
.post-box-style .rt-news-box-widget:last-child {
	padding-bottom: 0;
}
.post-box-style .item-list {
	display: flex;
	align-items: center;
}
.post-box-style .post-box-img {
	position: relative;
	margin-right: 15px;
	overflow: hidden;
	max-width: 80px;
	border-radius: 50%;
}
.post-box-style .item-list .post-box-img img {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.post-box-style .post-box-img a{
	display: block;
}
.post-box-style .item-list:hover .post-box-img img {
	-webkit-transform: scale(1.2);
		transform: scale(1.2);
		-webkit-transform-origin: left center;
		transform-origin: left center;
}
.post-box-style .topic-box {
	margin-bottom: 12px;
	position: relative;
}
.post-box-style .topic-box img {
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.post-box-style .topic-box:hover img {
	transform: scale(1.08) rotateY(0deg);
}
.post-box-style .topic-box .rt-wid-post-img {
	border-radius: 10px;
	margin-bottom: 10px;
	display: inline-block;	
	overflow: hidden;
}
.post-box-style .post-content .entry-title {
	font-size: 17px;
	margin-bottom: 0px;
	line-height: 1.5;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.post-box-style .post-content .entry-title a{
	color: var(--docfi-headding-color);
}
.post-box-style .post-content .entry-title a:hover {
	color: var(--docfi-primary-color);
}
.post-box-style .meta-wrap {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 12px;
    letter-spacing: 0.2px;
    font-size: 14px;
    color: var(--docfi-meta-color);
    line-height: 1.3;
    margin-bottom: 5px;
}
.post-box-style .entry-cat {
	display: table;
}
.post-box-style .entry-cat a {
	color: var(--docfi-meta-color);
}
.post-box-style .entry-cat a:hover {
	color: var(--docfi-primary-color);
}
.post-box-style .meta-wrap i {
	margin-right: 4px;
}
/*About address*/
.sidebar-widget-area .widget .corporate-address li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	color: var(--docfi-meta-color);
}
.sidebar-widget-area .widget .corporate-address li i {
	color: var(--docfi-primary-color);
    padding: 0px 15px 10px 0;
    width: 36px;
    display: inline-block;
}
.sidebar-widget-area .widget .corporate-address li i.fa-map-marker {
	color: var(--docfi-primary-color);
	font-size: 18px;
	padding: 0px 24px 10px 0;
}
.sidebar-widget-area .widget .corporate-address li a {
	color: var(--docfi-meta-color);
	line-height: 34px;
	transition: all ease 0.31s;
}
.sidebar-widget-area .widget .corporate-address li a:before {
	content: "";	
	margin-right: 0px;
	display: none;
}
/*Categories and Archive widget*/
.sidebar-widget-area .widget_categories ul li, 
.sidebar-widget-area .widget_archive ul li {
	width: 100%;
	float: left;
}
.sidebar-widget-area .widget_categories ul li:last-child, 
.sidebar-widget-area .widget_archive ul li:last-child {
	padding-bottom: 0px;
}
.sidebar-widget-area .widget_categories ul li a, 
.sidebar-widget-area .widget_archive ul li a {
	float: left;
}
.sidebar-widget-area .widget ul li ul.children,
.sidebar-widget-area .widget ul li ul.sub-menu {
	padding-left: 17px;
	padding-top: 13px;
	margin-left: 0;
	float: left;
	width: 100%;
}
.sidebar-widget-area .widget.widget_pages ul li ul.children,
.sidebar-widget-area .widget.widget_nav_menu ul li ul.sub-menu {
	float: inherit;
	width: inherit;
}
@media(max-width:1199px) {
	.sidebar-widget-area .widget ul li ul.children,
	.sidebar-widget-area .widget ul li ul.sub-menu {
		padding-left: 5px;
	}
}
.product-categories li {
	display: flex;
    align-items: center;
    column-gap: 5px;
}
.rt_footer_social_widget .footer-social {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rt_footer_social_widget .footer-social a {
	color: #1877F2;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background: #F2F8FF;
}
.rt_footer_social_widget .footer-social a:hover {
	color: #1877F2;
}
.rt_footer_social_widget .footer-social a:hover i {
	-webkit-animation: toBottomFromTop 0.5s forwards;
	animation: toBottomFromTop 0.5s forwards;
}
.rt_footer_social_widget .footer-social .twitter a {
	color: #1DA1F2;
	background: #F3FBFF;
}
.rt_footer_social_widget .footer-social .twitter a:hover i{
	color: #1DA1F2;
}
.rt_footer_social_widget .footer-social .pinterest a {
	color: #833AB4;
	background: #FCF7FF;
}
.rt_footer_social_widget .footer-social .pinterest a:hover i {
	color: #833AB4;
}
.rt_footer_social_widget .footer-social .pinterest a {
	color: #E60023;
	background: #FFF9FA;
}
.rt_footer_social_widget .footer-social .pinterest a:hover i {
	color: #E60023;
}
/*-------------------------------------
#. EL: Custom widget Category
---------------------------------------*/
.rt-widget-category-style1 .rt-item {
    position: relative;
    text-align: center;
    overflow: hidden;
}
/*category style 1*/ 
.rt-widget-category-style1 .rt-item .rt-cat-name {
    overflow: hidden;
    margin-bottom: 10px;
    color: var(--docfi-body-color);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.6px;
    transition: all 0.3s ease;
}
.rt-widget-category-style1 .rt-item:last-child {
    margin-bottom: 0;
}
.rt-widget-category-style1 .rt-item .rt-content {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 6px;
    justify-content: space-between;
    background-color: var(--docfi-grey-color-1);
    padding: 10px 20px;
    z-index: 2;
}
.rt-widget-category-style1 .rt-item .rt-cat-count {
    color: var(--docfi-meta-color);
    background-color: var(--docfi-white-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-weight: 600;
    border-radius: 50%;
    transition: all ease 0.31s;
}
.rt-widget-category-style1 .rt-item:hover .rt-cat-count {
    color: var(--docfi-white-color);
    background-color: var(--docfi-primary-color);
}
.rt-widget-category-style1 .rt-item.space {
    margin-bottom: 6px;
}
.rt-widget-category-style1 .rt-item.space:last-child {
    margin-bottom: 0;
}
.rt-widget-category-style1 .rt-item .rt-cat-name {
    margin-bottom: 0;
}
/*category style 1*/ 
.rt-widget-category-style2 ul li {
	text-align: right;
}
.rt-widget-category-style2 ul li a {
	float: left;
}
/*calendar sidebar*/
.sidebar-widget-area .widget_calendar caption {
	caption-side: initial;
	text-align: center;
	font-weight: 500;
	background: var(--docfi-primary-color);
	color: #ffffff;
	padding: 10px 7px;
	margin-top: 0px;
}
.sidebar-widget-area .widget_calendar table th,
.sidebar-widget-area .widget_calendar table td {
	color: var(--docfi-body-color);
}
.sidebar-widget-area .widget_calendar table th {
	font-weight: 500;
}
.sidebar-widget-area .widget_calendar table td#today {
	background: var(--docfi-primary-color);
	color: #ffffff;
}
.sidebar-widget-area .widget_calendar table td#today a {
	color: #ffffff;
}
.sidebar-widget-area .widget_calendar td a {
	color: var(--docfi-primary-color);
}
.sidebar-widget-area .widget_calendar a:hover {
	color: var(--docfi-primary-color);
}
/*Image Gallery*/
.gallery .gallery-item {
	margin: 0;
	text-align: center;
}
.gallery .gallery-item .gallery-icon {
	margin: 5px;
}
.gallery .gallery-item .gallery-caption {
	font-size: 13px;
}
/*Image widget*/
.sidebar-widget-area .widget.widget_media_image {
	padding: 0;
}
/*Social widget*/
.sidebar-widget-area .rt-about-widget ul.footer-social {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.sidebar-widget-area .rt-about-widget ul.footer-social li {
	display: inline-block;
	margin: 0 5px 5px 0;
	border: none;
	padding: 0;
	line-height: 1;
}
.sidebar-widget-area .rt-about-widget ul.footer-social li a {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    font-size: 15px;
    text-align: center;
    color: var(--docfi-body-color);
    background: var(--docfi-grey-color-1);
}
.sidebar-widget-area .rt-about-widget ul.footer-social li a:hover {
	background-color: var(--docfi-primary-color);
	color: var(--docfi-white-color);
	padding-left: 0;
}
.sidebar-widget-area .rt-about-widget ul.footer-social li a:before {
	display: none;
}
/*Widget gallery*/
.sidebar-widget-area .widget.widget_media_gallery {
	background: transparent;
	box-shadow: none;
	padding: 0;
}
.sidebar-widget-area .widget.widget_media_gallery .gallery-size-thumbnail {
	margin-bottom: 0;
}
/*Instagram Feed*/
.sidebar-widget-area .widget.widget_instagram-feed-widget {
	background: transparent;
	box-shadow: none;
	padding: 0;
}
.sidebar-widget-area .widget.widget_instagram-feed-widget .sbi_small {
	padding-bottom: 0 !important;
}
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before,
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: all ease 0.8s;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before {
	background: rgba(41, 98, 255, 0.7);
	height: 0;
	width: 0;
}
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::after {
	content: "\f16d";
	width: 100%;
	height: 100%;
	font-family: "Font Awesome 5 Brands";
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::after {
	opacity: 1;
	visibility: visible;
	transition-delay: 0.1s;
}
#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::before {
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
}
#sb_instagram .sbi_photo_wrap {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
	padding: 5px !important;
}
@media(max-width: 480px) {
	#sb_instagram #sbi_images {
		padding: 0 !important;
	}
	#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
		width: 50%;
	}
}
/*-----------------------------------------------------
#. Banner
------------------------------------------------------*/
body.bbpress .entry-banner{
	background-color: #FFFBEB;
}
.entry-banner {
	background-color: var(--docfi-grey-color-2);
	position: relative;
	overflow: hidden;
}
.entry-banner.opacity-on {
	background-color: #EBEDFF;
}
.entry-banner .entry-banner-content {
	position: relative;
	padding: 205px 0 190px;
	text-align: center;
}
.entry-banner .entry-banner-content h1 {
	color: var(--docfi-heading-color);
	font-size: 40px;
	margin-bottom: 10px;
	line-height: 1.4;
}
.entry-banner .entry-banner-content h1 a {
	color: var(--docfi-heading-color);
}
.entry-banner .entry-banner-content h1 a:hover {
	color: var(--docfi-body-color);
}
.tr-header .entry-banner .entry-banner-content h1 a,
.tr-header .entry-banner .entry-banner-content h1{
	color: var(--docfi-white-color);
}


.breadcrumb-area {
	background: #F9F9FF;
	padding: 12px 0;
	position: relative;
	z-index: 1;
}
.breadcrumb-area .entry-breadcrumb span a {
	color: #666666;
}
.breadcrumb-area .entry-breadcrumb span a:hover {
	color: var(--docfi-heading-color);
}
.breadcrumb-area .entry-breadcrumb span .fa-home {
	margin-right: 4px;
}
.breadcrumb-area .entry-breadcrumb .current-item,
.breadcrumb-area .entry-breadcrumb span.current {
	color: var(--docfi-heading-color);
}
.entry-banner .entry-breadcrumb .delimiter {
	color:var(--docfi-meta-color);
	padding: 0 7px;
	font-size: 14px;
	font-style: normal;
}
.entry-banner .entry-breadcrumb .dvdr {
	color: var(--docfi-meta-color);
	padding: 0 2px;
}
.entry-banner.opacity-on .entry-breadcrumb .dvdr {
	color: var(--docfi-meta-color);
}
@media(max-width:991px) {
	.entry-banner .entry-banner-content {
		padding: 100px 0 !important;
	}
}
@media(max-width:767px) {
	.entry-banner .entry-banner-content h1 {
		font-size: 36px;
	}
}
.banner-text {
	line-height: 1.4;
}
.site-main .entry-breadcrumb .current {
	color: var(--docfi-primary-color);
}
.entry-banner .banner-shape1 {
	position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    background-color: var(--docfi-primary-color);
    width: 272px;
    height: 87px;
    z-index: 1;
    -webkit-mask: var(--docfi-banner-shape1);
    mask: var(--docfi-banner-shape1);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.entry-banner .banner-shape2 {
	position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    background-color: var(--docfi-primary-color);
    width: 295px;
    height: 108px;
    z-index: 1;
    -webkit-mask: var(--docfi-banner-shape2);
    mask: var(--docfi-banner-shape2);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
@media(max-width: 1199px) {
	.entry-banner .banner-shape1,
	.entry-banner .banner-shape2 {
		height: 80px;
	}
}
@media(max-width: 767px) {
	.entry-banner .banner-shape1,
	.entry-banner .banner-shape2 {
		height: 50px;
	}
}
/*-------------------------------------
#. Contents
---------------------------------------*/
.rt-cat-description {
	background-color: var(--docfi-grey-color-1);
	border-radius: 6px;
	padding: 30px 30px 10px;
    margin-bottom: 24px;
}
.right-sidebar .rt-cat-description {
	margin-right: 10px;
}
.left-sidebar .rt-cat-description {
	margin-left: 10px;
}
.rt-cat-description .cat-title {
	margin-bottom: 12px;
}
@media(max-width: 1199px) {
	.right-sidebar .rt-cat-description {
		margin-right: 0;
	}
	.left-sidebar .rt-cat-description {
		margin-left: 0;
	}
}
form.post-password-form label > input {
	background: #ffffff;
	border: 1px solid #e7e7e7;
	padding: 10px 8px;
}
form.post-password-form input[type="submit"] {
	background: var(--docfi-primary-color);
	color: #ffffff;
	font-weight: 500;
	outline: none;
	transition: all ease 0.31s;
}
form.post-password-form input[type="submit"]:hover {
	background: var(--docfi-secondary-color);
	color: #ffffff;
}
/*-------------------------------------
#. Single Content
---------------------------------------*/
/*reading progressbar*/
@media(min-width: 992px) {
	.single.admin-bar .docfi-progress-container {
		top: 32px;
	}
}
.single .docfi-progress-container {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 999999;
}
.single .docfi-progress-bar {
	height: 4px;
	background: linear-gradient(90deg, var(--docfi-primary-color) 0%, var(--docfi-secondary-color) 100%);
	width: 0%;
}
.single .docfi-progress-container.bottom {
	bottom: 0;
	top: initial;
}
/*post scroll seperator*/
.single-post .ajax-scroll-post > .type-post {
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 70px;
}
.single-post .ajax-scroll-post > .type-post:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 10px;
	width: 100%;
	background: linear-gradient(90deg, var(--docfi-primary-color) 0%, var(--docfi-light-color) 100%);
}
.single-post .ajax-scroll-post > .type-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.single-post .ajax-scroll-post > .type-post:last-child:after {
	display: none;
}
/*post header title*/
.rt-comments-area{
	padding-top: 115px;
	padding-bottom: 120px;
	background: var(--docfi-grey-color-4);
}
.single-post .entry-content img,
.single-post .format-gallery img,
.single-post .entry-thumbnail-area img {
	border-radius: 10px;
}
.content-area {
	padding-top: 120px;
	background-repeat: no-repeat;
}
.entry-header .entry-title {
	font-size: 40px;
	margin-bottom: 28px;
	line-height: 1.4;
}
.entry-header ul.entry-meta {
	padding: 0px;
	margin: -5px 0 10px;
	list-style: none;
}
.entry-header ul.entry-meta li {
	display: inline;
    color: var(--docfi-meta-color);
    font-size: 18px;
    margin-right: 18px;
    position: relative;
    letter-spacing: 0.2px;
    text-transform: capitalize;
	position: relative;
}
.entry-header ul.entry-meta li SVG{
	position: relative;
	top: -2px;
}
.entry-header ul.entry-meta li:last-child {
	margin-right: 0;
}
.entry-header ul.entry-meta li i {
    padding-right: 8px;
}
.entry-header ul.entry-meta li a {
	color: var(--docfi-meta-color);
}
.entry-header ul.entry-meta li a:hover {
	color: var(--docfi-primary-color);
}
.entry-header ul.entry-meta li.item-author a {
    color: var(--docfi-heading-color);
    font-weight: 600;
}
.entry-header ul.entry-meta li.item-author a:hover {
	color: var(--docfi-primary-color);
}
.entry-header ul.entry-meta li .view-number {
    color: var(--docfi-heading-color);
    font-weight: 600;
    transition: all ease 0.31s;
}
@media(max-width: 1199px) {
	.entry-header .entry-title {
		font-size: 36px;
		line-height: 1.3;
	}
}
@media(max-width: 1199px) {
	.entry-header .entry-title {
		font-size: 30px;
	}
}

/*post video*/
.single-post .embed-responsive-16by9 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 50px;
}
.single-post .embed-responsive-16by9 .embed-responsive-item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 0;
}
.single-post .embed-responsive-16by9::before {
	padding-top: 56.25%;
}
.single-post .embed-responsive-16by9 iframe {
	border-radius: 4px;
}
figure.is-type-video {
	border-radius: 4px;
	overflow: hidden;
}
/*post social style*/
.post-share .share-links {
	display: inline-block;
}
.post-share .share-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	color: #8D8D8D;
	position: relative;
	margin-bottom: 5px;
	margin-right: 15px;
}
.post-share .share-links a:hover{
	color: var(--docfi-primary-color);
}
.post-share .share-links a:last-child {
	margin-right: 0;
}
.post-share .share-links .social-text {
	display: none;
}

/*post content*/
.entry-content .single-post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.entry-content .single-post-list li {
	font-weight: 600;
	position: relative;
	margin-bottom: 4px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: var(--docfi-black-color);
}
.entry-content .single-post-list li:before {
	content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: var(--docfi-primary-color);
    line-height: 1;
    padding-right: 10px;
}
/*post footer meta*/
.entry-footer .entry-footer-meta {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 50px;
	padding-top: 30px;
	padding-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid var(--docfi-border-color);
	border-bottom: 1px solid var(--docfi-border-color);
}
@media(max-width: 767px) {
	.entry-footer .entry-footer-meta {
		display: block;
	}
	.entry-footer .entry-footer-meta .post-share {
		margin-top: 20px;
	}
}
.entry-footer .meta-title {
	font-size: 15px;
    margin-right: 14px;
    margin-bottom: 0;
    display: inline-block;
	font-weight: 600;
	color: var(--docfi-heading-color);
}
.meta-tags a {
	border: 1px solid #D9D9D9;
	border-radius: 30px;
	padding: 7px 10px;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #191D27;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
}
.meta-tags a:last-child{
	margin-right: 0;
}
.meta-tags a:hover {
	background: var(--docfi-primary-color);
	color: #ffffff;
	border-color: transparent;
}
/*Post author*/
.about-author {	
	display: flex;
	background-color: var(--docfi-grey-color-1);
	border-radius: 10px;
	padding: 60px;
	margin-bottom: 50px;
	margin-top: 50px;
}
.about-author .pull-left {
	padding-right: 25px;
	width: 250px;
}
.about-author .pull-left img {
	border-radius: 100%;
}
@media(max-width:480px) {
	.about-author {
		display: inherit;
		padding: 30px;
	}
	.about-author .pull-left {
		width: 100px;
		padding-right: 0;
		margin-bottom: 20px;
	}
}
.about-author .author-title {
	font-size: 20px;
	margin-bottom: 3px;
	line-height: 1.4;
	text-transform: capitalize;
}
.about-author .author-title a {
	color: var(--docfi-heading-color);
}
.about-author .author-designation {
	font-size: 15px;
	color: var(--docfi-meta-color);
	margin-bottom: 10px;
	text-transform: capitalize;
	font-weight: 500;
	line-height: 1.2;
}
.about-author .author-bio {
	font-size: 16px;
}
.about-author ul.author-box-social {
	list-style: none;
	margin: 18px 0 0 0;
	padding: 0;
	text-align: left;
}
.about-author ul.author-box-social li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.about-author ul.author-box-social li a {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 15px;
    color: var(--docfi-primary-color);
    background-color: var(--docfi-white-color);
	border-radius: 4px;
}
.about-author ul.author-box-social li a:hover {
	background-color: var(--docfi-primary-color);
	color: var(--docfi-white-color);
}
.about-author ul.author-box-social li:last-child {
	margin-right: 0px;
}
/*next post & prev post*/
.post-navigation {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 24px;
}
.post-navigation .text-right i {
	font-size: 12px;
	padding-left: 8px;
}
.post-navigation .text-left i {
	font-size: 13px;
    padding-right: 8px;
}
.post-navigation .text-right {
	text-align: right;
}
.post-detail-style2 .post-navigation {
	margin-bottom: 50px;
}
.post-navigation .prev-article,
.post-navigation .next-article {
	display: inline-flex;
	align-items: center;
	font-size: 15px;
	color: var(--docfi-body-color);
	text-transform: capitalize;
	letter-spacing: 0.2px;
}
.post-navigation svg{
	position: relative;
	top: -1px;
}
.post-navigation a {
	color: var(--docfi-heading-color);
	font-weight: 500;
}
.post-navigation .prev-article svg,
.post-navigation .next-article svg{
	transition: 0.4s;
}
.post-navigation .prev-article:hover i,
.post-navigation .next-article:hover i,
.post-navigation .prev-article:hover svg,
.post-navigation .next-article:hover svg,
.post-navigation a:hover {
	fill: var(--docfi-primary-color);
	color: var(--docfi-primary-color);
}
.post-navigation .prev-article svg {
	margin-left: 10px;
}
.post-navigation .next-article svg {
	margin-right: 10px;
}
.post-navigation .post-nav-title {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 1.6;
}
.post-navigation .post-nav-title a {
	color: var(--docfi-heading-color);
}
.post-navigation .post-nav-title a:hover {
	color: var(--docfi-primary-color);
}
.page-links {
	padding-top: 12px;
	font-size: 20px;
	font-weight: 500;
	color: var(--docfi-heading-color);
	margin-right: 10px;
	line-height: 1.3;
}
.page-links .page-number {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--docfi-heading-color);
    background: var(--docfi-grey-color-1);
    border-radius: 5px;
    padding: 0;
    height: 35px;
    width: 35px;
    font-size: 16px;
    font-weight: 600;
}
.page-links span.current .page-number,
.page-links a.post-page-numbers:hover .page-number {
	background-color: var(--docfi-primary-color);
    color: #ffffff;
}
.page-links a .page-number {
	transition: all ease 0.31s;
}
/*-------------------------------------
#. Comments
---------------------------------------*/
.comment-respond {
	background-color: var(--docfi-grey-color-1);
	padding: 40px;
	border-radius: 10px;
}
.comment-respond > h3 {
	display: block;
	position: relative;
	font-size: 24px;
	margin-bottom: 6px;
	line-height: 1.4;
}
.comments-area ul {
	list-style-type: none;
	padding: 0;
}
.comments-area > ul.comment-list {
	margin-bottom: 30px;
}
.comments-area h3.comment-num {
	color: var(--docfi-heading-color);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 35px;
	position: relative;
}
.comments-area h3.comment-num:after {
	background: var(--docfi-primary-color);
	content: "";
	display: block;
	height: 3px;
	left: 0;
	margin: 5px 0 0;
	top: 0;
	width: 80px;
}
.comments-area .comment-form {
	margin-top: 0px;
}
.comments-area .main-comments .imgholder {
	float: left;
}
.comments-area .main-comments .imgholder img {
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 0px;
	max-width: 60px;
	height: 60px;
	border-radius: 60px;
}
.comments-area .main-comments .comment-meta {
	font-size: 15px;
}
@media(max-width: 767px) {
	.comments-area .main-comments .comment-meta {
		display: flow-root;
	}
}
.comments-area .main-comments .comment-meta .comment-author-name {
	color: var(--docfi-meta-color);
	font-size: 15px;
	margin-bottom: 6px;
}
@media(max-width:375px) {
	.comments-area .main-comments .comment-meta .comment-author-name {
		display: block;
	}
}
.comments-area .main-comments .comment-meta .comment-author-name > h4 {
	color: var(--docfi-heading-color);
	margin-bottom: 0;
	text-transform: capitalize;
	font-weight: 500;
}
.comments-area .main-comments .comment-meta .comment-author-name a {
	color: var(--docfi-heading-color);
}
.comments-area .main-comments .comment-meta .comment-author-name a:hover{
	color: var(--docfi-primary-color);
}
.comments-area .main-comments .replay-area {
	margin-top: 16px;
	min-width: 80px;
	text-align: right;
	position: relative;
}

.comments-area .main-comments .replay-area svg{
	position: absolute;
	right: 0;
	top: 8px;
	z-index: 0;
	transition: 0.4s;
}
.comments-area .main-comments .replay-area:hover svg {
	fill: var(--docfi-primary-color);
}
.comments-area .main-comments .replay-area a {
    color: var(--docfi-heading-color);
	position: relative;
	z-index: 2;
	padding-right: 22px;
}
.comments-area .main-comments .replay-area a:hover {
	color: var(--docfi-primary-color);
}
.main-comments .each-comment {
	margin-bottom: 35px;
}
.comments-area .main-comments .comments-body {
	display: flex;
	justify-content: space-between;
}
.comments-area .main-comments .comments-body p {
	margin-bottom: 5px;
	margin-top: 15px;
}
.comments-area .main-comments .comment-respond {
	margin-top: 0px;
	margin-bottom: 70px;
}
.comments-area .reply-separator {
	margin-top: 40px;
	padding-top: 50px;
}
.main-comments ul.children {
	margin-left: 50px;
	padding: 0;
}
.comments-area .main-comments .comment-text li {
	border-top: none;
}
@media(max-width: 1200px) {
	.main-comments ul.children {
		margin-left: 30px;
	}
	.call-to-action-section .cta-check-list .ff-el-input--content {
		flex-wrap: wrap;
	}
	.call-to-action-section .cta-check-list .ff-el-form-check:last-child{
		padding-left: 0;
	}
	.footer-area .widgettitle {
		font-size: 24px;
	}
	.explore-topics-card .explore-topics-header {
		display: block !important;
	}
	.explore-topics-card .explore-topics-header .title-area{
		margin-bottom: 10px;
	}
}
@media(max-width: 575px) {
	.main-comments ul.children {
		margin-left: 10px;
	}
	.comments-area .main-comments .imgholder img {
		max-width: 60px;
		margin-right: 10px;
	}
	.comments-area .main-comments .imgholder {
		float: inherit;
		margin-bottom: 12px;
	}
}
.avatar-disabled .main-comments ul.children {
	margin-left: 50px;
	padding: 0;
}
.no-comments {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-top: 20px;
}
.comment-awaiting-moderation {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.comment-navigation ul {
	margin-top: 30px;
}
.comment-navigation ul li {
	margin-right: 5px;
	margin-top: 0;
}
.comment-navigation ul li a {
	display: inline;
	font-size: 12px;
	height: 49px;
	line-height: inherit;
	padding: 10px;
	width: inherit;
}
.comment-list pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
.comments-area > h3 {
	display: block;
	position: relative;
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1.4;
}

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

@media(max-width: 991px) {
	.admin-author {
		flex-direction: column;
	}
	.admin-author .author-img {
		margin-right: 0;
		margin-bottom: 20px;
	}
}
/* ------------------------
#. Default Blog layout 
---------------------------*/
.wp-block-post-comments-form input[type="submit"] {
	padding: 14px 25px;
	border-radius: 30px;
	background: var(--docfi-primary-color);
	transition: 0.4s;
	font-weight: 600;
}
.wp-block-post-comments-form input[type="submit"]:hover{
	background: var(--docfi-heading-color);
}
@media(max-width: 1024px) {
	body.blog .content-area,
	body.single-post .content-area,
	body.author-admin .content-area {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
@media(max-width: 767px) {
	body.blog .content-area,
	body.single-post .content-area,
	body.author-admin .content-area {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
.blog-box * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.post-detail-style1.single-post .content-area:not(.post-detail-style2){
	padding-bottom: 0 !important;
}
.blog-box {
	position: relative;
	overflow: hidden;
	transition: all 0.31s ease-in-out;
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
}
.blog-box .entry-content .entry-title {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.blog-box .entry-content .entry-title a {
	color: var(--docfi-heading-color);
}
.blog-box .entry-content .entry-title a:hover {
	color: var(--docfi-primary-color);
}
.blog-box .entry-content {
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	border-radius: 0px 0px 20px 20px;
	padding: 28px 28px 40px;
	background: #fff;
	transition: all 0.31s ease-in-out;
}
.blog-layout-3 .blog-box .entry-content {
	padding-bottom: 25px;
}
.blog-box:hover .entry-content {
	border-color: transparent;
}
.blog-box ul.entry-meta {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
.blog-layout-2 .blog-box ul.entry-meta li,
.blog-layout-1 .blog-box ul.entry-meta li {
	font-size: 18px;
}
.blog-box ul.entry-meta li {
	display: inline;
	margin-right: 18px;
	position: relative;
	text-transform: capitalize;
	font-size: 15px;
}
.blog-box ul.entry-meta li svg{
	margin-right: 7px;
	position: relative;
	top: -2px;
}
.blog-box ul.entry-meta li, 
.blog-box ul.entry-meta li a{
	color: var(--docfi-meta-color);
}
.blog-box ul.entry-meta li:last-child {
	margin-right: 0;
}
.blog-box ul.entry-meta li i {
	padding-right: 8px;
}
.blog-box ul.entry-meta li a {
	color: var(--docfi-meta-color);
}
.blog-box ul.entry-meta li a:hover {
	color: var(--docfi-primary-color);
}
.blog-box ul.entry-meta li.post-author a:hover {
	color: var(--docfi-primary-color);
}
.blog-box ul.entry-meta li .view-number {
	color: var(--docfi-heading-color);
	font-weight: 600;
}
@media(max-width: 991px) {
	.blog-box .entry-content {
		padding: 30px;
	}
}
.blog-box.show-image .entry-content {
	position: relative;
}
.blog-box .blog-img-holder {
	position: relative;
	overflow: hidden;
}
.blog-box .blog-img-holder .blog-img img {
	filter: grayscale(100);
	transition: all 0.4s ease-in-out;
	transform-origin: left center;
}
.blog-box:hover .blog-img-holder .blog-img img {
	transform: scale(1.1);
	filter: grayscale(0);
}
.blog-box .blog-img-holder .entry-categories {
	position: absolute;
	top: 30px;
	left: 30px;
}
.blog-box .blog-img-holder .entry-categories a{
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	text-transform: capitalize;
	padding: 10px 20px;
	border-radius: 55px;	
	color: var(--docfi-heading-color);
	background-color: var(--docfi-white-color);
	transition: .4s;
}
.blog-box .blog-img-holder .entry-categories a:hover{
	background-color: var(--docfi-primary-color);
	color: var(--docfi-white-color);
}
.blog-box .entry-content .post-read-more {
	margin-top: 30px;
}
.blog-box .blog-img-holder .blog-img{
	position: relative;
}
.entry-content .entry-text {
	color: var(--docfi-body-color);
}
.blog-box .blog-img .rt-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.blog-box .entry-content .rt-play {
	border: 1px solid var(--docfi-border-color);
	margin-bottom: 18px;
}
.rt-related-post .blog-box:hover {
	box-shadow: unset;
}
.rt-related-post .blog-box:hover .entry-content {
	border-color: var(--docfi-border-color);
}
/*blog layout 1*/
.blog-layout-1 .blog-box {
	margin-bottom: 40px;
}
.blog-layout-1:last-child .blog-box {
	margin-bottom: 0;
}
.blog-layout-1 .blog-box .entry-content .entry-text p {
	margin-bottom: 0;
}
.blog-layout-1 .blog-box .entry-content .entry-title {
	font-size: 30px;
}
/*blog layout 2*/
.blog-layout-2 .blog-box {
	display: flex;
	margin-bottom: 35px;
}
.blog-layout-2:last-child .blog-box {
	margin-bottom: 0;
}
.blog-layout-2 .blog-box .blog-img-holder {
	flex: auto;
	max-width: 350px;
	width: 100%;
	margin-bottom: 0;
}
.blog-layout-2 .blog-box .entry-content {
	flex-grow: 1;
}
.blog-layout-2 .blog-box .entry-content .entry-text p {
	margin-bottom: 0;
}
.blog-layout-2 .blog-box .entry-content .entry-title {
	font-size: 28px;
}
.blog-layout-2 .blog-box .blog-img-holder .blog-img {
	height: 100%;
}
.blog-layout-2 .blog-box .blog-img-holder .blog-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.blog-layout-2 .blog-box .rt-swiper-slider {
	height: 100%;
}
/*image no show*/
.blog-layout-2 .no-image.no-preview {
	display: block;
}
@media (max-width: 991px) {
	.blog-layout-2 .blog-box {
		flex-direction: column;
	}
	.blog-layout-2 .blog-box .blog-img-holder {
		flex: auto;
		max-width: 100%;
		margin-left: 0;
	}
}
/*blog layout 3*/
.blog-layout-3 .blog-box.show-image .blog-img {
	overflow: hidden;
}
/*sidebar spacing*/
.has-sidebar.left-sidebar .rt-sidebar-sapcer {
	margin-left: 10px;
}
.has-sidebar.right-sidebar .rt-sidebar-sapcer {
	margin-right: 10px;
}
@media(max-width:1199px) {
	.has-sidebar.right-sidebar .rt-sidebar-sapcer {
		margin-right: 0;
		display: inherit;
	}
	.has-sidebar.left-sidebar .rt-sidebar-sapcer {
		margin-left: 0;
	}
}
@media(max-width: 1199px) {
	.left-sidebar .sidebar-widget-area {
		margin-top: 80px;
		display: inherit;
	}
	.left-sidebar .fixed-bar-coloum {
		order: 2;
	}
	.right-sidebar .sidebar-widget-area{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media(max-width: 991px) {
	.right-sidebar .sidebar-widget-area {
		margin-top: 80px;
		display: inherit;
	}
}
@media(max-width: 767px) {
	.blog-box ul.entry-meta li {
		font-size: 16px;
	}
}
/*blog sticky*/
.sticky .blog-box .entry-content {
	background-color: var(--docfi-grey-color-2);
}
.sticky .blog-box .blog-img-holder {
	margin-bottom: 0;
}
/*-------------------------------------
#. Swiper Slider
---------------------------------------*/
.swiper-button-next, 
.swiper-button-prev {
    height: 44px;
    width: 44px;
    background: #fff;
}
.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after {
    font-size: 18px;
    font-weight: 700;
}
.rt-swiper-slider,
.rt-swiper-side-slider,
.rt-swiper-cat-slider  {
	overflow: hidden;
}
.rt-swiper-slider .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
}
.rt-swiper-slider .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 0;
}
/* Related Post title */
.rt-related-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	column-gap: 10px;
	margin-bottom: 20px;
}
.rt-related-title .entry-title {
	font-size: 26px;
	margin-bottom: 20px;
	line-height: 1.4;
}
.rt-related-title .related-title {
	font-size: 24px;
	margin-bottom: 20px;
}
.rt-related-title .entry-title .titleline {
    position: relative;
    height: 4px;
    width: 0;
    margin-top: 6px;
    background: var(--docfi-primary-color);
    display: block;
    transition: all ease 1s;
}
.rt-related-title .entry-title.active-animation .titleline {
    width: 40px;
}
.rt-related-title .swiper-button {
	display: inline-flex;
	margin-bottom: 20px;
}
.rt-related-title .swiper-button > div {
	position: relative;
	top: 0;
	left: auto;
	right: auto;
	font-size: 15px;
	width: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	column-gap: 8px;
	background-image: none;
	outline: none;
	margin-top: 0;
	color: var(--docfi-body-color);
	transition: all ease 0.31s;
	border: 1px solid #D9D9D9;
		border-radius: 30px;
		padding: 7px 10px;
}
.related-portfolio .rt-related-title .swiper-button > div {
	background-color: var(--docfi-white-color);
}
.rt-related-title .swiper-button > div:hover {
	background: var(--docfi-primary-color);
	color: var(--docfi-white-color);
	
	border-color: var(--docfi-primary-color);
}
.rt-related-title .swiper-button>div svg{
	transition: 0.4s;
}
.rt-related-title .swiper-button>div:hover svg{
fill: var(--docfi-white-color);
}
.rt-related-title .swiper-button-prev {
	margin-right: 8px;
}
.rt-related-title .swiper-button > div i {
	line-height: 1;
}
.rt-related-title .swiper-button-prev i {
	font-size: 11px;
}
.rt-related-title .swiper-button-next i {
	font-size: 10px;
}
.swiper-button-prev:after,
.swiper-button-next:after,
.rt-related-title .swiper-button > div:after {
	display: none;
}
@media(max-width: 767px) {
	.rt-related-title .entry-title br {
		display: none;
	}
}
/*-------------------------------------
#. Related Post
---------------------------------------*/
.rt-related-post {
	margin-top: 50px;
}
.rt-related-post .entry-content {
	padding: 23px 30px 30px;
}
.rt-related-post .entry-content .entry-title {
	font-size: 20px;
}
/*-------------------------------------
#. Pagination
---------------------------------------*/
.pagination-area {
	margin-top: 40px;
}
.pagination-area ul,
nav ul.pagination {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	border: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	list-style: none;
}
.pagination-area ul li,
nav ul.pagination li {
	position: relative;
	border: none;
	margin-right: 6px;
}
.pagination-area ul li:last-child {
	margin-right: 0;
}
.pagination-area ul li a,
nav ul.pagination li .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--docfi-heading-color);
    background: var(--docfi-grey-color-1);
    padding: 0;
    height: 50px;
    width: 50px;
    font-size: 16px;
    font-weight: 600;
	border-radius: 5px;
	transition: 0.4s !important;
}
.pagination-area ul li i {
	font-size: 13px;
}
.pagination-area ul li span {
	text-align: center;
	display: inline-block;
	font-size: 18px;
	color: var(--docfi-heading-color);
	background: #ffffff;
	padding: 0;
	height: 48px;
	width: 48px;
	line-height: 45px;
	font-weight: 500;
}
.pagination-area ul li a svg{
	transition: 0.4s;
}
.pagination-area ul li a:hover svg{
	fill: var(--docfi-white-color);
}
.pagination-area ul li a:hover,
nav .pagination li a.page-link:hover {
	background-color: var(--docfi-primary-color);
	color: var(--docfi-white-color);
}
.pagination-area ul li span.current,
nav .pagination li.active .page-link {
	background-color: var(--docfi-primary-color);
	color: var(--docfi-white-color);
}
.pagination-area ul li.active a {
	background-color: var(--docfi-primary-color);
	color: var(--docfi-white-color);
}
@media(max-width: 767px) {
	.pagination-area ul li {
		margin-top: 8px;
		margin-right: 8px;
	}
	.pagination-area ul li span,
	.pagination-area ul li a {
		height: 40px;
		width: 40px;
		line-height: 38px;
	}
}
/*loadmore*/
a.loadMore {
	border: 1px solid var(--docfi-primary-color);
	border-radius: 42px;
	padding: 11px 20px;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: var(--docfi-primary-color);
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
}
a.loadMore:before{
	content: "";
	background-color: var(--docfi-primary-color);
	height: 100%;
	left: -100%;
	top: 0;
	width: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	-webkit-transform: skew(50deg);
	transform: skew(50deg);
	-webkit-transition: width 0.6s;
	transition: width 0.6s;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.loadMore:hover{
	border: 1px solid var(--docfi-primary-color);
	color:var(--docfi-white-color);
}
a.loadMore:hover svg path{
	stroke: var(--docfi-white-color);
}
a.loadMore:hover:before {
	height: 100%;
	width: 200%;
}
.blog-loadmore{
	margin-top: 60px;
}
.blog-loadmore path{
	stroke: var(--docfi-primary-color);
}
.loading-lazy {
	position: relative;
	display: block;
}
.loading-lazy::before {
	display: none;
}
.loading-lazy::after {
	position: absolute;
	content: '';
	top: 0;
	left: auto;
	right: 10px;
	bottom: 0;
	z-index: 8;
}
.loading-lazy::after {
	width: 20px;
	height: 20px;
	margin: auto;
	border-top-color: #000;
	border: 2px dashed #000;
	border-radius: 50%;
	animation: fa-spin 2.5s infinite linear;
}
a.action-cart.loading::after {
	font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: 0.618em;
    right: 1em;
    animation: spin 2s linear infinite;
}
a.action-cart.loading::after {
    top: 7px;
    right: 13px;
    font-size: 14px;
}
.product-meta a.action-cart.loading::after {
    right: 7px;
}
.rt-shop-style3 a.action-cart.loading::after {
	right: auto;
}
/*list addon load more*/
a.loadlistMore {
	display: table;
	margin: auto;
	margin-top: 50px;
	font-size: 15px;
}
a.loadlistMore i {
	margin-left: 10px;
}
.loading-lazy-list i {
	z-index: 8;
	animation: fa-spin 0.7s infinite linear;
}
/*-------------------------------------
#. Error 404
---------------------------------------*/
.error-page-area {
	position: relative;
	background-position: center;
	padding: 20px 0 60px;
}
.error-page-content .error-img img{
	max-width: 850px;
}
.error-page-content {
	position: relative;
	text-align: center;
}
.error-page-content p {
	font-size: 22px;
	margin: 0 auto 30px;
	line-height: 1.6;
	width: 50%;
}
.error-page-area .error-page-content .go-home {
	margin-top: 25px;
}
.error-page-area .item-img {
	margin-bottom: 30px;
	position: relative;
	display: inline-flex;
	justify-content: center;
}
@media(max-width: 1199px) {
	.error-page-content p {
		width: 70%;
	}
}
@media(max-width: 991px) {
	.error-page-content p {
		width: 90%;
	}
	.error404 .content-area {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
.error-page-content .error-img .rt-error-image2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
}
@media only screen and (min-width: 768px) {
	.error-page-content .error-img .rt-error-image2 {
		left: 136px;
		bottom: 99px;
		width: unset;
	}
}
.error-page-content .error-title{
	font-size: 40px;
	max-width: 660px;
	margin: 0 auto 30px;
	line-height: 1.35;
}
.error-page-content a.button-style-1{
	padding: 20px 29px 18px;
}
/*-------------------------------------
#. Fluent form
---------------------------------------*/
div.fluentform-widget-wrapper .fluentform .rt-dropdown-field select{
	height: 60px;
	color: #9B9B9B;
	cursor: pointer;
}
div .fluentform .rt-top-title{
	margin-bottom: 5px;
}
.fluentform .rt-top-title h3{
	font-size: 30px;
	font-weight: 700;
}
.fluentform .rt-submit-form {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
div.fluentform .rt-submit-form .ff-btn-submit{
	position: relative;
	overflow: hidden;
	transition: all .31s ease-in-out;
	z-index: 0;
	background-color: var(--docfi-primary-color) !important;
	color: var(--docfi-white-color) !important;
	border-style: none;
	border-radius: 50px 50px 50px 50px;
	padding: 20px 24px;
	margin-top: 0px;
	font-size: 20px;
	font-weight: 700;
	min-width: 180px !important;
}
.call-to-action-section .frm-fluent-form .ff-t-cell:first-of-type{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	flex-basis: 100% !important;
}
.fluentform .rt-submit-form .ff-btn-submit:hover{
	opacity: 1;
}
.fluentform .rt-submit-form .ff-btn-submit:before{
	content: "";
	background-color: var(--docfi-heading-color);
	height: 100%;
	left: -100%;
	z-index: -1;
	top: 0;
	width: 0;
	bottom: 0;
	position: absolute;
	-webkit-transform: skew(50deg);
	transform: skew(50deg);
	-webkit-transition: width 0.6s;
	transition: width 0.6s;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.fluentform .rt-submit-form .ff-btn-submit:hover:before {
	height: 100%;
	width: 200%;
}


/*Contact Form*/
.fluentform .contact-form.ff-el-group,
.fluentform .contact-form .ff-el-group {
	margin-bottom: 15px;
}
.fluentform .contact-form.ff_submit_btn_wrapper {
	margin-top: 30px;
	margin-bottom: 0;
}
.fluentform .contact-form .ff-el-form-control {
	background-color: var(--docfi-grey-color-1);
	color: var(--docfi-heading-color);
	box-shadow: none;
	border: 1px solid transparent;
	border-radius: 0;
	font-size: 15px;
	padding: 13px 20px;
}
.fluentform .contact-form .ff-el-form-control:focus {
	border-color: var(--docfi-primary-color);
	background-color: var(--docfi-grey-color-1);
	color: var(--docfi-heading-color);
}
.fluentform .contact-form .ff-btn-submit {
	position: relative;
    background-color: var(--docfi-primary-color);
    color: var(--docfi-white-color);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
    border: none;
    border-radius: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 24px;
    line-height: 1.4;
    overflow: hidden;
    transition: all .31s ease-in-out;
    z-index: 1;
}
.fluentform .contact-form .ff-btn-submit:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .31s ease-in-out;
    background-color: var(--docfi-light-color);
}
.fluentform .contact-form .ff-btn-submit:hover {
	color: var(--docfi-primary-color);
    opacity: 1;
}
.fluentform .contact-form .ff-btn-submit:hover:before {
    opacity: 1;
    visibility: visible;
}
.fluentform .contact-form .ff-el-form-control::-webkit-input-placeholder {
	color: var(--docfi-meta-color);
}
.fluentform .contact-form .ff-el-form-control:-ms-input-placeholder {
	color: var(--docfi-meta-color);
}
.fluentform .contact-form .ff-el-form-control:-moz-placeholder {
	color: var(--docfi-meta-color);
}
.fluentform .contact-form .text-danger {
	color: var(--docfi-primary-color) !important;
	font-size: 13px;
}
.fluentform .contact-form .ff-el-is-error .ff-el-form-control,
.fluentform .contact-form.ff-el-is-error .ff-el-form-control {
	border-color: var(--docfi-primary-color);
}
/*Quaries form*/
.fluentform .quaries-form.ff-el-group,
.fluentform .quaries-form .ff-el-group {
	margin-bottom: 15px;
}
.fluentform .quaries-form.ff_submit_btn_wrapper {
	margin-top: 30px;
	margin-bottom: 0;
}
.fluentform .quaries-form .ff-el-form-control {
	background-color: var(--docfi-white-color);
	color: var(--docfi-heading-color);
	box-shadow: none;
	border: 1px solid #e3e3e3;
	border-radius: 0;
	font-size: 15px;
	padding: 13px 20px;
}
.fluentform .quaries-form .ff-el-form-control:focus {
	border-color: var(--docfi-primary-color);
	background-color: var(--docfi-white-color);
	color: var(--docfi-heading-color);
}
.fluentform .quaries-form .ff-btn-submit {
	position: relative;
    background-color: var(--docfi-primary-color);
    color: var(--docfi-white-color);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.6px;
    border-radius: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 22px;
    line-height: 1.4;
    overflow: hidden;
    z-index: 1;
    transition: all .31s ease-in-out;
}
.fluentform .quaries-form .ff-btn-submit:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .31s ease-in-out;
    background-color: var(--docfi-light-color);
}
.fluentform .quaries-form .ff-btn-submit:hover {
    opacity: 1;
    color: var(--docfi-primary-color);
}
.fluentform .quaries-form .ff-btn-submit:hover:before {
    opacity: 1;
    visibility: visible;
}
.fluentform .quaries-form .ff-el-form-control::-webkit-input-placeholder {
	color: var(--docfi-body-color);
}
.fluentform .quaries-form .ff-el-form-control:-ms-input-placeholder {
	color: var(--docfi-body-color);
}
.fluentform .quaries-form .ff-el-form-control:-moz-placeholder {
	color: var(--docfi-body-color);
}
.fluentform .quaries-form .text-danger {
	color: var(--docfi-primary-color) !important;
	font-size: 13px;
}
.fluentform .quaries-form .ff-el-is-error .ff-el-form-control,
.fluentform .quaries-form.ff-el-is-error .ff-el-form-control {
	border-color: var(--docfi-primary-color);
}
.fluentform .quaries-form .quote-button .ff-btn-submit {
	width: 100%;
}
.fluentform .quaries-form .ff-el-group.quote-checkbox {
	margin-bottom: 0;
	margin-top: 13px;
}
.accept-color .ff-el-form-check-label {
	color: var(--docfi-white-color);
}
.ff-el-form-check-label span {
	margin-left: 5px;
}
@media (min-width: 768px) {
	.frm-fluent-form .ff-t-container.quaries-form {
		gap: 24px;
	}
	.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
	    margin-bottom: 0px !important;
	}
}
/*Request Form*/
.fluentform .request-form.ff-el-group,
.fluentform .request-form .ff-el-group {
	margin-bottom: 15px;
}
.fluentform .request-form.ff_submit_btn_wrapper {
	margin-top: 30px;
	margin-bottom: 0;
}
.fluentform .request-form .ff-el-form-control {
	background-color: var(--docfi-white-color);
	color: var(--docfi-heading-color);
	box-shadow: none;
	border: 1px solid var(--docfi-border-color);
	border-radius: 0;
	font-size: 15px;
	padding: 13px 20px;
}
.fluentform .request-form .ff-el-form-control:focus {
	border-color: var(--docfi-primary-color);
	background-color: var(--docfi-white-color);
	color: var(--docfi-heading-color);
}
.fluentform .request-form .ff-btn-submit {
	position: relative;
    background-color: var(--docfi-primary-color);
    color: var(--docfi-white-color);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
    border: none;
    border-radius: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    width: 100%;
    line-height: 1.4;
    overflow: hidden;
    transition: all .31s ease-in-out;
    z-index: 1;
}
.fluentform .request-form .ff-btn-submit:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .31s ease-in-out;
    background-color: var(--docfi-light-color);
}
.fluentform .request-form .ff-btn-submit:hover {
	color: var(--docfi-primary-color);
    opacity: 1;
}
.fluentform .request-form .ff-btn-submit:hover:before {
    opacity: 1;
    visibility: visible;
}
.fluentform .request-form .ff-el-form-control::-webkit-input-placeholder {
	color: var(--docfi-meta-color);
}
.fluentform .request-form .ff-el-form-control:-ms-input-placeholder {
	color: var(--docfi-meta-color);
}
.fluentform .request-form .ff-el-form-control:-moz-placeholder {
	color: var(--docfi-meta-color);
}
.fluentform .request-form .text-danger {
	color: var(--docfi-primary-color) !important;
	font-size: 13px;
}
.fluentform .request-form .ff-el-is-error .ff-el-form-control,
.fluentform .request-form.ff-el-is-error .ff-el-form-control {
	border-color: var(--docfi-primary-color);
}
/*-------------------------------------
#. Gutenberg Support
---------------------------------------*/
.align-wrap {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 900px) {
	.align-wrap {
		width: auto;
		margin-left: calc(50% / .62 - 50vw);
	}
}
.align-wrap .alignfull {
	width: 100%;
	margin: 0 0 0 auto;
}
@media( max-width:480px ) {	
	img.alignleft {
		float: none;
		margin-bottom: 13px;
		margin-right: 0px;
		padding-top: 5px;
		display: block;
	}
	img.alignright {
		float: none;
		margin-left: 0px;
		margin-bottom: 15px;
		padding-top: 15px;
	}
}
/*gutenberg with sidebar*/
.has-sidebar .wp-block-cover.alignwide,
.has-sidebar .wp-block-cover.alignfull,
.has-sidebar .wp-block-image.alignfull,
.has-sidebar .wp-block-columns.alignfull,
.has-sidebar .wp-block-media-text.alignfull,
.has-sidebar .wp-block-gallery.alignfull,
.has-sidebar .wp-block-gallery.alignwide,
.has-sidebar .wp-block-columns.alignwide,
.has-sidebar .wp-block-image.alignwide,
.has-sidebar .wp-block-media-text.alignwide,
.has-sidebar .is-type-video.alignfull,
.has-sidebar .wp-block-embed-vimeo.alignwide.wp-block-embed,
.has-sidebar .alignwide.wp-block-embed {
	margin-left: 0;
	margin-right: 0;
}
.has-strong-magenta-background-color {
	background-color: #a156b4;
}
.has-strong-magenta-color {
	color: #a156b4;
}
.has-light-grayish-magenta-background-color {
	background-color: #d0a5db;
}
.has-light-grayish-magenta-color {
	color: #d0a5db;
}
.has-very-light-gray-background-color {
	background-color: #eee;
}
.has-very-light-gray-color {
	color: #eee;
}
.has-very-dark-gray-background-color {
	background-color: #444;
}
.has-very-dark-gray-color {
	color: #444;
}
.has-small-font-size {
	font-size: 12px;
}
.has-large-font-size {
	font-size: 36px;
	line-height: 1.2;
}
.has-huge-font-size {
	font-size: 48px;
	line-height: 1.2;
}
.has-regular-font-size {
	font-size: 16px;
}
.wp-block-image.alignleft.is-resized {
	margin-left: 0;
	margin-right: 30px;
}
.wp-block-image.alignright.is-resized {
	margin-left: 30px;
	margin-right: 0;
}
.wp-block-separator {
	border: none;
	border-bottom: 2px solid #cccccc;
	margin: 50px 0;
	text-align: left;
	background: transparent;
}
/*blockquote*/
blockquote {
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	padding: 36px 52px;
	font-weight: 600;
	font-size: 22px;
	line-height: 40px;
	color: var(--docfi-heading-color);
	margin: 40px 0px 40px;
}
@media(max-width: 480px) {
	blockquote {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
}
blockquote p {
	margin-bottom: 0;
	line-height: 1.6;
}
blockquote cite {
	display: block;
	font-size: 14px;
	color: var(--docfi-body-color);
	font-weight: 500;
	font-style: normal;
	margin-top: 12px;
	position: relative;
	letter-spacing: 1px;
	z-index: 1;
}
blockquote.wp-block-quote cite {
	display: block;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	margin-top: 12px;
	letter-spacing: 1px;
	z-index: 1;
}
blockquote.wp-block-quote[style="text-align:right"] cite:after {
	left: inherit;
	right: 0;
}
blockquote.wp-block-quote[style="text-align:right"] cite {
	padding-right: 34px;
}
.wp-block-pullquote {
	border-top: 2px solid var(--docfi-primary-color);
	border-bottom: 2px solid var(--docfi-primary-color);
	border-left: none;
	border-right: none;
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
}
.wp-block-pullquote blockquote {
	background-color: transparent;
	margin-left: 0;
	margin-right: 0;
	margin-top: 33px;
}
blockquote.wp-block-pullquote {
	background: var(--docfi-light-color);
	border-left: none;
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
	padding: 35px;
	margin: 40px 0px 40px;
	color: var(--docfi-black-color);
}
.wp-block-pullquote cite {
	font-size: 14px;
	font-weight: 700;
	z-index: 1;
}
.wp-block-quote,
blockquote.wp-block-quote {
	margin: 24px 0px 30px;
	padding-left: 52px;
	border: 1px solid #D9D9D9;
}
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-large:not(.is-style-plain) {
	padding: 36px 52px;
}
.wp-block-quote.is-large cite, 
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large:not(.is-style-plain) cite {
	text-align: left;
	font-size: 14px;
}
.wp-block-quote.is-style-large {
	border: 1px solid var(--docfi-border-color);
}
.wp-block-quote.is-style-large cite em {
	font-style: normal;
}
.wp-block-quote.has-text-align-right {
	border-left: 1px solid var(--docfi-border-color);
	border-right: 1px solid var(--docfi-border-color);
	text-align: right;
	padding: 35px;
}
.wp-block-quote.has-text-align-right:before {
	left: 40px;
	right: auto;
}
.wp-block-quote.has-text-align-right cite {
	text-align: right;
	padding-left: 0;
}
.wp-block-quote.has-text-align-left {
	text-align: left;
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p,
.wp-block-quote.is-large:not(.is-style-plain) p, 
.wp-block-quote.is-style-large:not(.is-style-plain) p {
	font-size: 28px;
	line-height: 1.3;
}
.wp-block-quote.is-style-large cite br {
	display: none;
}
:root .has-cyan-bluish-gray-background-color {
	background-color: transparent;
}
.wp-block-pullquote.is-style-solid-color {
	max-width: 100%;
	border-radius: 6px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
	background: #acb9c3;
	padding-top: 35px;
	padding-bottom: 35px;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 32px;
}
.has-docfi-primary-background-color.is-style-solid-color blockquote {
	background: var(--docfi-primary-color);
}
.has-docfi-secondary-background-color.is-style-solid-color blockquote {
	background: var(--docfi-light-color);
}
.has-docfi-button-dark-gray-background-color.is-style-solid-color blockquote {
	background: #333333;
}
.has-docfi-button-light-gray-background-color.is-style-solid-color blockquote {
	background: #a5a6aa;
}
.has-docfi-button-white-background-color.is-style-solid-color blockquote {
	background: #ffffff;
}
/* Main column width */
.wp-block {
	max-width: 720px;
}
/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
	max-width: 1080px;
}
/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
	max-width: none;
}
.wp-caption-text {
	color: #555;
    font-size: 13px;
}

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

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

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

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

.wp-block-table td, 
.wp-block-table th {
	border: 1px solid #e5e5e5;
	padding: 5px;
}
.wp-block-image .alignleft.is-resized {
	margin-top: 0;
}
.wp-block-latest-posts.is-grid {
	margin-left: 20px;
}
.wp-block-latest-posts.is-grid li {
	margin: 0 0 10px 0;
}
.wp-block-columns {
	margin-bottom: 0;
	margin-top: 0;
}
.wp-block-columns .wp-block-column {
	margin-bottom: 15px;
	margin-top: 15px;
}
.wp-block-columns.has-2-columns .wp-block-column {
	margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
	.wp-block-columns .wp-block-column {
		width: 100%;
	}
}
@media only screen and (max-width: 991px) {
	.wp-block-columns .wp-block-column {
		width: 100%;
		flex-basis: 100% !important;
		margin-left: 0;
	}
}
.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote {
	margin-top: 0 !important;
	padding-left: 35px;
	padding-right: 35px;
}
.wp-block-image .alignleft {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 25px;
}
.wp-block-image .alignright {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 25px;
}
/*wp block cover*/
.wp-block-cover {
	margin-top: 20px;
	margin-bottom: 20px;
}
.wp-block-cover a, 
.wp-block-cover .wp-block-cover-text a, 
.wp-block-cover .has-text-color a, 
.wp-block-cover .has-text-align-center a {
	color: #ffffff;
}
.wp-block-cover a:hover, 
.wp-block-cover .wp-block-cover-text a:hover, 
.wp-block-cover .has-text-color a:hover, 
.wp-block-cover .has-text-align-center a:hover {
	text-decoration: underline;
}
.wp-block-cover-image.alignleft, 
.wp-block-cover-image.alignright, 
.wp-block-cover.alignleft, 
.wp-block-cover.alignright,
[data-align=left]>.wp-block-cover, 
[data-align=right]>.wp-block-cover {
	max-width: 340px;
	width: 100%;
}
.entry-content .wp-block-cover {
	background-color: #000;
	overflow: hidden;
	margin-top: 0px;
	padding: 15px 45px;
}
.wp-block-cover p:not(.has-text-color) {
  color: #ffffff;
}
.wp-block-cover.alignleft {
	margin-top: 0;
}
.wp-block-cover-image .wp-block-cover-image-text, 
.wp-block-cover .wp-block-cover-text, 
section.wp-block-cover-image>h2 {
	font-size: 36px;
	line-height: 1.25;
	z-index: 1;
	margin-bottom: 0;
	max-width: 100%;
	padding: .44em;
	text-align: center;
}
:root .has-pale-pink-background-color {
	background-color: #000;
}
.wp-block-gallery {
	margin-top: 25px;
	margin-bottom: 20px;
}
.wp-block-gallery.alignleft {
	display: flex;
	margin-top: 10px;
}
.wp-block-gallery .blocks-gallery-item {
	overflow: hidden;
}
.wp-block-gallery.alignleft .blocks-gallery-item {
	display: inline-block;
}
.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper {
	margin: 23px 0;
}
.wp-block-coblocks-social .wp-block-button__link {
	border: none;
}
.blocks-gallery-grid.alignleft, 
.blocks-gallery-grid.alignright, 
.wp-block-gallery.alignleft, 
.wp-block-gallery.alignright {
	max-width: 420px;
	width: 100%;
}
.wp-block-gallery.alignleft.extraclass {
	margin-right: 30px;
}
.wp-block-gallery-1.wp-block-gallery.columns-3 {
	margin-bottom: 15px;
}
.blocks-gallery-caption,
.wp-block-image figcaption {
	color: var(--docfi-meta-color);
}
p:last-child img.size-full.alignright {
	clear: both;
}
.wp-block-spacer {
	clear: both;
}
.gallery .gallery-item {
	text-align: center;
}
.site-content nav.comment-navigation {
	padding-top: 0;
}
.site-content nav.comment-navigation ul {
	margin-top: 0;
	margin-bottom: 40px;
}
.site-content nav.comment-navigation ul li {
	margin-right: 0;	
}
.site-content nav.comment-navigation ul li a {
	border-radius: 30px;
	height: inherit;
	width: inherit;
	padding: 12px 27px;
	line-height: 1.6;
}
figure.wp-caption.alignnone {
	margin: 15px auto 15px;
}
.wp-block-file .wp-block-file__button {
	background: #32373c;
	padding: 10px 20px;
}
.has-media-on-the-right.is-stacked-on-mobile {
	margin-bottom: 20px;
}
.blocks-gallery-item figcaption {
	line-height: 1.4;
}
ul.wp-block-rss li.wp-block-rss__item .wp-block-rss__item-title {
	display: inline-block;
}
.wp-block-group.has-background {
	margin-bottom: 20px;
}

@media(min-width: 575px) {
	.wp-block-columns {
	    flex-wrap: nowrap!important;
	}
}
@media(max-width: 574px) {
	.wp-block-columns {
	    gap: 0 !important;
	}
}
/*Mobile menu*/
@media(max-width:475px){
	.site-header .mobile-menu {
		display: none!important;
	}
}
.mean-container .mobile-mene-bar {
	position: relative;
	z-index: 3;
}
.mean-container .mobile-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	left: 0;
	right: 0;
	box-shadow: 0 0 18px 0 rgba(0, 35, 90,0.1);
	background-color: transparent;
	transition: background 0.2s ease, padding 0.8s linear;
}
.mean-container .mean-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	background: var(--docfi-white-color);
	float: none;
	position: relative;
	padding: 15px;
	top: 0;
	left: 0;
	width: 100%;
}
.mean-container .mean-bar-search {
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.mean-container .mean-bar-search .search-icon a {
	color: var(--docfi-body-color);
	font-size: 18px;
	width: auto;
	height: auto;
}
.mean-container .mean-bar-search .search-icon a:hover {
	color: var(--docfi-primary-color);
}
.mn-top .mean-container .mean-bar {
 	position: fixed;
}
.mean-container .mean-bar .mobile-logo {
	color: var(--docfi-primary-color);
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
.mean-container .mean-bar .mobile-logo img {
	max-width: 134px;
}
.mean-container .mean-bar .minicart {
	list-style: none;
	padding: 0;
    margin-bottom: 0;
}
.mean-container .mean-bar .info {
	display: flex;
	align-items: center;
	column-gap: 8px;
}
.mean-container .mean-bar .info > div {
	position: relative;
	line-height: 1;
}
.mean-container .mean-bar .info > div > a,
.mean-container .mean-bar .info > div > .cart-list-trigger > a {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--docfi-body-color);
    font-size: 18px;
    height: auto;
    width: auto;
}
.mean-container .mean-bar .info > div > a:hover,
.mean-container .mean-bar .info > div > .cart-list-trigger > a:hover {
    color: var(--docfi-primary-color);
}
.mean-container .cart-area .cart-list-trigger {
	padding: 0;
}
.mean-container .cart-area .cart-trigger-icon > span {
	position: relative;
	top: -7px;
    right: 5px;
}
.rt-slide-nav {
	display: block;
	position: absolute;
	background: white;
	left: 12px;
	right: 12px;
	z-index: 3;
	max-height: calc(100vh - 100px);
	overflow-y: scroll;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
	transform: translateX(-200%);
	transition-duration: 1s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    will-change: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.slidemenuon .rt-slide-nav {
	transform: translateX(0);
}
.rt-slide-nav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0;
}
@media only screen and (min-width: 1025px){
  	#meanmenu {
	 	display: none;
  	}
}
@media only screen and (max-width: 1024px){
  	.header-area {
		display: none;
  	}
}
.rt-slide-nav nav,
.rt-slide-nav .menu-main-menu-container {
  	display: block;
}
.rt-slide-nav nav > ul > li.mega-menu,
.rt-slide-nav nav > ul > li ul.sub-menu li ul,
.rt-slide-nav nav > ul > li > ul.sub-menu {
	position: relative;
	width: 100%;
	transition: inherit;
	transform: inherit;
	background: none;
	box-shadow: none;
	transform-origin: inherit;
	opacity:  1;
	visibility: visible;
	left: 0;
}
.rt-slide-nav .offscreen-navigation .sub-menu {
	display: none;
}
.rt-slide-nav .offscreen-navigation ul {
	padding-left: 24px;
}
.rt-slide-nav .offscreen-navigation ul li {
	position: relative;
}
.rt-slide-nav .offscreen-navigation ul li > span {
    position: absolute;
    right: 12px;
    top: 11px;
    width: 20px;
    height: 20px;
    background-color: var(--docfi-grey-color-2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
}
.rt-slide-nav .offscreen-navigation ul li > span:after {
	content: '\f067';
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	transition: .1s;
	font-weight: 700;
	position: absolute;
	font-size: 12px;
	color: var(--docfi-primary-color);
}
.rt-slide-nav .offscreen-navigation ul li > span.open:after {
	content: '\f068';
}
.rt-slide-nav .offscreen-navigation ul li:last-child {
   	border-bottom: none;
}
.rt-slide-nav .offscreen-navigation ul li a {
	color: var(--docfi-heading-color);
}
.rt-slide-nav .offscreen-navigation ul li a:hover {
	color: var(--docfi-primary-color);
}
.rt-slide-nav .offscreen-navigation ul li > a {
	display: block;
	position: relative;
	font-size: 17px;
	font-weight: 600;
	background: var(--docfi-white-color);
	padding-bottom: 8px;
	padding-top: 8px;
}
.rt-slide-nav .offscreen-navigation .sub-menu li > a {
	font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}
.rt-slide-nav .offscreen-navigation li.current-menu-item > a,
.rt-slide-nav .offscreen-navigation li.current-menu-parent > a {
  	color: var(--docfi-primary-color);
}
.rt-slide-nav .offscreen-navigation ul li > a:before {
	content: '\e811';
    font-family: "radius-docfi-font";
    font-size: 8px;
    position: absolute;
    top: 6px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.29s ease-in-out;
}
.rt-slide-nav .offscreen-navigation ul > li > a:before {
	top: 8px;
}
.rt-slide-nav .offscreen-navigation ul li > a:hover:before {
	opacity: 1;
    visibility: visible;
    left: 7px;
}
.rt-slide-nav .offscreen-navigation ul li > a:hover {
	padding-left: 25px;
}
.mean-bar .header-btn-new.mobile-btn {
	position: absolute;
	right: 12%;
	top: 8px;
}
.mean-bar .sidebarBtn {
	display: block;
	cursor: pointer;
}
.mean-bar .sidebarBtn .bar {
	background: var(--docfi-body-color);
	height: 2px;
	width: 25px;
	display: block;
	margin-bottom: 5px;
	transition: all 0.31s ease-in-out;
}
.mean-bar .sidebarBtn .bar:nth-child(2) {
	width: 20px;
}
.mean-bar .sidebarBtn .bar:last-child {
	margin-bottom: 0;
}
.slidemenuon .sidebarBtn .bar:nth-child(2) {
	opacity: 0;
}
.slidemenuon .sidebarBtn .bar:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}
.slidemenuon .sidebarBtn .bar:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -5px);
}
/*carticon and search*/
.info-menu-bar {
	display: inline-flex;
	position: absolute;
	right: 73px;
}
@media(max-width: 425px) {
	.info-menu-bar {
		right: 55px;
	}
}
.info-menu-bar a {
	color: #111111;
	font-weight: 500;
}
.info-menu-bar a:hover {
	color: #111111;
}
.info-menu-bar .header-search-box {
	width: 25px;
	margin-left: 14px;
}
/*mobile header topbar*/
.mobile-top-bar .mobile-top {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    row-gap: 8px;
    padding: 12px 12px 15px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid var(--docfi-border-color);
}
.mobile-top-bar .mobile-social,
.mobile-top-bar .mobile-address {
	display: flex;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-top-bar .mobile-address a {
	color: var(--docfi-body-color);
}
.mobile-top-bar .mobile-social a {
	color: var(--docfi-body-color);
}
.mobile-top-bar .mobile-social a:hover {
	color: var(--docfi-primary-color);
}
.mobile-top-bar .mobile-address i {
	color: var(--docfi-primary-color);
	padding-right: 8px;
}
.wow {
	visibility: hidden;
}
@media (max-width: 767px) {
  .wow {
	  visibility: visible !important;
	  -webkit-animation: none !important;
	  animation: none !important;
  }
}
/*======================================
// rt-horizontal-line
====================================*/
.main-homeOne {
	position: relative;
}
.rt-horizontal-line {
	top: 0px;
	left: 50%;
	bottom: 0px;
	width: 67%;
	z-index: 2;
	display: block;
	position: absolute;
	transform: translateX(-50%);
	border-left: 1px solid #1c1c1c;
}
@media (max-width: 1199px) {
	.rt-horizontal-line {
		display: none;
	}
}
.rt-horizontal-line::before {
	width: 1px;
	left: -1px;
	content: "";
	height: 100px;
	position: absolute;
	animation: scroll1 15s ease-out infinite;
	background-image: linear-gradient(0deg, #f85c70, transparent);
}
.rt-horizontal-line__item {
	width: 14.2%;
	float: left;
	height: 100%;
	position: relative;
	display: inline-block;
	border-right: 1px solid #1c1c1c;
}
.rt-horizontal-line__item::before {
	width: 1px;
	right: -1px;
	content: "";
	height: 100px;
	position: absolute;
}
.rt-horizontal-line__item:nth-child(odd):before {
	animation: scroll2 15s ease-out infinite;
	background-image: linear-gradient(0deg, transparent, #f85c70);
}
.rt-horizontal-line__item:nth-child(even):before {
	animation: scroll1 15s ease-out infinite;
	background-image: linear-gradient(0deg, #f85c70, transparent);
}
@-webkit-keyframes scroll1 {
	0% {
	  top: 0px;
	  opacity: 1;
	}
	50% {
	  top: 50%;
	}
	100% {
	  top: 100%;
	  opacity: 0.5;
	}
}
@keyframes scroll1 {
	0% {
	  top: 0px;
	  opacity: 1;
	}
	50% {
	  top: 50%;
	}
	100% {
	  top: 100%;
	  opacity: 0.5;
	}
}
@-webkit-keyframes scroll2 {
	0% {
	  opacity: 1;
	  bottom: 0px;
	}
	50% {
	  bottom: 50%;
	}
	100% {
	  bottom: 100%;
	  opacity: 0.5;
	}
}
@keyframes scroll2 {
	0% {
	  opacity: 1;
	  bottom: 0px;
	}
	50% {
	  bottom: 50%;
	}
	100% {
	  bottom: 100%;
	  opacity: 0.5;
	}
}


/*======================================
// #. Docs Single
====================================*/

.rt-single-docs-meta {
	gap: 10px;
	border-bottom: 1px solid #D7D7D7;
	padding-bottom: 35px;
	margin-bottom: 35px;
}
.rt-single-docs-meta ul{
	gap: 0 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.rt-single-docs-meta ul li a{
	color: #6C6C6C;
	text-transform: capitalize;
}
.rt-single-docs-meta ul li svg{
	position: relative;
	top: -3px;
}
.rt-single-docs-meta .head-title{
	font-weight: 700;
	font-size: 34px;
	line-height: 35px;
	color: var(--docfi-heading-color);
	margin-bottom: 8px;
}
.rt-single-docs-meta .icon svg{
	position: relative;
	top: 3px;
}
.rt-single-sidebar-list .explore-topics-header .title-area .title {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
	color: var(--docfi-heading-color);
}
.rt-single-sidebar-list .explore-topics-header .title-area {
	gap: 10px;
}
.rt-single-sidebar-list .explore-topics-header .title-area .icon {
	width: 30px;
	height: 30px;
	border-radius: 0px 50px 50px 50px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: var(--docfi-primary-color);
}
.rt-single-sidebar-list .title-area .icon img {
	max-width: 17px;
}

.rt-single-sidebar-list .explore-topics-header .title-area h3 a {
	font-weight: 500;
	font-size: 19px;
	line-height: 26px;
	color: var(--docfi-heading-color);
}
.rt-single-sidebar-list .explore-topics-header .number-of-article {
	font-weight: 400;
	font-size: 0.9375rem;
	line-height: 18px;
	color: #777777;
}
.rt-single-sidebar-list .explore-topics-body ul.explore-topics-list li {
	font-weight: 500;
	line-height: 50px;
	color: #6B707F;
	padding: 0 0 0 0;
	position: relative;
	font-size: 15px;
}
.rt-group-single-list .explore-topics-body ul.explore-topics-list li a {
	color: var(--docfi-body-color);
	transition: 0.4s;
	border-bottom: 1px solid #E4E4E4;
	position: relative;
	display: block;
}
.rt-group-single-list .explore-topics-body ul.explore-topics-list li.active a,
.rt-group-single-list .explore-topics-body ul.explore-topics-list li a:hover {
	color: var(--docfi-primary-color);
	border-color: 1px solid var(--docfi-primary-color);
}
.rt-group-single-list .explore-topics-body ul.explore-topics-list li .active {
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.rt-single-sidebar-list .explore-topics-body ul.explore-topics-list li svg {
	position: relative;
	top: -2px;
	margin-right: 10px;
}
.rt-single-sidebar-list .explore-topics-body ul.explore-topics-list li:last-child {
	margin-bottom: 0;
}
.rt-single-sidebar-list .explore-topics-body ul.explore-topics-list li:hover {
	color: var(--docfi-primary-color);
}
.rt-single-sidebar-list.active .explore-topics-header .title-area .icon,
.rt-single-sidebar-list:hover .explore-topics-header .title-area .icon {
	border-radius: 50px 0px 50px 50px;
}
.rt-group-lists,
.rt-right-docs-content {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	margin-bottom: 40px;
}
.rt-group-lists{
	padding: 20px;
}
.rt-right-docs-content{
	padding: 44px;
}
.rt-right-docs-content .rt_footer_social_widget{
	margin: 30px 0 0;
}
.rt-single-sidebar-list .explore-topics-header{
	background: #F9F9F9;
	cursor: pointer;
	padding: 15px 20px;
}
.rt-single-sidebar-list:last-child .explore-topics-body{
	margin-bottom: 0;
	padding-bottom: 0;
}
.rt-single-sidebar-list .explore-topics-header{
	position: relative;
}
.rt-single-sidebar-list .explore-topics-header::before{
	content: url(../img/arror_down.svg);
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 50%;
	transition: 0.4s;
	transform: translatey(-50%);
}
.rt-group-single-list .explore-topics-body{
	padding-bottom: 20px;
	visibility: hidden;
	opacity: 0;
	transform-origin: 0 0 0;
	transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
	height: 0;
}
.rt-single-sidebar-list.active .explore-topics-body{
	opacity: 1;
	visibility: visible;
	height: auto;
}
.rt-single-sidebar-list.active .explore-topics-header::before{
	transform: rotate(-180deg) translatey(53%);
}
.explore-topics-list .rt-group-list .active .progress-indicator {
	position: absolute;
	background: var(--docfi-primary-color);
	width: 0;
	height: 1px;
	bottom: -1px;
	left: 0;
	z-index: 1;
}
@media (max-width: 991px) {
	.rt-group-single-list .explore-topics-body {
		padding-left: 20px;
	}
	.rt-timeline .content-container .content::after {
		top: 0;
	}
	.rt-timeline .content-container {
		padding: 10px 20px;
	}
	.best-online-documentation-section .nav .nav-link::before {
		display: none;
	}
}
@media (min-width: 768px) {
	.docfi-column-sticky {
		align-self: flex-start !important;
		position: sticky !important;
		top: 115px !important;
	}
}
@media (min-width: 1025px) {
	.docfi-column-sticky-min-1024{
		align-self: flex-start !important;
		position: sticky !important;
		top: 115px !important;
	}
}
@media (max-width: 991px) {
	.docfi-column-sticky {
		top: 0 !important;
	}
	.rt-single-sidebar-list .explore-topics-header .title-area .title {
		font-size: 18px;
	}
}
.rt-single-docs-meta{
	position: relative;
}
.rt-single-docs-meta .rt-printer{
	position: absolute;
	right: 0;
	top: 17px;
}
.rt-single-docs-meta .rt-printer button{
	padding: 0;
	background: transparent;
}
@media (max-width: 767px) {
	.rt-single-docs-meta .rt-printer{
		display: none;
	}
}
body.single-docfi_docs:not(.elementor-editor-active) .rt-single-meta-addon{
	display: none !important;
}

/* Search Ajax */
.rt-hero-section-content-wrapper .rt-searchbox-container {
	margin-bottom: 15px;
}
.rt-hero-section-content-wrapper .search-text {
	padding-left: 15px;
	position: relative;
	z-index: 2;
}
.rt-hero-section-content-wrapper .search-text p {
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: var(--docfi-white-color);
}
.rt-hero-section-content-wrapper .search-text p span {
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
}
.rt-hero-section-content-wrapper .search-text p span {
	color: var(--docfi-white-color);
}
body:not(.rt-search-active,.tr-header) .rt-banner-search .search-text p span {
	color: var(--docfi-heading-color);
}
.rt-hero-section-content-wrapper .search-text p a {
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: var(--docfi-white-color);
	text-decoration: underline;
}
.rt-hero-section-content-wrapper .search-text p a:hover {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: var(--docfi-primary-color);
	font-weight: 500;
}
.rt-searchbox-container {
	width: 100%;
	padding: 16px 22px 14px 30px;
	background: var(--docfi-white-color);
	border-radius: 100px;
	gap: 33px;
}
.rt-hero-section-content-wrapper {
	max-width: 700px;
	margin: 0 auto;
	position: relative;
	width: 100% !important;
	z-index: 2;
}
.elementor-widget-rt-docs-search{
	z-index: 3;
	position: relative;
}
.rt-search-active .elementor-widget-rt-docs-search{
	z-index: 100;
}
.rt-banner-search.rt-hero-section-content-wrapper{
	margin-bottom: -5px;
}
.nice-select {
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	outline: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
}
.nice-select:hover {
	border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #999;
}
.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 8px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 25px;
	top: 40%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 8px;
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #cccccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #f6f6f6;
}
.nice-select .option.selected {
	font-weight: bold;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}
.no-csspointerevents .nice-select .list {
	display: none;
}
.no-csspointerevents .nice-select.open .list {
	display: block;
}
.rt-searchbox-container .category-selector {
	width: 165px;
	position: relative;
}
.rt-searchbox-container .category-selector select{
	border: none;
	cursor: pointer;
	width: 100%;
}
.rt-searchbox-container .category-selector::before,
.rt-searchbox-container .category-selector::after {
	content: "";
	position: absolute;
}
.rt-searchbox-container .category-selector::before {
	width: 1px;
	height: 31px;
	left: -12px;
	top: 0;
	background: #D9D9D9;
}
.rt-searchbox-container .category-selector .nice-select span {
	font-weight: 500;
	font-size: 0.9375rem;
	line-height: 18px;
	color: #1D2746;
}
.rt-searchbox-container .category-selector .nice-select .list {
	left: 0;
}
.rt-searchbox-container .searchbox-textfield {
	width: 52%;
}
.rt-banner-search .rt-searchbox-container .searchbox-textfield {
	width: 75%;
}
.rt-searchbox-container .searchbox-textfield svg{
	position: relative;
	top: -1px;
	margin-right: 7px;
}
.rt-searchbox-container .searchbox-textfield .searchbox-input {
	border: none;
	background: var(--docfi-white-color);
	width: 100%;
	position: relative;
	height: 40px;
}
.rt-searchbox-container .searchbox-textfield .searchbox-input::-webkit-input-placeholder,
.rt-searchbox-container .searchbox-textfield .searchbox-input::-moz-placeholder,
.rt-searchbox-container .searchbox-textfield .searchbox-input:-ms-input-placeholder,
.rt-searchbox-container .searchbox-textfield .searchbox-input::-ms-input-placeholder,
.rt-searchbox-container .searchbox-textfield .searchbox-input::placeholder {
	font-size: 1rem;
	line-height: 19px;
	color: #8D8D8D;
}
.rt-searchbox-container .searchbox-textfield .rt-searchbox-form .input-area {
	gap: 6px;
}
.rt-searchbox-container .searchbox-textfield .rt-searchbox-form .input-area svg {
	margin-top: -2px;
}
.rt-searchbox-wraper2 .rt-searchbox-container .searchbox-textfield{
	width: 100%;
}
.rt-searchbox-container .searchbox-submit .rt-searchbox-btn:focus{
	box-shadow: none;
}
.rt-searchbox-container .searchbox-submit .rt-searchbox-btn {
	font-weight: 500;
	font-size: 1.25rem;
	line-height: 23px;
	padding: 14px 23px 12px;
	border-radius: 500px;
	border: none;
	background-color: var(--docfi-primary-color);
	color: var(--docfi-white-color);
}
.rt-searchbox-container .searchbox-submit .rt-searchbox-btn i{
	font-size: 15px;
	margin-right: 5px;
	position: relative;
	top: -1px;
}
.rt-searchbox-container .searchbox-submit .rt-searchbox-btn:hover {
	background-color: var(--docfi-white-color);
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.rt-searchbox-form .rt-input-wrap{
	position: relative;
}
.rt-searchbox-form #cleanText{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: 0.4s;
	opacity: 0;
	visibility: hidden;
	color: var(--docfi-primary-color);
	z-index: 999999;
}
.rt-banner-search .rt-searchbox-form #cleanText{
	right: 0;
}
.rt-search-container .rt-searchbox-form #cleanText {
	opacity: 1;
	visibility: visible;
}
.rt-hero-section-content-wrapper .rt-searchbox-form{
	position: relative;
}
.rt-hero-section-content-wrapper select,
.rt-hero-section-content-wrapper input:focus {
	outline: none;
}
.rt-hero-section-content-wrapper input{
	color: var(--docfi-body-color);
}
.rt-hero-section-content-wrapper form #rt_datafetch{
	position: absolute;
	width: 100%;
	left: 50%;
	top: 80px;
	border-radius: 5px;
	padding: 20px;
	transform: translateX(-50%);
	z-index: 2;
}
.rt-hero-section-content-wrapper2 .rt-search-container~#rt_datafetch,
.rt-hero-section-content-wrapper .rt-search-container #rt_datafetch{
	background: #fff;
	opacity: 1;
	visibility: visible;
	text-align: left;
	z-index: 3;
}
.rt-hero-section-content-wrapper2 .rt-search-container~#rt_datafetch:after,
.rt-hero-section-content-wrapper .rt-search-container #rt_datafetch:after {
	content: "";
	top: -6px;
	left: 30px;
	position: absolute;
	width: 12px;
	height: 12px;
	background: #fff;
	border-left: 1px solid #e6eeef;
	border-top: 1px solid #e6eeef;
	transform: rotate(45deg);
}
.rt-hero-section-content-wrapper .rt-searchbox-container:not(.rt-search-container)~#rt_datafetch,
.rt-hero-section-content-wrapper .rt-searchbox-container:not(.rt-search-container) #rt_datafetch {
	opacity: 0;
	visibility: hidden;
}
.rt-searchbox-container .rt-searchbox-container:not(.rt-search-container) .letters{
	display: none;
}
.rt-search-breadcrumb{
	margin: 0;
	padding: 0;
	list-style: none;
}
.rt-search-breadcrumb li{
	display: inline-block;
	font-size: 14px;
	position: relative;
}
.rt-search-breadcrumb li i{
	font-size: 10px;
	display: inline-block;
	margin: 0 5px;
}
.rt-search-breadcrumb li::before + li::before{
	position: absolute;
}
.rt-search-breadcrumb li a{
	color: var(--docfi-body-color);
}
.rt-searchbox-wraper2 .rt-top-title svg,
.rt-searchbox-form .rt-top-title svg{
	position: relative;
	top: -1px;
	width: 11px;
}
.rt-searchbox-wraper2 .rt-no-found,
.rt-searchbox-form .rt-no-found{
	margin-bottom: 0;
}
.rt-searchbox-form .rt-no-found,
.rt-searchbox-wraper2 .rt-no-found,
.rt-searchbox-form .rt-top-title,
.rt-searchbox-wraper2 .rt-top-title{
	color: var(--docfi-heading-color);
}
.rt-searchbox-form .rt-top-title:hover svg path{
	stroke: var(--docfi-primary-color);
}
.rt-search-breadcrumb li a:hover,
.rt-searchbox-wraper2 .rt-top-title:hover,
.rt-searchbox-form .rt-top-title:hover{
	color: var(--docfi-primary-color);
}
#rt_datafetch .rt-search-result-list + .rt-search-result-list{
	border-top: 1px solid #D7D7D7;
	padding-top: 10px;
	margin-top: 10px;
}
.rt-hero-section-content-wrapper .rt-search-key{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 5px;
}
.rt-hero-section-content-wrapper .rt-search-key li{
	display: inline-block;
	margin-right: 5px;
	position: relative;
}
.rt-hero-section-content-wrapper .rt-search-key li:before{
	position: absolute;
	right: -4px;
	bottom: 0;
	color: #ffffffc2;
	content: ",";
}
.rt-hero-section-content-wrapper .rt-search-key li:after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 0;
	height: 1px;
	background: var(--docfi-heading-color);
	transition: 0.4s;
}
.rt-hero-section-content-wrapper .rt-search-key li:hover:after{
	width: 100%;
}
.rt-hero-section-content-wrapper .rt-search-key li:last-child::before{
	display: none;
}
.rt-hero-section-content-wrapper .rt-search-key li a{
	display: block;
	color: #FFFFFFC2;
	transition: 0.3s;
}
.rt-hero-section-content-wrapper .rt-search-key li:hover::before,
.rt-hero-section-content-wrapper .rt-search-key li a:hover{
	color: var(--docfi-primary-color);
}
body:not(.rt-search-active, .tr-header) .rt-banner-search .rt-search-key li:before,
body:not(.rt-search-active, .tr-header) .rt-banner-search .rt-search-key li a{
	color: var(--docfi-body-color);
}
.rt-focus {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 98;
	transition: all .3s linear;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, .7);
	z-index: 2;
}
.rt-search-active .rt-focus{
	opacity: 1;
	visibility: visible;
}
.rt-searchbox-wraper2{
	margin-bottom: 15px;
}
.rt-searchbox-wraper2 .search-btn{
	border:none;
	min-width: 140px;
	height: 60px;
	border-radius: 5px;
	margin-left: 20px;
	background: var(--docfi-primary-color);
	font-weight: 500;
	font-size: 1.25rem;
}
.rt-searchbox-wraper2 .search-btn::before{
	background: #0481C7;
}
.rt-searchbox-wraper2 .search-btn i{
	margin-right: 2px;
	font-size: 15px;
}
.rt-searchbox-wraper2 .search-btn:focus{
	box-shadow: none;
}
.rt-searchbox-wraper2 .rt-searchbox-container{
	margin-bottom: 0;
}
.rt-searchbox-wraper2 .rt-searchbox-container {
	padding: 11px 22px 9px 30px;
}
/*======================================
// #. Forum Style
====================================*/
.rt-forum-widget-wrapper {
	background: var(--docfi-white-color);
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	padding: 38px 44px 68px 42px;
}
.rt-forum-widget-wrapper .widgettitle {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: var(--docfi-heading-color);
	margin-bottom: 20px;
}
.rt-forum-widget-wrapper .widget-forum{
	margin-bottom: 45px;
}
.rt-forum-widget-wrapper .bbp-topics-widget{
	margin: 0;
	padding: 0;
	list-style: none;
}
.rt-forum-widget-wrapper .widget_display_topics{
	margin-bottom: 0;
}
.rt-forum-widget-wrapper .widget_display_topics .widgettitle{
	margin-bottom: 25px;
}
.rt-forum-widget-wrapper .bbp-topics-widget li{
	display: block;
	position: relative;
	padding-left: 65px;
	font-size: 0;
}
.rt-forum-widget-wrapper .bbp-topics-widget li div,
.rt-forum-widget-wrapper .bbp-topics-widget li .topic-author{
	color: #A4A1A1;
}
.rt-forum-widget-wrapper .bbp-topics-widget li .topic-author{
	font-size: 16px;
	text-transform: capitalize;
	margin-right: 8px;
}
.rt-forum-widget-wrapper .bbp-topics-widget li div{
	font-size: 15px;
	display: inline-block;
}
.rt-forum-widget-wrapper .bbp-topics-widget li .avatar{
	width: 20px;
	height: 20px;
	border-radius: 20px;
	margin-right: 8px;
}
.rt-forum-widget-wrapper .bbp-topics-widget li::before {
	position: absolute;
	content: url('../img/topics-icon.svg');
	left: 0;
	top: 5px;
	width: 50px;
	height: 50px;
	background: #F4F7FF;
	text-align: center;
	line-height: 78px;
	border-radius: 50px;
	transition: 0.3s;
}
.rt-forum-widget-wrapper .bbp-topics-widget li + li{
	margin-top: 25px;
}
.rt-forum-widget-wrapper .bbp-topics-widget li .bbp-forum-title{
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: var(--docfi-heading-color);
	transition: 0.3s;
	margin: 0 0 6px;
	line-height: 1.4;
}
.rt-forum-widget-wrapper .bbp-topics-widget li .bbp-forum-title:hover{
	color: var(--docfi-primary-color);
}
.home-3-forum-form .ff-el-input--content .nice-select{
	height: 60px;
	line-height: 35px;
}
.home-3-forum-form .ff-el-input--content .nice-select:after {
	right: 20px;
	top: 43%;
}
.widget-forum ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget-forum ul li{
	display: block;
	overflow: hidden;
}
.widget-forum ul li a{
	line-height: 21px;
	color: #6B707F;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D9D9D9;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: block;
	font-weight: 500;
}
.widget-forum ul li a:after {
	content: "";
	position: absolute;
	border-bottom: 1px solid var(--docfi-primary-color);
	left: 0;
	bottom: -1px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 0;
}
.widget-forum ul li a:hover {
	color: var(--docfi-primary-color);
}
.widget-forum ul li a:hover:after {
	width: 100%;
}
.widget-forum ul li .count{
	display: inline-block;
	float: right;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	background: #ededed;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	transition: 0.4s;
}
.widget-forum ul li:last-child a{
	margin-bottom: 0;
}
.widget-forum ul li:hover .count{
	background: var(--docfi-primary-color);
	color: var(--docfi-white-color);
}
#bbpress-forums.docfi-wrapper-forums li.bbp-header{
	background: #F9FBFD;
	border-top: 0 solid transparent;
}
#bbpress-forums.docfi-wrapper-forums .bbp-header{
	padding: 15px 25px;
}
#bbpress-forums.docfi-wrapper-forums .bbp-header ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#bbpress-forums.docfi-wrapper-forums .bbp-header ul.forum-titles{
	background: transparent;
}
#bbpress-forums.docfi-wrapper-forums .bbp-header li{
	font-weight: 500;
	color: var(--docfi-heading-color);
	font-size: 16px;
}
#bbpress-forums.docfi-wrapper-forums .bbp-header li:first-child{
	font-weight: 600;
	font-size: 18px;
}
#bbpress-forums.docfi-wrapper-forums .bbp-topic-reply-count,
#bbpress-forums.docfi-wrapper-forums .bbp-header li.bbp-topic-riews {
	padding-right: 22px;
}
.docfi-wrapper-forums li.bbp-forum-freshness,
.docfi-wrapper-forums li.bbp-topic-freshness{
	text-align: left;
}
.docfi-wrapper-forums li.bbp-topic-freshness{
	font-size: 14px;
}
.docfi-wrapper-forums .rt-topices-title .rt-title a{
	color: var(--docfi-heading-color);
	font-size: 16px;
	font-weight: 600;
	transition: 0.3s !important;
}
.docfi-wrapper-forums#bbpress-forums li.bbp-body ul.forum,
.docfi-wrapper-forums#bbpress-forums li.bbp-body ul.topic{
	padding: 30px 25px;
	display: flex;
	align-items: center;
	background: var(--docfi-grey-color-1);
}
.docfi-wrapper-forums#bbpress-forums li.bbp-body ul.forum:hover,
.docfi-wrapper-forums#bbpress-forums li.bbp-body ul.topic:hover{
	background: var(--docfi-white-color);
}
.docfi-wrapper-forums#bbpress-forums .pagination-area li + li{
	margin-left: 10px;
}
.docfi-wrapper-forums li.bbp-topic-title2,
.rt-tofics-info li.bbp-forum-freshness,
.rt-tofics-info li.bbp-topic-freshness {
	width: 23%;
}
.rt-topics-single-meta,
.rt-topics-single-taxonomy{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rt-topics-single-taxonomy{
	margin-bottom: 15px;
}
.rt-topics-single-taxonomy img{
	max-width: 40px;
	margin-right: 10px;
}
.rt-topics-single-taxonomy .tags a{
	color: var(--docfi-body-color);
	transition: 0.4s;
}
#bbpress-forums .rt-topics-single-meta #favorite-toggle{
	float: none;
}
body.bbp-user-edit .col-lg-4.docfi-column-sticky{
	display: none;
}
body.bbp-user-edit #bbpress-forums #bbp-your-profile fieldset label[for]{
	text-align: left;
	width: 100%;
}
body.bbp-user-edit #bbpress-forums #bbp-your-profile fieldset{
	padding-top: 10px;
}
body.bbp-user-edit #bbpress-forums #bbp-your-profile fieldset:not(.submit){
	margin-bottom: 30px;
}
body.bbp-user-edit #bbpress-forums #bbp-your-profile fieldset #description,
body.bbp-user-edit #bbpress-forums #bbp-your-profile fieldset #display_name{
	width: 100%;
}
body.bbp-user-edit #bbp-user-body table td,
body.bbp-user-edit #bbp-user-body table th{
	text-align: left;
	padding: 10px 20px;
}
body.bbp-user-edit #bbp-user-body .form-table input{
	height: 35px;
	margin-bottom: 8px;
}
body.bbp-user-edit #bbpress-forums #bbp-your-profile fieldset.submit button{
	float: none;
	padding: 12px 30px 10px;
	border-radius: 5px;
	margin-top: 10px;
	box-shadow: none;
	background: transparent;
	border: 1px solid var(--docfi-primary-color);
	color: var(--docfi-primary-color);
	transition: all 0.4s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
body.bbp-user-edit #bbpress-forums #bbp-your-profile fieldset.submit button:before {
	content: "";
	background-color: var(--docfi-primary-color);
	height: 100%;
	left: -100%;
	top: 0;
	width: 0;
	bottom: 0;
	position: absolute;
	-webkit-transform: skew(50deg);
	transform: skew(50deg);
	-webkit-transition: width 0.6s;
	transition: width 0.6s;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: -1;
}
body.bbp-user-edit #bbp-your-profile{
	background: #fff;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
	padding: 40px;
	border-radius: 10px;
}
body.bbp-user-edit #bbpress-forums #bbp-your-profile fieldset.submit button:hover:before {
	height: 101%;
	width: 200%;
}
body.bbp-user-edit #bbpress-forums #bbp-your-profile fieldset.submit button:hover{
	color: var(--docfi-white-color);
}

.rt-topics-single-meta a,
#bbpress-forums .rt-topics-single-meta ul li a,
.rt-topics-single-taxonomy a{
	color: var(--docfi-body-color);
	transition: 0.4s;
}
.rt-topics-single-meta a:hover,
#bbpress-forums .rt-topics-single-meta ul li a:hover,
.rt-topics-single-taxonomy a:hover{
	color: var(--docfi-primary-color);
	transition: 0.4s;
}
.rt-topics-single-taxonomy .tags a:hover{
	color: var(--docfi-primary-color);
}
#bbpress-forums .rt-topics-single-meta ul li + li{
	margin-left: 10px;
}
.rt-tofics-info li.bbp-forum-info,
.rt-tofics-info li.bbp-topic-title {
	width: 62%;
}
.rt-tofics-info li.bbp-forum-reply-count,
.rt-tofics-info li.bbp-forum-topic-count,
.rt-tofics-info li.bbp-topic-reply-count,
.rt-tofics-info li.bbp-topic-voice-count {
	width: 22%;
}
.docfi-wrapper-forums .topics-meta{
	margin-left: 10px;
}
.docfi-wrapper-forums .user-meta .author img{
	margin-right: 5px;
}
.docfi-wrapper-forums .rt-title{
	margin-bottom: 12px;
	display: flex;
}
.docfi-wrapper-forums .rt-title svg{
	margin-right: 6px;
	position: relative;
	top: 0;
	width: 20px;
}
.docfi-wrapper-forums .topics-meta,
.docfi-wrapper-forums .topics-meta a,
.docfi-wrapper-forums .bbp-author-link{
	font-size: 14px;
	color: var(--docfi-heading-color);
}
.docfi-wrapper-forums .bbp-author-link{
	text-transform: capitalize;
}
.docfi-wrapper-forums .topics-meta a{
	background: #F2F9FF;
	border-radius: 2px;
	padding: 4px 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 12px;
	color: var(--docfi-third-color);
	transition: 0.3s !important;
}
.docfi-wrapper-forums .bbp-topic-freshness-author .bbp-author-name:hover,
.docfi-wrapper-forums .topics-meta a:hover,
.docfi-wrapper-forums .bbp-author-link:hover,
.docfi-wrapper-forums .rt-topices-title .rt-title a:hover {
	color: var(--docfi-primary-color);
	transition: 0.3s !important;
}
.docfi-wrapper-forums .topics-meta a:hover{
	background: var(--docfi-third-color);
	color: var(--docfi-white-color);
}
#bbpress-forums ul {
	background-color: var(--docfi-grey-color-1);
	transition: 0.4s;
}
#bbpress-forums ul:hover{
	background-color: #fff;
}
.rt-forum-list-style1#bbpress-forums > ul{
	background: transparent !important;
}
#bbpress-forums.docfi-wrapper-forums .bbp-topic-reply-count,
#bbpress-forums.docfi-wrapper-forums .bbp-topic-voice-count{
	font-size: 15px;
	color: var(--docfi-heading-color);
}
.docfi-wrapper-forums li.bbp-topic-title2,
.docfi-wrapper-forums .bbp-topic-freshness-author .bbp-author-name,
.docfi-wrapper-forums li.bbp-topic-freshness{
	color: var(--docfi-heading-color);
}
.docfi-wrapper-forums .bbp-topic-freshness-author .bbp-author-avatar{
	display: none;
}
#bbpress-forums.docfi-wrapper-forums .author img.avatar{
	max-height: 20px;
	max-width: 20px;
	border-radius: 20px;
}
.docfi-wrapper-forums li.bbp-topic-title2,
.docfi-wrapper-forums li.bbp-topic-freshness{
	line-height: 1.8;
}
#bbpress-forums.docfi-wrapper-forums .bbp-pagination{
	text-align: center;
	margin: 35px 0 40px;
}
#bbpress-forums .bbp-pagination-links a,
.docfi-wrapper-forums div.bbp-submit-wrapper,
#bbpress-forums .bbp-pagination-links span.current,
#bbpress-forums.docfi-wrapper-forums .bbp-pagination,
#bbpress-forums.docfi-wrapper-forums .bbp-pagination-links{
	float: none;
}
#bbpress-forums.docfi-wrapper-forums .bbp-pagination-links a{
	display: inline-block;
}
#bbpress-forums.docfi-wrapper-forums .bbp-pagination-links{
	display: flex;
	align-items: center;
	justify-content: center;
}
#bbpress-forums .bbp-pagination-links a,
#bbpress-forums .bbp-pagination-links span.current,
#bbpress-forums.docfi-wrapper-forums .bbp-pagination-links a {
	font-weight: 500;
	font-size: 1rem;
	color: var(--docfi-heading-color);
	background: #F7F7F7;
	border-radius: 5px;
	border: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition: 0.4s;
	margin-left: 10px;
}
#bbpress-forums .bbp-pagination-links a:hover,
#bbpress-forums .bbp-pagination-links span.current,
#bbpress-forums .bbp-topic-pagination a:hover{
	border: none;
}
#bbpress-forums.docfi-wrapper-forums .bbp-pagination-links .prev,
#bbpress-forums.docfi-wrapper-forums .bbp-pagination-links .next{
	display: none;
}
#bbpress-forums .bbp-pagination-links a:hover,
#bbpress-forums .bbp-pagination-links span.current,
#bbpress-forums.docfi-wrapper-forums .bbp-pagination-links a:hover{
	background: var(--docfi-primary-color);
	color: var(--docfi-white-color);
}
#bbpress-forums.docfi-wrapper-forums fieldset.bbp-form{
	border: none;
	padding: 0;
	margin-bottom: 0;
}
.single-forum #bbpress-forums.docfi-wrapper-forums fieldset.bbp-form select{
	display: block !important;
}
.single-forum #bbpress-forums.docfi-wrapper-forums fieldset.bbp-form .nice-select{
	display: none;
}
.docfi-user-wraper .bbp-search-form input{
	padding: 0 20px;
	height: 40px;
	border-radius: 5px;
	transition: 0.4s;
}
.docfi-user-wraper .bbp-search-form #bbp_search_submit{
	background: var(--docfi-primary-color);
}
.docfi-user-wraper .bbp-search-form #bbp_search_submit:hover{
	opacity: 0.85;
}
#bbpress-forums.docfi-wrapper-forums fieldset.bbp-form label{
	font-size: 16px;
	color: var(--docfi-heading-color);
	margin-bottom: 5px;
	display: inline-block;
}
#rt-topic-comments h3.name{
	line-height: 0;
}
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-reply-header,
#bbpress-forums div.bbp-topic-header{
	border:none;
	background: var(--docfi-white-color);
	
}
#bbp-user-replies-created{
	background: var(--docfi-white-color);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	padding: 30px;
}
.docfi-wrapper-forums .bbp-login-form{
	max-width: 50%;
}
#bbpress-forums.docfi-wrapper-forums div.wp-editor-container{
	border: none;
	margin-top: 15px;
}
#bbpress-forums.docfi-wrapper-forums fieldset.bbp-form textarea{
	border: 1px solid #DDDDDF;
	border-radius: 10px;
	padding: 15px 20px;
}
#bbpress-forums.docfi-wrapper-forums fieldset.bbp-form select,
#bbpress-forums.docfi-wrapper-forums fieldset.bbp-form input:not(#rememberme,#bbp_topic_subscription){
	border: 1px solid #DDDDDF;
	border-radius: 10px;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	display: block;
	width: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	outline: none;
}
#bbpress-forums.docfi-wrapper-forums fieldset.bbp-form textarea:focus,
#bbpress-forums.docfi-wrapper-forums fieldset.bbp-form select:focus,
#bbpress-forums.docfi-wrapper-forums fieldset.bbp-form input:not(#rememberme, #bbp_topic_subscription):focus{
	border: 1px solid var(--docfi-heading-color) !important;
}
#bbpress-forums.docfi-wrapper-forums fieldset.bbp-form select {
	cursor: pointer;
}
.docfi-wrapper-forums div.bbp-submit-wrapper{
	text-align: left;
}
.docfi-wrapper-forums div.bbp-submit-wrapper button{
	font-weight: 600;
	line-height: 19px;
	color: var(--docfi-white-color);
	padding: 15px 32px;
	background: var(--docfi-primary-color);
	border-radius: 10px;
	font-size: 16px;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#bbpress-forums.docfi-wrapper-forums fieldset.bbp-form{
	margin: 0;
	padding: 0;
}
#bbpress-forums.docfi-wrapper-forums fieldset.bbp-form legend{
	padding: 0 0 5px;
}
.docfi-wrapper-forums div.bbp-submit-wrapper button::before{
	content: "";
	background-color: var(--docfi-black-color);
	height: 100%;
	left: -100%;
	top: 0;
	width: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	-webkit-transform: skew(50deg);
	transform: skew(50deg);
	-webkit-transition: width 0.6s;
	transition: width 0.6s;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#bbpress-forums fieldset.bbp-form legend{
	color: var(--docfi-heading-color);
}
.docfi-wrapper-forums div.bbp-submit-wrapper button:hover::before {
	height: 100%;
	width: 200%;
}
.docfi-wrapper-forums .bbp-remember-me{
	margin-top: 12px;
}
.docfi-wrapper-forums div.bbp-template-notice{
	margin: 0;
	border: none;
	background: transparent;
	padding: 0;
}
.docfi-wrapper-forums div.bbp-template-notice li{
	font-size: 30px;
	font-weight: 600;
	color: var(--docfi-heading-color);
}
div.bbp-template-notice,
div.indicator-hint{
	padding: 20px 20px 10px;
		margin: 5px 0 15px;
		border-radius: 3px;
		color: #000;
		clear: both;
		border: none;
		background: #F9F9FF;
}
#bbpress-forums.docfi-wrapper-forums .bbp-form input[type="checkbox"]{
	width: 12px;
	height: 12px;
	border: none;
	border-radius: 1px;
	background-color: #D9D9D9;
	margin-bottom: 0;
	margin-right: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#bbpress-forums.docfi-wrapper-forums .bbp-form input[type="checkbox"] {
	background-color: var(--docfi-primary-color);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
#bbpress-forums.docfi-wrapper-forums p.bbp-topic-meta {
 	margin: 0;
 }
.single-topic .docfi-wrapper-forums{
	background: var(--docfi-white-color);
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 70px 50px;
	margin-bottom: 50px;
}
.rt-single-topics-wrapper .rt-q-title{
	font-size: 30px;
	line-height: 1.3;
}
.rt-single-topics-wrapper .rt-topics-question{
	display: block;
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	color: #C0C0C0;
	margin-bottom: 10px;
}
body #bbpress-forums{
	font-size: 16px;
	line-height: 28px;
}
#bbpress-forums.docfi-wrapper-forums .topic-author img{
	border-radius: 50%;
}
#bbpress-forums.docfi-wrapper-forums .topic-author {
	gap: 6px;
}
#bbpress-forums.docfi-wrapper-forums .topic-details-footer {
	margin-top: 36px;
}
#bbpress-forums.docfi-wrapper-forums .topic-author .author-info .name a {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: var(--docfi-heading-color);
	transition: 0.3s;
	text-transform: capitalize;
}
#bbpress-forums.docfi-wrapper-forums .topic-author .author-info .entry-meta ul {
	gap: 20px;
}
#bbpress-forums.docfi-wrapper-forums .topic-author .author-info .entry-meta ul li {
	gap: 5px;
}
#bbpress-forums.docfi-wrapper-forums .topic-author .author-info .name a:hover,
#bbpress-forums.docfi-wrapper-forums .topic-author .author-info .entry-meta ul li a:hover {
	color: var(--docfi-primary-color);
}
#bbpress-forums.docfi-wrapper-forums .topic-details-action-meta .entry-meta ul {
	gap: 30px;
}
.docfi-wrapper-forums .topic-details-action-meta ul li a{
	color: var(--docfi-body-color);
	transition: 0.3s !important;
}
.docfi-wrapper-forums .topic-details-action-meta ul li a:hover{
	color: var(--docfi-primary-color);
}
#bbpress-forums.docfi-wrapper-forums .topic-details-action-meta .entry-meta ul li {
	gap: 5px;
}
.rt-replies-wrapper{
	padding-top: 50px;
	margin-top: 50px;
	border-top: 1px solid #D9D9D9;
	width: 100%;
}
.rt-replies-wrapper .rt-replies-title{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 42px;
}
.rt-replies-wrapper #rt-topic-comments .bbp-reply-header{
	background: transparent;
	padding: 0;
	border:none;
}
#rt-topic-comments .bbp-reply-header .name a{
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	color: var(--docfi-heading-color);
	text-transform: capitalize;
}
#rt-topic-comments .bbp-reply-header:first-child{
	display: none;
}
#rt-topic-comments .author_role {
	background: #F2F9FF;
	border-radius: 10px;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: var(--docfi-third-color);
	padding: 3px 8px;
	margin-left: 15px;
}
#rt-topic-comments .bbp-author-avatar img{
	width: 30px;
	height: 30px;
	border-radius: 30px;
	margin-right: 7px;
}
#rt-topic-comments .reply-item-header{
	margin-bottom: 25px;
}
.rt-replies-wrapper #rt-topic-comments .bbp-reply-header + .bbp-reply-header{
	margin-top: 20px;
}
#rt-topic-comments .reply-body ul{
	margin-bottom: 20px;
}
#rt-topic-comments .reply-body ul li + li{
	margin-left: 12px;
}
#rt-topic-comments .reply-body ul li a{
	color: var(--docfi-heading-color);
	transition: 0.3s !important;
}
#rt-topic-comments .reply-body ul li a:hover{
	color: var(--docfi-primary-color);
}
.single-topic .rt-page-wrapper {
	display: flex;
	flex-direction: row-reverse;
}
#bbpress-forums.docfi-wrapper-forums .rt-bbp-forum-author img{
	margin: 0;
	border-radius: 50%;
	max-width: 40px;
}
.docfi-wrapper-forums .rt-bbp-forum-author{
	display: flex;
	align-items: center;
}
.docfi-wrapper-forums .rt-bbp-forum-author .rt-forum-image{
	min-width: 40px;
	margin-right: 8px;
}
#bbpress-forums.docfi-wrapper-forums .rt-addon-forum img {
	margin-right: 8px;
}

.docfi-wrapper-forums .rt-bbp-forum-author .rt-forum-content{
	line-height: 1.7;
	font-size: 14px;
}
.docfi-wrapper-forums .rt-bbp-forum-author .rt-forum-content a {
	font-size: 14px;
	color: #6B707F;
}
.rt-tofics-info .bbp-author-name{
	text-transform: capitalize;
	font-size: 14px;
}
.rt-topices-title .author img{
	max-width: 20px;
	border-radius: 20px;
}
.docfi-wrapper-forums .rt-bbp-forum-author .rt-forum-content .bbp-author-name{
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: var(--docfi-heading-color);
	text-transform: capitalize;
}
#bbpress-forums .rt-forum-info .bbp-forum-info .bbp-forum-title{
	font-size: 18px;
	font-weight: 500;
	color: var(--docfi-heading-color);
	transition: 0.3s;
}
#bbpress-forums .rt-forum-info .bbp-forum-info .bbp-forum-title:hover{
	color: var(--docfi-primary-color);
}
#bbpress-forums .rt-forum-info .bbp-forum-content{
	margin: 0;
	font-size: 15px;
	color: var(--docfi-body-color);
}
#bbpress-forums:not(.rt-forum-list-style2) .rt-forum-info .bbp-forum-content{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.rt-forum-info .bbp-forum-content p{
	margin-bottom: 0;
}
.rt-forum-info li.bbp-forum-freshness,
.rt-forum-info li.bbp-topic-freshness {
	width: 29%;
}
.rt-forum-info li.bbp-forum-info{
	display: flex;
	align-items: center;
}
.rt-forum-info li.bbp-forum-info,
.rt-forum-info li.bbp-topic-title {
	width: 50%;
}
.rt-forum-info li.bbp-forum-reply-count,
.rt-forum-info li.bbp-forum-topic-count,
.rt-forum-info li.bbp-topic-reply-count,
.rt-forum-info li.bbp-topic-voice-count {
	width: 10%;
	font-size: 16px;
}
.rt-title-inner{
	display: flex;
}
.rt-title-inner .rt-author-image {
	min-width: 75px;
	margin-right: 20px;
	max-width: 75px;
}
div.bbp-template-notice.info {
	border: none;
	padding: 15px;
	border-radius: 5px;
	background: #F8F8FF;
}
div.bbp-template-notice li,
div.bbp-template-notice p{
	font-size: 16px;
}
div.bbp-template-notice.info ul{
	list-style: none;
	margin: 0;
}
.single-forum .docfi-column-sticky .entry-thumbnail{
	display: none;
}
.docfi-wrapper-forums:not(.rt-forum-list-style2) .rt-forum-info .bbp-forum-freshness{
	padding-left: 30px;
}
.rt-forum-list-wrapper:not(.rt-forum-list-style2) .rt-forum-info .bbp-forum-freshness {
	padding-left: 60px;
}
.bbp-login-form .bbp-password{
	margin-top: 20px;
}
.rt-forum-list-style2 li.bbp-forum-info{
	width: auto;
}
.rt-forum-list-style2 .rt-forum-meta{
	display: block;
	width: 100%;
}
#bbpress-forums.rt-forum-list-style2 .rt-forum-meta .rt-bbp-forum-author img{
	max-width: 25px;
}
#bbpress-forums.rt-forum-list-style2 > .rt-forums-addons{
	margin-bottom: 0;
}
#bbpress-forums.docfi-wrapper-forums .rt-forum-info,
#bbpress-forums.docfi-wrapper-forums .rt-tofics-info{
	border-radius: 20px;
}
#bbpress-forums.docfi-wrapper-forums > .rt-forum-info{
	margin-bottom: 0;
}
.rt-forum-list-style2 .rt-info-wrapper .bbp-forum-info{
	padding-bottom: 10px;
}
.rt-forum-list-style2 .rt-forum-info li{
	width: auto;
	text-align: left;
}
.rt-forum-list-style2 .rt-title-inner .rt-author-image{
	min-width: 140px;
	max-width: 140px;
}
.rt-forum-list-style2 .rt-forum-meta ul{
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
}
#bbpress-forums.rt-forum-list-style2,
#bbpress-forums.rt-forum-list-style1,
.docfi-wrapper-forums#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums.rt-forum-list-style1 .rt-forum-info,
#bbpress-forums.rt-forum-list-style2 .rt-forum-info{
	overflow: visible;
}
#bbpress-forums{
	margin-bottom: 0;
}
/*======================================
// #. Login & Register
====================================*/
.docfi-login-section .rt-page-wrapper{
	height: 100vh;
}
.docfi-login-section .docfi-login-wrapper{
	height: 100%;
}
.docfi-login-wrapper{
	display: flex;
	flex-wrap: wrap;
}
.docfi-login-wrapper .docfi-login-left-sidebar{
	background: var(--docfi-secondary-color);
	width: 30%;
}
.docfi-login-wrapper .docfi-login-right-sidebar{
	width: 70%;
}
.docfi-login-wrapper .rt-left-sidebar-inner,
.docfi-login-wrapper .docfi-login-right-sidebar{
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 20px;
}
.docfi-login-wrapper .rt-left-sidebar-inner{
	padding: 40px;
	text-align: center;
}
.docfi-login-wrapper .rt-sidebar-logo{
	max-width: 400px;
	margin: 0 auto;
	color: #fff;
}
.docfi-login-wrapper .rt-sidebar-logo h2 {
	color: #fff;
	margin: 35px 0 20px;
}
.bbp-login-form .bbp-submit-wrapper {
	float: none;
	text-align: left;
}
.docfi-login-wrapper .light-logo{
	display: block;
}
.docfi-login-wrapper .light-logo img{
	min-height: 55px;
}
.docfi-login-wrapper .docfi-form-inner{
	width: 700px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	padding: 46px 44px 40px 42px;
	border: none;
	background: var(--docfi-white-color);
}
.bbp-login-form .bbp-form,
.docfi-login-wrapper .bbp-login-form .bbp-form{
	margin: 0;
	padding: 0;
	border: none;
}
.docfi-login-wrapper .docfi-form-inner label{
	display: inline-block;
}
.bbp-login-form input:not(#rememberme),
.docfi-login-wrapper .docfi-form-inner input:not(#rememberme){
	width: 100%;
	height: 50px;
	padding: 0 20px;
	width: 100%;
	max-width: 100%;
	border-radius: 5px;
}
.docfi-login-wrapper .docfi-login-form{
	max-width: 450px;
	margin: 0 auto;
}
.docfi-login-wrapper .rt-form-title{
	font-weight: 700;
	color: var(--docfi-heading-color);
	line-height: 1;
}
.docfi-login-wrapper .docfi-share-icons {
	margin: 35px 0 50px;
	padding: 0;
	list-style: none;
	text-align: center;
}
.docfi-login-wrapper .docfi-share-icons li{
	display: inline-block;
}
.docfi-login-wrapper .docfi-share-icons li i{
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 60px;
	text-align: center;
	border: 1px solid #767A82;
	color: #767A82;
	transition: 0.4s;
	margin: 0 6px;
}
.docfi-login-wrapper .docfi-share-icons li i:hover{
	border-color: var(--docfi-primary-color);
	background: var(--docfi-primary-color);
	color: var(--docfi-white-color);
}
.docfi-login-wrapper .description{
	color: #767A82;
	font-size: 22px;
}
.docfi-login-wrapper .docfi-login-form input{
	background: #F5F5F5;
	border-radius: 60px;
	height: 60px;
	border:none;
	padding: 0 20px;
	padding-left: 60px;
}
.docfi-login-wrapper .docfi-login-form input:focus{
	outline: none;
	border:none;
}
.docfi-login-wrapper .form-group{
	position: relative;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a{
	border: 1px solid #D9D9D9;
	color: var(--docfi-heading-color);
	border-radius: 5px;
	transition: 0.3s;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li + li{
	margin-top: 10px;
	display: block;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li a:hover,
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
	background: var(--docfi-primary-color);
	opacity: 1;
	color: var(--docfi-white-color);
	border-color: var(--docfi-primary-color);
	
}
.bbp-user-page.single .content-area{
	 padding-bottom: 120px;
}
#bbpress-forums #bbp-user-profile,
#bbpress-forums #bbp-single-user-details{
	background: #fff;
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
	padding: 30px;
}
#bbpress-forums #bbp-single-user-details{
	width: 270px;
	border-radius: 5px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar{
	width: 100%;
	text-align: center;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
	border-radius: 5px;
	height: auto;
	border-radius: 50%;
}
#bbpress-forums.docfi-user-wraper {
	overflow: visible;
}
#bbpress-forums #bbp-user-body {
	margin-left: 300px;
}
#bbpress-forums hr{
	background-color: #c9bfbfed;
}
#bbpress-forums #bbp-user-topics-started h2.entry-title{
	padding-bottom: 40px;
}

.docfi-user-wraper .bbp-pagination-links,
.docfi-user-wraper .bbp-pagination{
	float: none;
	display: inline-block;
	text-align: center;
}

#bbpress-forums .bbp-pagination-links a,
#bbpress-forums .bbp-pagination-links span.current{
	display: inline-block;
}

.docfi-topic-form-wrapper input:focus{
	outline: none !important;
}
.docfi-topic-form-wrapper .bbp-template-notice,
.docfi-topic-form-wrapper form{
	max-width: 700px;
	margin: 0 auto;
}
.docfi-topic-form-wrapper .bbp-template-notice{
	margin-bottom: 30px;
}
.docfi-topic-form-wrapper#bbpress-forums{
	overflow: visible;
}
.bbpress .docfi-topic-form-wrapper#bbpress-forums form select,
.bbpress .docfi-topic-form-wrapper#bbpress-forums form textarea,
.bbpress .docfi-topic-form-wrapper#bbpress-forums form input{
	border-radius: 5px;
}
#bbpress-forums fieldset select#bbp_forum_id{
	max-width: 100%;
}
.bbpress .docfi-topic-form-wrapper#bbpress-forums form select,
.bbpress .docfi-topic-form-wrapper#bbpress-forums form input:not([type="checkbox"]){
	height: 50px;
	padding:  0 20px;
	width: 100%;
	max-width: 100%;
}
.docfi-topic-form-wrapper#bbpress-forums fieldset.bbp-form{
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	padding: 38px 44px 68px 42px;
	border: none;
	background: var(--docfi-white-color);
}
.docfi-topic-form-wrapper div.bbp-submit-wrapper{
	float: none;
}
.bbp-login-form .bbp-submit-wrapper button,
.docfi-login-wrapper .bbp-submit-wrapper button,
.docfi-topic-form-wrapper button[type="submit"]{
	position: relative;
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 21px;
	background: var(--docfi-primary-color);
	color: var(--docfi-white-color);
	border-radius: 500px;
	display: inline-block;
	border: none;
	margin-left: 16px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	overflow: hidden;
	color: var(--docfi-white-color);
	margin-left: 0;
	z-index: 2;
}
.bbp-login-form .bbp-submit-wrapper button {
	min-width: 108px;
	padding: 14px 20px;
}
.docfi-login-wrapper .bbp-submit-wrapper button,
.docfi-topic-form-wrapper button[type="submit"]{
	width: 180px;
	padding: 19px 30px;
}

.bbp-login-form .bbp-submit-wrapper button::before,
.docfi-login-wrapper .bbp-submit-wrapper button::before,
.docfi-topic-form-wrapper button[type="submit"]::before {
	content: "";
	background-color: var(--docfi-black-color);
	height: 100%;
	left: -100%;
	top: 0;
	width: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
	-webkit-transform: skew(50deg);
	transform: skew(50deg);
	-webkit-transition: width 0.6s;
	transition: width 0.6s;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.bbp-login-form .bbp-submit-wrapper button:hover:before,
.docfi-login-wrapper .bbp-submit-wrapper button:hover:before,
.docfi-topic-form-wrapper button[type="submit"]:hover::before {
	height: 100%;
	width: 200%;
}
.docfi-login-wrapper .bbp-submit-wrapper,
.docfi-topic-form-wrapper .bbp-submit-wrapper{
	text-align: left;
	float: none;
}
.docfi-login-wrapper .bbp-submit-wrapper{
	margin-bottom: 10px;
}
.rt-authors-wrapper .rt-author-inner{
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	padding: 20px;
	display: flex;
	align-items: center;
}
.modal-open .modal-backdrop {
	display: block;
}
.rt-share-icons{
	cursor: pointer;
}
.rt-popup-share .btn-close:hover {
	background-color: transparent;
}
.rt-popup-share .share-links a{
	color: var(--docfi-body-color);
	transition: 0.4s;
}
.rt-popup-share .share-links a:hover{
	color: var(--docfi-primary-color);
}
.rt-popup-share .share-links a + a {
	margin-left: 10px;
}
.rt-popup-share button:focus {
	box-shadow: none;
}
.docfi-register-section .bbp-submit-wrapper {
	margin-top: 20px;
}
.docfi-login-wrapper .docfi-aaccount a {
	color: var(--docfi-heading-color);
	transition: 0.3s;
}
.docfi-login-wrapper .docfi-aaccount a:hover{
	color: var(--docfi-secondary-color);
}
.docfi-login-wrapper .docfi-login-left-sidebar{
	background-size: cover;
	background-position: center;
}
.docfi-register-section .docfi-login-left-sidebar{
	background-color: #F8851C;
}
.call-to-cation-form-wrapper .frm-fluent-form .ff-t-cell:last-of-type {
	flex-basis: 20% !important;
}
@media (max-width: 1440px) {
	.footer-top-area .shapes ul li:nth-child(1) {
		left: 70px;
		max-width: 115px;
	}
	.call-to-action-section .section-text-content .section-heading {
		font-size: 36px;
	}
	.rt-social-widget {
		gap: 6px;
	}
}
@media (max-width: 1366px) {
	.rt-card--style-1 {
		padding: 40px 20px 35px;
	}
	.testimonial-section--style-2 .slider-navigation-btn-wrapper .next,
	.testimonial-section--style-2 .slider-navigation-btn-wrapper .prev {
		top: 90%;
	}
}
@media (max-width: 1199px) {
	.docfi-login-wrapper .docfi-login-left-sidebar{
		width: 40%;
	}
	.docfi-login-wrapper .docfi-login-right-sidebar{
		width: 60%;
	}
}
@media (max-width: 1024px) {
	.best-online-documentation-section .tab-content{
		margin-top: 20px;
	}
	.faq-section .faq-nav-wrapper {
		padding: 35px 30px;
	}
	.best-online-documentation-section .best-documentation-info-wrapper {
		padding: 60px 40px 20px 40px;
	}
	.footer-area .widgettitle {
		margin-bottom: 20px;
	}
	.rt-banner-search.rt-hero-section-content-wrapper {
		margin-bottom: -25px;
		text-align: left;
	}
	.rt-right-docs-content {
		padding: 25px;
	}
	.rt-single-sidebar-list .explore-topics-header .title-area .title {
		font-size: 17px;
	}
	.rt-group-lists {
		padding: 20px;
	}
	.rt-forum-widget-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	#bbpress-forums.docfi-wrapper-forums .bbp-header,
	.docfi-wrapper-forums#bbpress-forums li.bbp-body ul.forum,
	.docfi-wrapper-forums#bbpress-forums li.bbp-body ul.topic {
		padding: 18px 20px;
		padding-right: 20px;
	}
	.single-topic .docfi-wrapper-forums {
		padding: 40px 20px;
	}
}
@media (max-width: 991px) {
	.call-to-action-section .section-text-content .section-heading{
		margin-bottom: 20px;
	}
	.rt-card--style-6 {
		padding: 40px 25px;
	}
	.logo-card {
		padding: 28px 30px 30px;
	}
	.docfi-dosc-single .docfi-column-sticky-min-1024{
		display: none;
	}
	.rt-page-wrapper .docfi-column-sticky {
		position: relative !important;
	}
	.rt-page-wrapper .docfi-column-sticky .rt-forum-widget-wrapper {
		margin-bottom: 60px;
	}
	.rt-page-wrapper .docfi-column-sticky #bbpress-forums,
	.rt-page-wrapper .docfi-column-sticky #bbpress-forums ul {
		margin-bottom: 0;
	}
	.docfi-login-wrapper .rt-sidebar-logo h2,
	.docfi-login-wrapper .rt-form-title {
		font-size: 30px;
	}
	#bbp-user-topics-started div.bbp-search-form{
		float: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#bbp-user-topics-started .rt-tofics-info li.bbp-topic-title{
		width: 100%;
	}
	#bbp-user-topics-started .rt-tofics-info li.bbp-topic-freshness{
		display: none;
	}
	#bbpress-forums.docfi-wrapper-forums #bbp-user-topics-started .bbp-header li.bbp-topic-riews{
		padding-right: 0;
	}
}
@media (min-width: 575px) and (max-width: 768px) {
	.call-to-action-section .frm-fluent-form .ff-t-container {
		display: flex;
		gap: 15px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	#bbp-user-topics-started{
		padding-top: 50px;
	}
	#bbp-user-topics-started #bbp-topic-search-form{
		padding-bottom: 10px;
	}
	#bbpress-forums #bbp-user-topics-started h2.entry-title {
		padding-bottom: 30px;
	}
	.entry-banner .entry-banner-content {
		padding: 80px 5px !important;
	}
	.footer-area .footer-top-area {
		padding: 0 10px;
	}
	.rt-hero-section-content-wrapper .rt-search-key {
		margin-left: 0;
	}
	.rt-hero-section-content-wrapper .search-text p {
		margin-bottom: 5px;
		width: 100%;
	}
	.rt-searchbox-container .nice-select::after {
		right: 12px;
	}
	.rt-card--style-1 {
		padding: 40px 30px;
	}
	.rt-isotope-tab a {
		margin-bottom: 10px;
	}
	.explore-topics-card {
		padding: 40px 30px;
	}
	.best-online-documentation-section .best-documentation-info-wrapper {
		padding: 45px 30px 5px;
	}
	.call-to-action-section .call-to-cation-form-wrapper form input {
		padding: 19px 25px;
	}
	div.fluentform .rt-submit-form .ff-btn-submit {
		padding: 15px 30px;
		min-width: 100% !important;
		text-align: left;
	}
	.footer-content-area .rt-widget-list+.rt-widget-list {
		margin-top: 20px;
	}
	#bbpress-forums.docfi-wrapper-forums .bbp-header,
	.docfi-wrapper-forums#bbpress-forums li.bbp-body ul.forum,
	.docfi-wrapper-forums#bbpress-forums li.bbp-body ul.topic {
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer-top-area .shapes,
	#bbpress-forums.docfi-wrapper-forums .bbp-header li,
	#bbpress-forums.docfi-wrapper-forums:not(.rt-forum-list-style2) .bbp-body ul li {
		display: none;
	}
	.rt-forum-list-style2#bbpress-forums li.bbp-body ul.forum {
		display: block;
	}
	.rt-topics-single-meta,
	.rt-topics-single-taxonomy,
	div#bbpress-forums.docfi-wrapper-forums .bbp-header .bbp-topic-title,
	div#bbpress-forums.docfi-wrapper-forums .bbp-body ul .bbp-topic-title,
	div#bbpress-forums.docfi-wrapper-forums .bbp-header .bbp-forum-info,
	div#bbpress-forums.docfi-wrapper-forums .bbp-body ul .bbp-forum-info {
		display: block;
	}
	.rt-topics-single-taxonomy .taxonomy {
		margin-bottom: 15px;
	}
	.rt-page-wrapper .docfi-column-sticky #bbpress-forums ul {
		margin-bottom: 10px;
	}
	.rt-tofics-info li.bbp-forum-info,
	.rt-tofics-info li.bbp-topic-title,
	.rt-forum-info li.bbp-forum-info,
	.rt-forum-info li.bbp-topic-title {
		width: 100%;
	}
	.rt-title-inner .rt-author-image {
		margin: 0 0 10px;
	}
	.testimonial-item--style-2 {
		padding: 60px 30px 50px;
	}
	.rt-footer-style2 .footer-content-area {
		padding-top: 80px;
		padding-bottom: 0;
	}
	.join-community-wrapper {
		margin-bottom: 0;
		padding: 55px 30px 85px;
	}
	.docfi-wrapper-forums .topics-meta {
		margin-left: 0;
	}
	.rt-number-tab-wrapper .tab-content .tab-pane {
		padding: 23px 22px 27px;
	}
	#bbpress-forums.docfi-wrapper-forums .topic-author {
		margin-bottom: 10px;
	}
	.docfi-wrapper-forums div.bbp-template-notice li {
		font-size: 24px;
		line-height: 1.3;
	}
	#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
		width: auto;
	}
	#bbpress-forums #bbp-user-profile,
	#bbpress-forums #bbp-single-user-details,
	#bbpress-forums #bbp-user-wrapper {
		float: none;
		clear: both;
	}
	#bbpress-forums #bbp-user-profile {
		margin-top: 30px;
	}
	#bbpress-forums #bbp-single-user-details {
		width: 100%;
	}
	#bbpress-forums #bbp-user-body {
		margin: 0;
	}
	body.bbp-user-edit #bbp-your-profile{
		padding: 30px;
	}
		body.bbp-user-edit #bbpress-forums #bbp-your-profile fieldset.submit button{
			margin-left: 20px;
		}
	body.bbp-user-edit #bbpress-forums #bbp-user-body{
		margin-top: 50px;
	}
	body.bbp-user-edit #bbpress-forums #bbp-your-profile fieldset{
		padding-left: 0;
		padding-right: 0;
	}
	#bbpress-forums.docfi-user-wraper {
		margin-bottom: 0;
	}
	.docfi-topic-form-wrapper#bbpress-forums fieldset.bbp-form {
		padding: 38px 20px 58px;
	}
	.docfi-login-wrapper {
		display: block;
	}
	.docfi-login-wrapper .docfi-login-left-sidebar,
	.docfi-register-section .docfi-login-left-sidebar,
	.docfi-login-wrapper .docfi-login-right-sidebar {
		width: 100%;
	}
	.docfi-login-wrapper .docfi-form-inner {
		padding-left: 25px;
		padding-right: 25px;
	}
	.docfi-login-wrapper .rt-sidebar-logo h2,
	.docfi-login-wrapper .rt-form-title {
		font-size: 26px;
	}
	.docfi-login-wrapper .rt-left-sidebar-inner {
		padding: 70px 30px;
	}
	.error-page-content .error-title {
		font-size: 30px;
	}
	.error-page-area .item-img {
		margin-bottom: 70px;
	}
	.call-to-cation-form-wrapper .frm-fluent-form .ff-t-cell:last-of-type {
		flex-basis: 50% !important;
	}
	.rt-searchbox-container .searchbox-textfield {
		width: 45%;
	}
	.rt-searchbox-container .searchbox-submit .rt-searchbox-btn {
		font-size: 1rem;
		padding: 14px 20px 12px;
	}
	.rt-searchbox-container .category-selector {
		width: 145px;
	}
	.rt-accordion .rt-accordion-icon-right{
		right: 14px;
	}
	.bbp-user-edit .form-table{
		overflow-x: auto;
		display: block;
	}
}

@media (max-width: 575px) {
	.call-to-cation-form-wrapper .frm-fluent-form .ff-t-cell:last-of-type {
		margin-top: 20px;
	}
	.rt-hero-section-content-wrapper .rt-searchbox-form {
		display: block !important;
	}
	.rt-hero-section-content-wrapper .rt-searchbox-form>div {
		width: 100%;
	}
	.rt-searchbox-container .category-selector::before {
		display: none;
	}
	.rt-hero-section-content-wrapper:not( .rt-searchbox-wraper2) .rt-searchbox-container {
		border-radius: 10px;
		padding: 10px 20px 20px;
	}
	.rt-searchbox-container .category-selector {
		border-top: 1px solid #0000001a;
		border-bottom: 1px solid #0000001a;
		padding: 10px 0 8px;
		margin: 8px 0 15px;
	}
	.rt-hero-section-content-wrapper .search-text {
		padding-left: 0;
	}
}
@media (max-width: 480px) {
	.rt-timeline .content-container {
		width: calc(100% - 43px);
	}
	div.bbp-search-form button,
	div.bbp-search-form input{
		font-size: 14px;
	}
	.rt-timeline .right {
		left: 0;
	}
	.rt-timeline .content-container {
		padding: 0 0 20px;
	}
	.rt-timeline .content-container .content::after,
	.rt-timeline .right .content:after {
		left: auto;
		right: -43px;
	}
	.rt-timeline::after {
		left: auto;
		right: 10px;
	}
	.call-to-action-section .fluentform .ff-text-right {
		text-align: left;
	}
	.rt-card--style-3,
	#bbpress-forums #bbp-your-profile fieldset select {
		width: 100%;
	}
	.bbp-user-edit h3{
		font-size: 24px;
	}
	.call-to-action-section .section-text-content .section-heading {
		font-size: 30px;
		line-height: 40px;
	}
	.call-to-action-section {
		padding: 55px 5px 70px;
	}
	.rt-banner-search .rt-searchbox-form .searchbox-submit {
		border-top: 1px solid #0000001a;
		padding: 15px 0 0;
		margin-top: 5px;
	}
	.rt-accordion-style-1 .rt-accordion-header .rt-accordion-button {
		padding: 13px 25px;
	}
	.rt-banner-search.rt-hero-section-content-wrapper {
		margin-bottom: -10px;
	}
	.meta-tags a {
		margin-bottom: 5px;
	}
}