/*-------------------------------------    
CSS INDEX
===================================
#. Defaults
#. Topbar Layout
#. Header Logo
#. Main Navigation
#. Submenu
#. 3rd Level Menu
#. Multi Column Menu
#. Mobile Multi Column Menu
#. Header Icons
#. Header Right Menu
#. Header Search
#. Sticky Header
#. Transparent Header
#. Header Layout 1
#. Header Layout 2
#. Header Layout 3
#. Header Layout 4
#. Header Layout 5
#. Header Responsive
#. Header Right Menu
#. Preloader css
#. Footer - Scroll to top, Copyright
#. Widgets - Sidebar and Footer Widgets
#. Banner
#. Buttons
#. Stay Connected
#. Contents
#. Single Content
#. Swiper Slider
#. Related Post
#. Comments
#. Archive Contents
#. Default Blog layout
#. Pagination
#. Error 404
#. Fluent Contact form
#. Gutenberg Support
#. Woocommerce
---------------------------------------*/
/*-------------------------------------
#. Defaults
---------------------------------------*/
:root{
	--primary-color: #fa360a;
}
body {
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #444444;
    font-weight: 400;
    height: 100%;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    background-color: #ffffff;
	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-top: 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 15px;
}
a {
	color: #fa360a;
	text-decoration: none;
}
a:focus {
	outline: 0px solid;
	text-decoration: none;
	outline: 0 none;
}
a:active {
	text-decoration: none;
	outline: 0 none;
}
a:hover {
	color: #fa360a;
	text-decoration: none;
	outline: 0 none;
}
img {
	max-width: 100%;
	height: auto;
}
.fix {
	overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1400px ) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1170px;
	}
}
p {
	margin: 0 0 20px 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Source Sans Pro', sans-serif;
    margin: 0 0 20px 0;
    color: #000000;
}
h1 {
	font-size: 46px;
	font-weight: 700;
	line-height: 50px;
}
h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
}
h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
}
h4 {
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
}
h5 {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
}
h6 {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
}
.clear {
	clear: both;
}
.clear:after {
	clear: both;
	content: "";
	display: block;
}

#wrapper {
	overflow: hidden;
	transition: all 0.5s ease-out;
}
blockquote {
	border-radius: 4px;
    background-color: #f7f7f7;
    padding: 40px 0;
    margin: 30px 0 30px 40px!important;
    padding-right: 10px;
    position: relative;
}
blockquote p {
	position: relative;
    margin-bottom: 0;
	z-index: 1;
	color: #444;
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    line-height: 28px;
}
blockquote cite {
    display: block;
    font-size: 14px;
    color: #646464;
    font-weight: 500;
    font-style: normal;
    margin-top: 12px;
	padding-left: 0;
	position: relative;
	letter-spacing: 2px;
	z-index: 1;
}
blockquote.wp-block-quote cite {
    display: block;
    font-size: 14px;
    color: #646464;
    font-weight: 500;
    font-style: normal;
    margin-top: 12px;
	padding-left: 40px;
	letter-spacing: 2px;
	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;
}
hr,
.elementor hr {
	background-color: #ebebeb;
}

* {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
button:focus,
.submit-btn:focus {
	outline: none;
}
.entry-meta > ul{
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.entry-meta  ul  li{
	display: inline;
	margin-right: 16px;

}
.entry-meta > ul > li i{
	margin-right: 5px;
}
/*for theme only*/
.primary-color {
	color: #fa360a;
}
.secondary-color {
	color: #ff5e17;
}
#page {
	background-position: top center;
	background-repeat: no-repeat;
}
.page .entry-content{
	border: none;
	padding-left: 0;
	padding-right: 0;
}
.post-bottom-spacer {
	margin-bottom:20px;
	width: 100%;
	height:1px;
	border-bottom: 1px solid #d7d7d7;
}
.visibility-h {
	visibility: hidden;
}
@keyframes blinker {
	90% {
		opacity: 0;
	}
}

.elementor-widget-divider .elementor-divider-separator {
    border-top-color: #dedede;
}
.row.gutters-2 {
    margin-left: -2.5px;
    margin-right: -2.5px;
	overflow: hidden;
}
.row.gutters-2 > [class^="col-"] {
    padding-left: 2.5px!important;
    padding-right: 2.5px!important;
}
.row.gutters-5 {
    margin-left: -5px;
    margin-right: -5px;
}
.row.gutters-5 > [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.row.gutters-10 {
    margin-left: -10px;
    margin-right: -10px;
}
.row.gutters-10 > [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.row.gutters-20 {
    margin-left: -20px;
    margin-right: -20px;
}
.row.gutters-20 > [class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1199px){
	.row.gutters-50 {
		margin-left: -25px;
		margin-right: -25px;
	}
}
@media (min-width: 1199px){
	.row.gutters-50 > [class^="col-"] {
		padding-left: 25px;
		padding-right: 25px;
	}
}
/*-------------------------------------
#. Topbar Layout
---------------------------------------*/
.header-top-bar {
	border-bottom: none;
}
.header-top-bar .tophead-right ul li {
	display: inline-block;
	margin-right: 14px;
	font-size: 16px;
}

.header-top-bar .top-bar-wrap {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
/*Top bar widget*/
.header-top-bar .widget {
	margin-bottom: 0;
}
.header-top-bar .widget ul li {
	display: inline-block;
	margin-right: 10px;
}
.header-top-bar .widget ul li:last-child {
	margin-right: 0;
}
.header-area {
	background: #ffffff;
}
.mean-container .mean-nav ul.menu {
	overflow-y: scroll;
}
.mean-container .mean-nav ul li.current_page_item > a,
.mean-container .mean-nav ul li.current-menu-item > a,
.mean-container .mean-nav ul li.current-menu-parent > a {
	color: #fa360a;
}

.topbar-style-1 .header-top-bar {
	background-color: #000;
}
.topbar-style-1 .header-top-bar .topbar-left {
	display: flex;
}
.topbar-style-1 .header-top-bar .topbar-left .item-paragraph{
	color: #b2b2b2;
	font-size: 15px;
	margin-bottom: 0;
  }
.trheader.topbar-style-1 .header-top-bar{
	border-bottom: none;
}
/*Topbar responsive*/
@media(max-width:991px){
	.topbar-style-1 .header-top-bar,
	.topbar-style-2 .header-top-bar{
		display: none;
	}
}
.topbar-left .header-button a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.topbar-style-1 .header-top-bar  .topbar-right .header-right-button .header-btn{
    display: block;
    color: #fff;
    background-image: linear-gradient(to right, #ff5e17, #fa360a);
    font-size: 16px;
    padding: 10px 30px;
    border: none;
    position: relative;
    z-index: 5;
    transition: all 0.3s ease-in-out;
}
.topbar-left .header-button {
	margin-left: 10px;
  }
.topbar-left .header-button a {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	transition: all 0.3s ease-in-out;
	position: relative;
}
.topbar-left .header-button a i {
	color: #fa360a;
	margin-left: 5px;
	transition: all 0.3s ease-in-out;
}
.topbar-left .header-button a:hover i {
	margin-left: 7px;
}
.topbar-right {
	display: flex;
}
.topbar-right ul .topbar-social {
	display: inline-block;
	padding: 10px;
}
.topbar-right ul .topbar-social a {
	color: #dee2e6;
	font-size: 16px;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
}
  .topbar-right ul .topbar-social a:last-child {
	margin-right: 0;
  }
  .topbar-right ul .topbar-social a:hover {
	color: #fa360a;
  }
  .topbar-right .header-right-button {
	padding-left: 25px;
  }
  .topbar-right .header-right-button .header-btn:hover {
	background-image: linear-gradient(to right,#fa360a,#ff5e17);
  }
/*topbar style 2*/
/*topbar style 2*/
.topbar-style-2 .header-top-bar,
.topbar-style-3 .header-top-bar{
	background-color: #fa360a;
} 
@media(min-width:992px){
	.topbar-style-2 .header-top-bar .container,
	.header-style-4 .header-menu .container{
		max-width: 1700px!important;
	}
}
.topbar-style-2 .header-top-bar .topbar-left,
.topbar-style-3 .header-top-bar .topbar-left{
	display: flex;
}
.topbar-style-2 .header-top-bar  .header-item,
.topbar-style-3 .header-top-bar  .header-item{
	color: #fff;
    font-size: 15px;
    line-height: 24px;
    padding: 13px 0;
    position: relative;
    display: inline-block;
}
.topbar-style-2 .header-top-bar  .header-item i,
.topbar-style-3 .header-top-bar  .header-item i{
	margin-right: 8px;
    color: #fff;
    font-size: 18px;
	width: 18px;
    vertical-align: middle;
    line-height: 1;
    margin-top: -4px;
    display: inline-flex;
    align-items: center;
}
.topbar-style-2 .header-top-bar  .header-item a,
.topbar-style-3 .header-top-bar  .header-item a{
	color: #fff;
}
.topbar-style-2 .header-top-bar  .header-location,
.topbar-style-2 .header-top-bar  .header-phone,
.topbar-style-3 .header-top-bar  .header-location,
.topbar-style-3 .header-top-bar  .header-phone{
	margin-right: 25px;
	position: relative;
	padding-right: 25px;
}
.topbar-style-2 .header-top-bar  .header-location:after,
.topbar-style-2 .header-top-bar  .header-phone::after
{
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fefefe;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
}
.topbar-style-2 .header-top-bar .topbar-right .header-item span,
.topbar-style-3 .header-top-bar .topbar-right .header-item span{
	margin-right: 3px;
}
.topbar-style-2 .header-top-bar .topbar-right .header-phone,
.topbar-style-3 .header-top-bar .topbar-right .header-phone{
	font-weight: 500;
}
.topbar-style-2 .header-top-bar .topbar-right .header-phone span,
.topbar-style-3 .header-top-bar .topbar-right .header-phone span{
	font-weight: 400;
}
.topbar-style-2 .header-top-bar .topbar-right ul .topbar-social a,
.topbar-style-3 .header-top-bar .topbar-right ul .topbar-social a{
	font-size: 18px;
	color: #fff;
}
.topbar-style-2 .header-top-bar .topbar-right ul .topbar-social a i,
.topbar-style-3 .header-top-bar .topbar-right ul .topbar-social a i{
	transition: all 0.3s ease-in-out;
}
.topbar-style-2 .header-top-bar .topbar-right ul .topbar-social a:hover i,
.topbar-style-3 .header-top-bar .topbar-right ul .topbar-social a:hover i{
	animation: toBottomFromTop 0.4s linear forwards;
    -webkit-animation: toBottomFromTop 0.4s linear forwards;
}
.topbar-style-3 .header-top-bar  .header-location:after,
.topbar-style-3 .header-top-bar  .header-phone:after{
	content: "";
    position: absolute;
    right: 0;
    top: 50%;
	transform: translateY(-50%);
    width: 1px;
    height: 30%;
    background-color: #fefefe;
}
@-webkit-keyframes toBottomFromTop {
	49% {
	  -webkit-transform: translateY(-100%);
	  transform: translateY(-100%);
	}
	50% {
	  opacity: 0;
	  -webkit-transform: translateY(100%);
	  transform: translateY(100%);
	}
	51% {
	  opacity: 1;
	}
}
/*Top Bar Style 4*/
.topbar-style-4 .header-top-bar {
	background-color: #ffffff;
    color: #646464;
    border-bottom: 1px solid #e3e3e3;
	overflow: hidden;
}
.trheader.topbar-style-4 .header-top-bar{
	border-bottom: none;
}
/*Topbar responsive*/
@media(max-width:991px){
	.topbar-style-4 .header-top-bar{
		display: none;
	}
}
.topbar-style-4 .header-top-bar a {
	color: #646464;
}
.topbar-style-4 .header-top-bar .tophead-left {
    display: inline-flex;
    align-items: center;
    position: relative;
	font-size: 15px;
}
.topbar-style-4 .header-top-bar .tophead-left > div {
	display: inline-flex;
	align-items: center;
}
.topbar-style-4 .tophead-left > div:after {
    content: "/";
    color: #bbbbbb;
    padding: 0 10px;
}
.topbar-style-4 .tophead-left > div:last-child:after {
    display: none;
}
.topbar-style-4 .tophead-left i,
.topbar-style-4 .tophead-right i {
	margin-right: 8px;
    color: #fa360a;
    font-size: 20px;
	width: 20px;
    vertical-align: middle;
    line-height: 1;
    margin-top: -4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	z-index: 1;
}
.topbar-style-4 .tophead-right {
    display: inline-flex;
    align-items: center;
    position: relative;
	font-size: 15px;
}
.topbar-style-4 .tophead-right .single-info{
	position: relative;
	padding-right: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.topbar-style-4 .tophead-right .email{
	margin-right: 30px;
}
.topbar-style-4 .tophead-right .single-info:after{
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #dedede;
    transform: skew(-20deg);

}
.topbar-style-4 .tophead-right .header-button{
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 1;
	padding-left: 24px;
}
.topbar-style-4 .tophead-right .header-button:after{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1000%;
    height: 103%;
    background-color: #fa360a;
    z-index: -1;
    transform: skew(-20deg);
}
.topbar-style-4 .tophead-right .header-button i{
	color: #fff;
}
.topbar-style-4 .tophead-right .tophead-social a {
	color: #8d8d8d;
}
.topbar-style-4 .tophead-right .header-button a{
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 5px;
	font-weight: 500;
}

.topbar-style-4 .tophead-right .header-button a:hover:after{
	width: 0;
	visibility: hidden;
}  
/*topbar responsive*/

.trheader.has-topbar .entry-banner .container {
	padding-top: 34px;
}
@media(max-width:991px) {
	.trheader.has-topbar .entry-banner .container {
		padding-top: 0;
	}
}
.header-top-bar {
	min-height: 34px;
} 

/*-------------------------------------
#. Header
---------------------------------------*/
.trheader .site-header {
    left: 0;
    position: absolute;
    right: 0;
    z-index: 99;
}
@media(max-width: 991px) {
	.trheader .site-header {
		position: inherit;
	}
}
/* Mobile Multi Column Menu */
.mean-container .mega-menu.hide-header > ul > li {
	border-top: none;
}
.mean-container .mega-menu.hide-header > ul > li > a {
	display: none;
}
.mean-container .mega-menu.hide-header > ul > li > ul {
	display: block !important;
}
/*Header Icons*/
@media (max-width: 991px) {
	.header-icon-area .cart-icon-area .cart-icon-num {
	  top: 21px;
	}
}
.cart-icon-area > a {
	padding-top: 0px;
}
.header-icon-area {
	display: flex;
    align-items: center;
    height: 100%;
	position: relative;
	font-size: 20px;
}
.header-icon-area .header-search-box {
	margin-left: 28px;
}
.header-icon-area .header-search-box a {
	color: #010101;
}

.header-icon-area .header-search-box i:before {
	margin-left: 0;
}
.header-icon-area .search-box .search-text {
	background: #f5f5f5;
	border: 1px solid #fa360a;
	color: #666666;
	height: 42px;
	right: 0;
	margin-right: 3px;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 0;
	z-index: 99;
	transition: all 0.3s ease 0s;
	box-shadow: none;
	font-size: 15px;
}
.header-icon-area .search-box .search-text.active {
	right: 0px;
	opacity: 1;
	visibility: visible;
	padding: 0 20px 0 10px;
	width: 251px;
}
.header-icon-area .search-box .search-close {	
    font-size: 18px;
    line-height: 1;
    right: 15px;
    position: absolute;
    top: 111%;
    top: calc(111%);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}
.header-icon-area .search-box .search-close.active {
	opacity: 1;
	visibility: visible;
}
.header-icon-area .search-box .search-button {
	font-size: 20px;
}
.header-icon-area .search-box .search-button i {
	color: #fa360a;
}

.header-icon-area > div:last-child:before{
	content: none;
}

.header-icon-area .additional-menu-area {
	margin-left: 20px;
}
.header-icon-area .offcanvas-menu-wrap {
	display: inline-flex;
	margin-left: 25px;
}
.header-icon-area .cart-icon-area > a .woocommerce-Price-amount {
	display: none;
}
.cart-icon-area .woocommerce-mini-cart__empty-message {
	color: #111111;
}
.main-navigation ul li span.new-menu {
    background: #ff1f1f;
    font-size: 12px;
    color: #fff;
  	line-height: 1;
    border-radius: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 5px 3px 5px;
}
/*Right offcanvas menu icon*/
.offcanvas-menu-wrap button.offcanvas-btn-dark .menu-btn-icon > span {
	background-color: #fa360a;
}
.offcanvas-menu-wrap button.offcanvas-btn-darklight .menu-btn-icon span {
	background-color: #cccccc;
}
.offcanvas-menu-wrap button.offcanvas-btn-light .menu-btn-icon span {
	background-color: #ffffff;
}
.offcanvas-menu-wrap button.offcanvas-close-btn.menu-status-close .menu-btn-icon span {
	background-color: #ffffff;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn {
	border: none;
	background-color: transparent;
	box-shadow: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	padding: 0;
	width: 40px;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn:focus {
	outline: none;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn .menu-btn-icon {
	display: block;
	width: 35px;
	position: relative;
	height: 50px;
}
.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: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.header-search .header-search-form,
.header-search .stylish-input-group,
.header-search .custom-search-input {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.header-search .stylish-input-group input[type=search],
.header-search .header-search-form input[type=search],
.header-search .custom-search-input input[type=text] {
  width: 54%;
  height: 70px;
  color: #fff;
  font-size: 24px;
  flex: initial;
  text-align: left;
  border: none;
  border-radius: 0;
  margin: 0px auto;
  padding: 20px 35px 20px 20px;
  outline: none;
  background: transparent;
  border-bottom: 2px solid #fa360a;;
  line-height: 28px;
}
@media (max-width: 425px) {
  .header-search .stylish-input-group input[type=search],
  .header-search .header-search-form input[type=search],
  .header-search .custom-search-input input[type=text] {
    width: 70%;
  }
}
.header-search .stylish-input-group input::-webkit-input-placeholder,
.header-search .header-search-form input::-webkit-input-placeholder,
.header-search .custom-search-input input::-webkit-input-placeholder {
    color: #cfcfcf;
}
.header-search .stylish-input-group input:-ms-input-placeholder,
.header-search .header-search-form input:-ms-input-placeholder,
.header-search .custom-search-input input:-ms-input-placeholder {
    color: #cfcfcf;
}
.header-search .stylish-input-group input:-moz-placeholder,
.header-search .header-search-form input:-moz-placeholder,
.header-search .custom-search-input input:-moz-placeholder {
    color: #cfcfcf;
}
.header-search .header-search-form .search-btn,
.header-search .stylish-input-group .btn,
.header-search .custom-search-input .btn {
  padding: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: #cfcfcf;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0px;
  margin-left: -32px;
  background: transparent;
  line-height: 29px;
  z-index: 12;
  transition: all 300ms;
}
.header-search .header-search-form .search-btn i {
    line-height: 28px;
}
.header-search .header-search-form .search-btn:hover,
.header-search .stylish-input-group .btn:hover,
.header-search .custom-search-input .btn:hover {
  color: var(--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-search.open {
	transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    visibility: visible;
}
.header-search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  margin: 0 auto;
  color: #ffffff;
  opacity: 0.3;
  border-radius: 3px;
  border: none;
  opacity: 1;
  visibility: visible;
  padding: 3px 15px 5px;
  font-size: 70px;
  font-weight: 300;
  cursor: pointer;
  background: transparent;
  transition: all 300ms;
}
.header-search .close:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.header-search .close:hover {
  transform: scale(1.2);
  opacity: 1 !important;
}
/* Sticky Header */
.header-menu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
}
.admin-bar .rt-sticky {
	top: 32px;
}
.rt-sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 12px 12px 0 rgb(0 0 0 / 16%);
  min-height: 65px;
  background-color: #ffffff;
}
/* Transparent Header */
.trheader .offcanvas-menu-wrap button.offcanvas-btn-dark .menu-btn-icon > span {
  background-color: #ffffff;
}
/*new*/
.trheader .site-header .main-navigation nav > ul > li > a,
.trheader .site-header .main-navigation .menu > li > a {
  color: #010101;
}
.trheader .site-header .header-icon-area .search-box .search-button i {
	color: #ffffff;
}
.trheader.non-stickh .header-area {
	background: #fff;
}
/*common transparent*/
.trheader .header-area {
	background: transparent;
	 border-bottom: 1px solid rgba(255, 255, 255, 0.2);; 
}
@media(max-width:991px){
	.trheader .header-area{
		border-bottom: 0;
	}
}
.site-header .header-social {
	display: flex;
	align-items: center;
	height: 100%;
}
.site-header .header-social li {
  display: inline-block;
  list-style: outside none none;
  padding-right: 20px;
}
.site-header .header-social li:last-child {
	padding-right: 0;
}

/* Header Logo */
.site-header .site-branding a.dark-logo {
	display: table-cell;
	vertical-align: middle;
}

.site-header .site-branding a.light-logo {
	display: none;
}
.trheader .site-header .site-branding a.dark-logo {
	display: none;
}

.trheader .site-header .site-branding a.light-logo {
	display: table-cell;
}
.trheader  .site-header .rt-sticky .site-branding a.dark-logo {
	display: table-cell;
}
.trheader .site-header .rt-sticky .site-branding a.light-logo{
	display: none;
}

.site-header .site-branding a img {
	max-width: 152px;
	width: 100%;
}
.trheader .site-header .dark-logo {
  display: none;
}
.trheader .header-area .header-menu {
	background-color: transparent;
}
.trheader .header-area .header-menu.rt-sticky {
	background-color: #fff;
}
.rt-sticky .site-branding .dark-logo{
	display: block;
}
.rt-sticky .site-branding .dark-logo img{
	max-width: 152px;
}
.rt-sticky .sticky-header .site-branding .light-logo{
	display: none;
}
/* Main Navigation */
.main-navigation .menu .menu-item-has-children{
	position: relative;
}
.main-navigation .menu .menu-item-has-children a{
	position: relative;
}
.main-navigation .menu .menu-item-has-children > a:after{
	position: absolute;
	padding-left: 6px;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
	vertical-align: middle;
    font-weight: 600;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	display: inline-block;
	line-height: 24px;
}
.main-navigation .menu > .menu-item-has-children:hover > a:after{
	-webkit-transform: rotate(180deg) translateX(-6px);
    transform: rotate(180deg) translateX(-6px);
	transition: all ease 0.5s;
}

.main-navigation .menu li ul li.menu-item-has-children:after{
	right: 20px;
}
.site-header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.site-header .main-navigation nav ul li {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
}
.site-header .main-navigation nav ul li a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #000;
	padding: 40px 13px;
	text-transform: capitalize;
	font-family:"Source Sans Pro", sans-serif;;
    transition: all 0.3s ease-in-out;
}

.site-header .main-navigation nav ul li.has-no-icon a{
	padding-right: 0;
}
.site-header .main-navigation nav > ul > li.menu-item-has-children > a{
	padding-right: 28px;
}

@media(min-width:992px) and (max-width:1191px){
	.site-header .main-navigation nav ul li a{
		padding: 40px 13px;
	}
}
.site-header .main-navigation nav ul li a:hover{
	color: #fa360a;
}

.site-header .main-navigation ul.menu > li.current-menu-item > a,
.site-header .main-navigation ul.menu > li.current > a {
	color: var(--primary-color);
	position: relative;
}

/* Submenu */
.site-header .main-navigation ul li ul {
	text-align: left;
}

.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: #000;
	text-transform: inherit;
	padding: 7px 20px;
	font-weight: 400;
	font-size: 15px;
	z-index: 2;
    transition: all 140ms ease-in-out;
}
.site-header .main-navigation ul.menu li ul.sub-menu li a:after {
    content: "";
}

.site-header .main-navigation ul > li > ul {
	position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    margin: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%);
    text-align: left;
    box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 10%);
    visibility: hidden;
	padding: 15px 0;
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    opacity: 0;
    z-index: 100;
    transform: scaleY(0);
    transform-origin: 0 0 0;
}
@media(min-width:991px){
	.site-header .main-navigation ul  li.mega-menu >  ul:after,
	.site-header .main-navigation ul > li > ul:after{
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		left: 0;
		top: 0;
		background-color: #fa360a;
		
	}
	.site-header .main-navigation ul  li.mega-menu  ul li ul:after{
		display: none!important;
	}
}
.site-header .main-navigation ul > li:hover > ul {
	top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
    transform: scaleY(1);
}

.site-header .main-navigation ul.menu li.mega-menu li ul{
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}

.site-header .main-navigation ul > li > ul li ul {
    left: 220px;
    top: 0;
    width: 220px;
}
.site-header .main-navigation ul > li:hover > ul li ul {
    top: 0;
}
.site-header .main-navigation ul li ul li {
	display: block;
	border-bottom: none;
	border-left: none;
	background-color: #ffffff;
}
.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{
	position: relative;
}
.site-header .main-navigation ul li ul li a{
	position: relative;
	transition: all 0.5s ease 0s;
}
.site-header .main-navigation ul li ul li a::before{
	position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    left: 15px;
	top: 7px;
	font-weight: 600;
    margin: 0;
    color: #fa360a;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}
.site-header .main-navigation nav > ul > li > ul  li:last-child > a::after{
	display: none;
}
.site-header .main-navigation ul li ul li a:hover:before{
	color: #fa360a;
    opacity: 1;
    visibility: visible;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.site-header .main-navigation ul.menu li ul.sub-menu li a:hover {
    color: var(--primary-color);
	padding-left: 30px;
}
.site-header .main-navigation ul li ul li a{
	position: relative;
}

/* 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 {
	background-color: inherit;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a:last-child {
	border-bottom: none;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a {
	color: #010101;
	padding-left: 15px;
	 transition: all 0.5s ease 0s;
}

.site-header .main-navigation ul li.mega-menu > ul.sub-menu {
	background-color: #ffffff;
	width: 100%;
	max-width: 1146px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	padding: 15px;
	display: flex;
	justify-content: space-around;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li {
	display: inline-block;
	margin: 0 15px;
	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;
}
.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 {
	content: "\f105";
    font-family: 'Font Awesome 5 Free';
	color: #000;
	font-size: 14px;
	padding-right: 13px;
	position: absolute;
	left: 13px;
	top: 50%;
	font-weight: 600;
	transform: translateY(-50%);
	transition: all 0.5s ease 0s;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
    font-size: 15px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
	font-weight: 500;
}
.site-header .main-navigation ul li.mega-menu.hide-header > ul.sub-menu > li > a {
    display: none;
}
.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li>a{
    font-weight: 600;
    margin-bottom: 1px;
	font-size: 16px;
	color: #000;
}
.site-header .main-navigation ul li.mega-menu>ul.sub-menu > li > ul{
	padding-top: 0;
}
.site-header .main-navigation ul > li.mega-menu > ul > li:last-child > a:after{
	display: block; 
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu  li ul li a{
	padding-left: 28px;
}
.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: 535px;
}
.site-header .main-navigation ul li.mega-menu.menu-three-column > ul.sub-menu {
	width: 750px;
}
/*Mega Menu hover effect*/
.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; 
}
.site-header .main-navigation ul li.mega-menu>ul.sub-menu >li a:hover::before{
	display: none;
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li>a:hover{
	padding-left: 15px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu  li ul li a:hover{
	padding-left: 33px;
}

/*-------------------------------------
#. Header Layout 1
---------------------------------------*/
.header-style-1 .info-wrap{
	display: flex;
	align-items: center;
}
.header-style-1 .info-wrap li{
	display: inline-block;
    margin-right: 37px;
    position: relative;
}
.header-style-1 .info-wrap li.search-btn{
	background-color: transparent;
    box-shadow: none;
    border: none;
    cursor: pointer;
}
.header-style-1 .info-wrap li.search-btn i{
	margin-top: 5px;
    color: #666666;
    font-size: 24px;
}
.header-style-1 .info-wrap .search-btn i:before {
    color: #666666;
    font-size: 24px;
}
.header-style-1 ul.info-wrap li:after {
    content: "";
    width: 1px;
    height: 33px;
    background-color: #cbcbcb;
    position: absolute;
    bottom: 0;
    right: -16px;
}
.header-style-1 ul.info-wrap li:nth-child(2)::after{
	bottom: 8px;
}
.header-style-1 ul.info-wrap .vertical-menu{
	margin-left: 10px;
}
.header-style-1 ul.info-wrap .header-number:after {
    content: "";
    width: 1px;
    height: 33px;
    background-color: #cbcbcb;
    position: absolute;
    right: -16px;
}

.header-style-1 .info-wrap li:last-child{
	margin-right: 0;
}
.header-style-1 ul.info-wrap  .header-number .media {
    align-items: center;
	display: flex;
}
.header-style-1 ul.info-wrap .header-number .media .item-icon {
    margin-right: 10px;
    font-size: 32px;
    color: #fa360a;
}
.header-style-1 ul.info-wrap .header-number .media .media-body {
    margin-left: 5px;
}
 .header-number .media .media-body .item-label {
    font-size: 14px;
    color: #646464;
	margin-bottom: -6px;
}
.header-style-1 ul.info-wrap .header-number .media .media-body .item-number {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
	display: block;
}
.header-style-1 .vertical-menu{
	margin-left: 25px;
	padding-left: 25px;
	display: inline-flex;
	align-items: center;
}
@media(min-width:992px) and (max-width:1191px){
	.header-style-1 ul .header-number{
		display: none;
	}
	.header-style-1 .info-wrap li{
		margin-right: 15px;
	}
	.header-style-1 .vertical-menu{
		margin-left: 10px;
		padding-left: 10px;
	}
}
.header-style-2 .site-header .main-navigation nav > ul > li > a{
	padding-top: 33px;
	padding-bottom: 33px;
} 
/* Sticky header */
 .site-header .rt-sticky .main-navigation nav > ul > li > a{
	padding-top: 30px;
	padding-bottom: 30px;
}
.site-header .rt-sticky .cart-area .cart-list-trigger{
	padding-top: 16px;
	padding-bottom: 16px;
}
.site-header .rt-sticky .cart-area .cart-trigger-icon > span {
	top: 15px
}
.header-style-8 .cart-area .cart-trigger-icon > span{
	top: 20px;
}
.header-style-5 .rt-sticky .cart-area .cart-trigger-icon > span{
	top: 10px;
}
.header-style-2 .rt-sticky .cart-area .cart-list-trigger{
	padding-top: 26px;
	padding-bottom: 26px;
}
.header-style-4 .rt-sticky .cart-area .cart-list-trigger {
	padding-top: 26px;
	padding-bottom: 26px;
}
.header-style-4 .cart-area .cart-list-trigger{
	padding-top: 34px;
	padding-bottom: 34px;
}
.header-style-7 .site-header .rt-sticky .cart-area .cart-list-trigger{
	padding-top: 34px;
	padding-bottom: 34px;
}
.header-style-8 .site-header .rt-sticky .cart-area .cart-list-trigger{
	padding-top: 30px;
	padding-bottom: 30px;
}
.header-style-6 .site-header  .cart-area .cart-list-trigger{
	padding-top: 38px;
	padding-bottom: 38px;
}
.header-style-6  .site-header .rt-sticky .cart-area .cart-list-trigger{
	padding-top: 30px;
	padding-bottom: 30px;
}
.header-style-7 .cart-area .cart-trigger-icon > span{
	top: 20px;
}
.header-style-7 .site-header .rt-sticky .cart-area .cart-trigger-icon > span{
   top: 23px;
}
.header-style-4 .rt-sticky .cart-area .cart-trigger-icon > span {
	top: 20px
}
.trheader .site-header .rt-sticky .main-navigation ul li a{
	color: #000;
}
.header-style-1  .rt-sticky .info-wrap li.search-btn i::before,
.header-style-3  .rt-sticky .info-wrap li.search-btn i::before,
.header-style-2.trheader .rt-sticky .menu-wrap .info-wrap .header-icon-area .search-icon i{
	color: #666666;
}
.header-style-1.trheader .rt-sticky ul.info-wrap .header-number .media .item-icon{
	color:#fa360a;
}
.header-style-1.trheader .rt-sticky ul.info-wrap .header-number .media .media-body .item-label{
	color:#646464!important;
}
.header-style-1.trheader .rt-sticky ul.info-wrap .header-number .media .media-body .item-number{
	color: #000;
}
.rt-sticky  .additional-menu-area span.side-menu-trigger span,
.rt-sticky  .additional-menu-area span.side-menu-trigger span:before{
	background-color: #4d4d4d!important;
}
/* Transparent Header */
.header-style-1.trheader .header-controll {
	background: transparent;
}
.site-header .rt-sticky .main-navigation ul.menu > li.current-menu-item > a{
	color:#fa360a;
}
/*Header mobile responsive*/
@media(max-width: 1250px) {
	.header-style-1 ul.info-wrap .header-number .media .item-icon,
	.header-style-2 .header-top-right  li .media .item-icon{
		display: none;
	}
	.header-style-1 ul.info-wrap li:after{
		display: none;
	}
}
@media(max-width: 991px) {
	.header-style-1 .site-header .site-branding {
		display: none;
	}
	.header-style-1 .header-controll{
		border-bottom: 1px solid #f8f8f8;
	}
}
@media all and (max-width: 767px) {
	.site-header .site-branding {
		display: block;
		height: inherit;
		padding: 20px 0;
		text-align: center;
	}
	.site-header .site-branding a {
		display: block;
		vertical-align: inherit;
	}
  .site-header .site-branding,
  .header-firstrow-right {
    display: block;
    height: inherit;
  }
  .site-header .site-branding {
    padding: 0 0 10px 0px;
  }
  .site-header .site-branding a img {
    max-height: 35px;
  }
  .site-header .main-navigation ul {
    text-align: center;
  }
  .site-header .main-navigation ul li a {
    padding: 10px 15px;
  }
  /* Header 4 */
  .header-firstrow-wrap {
    padding-top: 10px;
  }
  .site-header .site-branding,
  .header-firstrow {
    display: block;
    height: inherit;
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .header-firstrow-contents {
    display: block;
  }
  .header-firstrow-contents-right {
    text-align: center;
  }
  .site-header .site-branding {
    float: none;
    height: inherit;
  }
  .site-header .main-navigation {
    float: none;
  }
  .site-header .main-navigation ul.menu > li > a {
    padding: 10px 15px;
    border-left: none;
  }
}

/*---------------------------
#. Header Layout 2
-----------------------------*/
.header-style-2 .header-top{
	background-color: #fff;
	border-bottom: 1px solid #e2e2e2;
}
.header-style-2 .header-top-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 0;
}
.header-style-2.trheader .header-top-wrap{
	padding: 20px 0;
}

.header-style-2 .header-top .site-branding{
	position: relative;
}

.header-style-2 .header-top .header-top-middle{
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 60px 0 28px;
	margin: 0 30px;
}
.header-style-2.trheader .header-top .header-top-middle{
	padding: 0 45px 0 40px;
}
.header-style-2 .header-top .header-top-middle::before{
	content: "";
	position: absolute;
	bottom: -36px;
	left: 0;
	height: 100px;
	width: 1px;
	background-color: #e2e2e2;
}
.header-style-2.trheader .header-top .header-top-middle::before{
	height: 80px;
	bottom: -24px;
}
.header-style-2 .header-top .header-top-middle::after{
	content: "";
	position: absolute;
	bottom:-36px;
	right: 0;
	height: 100px;
	width: 1px;
	background-color: #e2e2e2;
}
.header-style-2.trheader .header-top .header-top-middle::after{
	height: 80px;
	bottom: -24px;
}
.header-top-middle .item-paragraph {
    color: #646464;;
    font-size: 15px;
    margin-bottom: 0;
}
.header-style-2 .header-top .header-top-middle .header-button{
	margin-left: 10px;
}
.header-style-2 .header-top .header-top-middle .header-button a{
	display: inline-block;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
	color: #000;
    font-weight: 600;
}
.header-style-2 .header-top .header-top-middle .header-button a i{
	color: #fa360a;
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 8px;
}

.header-style-2 .header-top .header-top-middle .header-button a:hover i {
    margin-left: 7px;
}
.header-top-right{
	display: flex;
	align-items: center;
}
.header-top-right  li {
    margin-right: 29px;
}
.header-top-right  li .media .item-icon {
    color: #b9b9b9;
    font-size: 32px;
}
.header-top-right li .media .media-body {
    margin-left: 20px;
}
.header-style-2 .header-top-right li .media {
	display: flex;
    align-items: center;
}
.header-style-2 .header-top-right li .media .media-body .item-label{
	font-size: 14px;
    color: #646464;
    margin-bottom: -6px;
}
.header-style-2 .header-top-right li .media .media-body{
    font-size: 18px;
    font-weight: 700;
}
.header-style-2 .header-top-right li .media .media-body a{
	color: #000;
}
.header-style-2 .header-top-right li .header-right-button .header-btn{
    display: block;
    color: #fff;
    background-image: linear-gradient(to right, #ff5e17, #fa360a);
    font-size: 16px;
    font-weight: 500;
    padding: 13px 25px 10px 25px;
    border: none;
    border-radius: 30px;
    position: relative;
    z-index: 5;
    transition: all 0.3s ease-in-out;
}
.header-style-2 .header-top-right li .header-right-button .header-btn:hover{
	background-image: linear-gradient(to right, #fa360a,#ff5e17);
}
.header-top-right li:last-child{
	margin-right: 0;
}
.header-style-2 .menu-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-style-2 .menu-wrap .info-wrap .header-icon-area .search-icon{
	display: inline-block;
    margin-right: 15px;
    position: relative;
	line-height: 1;
	padding-right: 20px;
}
.header-style-2 .menu-wrap .info-wrap .header-icon-area .search-icon:after{
	content: "";
    width: 1px;
    height: 25px;
    background-color: #cbcbcb;
    position: absolute;
    bottom: 0;
    right: 0;
}
.header-style-2 .menu-wrap .info-wrap .header-icon-area .search-icon i{
    color: #666666;
    font-size: 24px;
	
}
.header-style-2-menu{
	transition: all 0.3s ease-in-out;
    box-shadow: 0px 8px 18px 0px rgba(154, 154, 154, 0.16);
}
.header-style-2 .site-header .main-navigation nav > ul > li:first-child > a{
	padding-left: 0;
}
.header-style-2 .header-action-item.cart-area{
	margin-right: 15px;
}
/*Header 2 transparent*/
.header-style-2.trheader .header-top{
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media(max-width:991px){
	.header-style-2 .header-menu{
		display: none;
	}
}
@media(max-width:1199px){
	.header-style-2 .header-top-right li .media .media-body{
		display: none;
	}
}
/*---------------------------
#. Header Layout 3
-----------------------------*/
.header-style-3 .header-menu .info-wrap{
	display: flex;
	align-items: center;
}
.header-style-3 .header-menu .info-wrap .search-btn{
	margin-right: 25px;
	padding-right: 25px;
}
.header-style-3 .info-wrap li.search-btn{
	position: relative;
}
.header-style-3 .info-wrap li.search-btn i {
    margin-top: 5px;
    color: #666666;
    font-size: 24px;
}
.header-style-3 ul.info-wrap li.search-btn:after {
    content: "";
    width: 1px;
    height: 33px;
    background-color: #cbcbcb;
    position: absolute;
    bottom: 0;
    right: 0;
}
.header-style-3 .info-wrap li.vertical-menu{
	padding-left: 10px;
}
/*-------------------------------------
#. Header Layout 4
---------------------------------------*/
.header-style-4 .header-menu,
.header-style-6 .header-menu{
	transition: none;
}
.header-style-4 .menu-full-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-style-4 .menu-full-wrap .header-right{
	display:flex;
	align-items: center;
}
.header-style-4 .info-wrap{
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 20px;
	margin-left: 20px;
}
.header-style-4 .info-wrap .search-btn{
	font-size: 22px;
    display: inline-block;
    color: #818284;
    transition: all 0.3s ease-in-out;
    vertical-align: middle;
    line-height: 1;
    display: flex;
    align-items: center;
	margin-right: 20px;
	position: relative;
}
.header-style-4 .search-btn{
	position: relative;
	padding-left: 20px;
}
.header-style-4 .info-wrap .search-btn i{
	color: #818284;
	width: 22px;
}
.header-style-4 .info-wrap .search-btn i:hover{
	color: #fa360a;
}
.header-style-4 .search-btn::before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #c9c9c9;
}
.header-style-4 .info-wrap .header-right-button a{
	display: inline-flex;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-image: linear-gradient(to right, #ff5e17 , #fa360a);
    border: none;
    border-radius: 5px;
    position: relative;
    line-height: 50px;
    justify-content: space-between;
	padding: 0 25px;
	transition: all 0.5s ease-in-out;
}
.header-style-4 .info-wrap .header-right-button a:hover{
	background-image: linear-gradient(to right,  #fa360a,#ff5e17);
}
.header-style-4 .info-wrap .header-right-button a span.btn-img{
    height: 100%;
    width: 24px;
	margin-right: 10px;
    display: flex;
    align-items: center;
}
@media(max-width:1024px){
	.header-style-4 .info-wrap .header-right-button a span.btn-img{
		display: none;
	}
}
.header-style-4 .info-wrap .header-right-button a span.btn-img img{
	width: 24px;
	display: block;
}
.header-style-4 .info-wrap .header-right-button a span.btn-text{
	display: block;
}
@media(max-width:1199px){
	.header-style-4 .info-wrap .header-right-button a{
		padding: 0 10px;
		text-transform: capitalize;
	}
}
.header-style-4 .cart-area .cart-list-trigger{
	margin-left: 0;
	margin-right: 35px;
}

/*-------------------------------------
#. Header Layout 5
---------------------------------------*/

.header-style-5 .site-header .header-menu.rt-sticky .main-navigation > nav >ul > li > a
{
	color: #fff;
}

.header-style-5 .site-header .header-menu .main-navigation > nav >ul > li > a{
	transition: none;
}
.header-style-5.trheader .header-area .header-menu.rt-sticky{
	background-color: #fa360a;
}

.header-style-5   .header-menu.rt-sticky .main-navigation .menu .menu-item-has-children > a:after{
	transition: none;
}
.header-style-5 .header-menu{
	transition: none;
}
.header-style-5 .header-menu.rt-sticky{
	background-color: #fa360a;
}
.header-style-5 .menu-full-wrap{
	padding: 0 40px;
}
.header-style-5 .menu-full-wrap .info-wrap li{
   position: relative;
}
.header-style-5 .header-number{
	padding-left: 30px;
}
@media(max-width:1199px){
	.header-style-5 .menu-full-wrap .info-wrap li.vertical-menu{
		padding-right: 10px;
	}
	.header-style-5 .menu-full-wrap .info-wrap li.search-btn{
		padding-right: 10px;
	}
	.header-style-5 .header-number{
		padding-left: 10px;
	}
}
.header-style-5 .menu-full-wrap .info-wrap li{
	padding: 0 10px;
}
@media (min-width: 1300px){
	.header-style-5 .menu-full-wrap .info-wrap li {
		padding: 0px 10px 0px 30px;
	}
	.header-style-5 .menu-full-wrap .info-wrap li.search-btn:before{
		content: "";
		position: absolute;
		bottom: -37px;
		left: 0;
		height: 102px;
		width: 1px;
		background-color: rgba(206, 206, 206, 0.4);
	}
	.header-style-5 .rt-sticky .menu-full-wrap .info-wrap li.search-btn:before{
		height: 84px;
		bottom: -26px;

	}
	.header-style-5 .menu-full-wrap .info-wrap li.search-btn{
		padding-right: 30px;
	}
	.header-style-5 .menu-full-wrap .info-wrap li.search-btn:after{
		content: "";
		position: absolute;
		bottom: -37px;
		right: 0;
		height: 102px;
		width: 1px;
		background-color: rgba(206, 206, 206, 0.4);
	}
	.header-style-5 .rt-sticky .menu-full-wrap .info-wrap li.search-btn:after{
		bottom: -28px;
    	height: 84px;
	}
	.header-style-5 .menu-full-wrap .info-wrap li.vertical-menu{
		padding-right: 30px;
	}
	.header-style-5 .menu-full-wrap .info-wrap li.vertical-menu:after{
		content: "";
		position: absolute;
		bottom: -37px;
		right: 0;
		height: 102px;
		width: 1px;
		background-color: rgba(206, 206, 206, 0.4);
	}
	.header-style-5 .rt-sticky .menu-full-wrap .info-wrap li.vertical-menu:after{
		bottom: -26px;
    	height: 81px;
	}
	.header-style-5 .menu-full-wrap .info-wrap li.cart-icon-area{
		padding-right: 30px;
	}
	.header-style-5 .menu-full-wrap .info-wrap li.cart-icon-area:after{
		content: "";
		position: absolute;
		bottom: -6px;
		right: 0;
		height: 102px;
		width: 1px;
		background-color: rgba(206, 206, 206, 0.4);
	}
	.header-style-5 .rt-sticky .menu-full-wrap .info-wrap li.cart-icon-area:after{
		bottom: -9px;
		height: 90px;
	}
}
.header-style-5 .cart-area .cart-list-trigger{
	margin-left: 0; 
    margin-right: 0;
}
.header-style-5 .header-menu .cart-area .cart-trigger-icon{
	transition: none;
}
.header-style-5 .header-menu.rt-sticky .cart-area .cart-trigger-icon{
	color: #fff;
}
.header-style-5 .header-menu.rt-sticky .cart-area .cart-trigger-icon > span{
	background-color: #fff;
	color: var(--primary-color);
}
.header-style-5 .additional-menu-area span.side-menu-trigger span::before{
	display: none;
}
.header-style-5 .additional-menu-area span.side-menu-trigger span:first-child,
.header-style-5 .additional-menu-area span.side-menu-trigger span:last-child{
	width: 30px;
}
.header-style-5 .additional-menu-area span.side-menu-trigger span{
	margin: 6px 0;
}
.header-style-5 .menu-full-wrap .info-wrap .search-icon a{
	font-size: 24px;
	color: #666666;
	width: 24px;
	display: block;
	transition: none;
}

.header-style-5 .menu-full-wrap .header-number .phone-icon i{
    display: flex;
    justify-content: center;
    height: 44px;
    width: 44px;
    color: #fff;
	align-items: center;
    background-color:#3F4041;
    border-radius: 50%;
    -webkit-animation: pulse2 linear 1000ms infinite;
    animation: pulse2 linear 1000ms infinite;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
	margin-right: 20px;
}

.header-style-5 .header-menu.rt-sticky .additional-menu-area span.side-menu-trigger span{
	background-color: #fff!important;
}
.header-style-5 .header-menu.rt-sticky .menu-full-wrap .info-wrap .search-icon a{
	color: #fff;
}
.header-style-5 .menu-full-wrap .header-number .phone-icon i:hover{
	background-color: #fa360a;
}
.header-style-5 .header-number .media .media-body .item-label{
	font-size: 14px;
    color: #646464;
	font-weight: 600;
}
.header-style-5 .header-menu.rt-sticky .header-number .media .media-body .item-label{
	color: #fff;
}
.header-style-5 .header-number .media .media-body a{
	font-size: 18px;
	font-weight: 700;
	color: #000;
	transition: none;
}
.header-style-5 .header-menu.rt-sticky .header-number .media .media-body a{
	color: #fff;
	transition: none; 
}
.header-style-5 .site-header .header-menu.rt-sticky .site-branding a.dark-logo{
	display: none;
}
.header-style-5 .site-header .header-menu.rt-sticky .site-branding a.light-logo{
	display: table-cell;
    vertical-align: middle;
}
@media(min-width:992px) and (max-width:1199px){
	.header-style-5 .menu-full-wrap .header-number .phone-icon{
		display: none;
	}
	.header-style-5 .header-number .media .media-body a{
		font-size: 16px;
		font-weight: 500;
	}
	.header-style-5 .header-number .media .media-body .item-label{
		font-weight: 400;
	}
	.header-style-5 .menu-full-wrap .info-wrap .search-icon a{
		font-size: 20px;
	}
	.site-header .main-navigation nav > ul > li > a{
		font-size: 15px;
	}
}
/*-------------------------------------
#. Header Layout 6
---------------------------------------*/
.header-style-6 .site-header .info-wrap {
	display: flex;
	align-items: center;
}
.header-style-6 .site-header .main-navigation nav ul li a:hover{
	color: #fa360a;
}
.header-style-6.trheader .site-header .main-navigation nav ul li a:hover{
	color: #fff;
}
.header-style-6 .current-menu-item{
	color: #fa360a;
}
.header-style-6 .site-header .info-wrap .info {
    line-height: 1.4;
}

.header-style-6 .site-header .info-wrap {
	position: relative;
}
.header-style-6 .header-phone i {
    font-size: 18px;
	padding-right: 8px;
}
.header-style-6 .header-icon-area,
.header-style-6 .header-icon-area
 {
	position: relative;
	align-items: center;
    padding-left: 20px;
    vertical-align: middle;
    line-height: 1;
    margin-left: 33px;
}
.header-style-6 .header-icon-area:before,
.header-style-7 .header-icon-area:before
{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 24px;
    background-color: #dedede;
    top: 50%;
    transform: translateY(-50%);
}
.header-style-6 .header-icon-area .search-icon a i {
	font-size: 22px;
	color: #818284;
	text-align: center;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
}
.header-style-6 .menu-full-wrap .header-layout1-right{
	display: flex;
}
.header-style-6.trheader .header-icon-area .search-icon a i{
	color: #fff;
}
.header-style-6.trheader .header-icon-area .search-icon a i:hover{
	color: #fff;
}
.header-style-6.trheader .header-area .header-menu.rt-sticky{
	background-color: #fa360a;
}
.header-style-6.trheader .site-header .header-menu.rt-sticky .site-branding a.dark-logo{
	display: none;
}
.header-style-6.trheader .site-header .header-menu.rt-sticky .site-branding a.light-logo{
	display: table-cell;
}
.header-style-6 .header-icon-area .search-icon a:hover i {
	
	color: #fa360a;
}
.header-style-6 .site-header .rt-sticky .main-navigation nav > ul > li > a {
    padding-top: 30px;
	padding-bottom: 30px;
}
.header-style-6 .additional-menu-area span.side-menu-trigger,
.header-style-7 .additional-menu-area span.side-menu-trigger,
.header-style-8 .additional-menu-area span.side-menu-trigger {
    display: flex;
    width: 24px;
    justify-content: space-between;
    height: 24px;
    cursor: pointer;
    flex-wrap: wrap;
    border-radius: 4px;
}
.header-style-6 .additional-menu-area span.side-menu-trigger span,
.header-style-7 .additional-menu-area span.side-menu-trigger span,
.header-style-8 .additional-menu-area span.side-menu-trigger span {
    width: 9px;
    height: 9px;
    border: 2px solid #AFAFAF;
    transition: all 0.3s ease-in-out;
	background-color: transparent;
}
.header-style-6 .additional-menu-area span.side-menu-trigger span::before,
.header-style-7 .additional-menu-area span.side-menu-trigger span::before,
.header-style-8 .additional-menu-area span.side-menu-trigger span::before{
	display: none;
}
.trheader.header-style-6 .non-stickh .additional-menu-area span.side-menu-trigger span,
.trheader.header-style-7 .non-stickh .additional-menu-area span.side-menu-trigger span,
.trheader.header-style-8 .non-stickh .additional-menu-area span.side-menu-trigger span {
    background-color: #adadad;
}
.header-style-6 .additional-menu-area span.side-menu-trigger.side-menu-close span:nth-child(1n),
.header-style-7 .additional-menu-area span.side-menu-trigger.side-menu-close span:nth-child(1n),
.header-style-8 .additional-menu-area span.side-menu-trigger.side-menu-close span:nth-child(1n) {
    transform: rotate(135deg);
}
.header-style-6 .rt-sticky .additional-menu-area span.side-menu-trigger span,
.header-style-7 .rt-sticky .additional-menu-area span.side-menu-trigger span,
.header-style-8 .rt-sticky .additional-menu-area span.side-menu-trigger span{
	background-color: transparent!important;
}
.header-style-6 .cart-area .cart-list-trigger,
.header-style-7 .cart-area .cart-list-trigger
{
	margin-left: 15px;
}
.header-style-8 .cart-area .cart-list-trigger{
	margin-left: 20px;
}
/*-------------------------------------
#. Header Layout 7
---------------------------------------*/
.header-style-7 .menu-layout7 {
    display: flex;
    align-items: center;
    min-height: 150px;
    transition: none;
	background-color: var(--primary-color);
}
.header-style-7 .site-header .site-branding a.dark-logo {
    display: none;
}
.header-style-7 .site-header .site-branding a.light-logo {
    display: table-cell;
}
.header-style-7 .site-header .header-top {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-style-7 .icon-area{
	position: relative;
	padding-left: 20px;
	margin-left: 33px;
}

.header-style-7 .site-header .header-top .info {
    float: left;
	line-height: 1.5;
	font-weight: 500;
    font-size: 16px;
    color: #ffffff;
	text-align: left;
}

.header-style-7 .site-header .header-top .header-address > div {
	display: inline-flex;
	align-items: center;
	margin-right: 60px;
	position: relative;
}

.header-style-7 .site-header .main-navigation nav > ul > li.current-menu-item > a,
.header-style-8 .site-header .main-navigation nav > ul > li.current-menu-item > a{
	color: #000;
} 
.header-style-7 .site-header .main-navigation nav > ul > li > a {
    padding: 36px 25px;
	color: #fff;
}
@media(max-width:1350px){
	.header-style-7 .site-header .main-navigation nav > ul > li > a{
		padding: 30px 14px;
		font-size: 14px;
	}
	.header-style-7 .site-header .main-navigation nav  ul  li ul li a {
		font-size: 14px;
	}
}
.header-style-7 .menu-layout5{
	display: flex;
	align-items: center;
    min-height: 150px;
    transition: all 0.4s ease-in-out;
}
.header-style-7 .info-wrap{
	display: flex;
	align-items: center;
}
.header-style-7 .info-wrap .info .info-text{
	color: var(--primary-color);
    text-transform: uppercase;
    line-height: 24px;
    padding: 0;
    font-size: 16px;
	font-weight: 500;
}
.header-style-7 .info-wrap .info .info-text i{
	margin-right: 8px;
    color:#fff;
    font-size: 20px;
    vertical-align: middle;
    line-height: 1;
    margin-top: -4px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}
.header-style-7 .cart-area .cart-trigger-icon,
.header-style-8 .cart-area .cart-trigger-icon{
	color: #fff;
}
.header-style-7 .cart-area .cart-trigger-icon:hover,
.header-style-8 .cart-area .cart-trigger-icon:hover{
	color: #fff;
}
.header-style-7 .cart-area .cart-trigger-icon > span,
.header-style-8 .cart-area .cart-trigger-icon > span{
	background-color: #fff;
	color: var(--primary-color);
}
/*transparent header 7*/
.header-style-7.trheader .site-header .site-branding a.dark-logo {
    display: table-cell;
}
.header-style-7.trheader .site-header .site-branding a.light-logo {
    display: none;
}
.header-style-7.trheader .header-icon-area .header-search-box a {
    color: #111111;
}
.header-menu .info-wrap .info-text a,
.header-menu .info-wrap .header-3-right a{
	color: #fff;
}
.header-style-7 .header-icon-area {
    position: relative;
    align-items: center;
    padding-left: 20px;
    vertical-align: middle;
    line-height: 1;
    margin-left: 25px;
}
@media(max-width:1199px){
	.header-style-7 .header-icon-area{
		margin-left: 5px;
		padding-left: 5px;
	}
	.custom-padding{
		padding: 20px!important;
	} 
}
.header-style-7 .header-icon-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 24px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}
@media(max-width:1350px){
	.header-style-7 .header-icon-area::before{
		display: none;
	}
}
.header-style-7 .site-header .rt-sticky{
    box-shadow: 0 12px 12px 0 rgb(0 0 0 / 16%);
    min-height: 65px;
	
}
.header-style-7 .menu-layout7.rt-sticky {
	background: rgba(250,54,10, 0.95);
}
.header-style-7 .additional-menu-area span.side-menu-trigger span{
	border-color: #fff;
} 
.header-style-7 .header-icon-area .search-icon a{
	color: #fff;
	width: 16px;
}
.header-style-7 .site-header .rt-sticky .main-navigation ul.menu > li.current-menu-item > a{
	color: #fff;
}
.trheader.header-style-7 .menu-layout7.rt-sticky{
	background: rgba(250,54,10, 0.95);
}
/*-------------------------------------
#. Header Layout 8
---------------------------------------*/
.header-style-8 .header-area .header-menu {
	background: #fff;
}
.header-style-8 .header-menu{
	transition: none;
}
@media(min-width:991px){
	.header-style-8 .header-area .header-menu {
		padding-top: 25px;
		margin-bottom: 65px;
	}
}
.header-style-8  .header-layout4-top{
	overflow: hidden;
}
.header-style-8  .site-header .main-navigation nav> ul> li> a{
	padding:25px 25px;
}
nav.header-style-8-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
	margin-top: 20px;
}
.header-style-8 .header-icon-area {
    position: relative;
    align-items: center;
    padding-left: 20px;
    vertical-align: middle;
    line-height: 1;
    margin-left: 33px;
}
.header-style-8 .header-icon-area .search-icon{
	width: 16px;
}
.header-style-8 .header-icon-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 24px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}
.header-style-8 .header-layout8-top .header-top-8-wrap {
	display: flex;
    justify-content: space-between;
    align-items: center;
	overflow: hidden;
}
.header-style-8 .header-top-8-wrap .header-info-wrap {
	display: flex;
	align-items: center;
}
.header-style-8 .header-top-8-wrap .header-info-wrap i{
	margin-right: 8px;
    color: var(--primary-color);
    font-size: 20px;
    vertical-align: middle;
    line-height: 1;
	width: 20px;
    margin-top: -4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;

}
.header-style-8 .header-top-8-wrap .header-info-wrap a{
	color: #444444;
}
.header-style-8 .header-top-8-wrap .header-info-wrap span{
	color: #444444;
    font-size: 15px;
    line-height: 24px;
    padding: 13px 0;
    position: relative;
}
.header-style-8 .header-top-8-wrap .header-info-wrap .single-info{
	margin-right: 30px;
}
.header-style-8 .header-8-right {
	display: flex;
    align-items: center;
}
.header-style-8 .site-header .site-branding {
	margin-top: 4px;
}
.header-style-8 .site-header .site-branding a.dark-logo {
	display: block;
}
.header-style-8 .site-header .site-branding a.light-logo {
	display: none;
}
.header-style-8.trheader .site-header .site-branding a.light-logo {
	display: block;
}
.header-style-8.trheader .site-header .site-branding a.dark-logo{
	display: none;
}
/***Header 4 bottom menu/main menu***/
.header-style-8 .site-header .main-navigation nav > ul > li > a {
	color: #fff;
}
.header-style-8 .site-header .main-navigation nav > ul > li > a:hover{
	color: #fff;
}
.header-style-8 .info-wrap .header-3-right .header-button a.button-btn {
    position: relative;
    padding-bottom: 4px;
}

.header-style-8 .info-wrap .header-3-right .header-button a.button-btn:hover:before{
	visibility: hidden;
	width: 0;
}

.header-style-8 .header-style-8-menu .menu-wrap{
	background-color: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}
.header-style-8 .info-wrap .info .info-text i{
	margin-right: 8px;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    line-height: 1;
    margin-top: -4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.header-style-8 .info-wrap .info .info-text {
    margin-right: 30px;
    text-transform: uppercase;
    line-height: 24px;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
}
.header-style-4 .info-wrap .header-3-right .header-button {
    margin-right: 5px;
    text-transform: uppercase;
    line-height: 24px;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
}
.header-style-8 .info-wrap .header-3-right .header-button i {
    margin-right: 8px;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    line-height: 1;
    margin-top: -4px;
	width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.header-style-8 .header-style-8-menu .menu-wrap .info-wrap{
	display: flex;
	align-items: center;
	padding-right: 30px;
}

.header-style-8 .header-style-8-menu .menu-wrap .info-wrap .header-3-right a,
.header-style-8 .header-style-8-menu .menu-wrap .info-wrap .header-icon-area .search-icon a i
{
	color: #fff;
}
.header-style-8 .sidenav-address span a{
	color: #000;
}
.rt-sticky .header-style-8-menu {
    position: fixed;
    top: 32px;
    width: 100%;
    z-index: 100;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    box-shadow: 0rem 0rem 1.25rem 0rem rgba(0, 0, 0, 0.3);
	margin-top: 0;
}
.header-style-8 .site-header .main-navigation nav > ul > li:first-child{
	padding-left: 15px;
}
.header-style-8 .header-style-4-menu .menu-wrap .menu > li.current-menu-item > a{
	color: #fff;
}
.header-style-8 .header-style-4-menu .main-navigation .menu .menu-item-has-children::after{
	color: #fff;
}

.header-style-8 .site-header .rt-sticky .main-navigation nav > ul > li > a {
	padding-top: 30px;
	padding-bottom: 30px;
}
.header-style-8 .header-icon-area .header-search-box a i {
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    font-size: 18px;
    color: #010101;
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.header-style-8 .additional-menu-area span.side-menu-trigger span {
	background-color: transparent;
}
.header-style-8 .additional-menu-area span.side-menu-trigger span{
	border: 2px solid #fff;
}
.header-style-8 .header-icon-area > div:before {
	background-color: #ffffff;
}
.header-style-8 .header-phone .info a {
	font-family: 'Source Sans Pro', sans-serif;
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	margin-left: 20px;
    display: flex;
    align-items: center;
}
.header-style-8 .additional-menu-area .sidenav-address span a{
	color: #000;
}
.header-style-8 .header-phone .info i {
	font-size: 18px;
	font-weight: 900;
	padding-right: 5px;
}
.header-style-8 .site-header .header-icon-area .cart-icon-area {
	padding: 31px 0;
}
.header-style-8 .site-header .rt-sticky .header-icon-area .cart-icon-area {
	padding: 26px 0;
}
.header-style-8 .site-header .rt-sticky .site-branding{
	display: none;
}
/*transperant*/
.header-style-8.trheader .header-phone .info a {
	color: #111111;
}
.header-style-8.trheader .header-area .header-menu {
	background: transparent;
}
.header-style-8.trheader .header-area .header-menu.rt-sticky {
    background: var(--primary-color);
}
.header-style-8.trheader .site-header .main-navigation nav > ul > li > a:hover {
	color: var(--primary-color);
}
.header-style-8.trheader .additional-menu-area span.side-menu-trigger {
	border-color: #adadad;
}
.header-style-8.trheader .additional-menu-area span.side-menu-trigger span {
	border-color: #adadad;
}

.header-style-8 .header-area .header-menu.rt-sticky{
	box-shadow:none
}
/*-------------------------------------
#. Header Layout 9
---------------------------------------*/
@media(min-width:992px){
	.header-style-9 .header-menu .container,
	.topbar-style-3 .header-top-bar .container{
		max-width: 1320px!important;
	}
}
.header-style-9 .header-area .menu-full-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-style-9 .header-menu{
	transition: none;
}
.header-style-9 .header-area .header-right .info-wrap li{
	display: inline-block;
}
.header-style-9 .header-area .header-right .info-wrap li a.cart-trigger-icon,
.header-style-9 .header-area .header-right .info-wrap li.search-btn a{
	width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    background-color: #2C2C2C;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.header-style-9 .header-area .header-right .info-wrap li a.cart-trigger-icon:hover,
.header-style-9 .header-area .header-right .info-wrap li.search-btn a:hover{
	background-color: var(--primary-color);
}
.header-style-9 .header-area .header-right .info-wrap li.search-btn{
	margin-right: 10px;
}
.header-style-9 .header-area .header-right .info-wrap li .header-right-button a{
	font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    text-transform: capitalize;
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--primary-color);
    height: 50px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.header-style-9 .header-area .header-right .info-wrap li .header-right-button a:hover{
	background-color: #B62404;
}
/* .header-style-9 .rt-sticky{
	background-color: #000;
}
.header-style-9 .rt-sticky .main-navigation nav > ul > li > a{
	color: #fff;
}
.header-style-9.trheader .site-header .rt-sticky{
	background-color: #000;
}
.header-style-9.trheader  .rt-sticky .main-navigation nav > ul > li > a{
	color: #fff;
}
.header-style-9 .rt-sticky .site-branding a.dark-logo,
.header-style-9.trheader .rt-sticky .site-branding a.dark-logo{
	display: none;
}
.header-style-9 .rt-sticky .site-branding a.light-logo,
.header-style-9.trheader .rt-sticky .site-branding a.light-logo{
	display: table-cell;
    vertical-align: middle;
} */
/*---------------------------
#. Header Right Menu
-----------------------------*/
.additional-menu-area a.side-menu-trigger { 
	color: #222;
	cursor: pointer;
	font-size: 21px;
	line-height: 0;
}
.additional-menu-area .sidenav {
	height: 100%;
    width: 395px;
    position: fixed;
    z-index: 150;
    top: 0;
    right: 0;
    text-align: left;
    background-color: #ffffff;
    overflow-x: hidden;
    padding-top: 30px;
    transform: translateX(100%);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
.additional-menu-area .sidenav .closebtn {
	border: none;
    color: #fa360a;
    display: block;
    font-size: 28px;
    font-weight: 600;
    padding: 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 49px;
    line-height: 42px;
}
.additional-menu-area .sidenav .additional-logo {
	padding-right:30px;
	margin-bottom: 40px;
	padding-top: 80px;
}
.additional-menu-area .sidenav .additional-logo .dark-logo {
	display: inline-block !important;
}
.additional-menu-area .sidenav .additional-logo img {
	max-width: 9vw;
	width: 100%;
}
.admin-bar .additional-menu-area .sidenav {
	padding: 45px;
}
.additional-menu-area .sidenav {
	padding: 45px;
}
.additional-menu-area .sidenav .widget h3{
	font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}
.additional-menu-area .sidenav .widget p{
	font-size: 16px;
	line-height: 24px;
}
.additional-menu-area .sidenav .widget .gallery .gallery-item{
	text-align: left;
}
.admin-bar .additional-menu-area .sidenav .closebtn {
	top: 44px;
}

.additional-menu-area .sidenav .sidenav-search {
	border: 1px solid #5f5f5f;
	margin: 0 20px 10px 20px;
}
  
.additional-menu-area .sidenav  ul.corporate-address li{
	display: inline-flex!important;
	align-items: center!important;
	padding: 8px 0!important;
}
.additional-menu-area .sidenav  ul li a {
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 16px;
	color: #111111;
	border: none;
	font-weight: 500;
    transition: all 140ms ease-in-out;
}
.additional-menu-area .sidenav  .sidenav-address h4{
	font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}
.additional-menu-area .sidenav ul li a:hover {
	color: var(--primary-color);
	padding-left: 7px;
}
.additional-menu-area .sidenav a {
	text-decoration: none;
	color: #fa360a;
	display: block;
	transition: all 0.25s ease-in-out;
}
.additional-menu-area .mega-menu.hide-header > ul > li {
	padding-left: 0;
}
.additional-menu-area .mega-menu.hide-header > ul > li > a {
	display: none;
}
.additional-menu-area .mega-menu.hide-header > ul > li > ul {
	display: block !important;
}
.site-header .additional-menu-area ul li ul.sub-menu {
	position: inherit;
	transform: inherit;
	width: inherit;
	padding-left: 15px;
	box-shadow: none;
	visibility: visible;
	opacity: 1;
}
.site-header .additional-menu-area ul li ul.sub-menu li {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
    font-weight: 500;
}
.site-header .additional-menu-area ul li ul.sub-menu li:before {
	display: none;
}
.additional-menu-area span.side-menu-trigger{
	cursor: pointer;
}
.additional-menu-area span.side-menu-trigger span {
	display: block;
    height: 3px;
    width: 19px;
    background-color: #4d4d4d;
    margin: 0 auto 5px;
    text-align: center;
    position: relative;
}
.additional-menu-area span.side-menu-trigger span:last-child{
	margin-bottom: 0;
}
.additional-menu-area span.side-menu-trigger span::before{
	content: "";
    height: 3px;
    width: 9px;
    background-color: #4d4d4d;
    position: absolute;
    bottom: 0;
    left: -12px;
	
}
.trheader.non-stickh .additional-menu-area span.side-menu-trigger span {
    background-color: #adadad;
}

.additional-menu-area .sidenav-address {
	padding: 0 0 30px 0;
}
.additional-menu-area .sidenav-address h3 {
	font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}
.additional-menu-area .sidenav-address .contact-info{
	margin-top: -5px;
}
.additional-menu-area .sidenav-address .contact-info span{
	display:block;
	color: #646464;
    margin-bottom: 10px;
	line-height:26px;
}
.additional-menu-area .sidenav-address .contact-info span:last-child{
	margin-bottom: 0;
}
.additional-menu-area .sidenav-address span {
	color: #444444;
	font-size: 15px;
	display: block;
	margin-bottom: 20px;
}
.additional-menu-area .sidenav-address span i{
	color: var(--primary-color);
}
.additional-menu-area .sidenav-address span i {
	margin-right: 15px;
}
.additional-menu-area .sidenav-address span a {
	display: inline-block;
	color: #444444;
	padding: 0;
}
.additional-menu-area .sidenav-social span a:hover i{
   color: #fa360a;
}
.additional-menu-area .sidenav-social span {
	color: #646464;
	display: inline-block;
	padding-right: 5px;
	margin-right: 6px;
	font-size: 16px;
	text-align: center;
}
.additional-menu-area .sidenav-social span:last-child{
	margin-right: 0;
}
.additional-menu-area .sidenav-social span i {
	margin-right: 0;
	color: #444444;
	transition: all ease 0.4s;
}
.additional-menu-area .sidenav-social span a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #444444;
    font-size: 16px;
    transition: all ease 0.4s;
	margin-top: 5px;
	font-weight: 500;
}

body .rt-cover {
    z-index: 149; 
    opacity: 1;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.85);
    animation: slideInRight 500ms ease-in-out;
	transition: all 0.5s ease-in-out;
}

/*---------------------------------------------------------
#. Footer - Scroll to top, Copyright
-----------------------------------------------------------*/
a.scrollup {
    overflow: hidden;
    position: fixed;
    height: 50px;
    width: 50px;
    line-height: 20px;
    border-radius: 50%;
    bottom: -105px;
    right: 20px;
	padding: 9px 0;
    text-align: center;
    z-index: 9999;
    background-color: var(--primary-color);
    color: #ffffff;
	font-size: 14px;
	font-weight: 500;
    display: inline-block;
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.15, 1.88);
    transition: all 0.8s cubic-bezier(0, 0, 0.15, 1.88);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
a.scrollup i {
	display: block;
}
a.scrollup:hover {
	background-color: #ffffff;
	color: #fa360a;
}
a.scrollup.back-top {
    bottom: 25px;
}
.footer-bottom-area {
	border-top: 1px solid #e2e2e2;
	background-color: #ffffff;
	color: #646464;
	font-size: 16px;
	text-align: center;
	padding: 35px 0;
}
.footer-bottom-area a,
.footer-bottom-area a:link,
.footer-bottom-area a:visited {
	color: #646464;
}
.footer-bottom-area a:hover,
.footer-bottom-area .widget ul li a:hover {
	color: #111111;
}
.footer-logo {
	margin: 0 auto 20px;
}

.footer-logo img {
	max-height: 120px;
}
.footer-area .widgettitle {
	position: relative;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
	padding-bottom: 20px;
}
.footer-area .widgettitle:after{
	content: "";
    height: 4px;
    width: 34px;
    background-color: #fa360a;
    position: absolute;
    bottom: 0;
    left: 21px;
    border-radius: 10px;
    border: none;
}
.footer-area .widgettitle:before{
	content: "";
    height: 4px;
    width: 15px;
    background-color: #ff5e17;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    border: none;
}
@media(max-width:767px){
	.footer-area .widgettitle{
		display: inline-block;
	}
	.footer-area .widgettitle:before{
		left: 0;
		right: 0;
	}
	.footer-area .widgettitle:after{

		right: 0;
	}
}
@media(max-width: 575px) {
	.footer-area .rtin-address-default .rtin-item {
		display: inherit;
		text-align: center;
	}
	.address-style2 .rtin-item .rtin-icon {
		display: inherit;
		margin-bottom: 10px;
	}
}

.footer-top-area {
	color: #444444;
	font-size: 16px;
	border-top: none;
	background-color: #ffffff;
	padding: 120px 0 75px;
}
.no-footer-widget .footer-top-area{
	padding-top: 0;
}
.no-footer-widget .footer-top-area .copyright_wrap{
	margin-top: 0;
}
@media (max-width: 1024px) {
	.footer-top-area {
		padding: 70px 0 65px;
	}
}
@media (max-width: 767px) {
	.footer-top-area {
		padding: 60px 0 55px;
	}
}
.footer-top-area .widget select {
	color: #444444;
}
.footer-top-area .footer-top-widget{
	margin-bottom: 60px;
}

.footer-top-area .widget_archive.widget > select {
	margin-top: 0;
}
.footer-top-area .widget {
	margin-bottom: 20px;
	margin-top:20px;
	width: 100%;
	float: left;
	position: relative;
    z-index: 1;
}
@media(max-width:991px){
	.footer-top-area .widget{
		margin-bottom: 30px;
	}
}
.footer-area caption {
	color: inherit;
}
.footer-top-area .widget .widgettitle{
	color: #000;
}
.footer-top-area ul.menu li.menu-item-has-children {
	width: 100%;
}
.footer-top-area .widget ul.menu li a {
	color: #444444;
	padding-left: 15px;
	display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.footer-top-area .widget ul.menu li a:hover{
	color: #fa360a;
}
.footer-top-area .widget ul.menu li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size:16px;
    color: #444444;
    position: absolute;
    top:0;
    left: 0;
    transition: all 0.3s ease 0s;
	transform: translateX(0);
}
.footer-top-area .widget ul.menu > li a:hover {
    transform: translateX(5px);
}
.footer-top-area .widget ul.menu > li a:hover:before {
    color: #444444!important;
}

/*widget search*/
.footer-top-area .search-form .input-group>.custom-select:not(:last-child), 
.footer-top-area .search-form .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*widget archive*/
.footer-top-area .widget_archive ul li {
	text-align: right;
	display: inline-block;
    width: 100%;
}
.footer-top-area .widget_archive ul li a {
	float: left;
	padding-left: 15px;
	display: inline-block;
    position: relative;
    transition: all 140ms ease-in-out;
}
.footer-top-area .widget_archive ul li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
     color: #444444;
}
.footer-top-area .widget_archive ul > li a:hover {
    transform: translateX(5px);
}
/*widget categories*/
.footer-top-area .widget_categories ul li  {
	text-align: right;
	display: inline-block;
	width: 100%;
}
.footer-top-area .widget_categories ul li a {
	float: left;
	padding-left: 15px;
	display: inline-block;
    position: relative;
    transition: all 140ms ease-in-out;
}
.footer-top-area .widget_categories ul li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    color: #444444;
}
.footer-top-area .widget_categories ul > li a:hover {
    transform: translateX(5px);
}
/*widget pages*/
.footer-top-area .widget_pages ul li  {
	text-align: left;
	cursor: pointer;
}
.footer-top-area .widget_pages ul li a {
	padding-left: 15px;
	display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.footer-top-area .widget_pages ul li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #444444;
    transition: all 0.3s ease;
}
.footer-top-area .widget_pages ul > li a:hover {
    transform: translateX(5px);
}
/*widget meta*/
.footer-top-area .widget_meta li  {
	text-align: left;
	cursor: pointer;
}
.footer-top-area .widget_meta ul li a {
	padding-left: 15px;
	display: inline-block;
    position: relative;
    transition: all 140ms ease-in-out;
}
.footer-top-area .widget_meta ul li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #444444;
    transition: all 0.3s ease;
}
.footer-top-area .widget_meta ul > li a:hover {
    transform: translateX(5px);
}
/*widget recent comments*/
.footer-top-area .widget_recent_comments ul li {
    padding-left: 15px;
    transition: all 0.3s ease-in-out;
}
.footer-top-area .widget_recent_comments ul li a {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.footer-top-area .widget_recent_comments ul li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #444444;
    transition: all 0.3s ease;
}
.footer-top-area .widget_recent_comments ul li.recentcomments:hover {
    transform: translateX(5px);
}

.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: #fa360a;
}
.footer-top-area .widget_recent_comments ul li.recentcomments span > a:before {
    left: -15px;
	top: 10px;
}
/*widget recent entries*/
.footer-top-area .widget_recent_entries ul li a {
    padding-left: 15px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.footer-top-area .widget_recent_entries ul li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #444444;
    transition: all 0.3s ease;
}
.footer-top-area .widget_recent_entries ul > li a:hover {
    transform: translateX(5px);
}

/*widget Social*/
.footer-area .rt_footer_social_widget .footer-about {
	margin-bottom: 28px;
}

.footer-area .rt_footer_social_widget ul.footer-social {
	margin-top: 0;
}
.footer-area .rt_footer_social_widget .footer-social li {
	display: inline-block;
	margin-right: 5px;
	padding-bottom: 0;
    transition: all 0.3s ease-in-out;
}
@media(min-width:768px) and (max-width:991px) {
	.footer-area .rt_footer_social_widget .footer-social li {
		margin-right: 8px;
	}
}
.footer-area .rt_footer_social_widget .footer-social li a {	
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #efefef;
    color: #646464;
    width: 40px;
    height: 40px;
    font-size: 20px;
    transition: all  0.3s ease-in-out;
}
.footer-area .rt_footer_social_widget .footer-social li a:hover {
	background:#fa360a;
	
}
.footer-area .rt_footer_social_widget .footer-social li a:hover i {
	color: #ffffff;
}

/*widget tag cloud*/
.footer-top-area .widget_tag_cloud .tagcloud {
	padding-top: 10px;
}
.footer-top-area .widget_tag_cloud a {
	background: #5a5757;
    border-radius: 4px;
    color: #ffffff !important;
    display: inline-block;
    font-size: 14px !important;
    margin: 0 2px 4px 0;
    padding: 8px 15px;
    transition: all 0.3s;
}
@media(max-width:991px) {
	.footer-top-area .widget_tag_cloud a {
		padding: 8px;
	}
}
.footer-top-area .widget_tag_cloud a:hover {
	background-color: #fa360a !important;
	color: #ffffff !important;
}
.footer-top-area .search-form input.search-submit {
	background-color: #fff;
	color: #fa360a;
}
/*widget calender*/
.footer-top-area .widget_calendar caption {
    caption-side: initial;
    text-align: center;
    font-weight: 500;
    border-radius: 2px 2px 0 0;
    background: #fa360a;
    color: #ffffff;
    padding: 10px 7px;
    margin-top: 0px;
}
.footer-top-area .widget_calendar table th,
.footer-top-area .widget_calendar table td {
	border: none;
}
.footer-top-area .widget_calendar table td#today {
    background: #fa360a;
    color: #ffffff;
}
.footer-top-area .widget_calendar table td#today a {
	color: #ffffff;
}
.footer-top-area .widget_calendar table td a {
	color: #fa360a;
}
.footer-top-area a {
	text-decoration: none;
}
.footer-top-area .widget a:hover,
.footer-top-area .widget a:active {
  color: #111111;
}
.footer-top-area ul li {
	margin-bottom: 9px;
	padding-bottom: 9px;
	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 .widget_tag_cloud a {
	text-decoration: none;
}
.footer-top-area .mc4wp-success {
	margin-top: 25px;
}
.footer-top-area .widget > form.mc4wp-form {
	padding: 0px;
    background: transparent;
	margin-top: 10px;
}

.footer-top-area .rt-news-box .media-body .post-date-dark {
	font-size: 14px;
	margin-bottom: 12px;
}
.footer-top-area .rt-news-box .media-body .post-date-dark ul li {
	color: #aeaeae;
}
.footer-top-area .rt-news-box .media-body h3 {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 0;
}
.footer-top-area .rt-news-box .dark .rt-news-box-widget .media-body a {
	color: #c6ceec;
}
.footer-top-area .rt-news-box .dark .rt-news-box-widget .media-body a:hover {
	color: #fa360a;
}
.footer-top-area .rt-news-box .media a.post-img-holder {
	width: 32% !important;
}
.footer-top-area .gallery .gallery-item {
	max-width: 31.5%;
    
}
.footer-top-area .gallery .gallery-item img {
	max-height: 100px;
}
.footer-area .widget{
	position: relative;
}
.footer-area .footer-top-area .container .row > div{
	position: relative;
	padding-left: 45px;
	padding-right: 45px;
}
@media(max-width:991px){
	.footer-area .footer-top-area .container .row > div{
		padding-left: 12px;
	}
}
.footer-area .footer-top-area .container .row > div:first-child{
	padding-left: 15px;
}
.footer-area .footer-top-area .container .row > div:last-child{
	padding-right: 15px;
}
.footer-area .footer-top-area .container .row > div:after{
	content: "";
	height: 100%;
    width: 1px;
    background-color: #e1e1e1;
    position: absolute;
    bottom: 0;
    right:0;
}
.footer-area .footer-top-area .container .row > div:last-child::after{
	display: none;
}
@media(max-width:991px){
	.footer-area .footer-top-area .container .row > div:after{
		display: none;
	}
}
/*Footer mailchimp style*/
.footer-area .mc4wp-form .mc4wp-form-fields .mc4-subscriber input{
	padding:15px 10px ;
	border: 1px solid #e8e8e8;
    color: #000;
	width: 85%;
	border-radius: .25rem;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	line-height: normal;
}
.footer-area .mc4wp-form .mc4wp-form-fields .mc4-subscriber input:focus,
.footer-area .mc4wp-form .mc4wp-form-fields .mc4-subscriber input:active,
.footer-area .mc4wp-form .mc4wp-form-fields .mc4-subscriber input:focus-visible{
	outline: none;
}
.footer-area .mc4wp-form .mc4wp-form-fields .mc4-subscriber button{
	width: 15%;
	color: #fff;
    background-color: #fa360a;
    font-size: 16px;
    padding: 17px 10px;
    text-align: center;
    border: none;
	line-height: 1;
    border-radius: 0 4px 4px 0;
    transition: all 0.3s ease-in-out;
}
.footer-area .mc4wp-form .mc4wp-form-fields .mc4-subscriber button:hover{
	background-color: #ff5e17;
}
.footer-area .copyright {
	text-align: center;
	margin: 0 30px;
	text-transform: capitalize;
}
 .footer-area .copyright a {
	color: #444;
}
.footer-area .copyright a:hover {
	color: #fa360a;
}
.footer-area .widget_media_image {
	margin-bottom: 0;
}
.footer-area .widget_mc4wp_form_widget{
	margin: 0;
	margin-top: -20px;
}
.footer-area .copyright_wrap {
	display: flex;
	justify-content: space-between;
    align-items: center;
	margin-top: 50px;
}

.footer-area .copyright_wrap .left-line {
	flex: 1;
	height: 1px;
	width: 100%;
	z-index: 1;
	background-color: #e1e1e1;
}
 .footer-area .copyright_wrap .right-line {
	flex: 1;
	height: 1px;
	width: 100%;
	z-index: 1;
	background-color: #e1e1e1;
}

@media(max-width:575px){
	.footer-area .copyright_wrap .left-line{
		display: none;
	}
	.footer-area .copyright_wrap .right-line{
		display: none;
	}
	.footer-area .copyright_wrap .copyright-img1{
		display: none;
	}
	.footer-area .copyright_wrap .copyright-img2{
		display: none;
	}
}
/*Footer 1*/
.footer-style-1 .footer-area {
	position: relative;
	overflow: hidden;
}
@media(min-width: 1200px) {
	.footer-style-1 .footer-area .widget_media_image img {
		max-width: 260px !important;
	}
}

@media(max-width: 767px) {
	.footer-style-1 .footer-area .widget_media_image img {
		max-width: 260px !important;
	}
}

.footer-style-1 .footer-area .widget_text {
	margin-bottom: 30px;
}
@media(max-width:991px){
	.footer-style-1 .footer-area .widget_text{
		margin-bottom: 40px;
	}
}
.footer-style-1 .footer-area .widget_text .textwidget p{
	margin-bottom: 0;
}
.footer-style-1 .footer-area ul.shape-holder {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-style-1 .footer-area ul.shape-holder li {
	position: absolute;
	z-index: 0;
}
.footer-style-1 .footer-area ul.shape-holder li.shape1 {
	left: 0;
    bottom: 0;
	margin: 0;
	padding: 0;
}
.footer-style-1 .footer-area ul.shape-holder li.shape2 {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

@media(max-width:1440px) {
	.footer-style-1 .footer-area ul.shape-holder li.shape1 {
		left: 0;
		bottom:0;
	}
	.footer-style-1 .footer-area ul.shape-holder li.shape2 {
		right: 0;
		top: 0;
	}
}
@media(max-width:991px) {
	.footer-style-1 .footer-area ul.shape-holder li.shape1,
	.footer-style-1 .footer-area ul.shape-holder li.shape2 {
		display: none;
	}
}

.form-control:focus {
	outline: none;
	box-shadow: none;
}
.footer-style-1 .has-footer-img .shape-holder li{
	display: none;
}
/*Footer 2*/
.footer-style-2 .footer-area {
	position: relative;
}
.footer-style-2 .footer-wrap{
	text-align: center;
}
.footer-style-2 .footer-top-area{
	background-color: #ffffff;
    padding: 60px 0 55px;
    box-shadow: 0 25px 27px 0 rgb(154 154 154 / 34%);
    margin-left: calc((100% - 1140px) / 2 - 85px);
    margin-right: calc((100% - 1140px) / 2 - 85px);
}
@media(max-width:767px){
	.footer-style-2 .footer-top-area{
		margin-left: 0;
		margin-right: 0;
		padding: 50px 0px 50px 0px;
		box-shadow: none;
	}
	.footer-style-2 .footer-bg-shape{
		display: none;
	}
}
.footer-style-2 .footer-top-area.has-footer-address{
	margin-top: -229px;
	z-index: 1;
}
.footer-style-2 .footer-bg-shape{
	position: absolute;
    bottom: 0;
    left: 0;
    opacity: 35%;
    z-index: -10;
}
@media(max-width:1440px){
	.footer-style-2 .footer-bg-shape{
		bottom: 42px;
	}
}
.footer-style-2 .footer-top-area .widget.widget_nav_menu ul{
	display: flex;
	flex-wrap: wrap;
}
.footer-style-2 .footer-top-area .widget.widget_nav_menu ul li{
	flex: 0 0 50%;
	max-width: 50%;
}
@media(max-width: 991px){
	.footer-style-2 .footer-top-area .widget.widget_nav_menu ul li{
		flex: 0 0 48%;
		max-width: 48%;
		margin: 0 1%;
	}
}
@media(max-width: 575px){
	.footer-style-2 .footer-top-area .widget.widget_nav_menu ul{
		display: block;
	}
	.footer-style-2 .footer-top-area .widget.widget_nav_menu ul li{
		display: block;
		flex: none;
		max-width: 100%;
	}
}
@media(max-width: 991px){
	.footer-style-2 .footer-wrap,
	.footer-style-2 .footer-top-area .mc4wp-form .form-group {
		width: 100%;
	}
}
@media(max-width: 767px){
	.footer-style-2 .footer-wrap {
		display: inherit;
	}
	.footer-style-2 .footer-area .rt_footer_social_widget {
		margin-bottom: 25px;
	}
}
.footer-style-2 .footer-top-address{
	background-color: #111111;
	position: relative;
    overflow: hidden;
	padding: 115px 0px 233px 0px;
	z-index: -1;
}
.footer-style-2 .footer-top-address .figure-img1{
	position: absolute;
    top: 0px;
    right: 0px;
    transform: rotate(20deg);
}
.footer-style-2 .footer-top-address .figure-img2{
	position: absolute;
    top: 0;
    left: 0;
    opacity: 5%;
}
@media(max-width:575px){
	.footer-style-2 .footer-top-address .figure-img2{
		display: none;
	}
}
.footer-style-2 .footer-top-address .address-box{
	margin-bottom: 60px;
}
.footer-style-2 .footer-top-address .address-box .address-title{
	color: #fff;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.footer-style-2 .footer-top-address .address-box .address-title:before{
	content: "";
    height: 4px;
    width: 15px;
    background-color: #ff5e17;
    position: absolute;
    bottom: 0px;
    left: 0;
    border-radius: 10px;
    border: none;
}
.footer-style-2 .footer-top-address .address-box .address-title:after{
	content: ""; 
    height: 4px;
    width: 34px;
    background-color: #fa360a;
    position: absolute;
    bottom: 0px;
    left: 21px;
    border-radius: 10px;
    border: none;
}
.footer-style-2 .footer-top-address .address-box .address-info{
	color:#e8e8e8;
	padding-right: 130px;
}
.footer-style-2 .footer-top-address .color-overlay1{
	position: absolute;
	top: 0;
	right: 0;
}
.footer-style-2 .footer-top-address .color-overlay2{
	position: absolute;
	top: 0;
	left: 0;
}
.footer-style-2 .footer-area .widget_text .textwidget p{
	margin-bottom: 10px;
}
@media(max-width:991px){
	.footer-style-2 .footer-top-area.has-footer-address{
		padding: 50px 0px 50px 0px;
		margin-top: 0;
	}
	.footer-style-2 .footer-top-address .color-overlay1{
		display: none;
	}
	.footer-style-2 .footer-top-address .color-overlay2{
		display: none;
	}
	.footer-style-2 .footer-top-address .figure-img1{
		display: none;
	}
	.footer-style-2 .footer-top-address{
		padding: 42px 0px 20px 0px;
	}
	.footer-style-2 .footer-top-address .address-box{
		margin-bottom: 20px;
	}
	.footer-style-2 .footer-top-address .address-box .address-info{
		padding-right: 0;
	}
}
@media(max-width:767px){
	.footer-style-2 .footer-bg-shape{
		display: none;
	}
	.footer-style-2 .footer-top-address .address-box .address-info{
		padding-right: 0;
	}
}
@media(max-width:575px){
	.footer-style-2 .footer-top-address > .container > .row{
		text-align: center;
	}
	.footer-style-2 .footer-top-address .address-box .address-title{
		padding-bottom: 0;
		margin-bottom: 15px;
	}
	.footer-style-2 .footer-top-address .address-box .address-title:before{
		display: none;
	}
	.footer-style-2 .footer-top-address .address-box .address-title:after{
		display: none;
	}
	.footer-style-2 .footer-top-address .address-box .address-info{
		padding:0 80px;
	}
}
@media(max-width:375px){
	.footer-style-2 .footer-top-address .address-box .address-info{
		padding:0 30px;
	}
}
/*Footer 3*/
.footer-style-3 .footer-top-area{
	padding-bottom: 35px;
}
.footer-style-3 .footer-top-area.has-footer-img{
	color: #d3d1d1;
}
.footer-style-3 .site-content,
.footer-style-6 .brand-section,
.footer-style-6 .site-content{
    position: relative;
    background-color: #ffffff;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.footer-style-6 .brand-section{
	background-color: #f9f9f9;
}
@media (min-width: 1400px){
	.footer-style-3 footer {
		position: sticky;
		bottom: 0;
		top: 0;
		z-index: 0;
	}
}
.footer-style-3 .footer-area{
	background-color: #fff;
	position: relative;
    overflow: hidden;
}
.footer-style-3 .footer-area .footer-top-area.has-footer-img::before{
	content: "";
    height: 100%;
    width: 100%;
	background-color: #000;
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    left: 0; 
}
.footer-style-3 .footer-top-area.has-footer-img .widget ul.menu li a,
.footer-style-4 .footer-top-area .widget ul.menu li a,
.footer-style-5 .footer-top-area .widget ul.menu li a{
	color: #bbbbbb;
}
.footer-style-3 .footer-top-area.has-footer-img .widget ul.menu li a:hover,
.footer-style-4 .footer-top-area .widget ul.menu li a:hover,
.footer-style-5 .footer-top-area .widget ul.menu li a:hover{
	color: #fff;
}
.footer-style-3 .copyright_wrap{
	justify-content: center;
	position: relative;
	z-index: 1;
}
.footer-style-3 .copyright_wrap .copyright{
	margin: 0;
}
.footer-style-3 .footer-area .footer-top-area .container .row > div:after,
.footer-style-4 .footer-area .footer-top-area .container .row > div:after,
.footer-style-5 .footer-area .footer-top-area .container .row > div:after{
	display: none;
}
.footer-style-3 .footer-top-area .widget ul.menu li a:before,
.footer-style-4 .footer-top-area .widget ul.menu li a:before,
.footer-style-5 .footer-top-area .widget ul.menu li a:before{
	color: #bbbbbb;
}
.footer-style-3 .footer-top-area.has-footer-img .widget ul.menu li a:hover:before{
	color: #fff!important;
}
.footer-style-3 .footer-top-area .copyright_wrap{
	padding-top: 35px;
	border-top: 1px solid #393939;
}
.footer-style-3 .footer-top-area.has-footer-img .copyright_wrap .copyright{
	color: #979797;
	position: relative;
	z-index: 1;
}
.footer-style-3 .footer-top-area.has-footer-img .copyright_wrap .copyright a{
	color: #979797;
}
.footer-style-3 .footer-top-area.has-footer-img .widget .widgettitle{
	color: #fff;
}
.footer-area .corporate-address li{
	font-weight: 400!important;
}
.footer-area .corporate-address li a{
	font-weight: 400!important;
}  
.footer-style-3 .footer-area .footer-top-area .container .row > div{
	padding-left: 15px;
}
.footer-style-3 .footer-top-area.has-footer-img .corporate-address li,
.footer-style-3 .footer-top-area.has-footer-img .corporate-address li a{
	color:#bbbbbb!important;
}
.footer-style-3 .footer-top-area.has-footer-img .corporate-address li i{
	color: #fff;
}
/*Footer 4*/
.footer-style-4 .footer-top-area{
	color: #d3d1d1;
}
.footer-style-4 .footer-top-area{
	position: relative;
	z-index: 1;
}
.footer-style-4 .footer-top-area::before{
	content: "";
    height: 100%;
    width: 100%;
    background-color: #141414;
    opacity: 0.95;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.footer-style-4 .footer-top-area .widget .widgettitle{
	color: #fff;
}
.footer-style-4 .footer-top-area .widget ul.menu li a:hover:before,
.footer-style-5 .footer-top-area .widget ul.menu li a:hover:before{
	color: #fff!important;
}
.footer-style-4 .footer-top-area .corporate-address li i,
.footer-style-5 .footer-top-area .corporate-address li i{
	color: #fff;
}
.footer-style-4 .footer-top-area .corporate-address li,
.footer-style-4 .footer-top-area .corporate-address li a,
.footer-style-5 .footer-top-area .corporate-address li,
.footer-style-5 .footer-top-area .corporate-address li a{
	color:#bbbbbb!important;
}
.footer-style-4 .footer-bottom{
	background-color: #000;
	padding: 30px 0;
}
.footer-style-4 .footer-bottom .copyright-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media(max-width:767px){
	.footer-style-4 .footer-bottom .copyright-wrap{
		display: block;
	}
}
.footer-style-4 .footer-bottom .copyright-wrap .copyright
{
	color: #d3d1d1;
}
.footer-style-4 .footer-bottom .copyright-wrap .copyright a{
	color:#bbbbbb;
}
.footer-style-4 .footer-bottom .copyright-wrap .copyright a:hover{
	color: #fff;
}
.footer-style-4 .footer-bottom .footer-menu{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}
@media(max-width:767px){
	.footer-style-4 .footer-bottom .footer-menu{
		justify-content: center;
		margin-bottom: 15px;
	}
}
.footer-style-4 .footer-bottom .footer-menu li{
	position: relative;
	margin-right: 17px;
	padding-right: 17px;
}
@media(min-width:992px){
	.footer-style-4 .footer-bottom .footer-menu li:after{
		content: "";
		height: 3px;
		width: 3px;
		background-color: #979797;
		position: absolute;
		right:0;
		bottom: 10px;
		transition: all 0.8s;
	}
	.footer-style-4 .footer-bottom .footer-menu li:last-child::after{
		display: none;
	}
}

.footer-style-4 .footer-bottom .footer-menu li a{
	color:#bbbbbb;
}
.footer-style-4 .footer-bottom .footer-menu li a:hover{
	color: #fff;
}
.footer-style-4 .footer-bottom .footer-menu li:last-child{
	margin-right: 0;
	padding-right: 0;
}
/*footer style 5*/
.footer-style-5 .footer-area .footer-top-area{
	color: #bbbbbb;
}
.footer-style-5 .footer-top-area .widget .widgettitle{
	color: #fff;
}
.footer-style-5 .footer-area{
	background-color: #1A1A1A;
}
.footer-style-5 .footer-area .footer-top-area{
	background-color: #1A1A1A;
	position: relative;
	padding-bottom: 0;
}
.footer-style-5 .footer-area .footer-top-area .shape-holder{
	list-style: none;
}
.footer-style-5 .footer-area .footer-top-area .shape-holder li{
	position: absolute;
	left: 0;
	top: 0;
}
@media(max-width:991px){
	.footer-style-5 .footer-area .footer-top-area .shape-holder li{
		display: none;
	}
}
.footer-style-5 .footer-area .copyright_wrap{
	padding-bottom: 80px;
}
.footer-style-5 .footer-area .copyright_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
	color: #bbbbbb;
}
.footer-style-5 .footer-area .copyright_wrap .copyright a{
	color:#bbbbbb;
}
.footer-style-5 .footer-area .copyright_wrap .left-line {
    flex: 1;
    height: 1px;
    width: 100%;
    z-index: 1;
    background-color: #2e2e2e;
}
.footer-style-5 .footer-area .copyright_wrap .right-line {
    flex: 1;
    height: 1px;
    width: 100%;
    z-index: 1;
    background-color: #2e2e2e;
}
.footer-style-5 .footer-area .rt_footer_social_widget .footer-social li a{
	background-color:#393939;
	color: #fff;
}
/*Footer 6*/
.footer-style-6 .footer-top-area{
	padding: 60px 0 80px 0;
	background-color: #1A1D29;
}
@media(min-width:992px){
	.footer-style-6 .footer-area .container{
		max-width: 1320px!important;
	}
}

.footer-style-6 .footer-top-area .widgettitle{
	font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.footer-style-6 .footer-top-area .textwidget p{
	font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #C9CACC;
    margin-bottom: 30px;
}
.footer-style-6 .footer-top-area .footer-top-widget .corporate-address li i{
	display: none;
}
.footer-style-6 .footer-top-area .footer-top-widget .corporate-address li a{
	font-weight: 600!important;
    font-size: 26px!important;
    line-height: 25px;
    color: #FFFFFF!important;
    transition: all 0.3s ease-in-out;
}
.footer-style-6 .footer-top-area .footer-top-widget .corporate-address li a:hover{
	color: var(--primary-color)!important;
}
.footer-style-6 .footer-area .rt_footer_social_widget .footer-social li a{
	background-color: transparent;
	color: #C1C0C0;
	padding: 0;
	text-align: left;
	justify-content: flex-start;
}
.footer-style-6 .footer-area .rt_footer_social_widget .footer-social li a:hover{
	background-color: transparent;
}
.footer-style-6 .footer-area .rt_footer_social_widget .footer-social li a:hover i{
	color: var(--primary-color);
}
.footer-style-6 .footer-top-area .widgettitle::before,
.footer-style-6 .footer-top-area .widgettitle::after{
	display: none;
}
.footer-style-6 .footer-area .footer-top-area .container .row > div:after{
	display: none;
}
.footer-style-6 .footer-top-area .footer-top-widget{
	margin-bottom: 0;
}
.footer-style-6 .footer-top-area .widget_finbuzz_address{
	margin-top: -30px;
}
.footer-style-6 .footer-top-area .rt_footer_social_widget{
	margin-top: -30px;
}
.footer-style-6 .footer-area .footer-top-area .container .row > div{
	padding-left: 12px;
}
.footer-style-6 .footer-area .mc4wp-form .mc4wp-form-fields .mc4-subscriber{
	display: flex;
	margin-top: -7px;
}
.footer-style-6 .footer-area .mc4wp-form .mc4wp-form-fields .mc4-subscriber input{
	width: 83%;
	margin-right: 2%;
	height: 50px;
    color: var(--primary-color);
    background-color: #222530;
    border: 0;
}
.footer-style-6 .footer-area .mc4wp-form .mc4wp-form-fields .mc4-subscriber button{
	border-radius: 0;
	height: 50px;
	position: relative;
}
.footer-style-6 .footer-area .mc4wp-form .mc4wp-form-fields .mc4-subscriber button:hover{
	background-color: #B62404;
}
.footer-style-6 .footer-area .mc4wp-form .mc4wp-form-fields .mc4-subscriber button i{
	display: none;
}
.footer-style-6 .footer-area .mc4wp-form .mc4wp-form-fields .mc4-subscriber button::before{
	content: '\f1d8';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	font-size: 20px;
}
.footer-style-6 .footer-area .copyright-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-style-6 .footer-area .footer-menu-wrap ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-style-6 .footer-area .footer-menu-wrap ul li{
	display: inline-block;
}
.footer-style-6 .footer-area .footer-bottom{
	padding: 20px 0;
	background-color: #1F222F;
	
}
.footer-style-6 .footer-area .footer-menu-wrap ul li a{
	color: #A3A4AA;
}
.footer-style-6 .footer-area .footer-menu-wrap ul li a:hover{
	color: var(--primary-color);
}
.footer-style-6 .footer-area .footer-menu-wrap ul li{
	margin-right: 30px;
}
.footer-style-6 .footer-area .footer-menu-wrap ul li:last-child{
	margin-right: 0;
}
.footer-style-6 .footer-area .copyright{
	color:#A3A4AA
}
.footer-style-6 .footer-area .copyright a{
	color: var(--primary-color);
}
@media(min-width:1400px){
	.footer-style-6 footer {
		position: sticky;
		bottom: 0;
		top: 0;
		z-index: 0;
	}
}

/*---------------------------------------------
#. Footer Logo showcase area
-----------------------------------------------*/
.brand-section{
	padding: 65px 0px 55px 0px;
    background-color: #f9f9f9;
}

.brand-section .brand-log{
	text-align: center;
}
.brand-section .brand-log img{
	filter: grayscale(100%);
    opacity: 20%;
    transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.brand-section .brand-log img:hover{
	filter: grayscale(0);
	opacity: 100%;
}
@media(max-width:991px){
	.brand-section .brand-log{
		margin: 17px 0;
	}
}
/*---------------------------------------------
#. Widgets - Sidebar and Footer Widgets
-----------------------------------------------*/
.sidebar-widget-area .widget_block h2 {
	display: block;
    position: relative;
    color: #111111;
    font-size: 22px;
    margin-bottom: 24px;
    line-height: 1;
    z-index: 2;
    padding-bottom: 24px;
}
.sidebar-widget-area .widget_block h2:before{
	content: "";
    height: 4px;
    width: 15px;
    background-color: #ff5e17;
    position: absolute;
    bottom: 0px;
    left: 0;
    border-radius: 10px;
    border: none;
}
.sidebar-widget-area .widget_block h2:after{
	content: "";
    height: 4px;
    width: 34px;
    background-color: #fa360a;
    position: absolute;
    bottom: 0;
    left: 21px;
    border-radius: 10px;
    border: none;
}
.sidebar-widget-area ol.wp-block-latest-comments {
	padding-left: 0;
}
.sidebar-widget-area .wp-block-latest-comments__comment {
    line-height: 1.6;
    list-style: none;
    margin-bottom: 1em;
}
ol.wp-block-latest-comments{
	padding-left: 0;
}
.wp-block-latest-comments a{
	color: #fa360a;
}
.wp-block-latest-comments a:hover{
	color: #fa360a;
}
.sidebar-widget-area .widget_block.widget_search form > label {
	display: none;
}
.sidebar-widget-area .widget_block.widget_search form input {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    color: #444444;
    font-size: 15px;
}
.sidebar-widget-area .widget_block.widget_search .wp-block-search__button {
	background-color: #fa360a;
	border-radius: 4px;
	border: none;
	color: #ffffff;
	font-size: 16px;
    font-weight: 500;
}
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;
}
.widget_categories select, 
.widget_archive select, 
.widget_text select,
.fluentform select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 12px;
    background-image: url(../img/select-arrow.png) !important;
    background-repeat: no-repeat;
    background-position: 95%;
}
.widget select {
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	padding: 14px 12px;
	width: 100%;
	outline: none;
}
.sidebar-widget-area .widget > select {
	margin-top: 5px;
}
.sidebar-widget-area .widget.widget_calendar .calendar_wrap{
	margin-top: 30px;
	background-color: #f7f7f7;
}
.sidebar-widget-area .widget  select {
	margin-top: 7px;
}
.widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget ul li a {
	color: #444444;
	display: inline;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.widget ul li a:hover {
	color: #fa360a;
}
.widget_recent_entries ul li span {
	display: block;
}

.sidebar-widget-area .widget {
	background: #ffffff;
	margin-bottom: 35px;
	overflow: hidden;
	position: relative;
}
.sidebar-widget-area .rt-post-tab .post-tab-layout ul li:after{
	display: none;
}
.sidebar-widget-area .rt-post-tab .post-tab-layout ul li:before{
	display: none;
}
.sidebar-widget-area  .widget_search{
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.sidebar-widget-area .widget h3.widgettitle {
    display: block;
    position: relative;
    color: #000000;
    font-size: 20px;
    line-height: 1;
    z-index: 2;
	padding-bottom: 23px;
	margin-bottom: 0;
}
.sidebar-widget-area .widget .rt-widget-title-holder{
	margin-bottom: 24px;
}
.sidebar-widget-area .widget .rt-widget-title-holder + div{
	margin-top: 27px;
}
.sidebar-widget-area .widget.widget_search .rt-widget-title-holder{
	margin-bottom: 25px;
}
.sidebar-widget-area .widget h3.widgettitle::before{
	content: "";
    height: 4px;
    width: 15px;
    background-color: #ff5e17;
    position: absolute;
    bottom: 0px;
    left: 0;
    border-radius: 10px;
    border: none;
}
.sidebar-widget-area .widget h3.widgettitle::after{
	content: "";
    height: 4px;
    width: 34px;
    background-color: #fa360a;
    position: absolute;
    bottom: 0;
    left: 21px;
    border-radius: 10px;
    border: none;
}
.sidebar-widget-area .widget:last-child {
	margin-bottom: 0;
}
.sidebar-widget-area .widget ul li {
	padding: 14px 0;
	position: relative;
	-webkit-transition: all 140ms ease-in-out;
    transition: all 140ms ease-in-out;
}
.sidebar-widget-area .widget ul li:first-child{
	padding-top: 0;
}
.rt-post-box .post-box-style .media .entry-title{
	margin-bottom: 15px;
}
.rt-post-box .post-box-style .media .media-body ul li a{
	color: #fa360a;
}
.rt-post-box .post-box-style .media ul li:after{
	display: none;
}
.rt-post-box .post-box-style .media ul li:before{
	display: none;
}
.sidebar-widget-area .widget ul li:last-child:before{
	display: none;
}
.sidebar-widget-area .widget ul li:last-child:after{
	display: none;
}
.sidebar-widget-area .widget ul li a {
	font-size: 16px;
	font-weight: 400;
	position: relative;
	color: #7e7e7e;
	padding-left: 15px;
    transition: all 0.3s ease-in-out;

}
.sidebar-widget-area .widget ul li a:hover{
	padding-left: 20px;
}
.sidebar-widget-area .widget ul ul {
	border-top: 1px solid #ebebeb;;
}
.sidebar-widget-area .widget ul li{
	border-bottom: 1px solid #ebebeb;;
	transition: all 0.3s ease-in-out;
}

.sidebar-widget-area .widget ul li a:hover {
	color: #fa360a;
}
.sidebar-widget-area .widget ul li a:before {
	content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    color: #7a7a7a;
    position: absolute;
    left: 0;
    transition: all 0.3s ease 0s;
}
.sidebar-widget-area .widget ul li a:hover:before{
	color: #fa360a;
}
.sidebar-widget-area .widget ul li ul {
    margin-top: 14px;
    padding-top: 14px;
}
.sidebar-widget-area .widget_nav_menu ul ul.sub-menu li:last-child,
.sidebar-widget-area  ul ul.children li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.sidebar-widget-area .widget ul li.active a {
	color: #fa360a;
}
.sidebar-widget-area .widget ul li.active a:before {
	content: "\f101";
	font-family: fontawesome;
	color: #fa360a;
}
.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-widget-area .widget ul li ul.children li ul.children li:last-child{
	border-bottom: none;
}
/*Recent comment widget*/
.sidebar-widget-area .widget_recent_comments ul li.recentcomments {
    background: #ffffff;
    line-height: 1.6;
    position: relative;
	padding: 14px 0;
	padding-left: 15px;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments::before{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    color: #7a7a7a;
    position: absolute;
    left: 0;
    transition: all 0.3s ease 0s;
	background-color: transparent!important;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments:first-child {
	margin-top: -13px;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments:last-child {
	margin-bottom: 0;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments:last-child::before {
	display: block;
}
.sidebar-widget-area .widget_recent_comments ul  li.recentcomments:hover::after {
	display: block;
	background-color: #fa360a;
}
.sidebar-widget-area .widget_recent_comments ul  li.recentcomments:hover::before {
	background-color: #fa360a;
}
.sidebar-widget-area .widget_recent_comments ul  li.recentcomments:last-child::after{
	display: none;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments > span {
	position: relative;
	text-transform: capitalize;
}
.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: #fa360a;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments span > a:before {
    left: -15px;
	top: -3px;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments span > a:before {
	display: none;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments > a:before {
	display: none;
}
.sidebar-widget-area .widget_recent_entries ul li .post-date {
	color: #535151;
	font-size: 14px;
}

/*Comment Block*/
.widget_block .wp-block-latest-comments{
	margin-bottom: 0;
}
.widget_block .wp-block-latest-comments .wp-block-latest-comments__comment {
    background: #ffffff;
    line-height: 28px;
    position: relative;
    padding: 14px 0;
    padding-left: 15px;
    border-bottom: 1px solid #ebebeb;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
}
.widget_block .wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
    margin-top: -13px;
}
.widget_block .wp-block-latest-comments .wp-block-latest-comments__comment::before {
	content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    color: #7a7a7a;
    position: absolute;
    left: 0;
    transition: all 0.3s ease 0s;
    background-color: transparent!important;
}
.widget_block .wp-block-latest-comments .wp-block-latest-comments__comment a{
	color: #7a7a7a;
}
.widget_block .wp-block-latest-comments .wp-block-latest-comments__comment a:hover{
	color: #fa360a;
}
/*Meta widget*/
.sidebar-widget-area .widget_meta ul li {
    position: relative;
    color: #909090;
    background: #ffffff;
    line-height: 1.6;
    transition: all 0.3s ease-out;
}
.sidebar-widget-area .widget_meta ul li a {
	display: inline-block;
    padding-left: 15px;
}
/*Page widget*/
.sidebar-widget-area .widget_pages ul li {
    position: relative;
    color: #646464;
    background: #ffffff;
    line-height: 1.6;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #ebebeb;
}
.sidebar-widget-area .widget_pages ul li a {
	display: inline-block;
	padding-left: 15px;
}
/*widget nav menu*/
.sidebar-widget-area .widget_nav_menu ul li {
    position: relative;
    color: #646464;
    background: #ffffff;
    line-height: 1.6;
    transition: all 0.3s ease-out;
}
.sidebar-widget-area .widget_nav_menu ul li a {
	padding-left: 15px;
    display: inline-block;
}
/*widget rss*/
.sidebar-widget-area .widget_rss .widgettitle a {
	color: #111111;
}
.sidebar-widget-area .widget_rss ul li {
    position: relative;
    color: #646464;
    background: #ffffff;
    line-height: 1.6;
	padding: 13px 0;
    transition: all 0.3s ease-out;
}
.sidebar-widget-area .widget_rss ul li a {
	font-size: 16px;
	font-weight: 400;
	padding-left: 15px;
	position: relative;
	color: #7e7e7e;
	transition: all 0.3s ease-in-out;
	line-height: 1.6;
}
.sidebar-widget-area .widget_rss ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 20px;
}
/*---Accesspress tag css---*/
.sidebar-widget-area .widget_tag_cloud a,
.sidebar-widget-area .widget_product_tag_cloud a {
	color: #646464;
	border: none;
	background-color: #f2f2f2;
	display: inline-block;
	font-size: 16px !important;
	margin: 0 0px 4px 0;
	padding: 4px 14px;
	border-radius: 4px;
	font-weight: 400;
    transition: all 140ms ease-in-out;
}
.sidebar-widget-area .widget_tag_cloud a:hover,
.sidebar-widget-area .widget_product_tag_cloud a:hover {
	background-color: #fa360a;
	color: #ffffff;
}

/*corporate address widget*/
.corporate-address{
	list-style: none;
	margin: 0;
	padding: 0;
}
 .corporate-address li{
	border-bottom: none;
	padding: 5px 0!important;
	font-size: 17px;
    color: #444!important;
    font-weight: 500!important;
}
.corporate-address li:last-child{
	padding-bottom: 0!important;
}
 .corporate-address li a{
	padding-left: 0!important;
	font-size: 17px!important;
    color: #444!important;
    font-weight: 500!important;
}
.corporate-address li a:hover{
	padding-left: 0!important;
}
 .widget_finbuzz_address p {
	margin-bottom: 0;
}
 .corporate-address {
	margin-top: 20px;
}
 .corporate-address li {
	display: inline-flex;
	width: 100%;
	vertical-align: top;
}
 .corporate-address li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border-bottom: none!important;
}
 .corporate-address li i {
	color: #a4a4a4;;
	font-size: 18px;
	margin-right: 12px;
	position: relative;
	top: 1px;
}

 .corporate-address li a:before {
	display: none;
}

/*-------------------------------------
#. Single Service Sidebar Download Widget
---------------------------------------*/
.sidebar-widget-area .widget_finbuzz_download .download-list{
	margin-top: 25px;
}
.download-list .item{
   display: flex;
   align-items: center;
   margin-bottom: 10px;
   padding: 15px 32px;
   border: 1px solid #dcdcdc;
   border-radius: 4px;
   transition: all 0.5s ease-in-out;
   position: relative;
   z-index: 1;
}
.download-list .item:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
    width: 0;
	border-radius: 4px;
    background-color: #fa360a;
	transition: all 0.5s ease-in-out;
	z-index: -1;
}
.download-list .item:hover:after{
	width: 100%;
	left: 0;
}
 .download-list .item:hover .item-icon i,
 .download-list .item:hover .item-text a{
	color: #fff;
}
 .download-list .item:last-child{
	margin-bottom: 0;
}
 .download-list .item .item-icon{
	margin-right: 15px;
}
 .download-list .item .item-icon i{
	color: #fa360a;
	font-size: 20px;
    
}
 .download-list .item .item-text a{
	font-size: 18px;
	font-weight: 700;
	color:#000
}

/*---Accesspress search css---*/
.search-form label {
	margin-bottom: 15px;
	display: block;
}
.search-form input.search-field {
	background-color: #f5f5f5;
	border-color: #e5e5e5;
	border-radius: 0;
	box-shadow: none;
	height: 40px;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.search-form input.search-field::-webkit-input-placeholder {
	font-style: italic;
}
.search-form input.search-field:-ms-input-placeholder {
	font-style: italic;
}
.search-form input.search-field::placeholder {
	font-style: italic;
}
.search-form input.search-submit {
	background-color: #fa360a;
	border: 2px solid #fa360a;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 0;
	text-align: center;
	text-transform: uppercase;
    transition: all 0.5s ease-in-out;
	width: 200px;
}
.search-form input.search-submit:hover {
	background-color: #fff;
	color: #fa360a;
}
.search-form .custom-search-input .btn {
	z-index: 5;
	background-color: #fff;
}
.search-form {
	padding-top: 0;
}
.search-form input.search-submit {
	width: 100%;
}
.widget_search .search-form input.form-control::-webkit-input-placeholder {
	color: #646464;
}
.widget_search .search-form input.form-control:-ms-input-placeholder {
	color: #646464;
}
.widget_search .search-form input.form-control:-moz-placeholder {
	color: #646464;
}
.sidebar-widget-area .widget.widget_search {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}
.sidebar-widget-area .widget.widget_search:after{
	display: none;
}
.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: #fa360a;
}
.mobile-header-search .custom-search-input .btn {
    z-index: 5;
}
.search-form input {
	border: 1px solid #ebebeb;
	color: #444444;
	font-size: 16px;
    border-radius: 4px !important;
    float: left;
    height: 60px;
    padding: .375rem .75rem;
    width: 100%;
	outline: none;
    background-color: #ffffff;
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important;
}
.search-form input:focus{
	border-color:#ebebeb ;
}
.search-form button {  
    border: 1px solid #ebebeb;
    box-shadow: none;
    color: #fa360a;
    font-size: 20px;
    transition: all 0.5s ease;
    padding: 0 20px 0 20px;
    right: 0px;
    height: 60px;
    border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
.btn.focus, .btn:focus {
    outline: none;
    box-shadow: none;
}
.search-form button:hover {
	background-color: transparent;
}
.search-form input:focus {
	outline: none;
	box-shadow: none;
	border-color: #ebebeb!important;
}
/*rated_products widget*/
.sidebar-widget-area .widget_top_rated_products .product_list_widget .star-rating {
	color: #ffa996;
    font-size: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
}
/*recent widget*/
.sidebar-widget-area .widget_recent_entries ul li {
    position: relative;
    color: #444444;
    background: #ffffff;
    line-height: 1.6;
    transition: all 0.3s ease-out;
}
.sidebar-widget-area .widget_recent_entries ul li a {
	display: inline-block;
	padding-left: 15px;
	transition: all 0.3s ease-out;
}
.sidebar-widget-area .widget_recent_entries ul li a:hover{
	padding-left: 20px;
}
.sidebar-widget-area .widget.title-style-2.rt_widget_recent_entries_with_image {
	margin-bottom: 20px;
}
.sidebar-widget-area .widget.rt-news-box .rt-widget-title-holder {
	margin-bottom: 0;
}
.rt_widget_recent_entries_with_image .topic-box .widget-recent-post-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0;
	margin-top: 10px;
	overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.rt_widget_recent_entries_with_image .topic-box{
	margin-bottom: 20px;
	position: relative;
}

.rt_widget_recent_entries_with_image .finbuzz-recent-post{
	display: flex;
	align-items:center;
}
.rt_widget_recent_entries_with_image .finbuzz-recent-post .recent-post-thumb{
	margin-right:20px;
}
.rt_widget_recent_entries_with_image .row > div:last-child .finbuzz-recent-post{
	margin-bottom: 0;
}

.rt_widget_recent_entries_with_image .topic-box .recent-post-content{
	flex: 1;
}
.rt_widget_recent_entries_with_image .topic-box .rt-wid-post-img {
	display: block;
	overflow: hidden;
	border-radius: 4px;
}
.rt_widget_recent_entries_with_image .topic-box .rt-wid-post-img img {
	border-radius: 4px;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
.rt_widget_recent_entries_with_image .topic-box .rt-wid-post-img:hover img {
    transform: scale(1.1);
}
.rt_widget_recent_entries_with_image .topic-box .widget-recent-post-title a {
	color: #111111;
}
.rt_widget_recent_entries_with_image .topic-box .widget-recent-post-title a:hover {
	color: #fa360a;
}
.rt_widget_recent_entries_with_image .topic-box .post-date1 {
	display: block;
}
.rt_widget_recent_entries_with_image .topic-box .posted-date {
	color: #7a7a7a;
	font-size: 14px;
	font-weight: 400;
	padding-top: 12px;
	line-height: 1.4;
}
.recent-post-box-wrap{
	margin-top: 25px;
}
.rt_widget_recent_entries_with_image .topic-box .posted-date i {
	color: #fa360a;
	padding-right: 7px;
}
.rt_widget_recent_entries_with_image .topic-box .post-date1 span a {
	color: #ffffff;
}
.rt-news-box .topic-box .post-date1 span a:hover ,
.rt_widget_recent_entries_with_image .topic-box .post-date1 span a:hover {
	color: #ffa996;
}
.rt_widget_recent_entries_with_image .topic-box .post-date1 span {	
	text-transform: uppercase;
    z-index: 2;
	display: inline-block;
	background: #fa360a;
	border-radius: 4px;
	padding: 6px 10px;
	position: relative;
    color: #ffffff;
    font-size: 11px;
	font-weight: 500;
	line-height: 1.4;
}
/*news box*/
.post-box-style .topic-box {
	margin-bottom: 20px;
	position: relative;
	background: #ffffff;
}
.post-box-style .rt-news-box-widget {
	position: relative;
    background: #ffffff;
	border-bottom: none;
    margin-bottom: 12px;
	padding-bottom: 12px;
}
.post-box-style .rt-news-box-widget:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.post-box-style .media a.post-img-holder {
	margin-right: 15px;
	overflow: hidden;
	border-radius: 4px;
}
.post-box-style .media a.post-img-holder img {
    transform: scale(1);
    transition: all 140ms ease-in-out;
}
.post-box-style .media:hover a.post-img-holder img {
    transform: scale(1.1);
}
.post-box-style .topic-box .rt-wid-post-img {
	margin-bottom: 12px;
	display: block;	
	overflow: hidden;
}
.post-box-style .media-body h3 {
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.4;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.post-box-style .media-body h3 a {
	color: #111111;
}
.post-box-style .media-body h3 a:hover {
	color: #fa360a;
}
.post-box-style .post-box-date {
	margin-bottom: 8px;
}
.post-box-style .post-box-date ul {
	list-style: none;
	line-height: 1;
	margin-bottom: 5px;
	margin-top: -3px;
	margin-left: 0;
	padding: 0;
}
.post-box-style .post-box-date ul li {
	color: #7a7a7a;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 5px;
	padding: 0;
	display: inline-block;
	line-height: 1.4;
	border: none;
	position: relative;
}
.post-box-style .post-box-date ul li:first-child{
	font-weight: 500;
}
.post-box-style .post-box-date ul li:before{
	display: none;
}
.post-box-style .post-box-date ul li:after{
	display: none;
}
.post-box-style .post-box-date ul li a:before {
	display: none;
}
.post-box-style .post-box-date ul li:last-child {
	margin-right: 0;
}
.post-box-style .post-box-date ul li a {
	color: #fa360a;
	font-size: 14px;
	font-weight: 500;
}
.post-box-style .post-box-date ul li i {
	color: #fa360a;
	padding-right: 7px;
}
.rt-product-box .widget-product-price {
	font-size: 14px;
	margin-top: 3px;
	color: #535151;
}
/*Tab post widget*/
.post-tab-layout .position-relative {
    background: #ffffff;
    border-bottom: none;
    margin-bottom: 10px;
	padding-bottom: 10px;
}
.post-tab-layout .position-relative:last-child {
	border-bottom: none;
    margin-bottom: 0;
	padding-bottom: 0;
}
.post-tab-layout .media .tab-img-holder {
	width: 35%;
	margin-right: 15px;
	overflow: hidden;
	border-radius: 4px;
}
.post-tab-layout .media .tab-img-holder img {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
.post-tab-layout .media .tab-img-holder:hover img {
    transform: scale(1.1);
}
.post-tab-layout ul.btn-tab {
    border-bottom: none;
    margin-bottom: 30px;
	margin-left: 0;
}
.post-tab-layout ul.btn-tab li {
    margin-bottom: 0;
	padding: 0;
    font-size: 14px;
    font-weight: 500;
	border-bottom: none;
}
.post-tab-layout ul.item-inline2 li {
	width: 33.33%;
}
.post-tab-layout ul.item-inline2 li, ul.item2-inline li {
    display: inline-block;
	margin-right: 0px;
}
.post-tab-layout ul.item-inline li, ul.item-inline2 li {
    margin-right: 3px;
    margin-bottom: 3px;
    float: left;
}
.post-tab-layout ul.item-inline2 li:last-child {
	margin-right: 0;
	margin-bottom: 5px;
}
.post-tab-layout ul.btn-tab li .active {
    border: 1px solid transparent;
    background-color: #fa360a;
    color: #ffffff !important;
}
.post-tab-layout ul.btn-tab li a:before {
	display: none;
}
.post-tab-layout ul.btn-tab li a {
    background-color: #f8f8f8;
    border: 1px solid #dcdcdc;
    padding: 10px 0px;
    display: block;
    color: #111111;
    transition: all .5s ease-out;
	line-height: 20px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}
.sidebar-widget-area .post-tab-layout ul.btn-tab li a:hover {
    transform: inherit;
}
.post-tab-layout .entry-title {
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 10px;
	line-height: 1.4;
	overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-tab-layout .entry-title a {
	color: #111111;
}
.post-tab-layout .entry-title a:hover {
	color: #fa360a;
}
.post-tab-layout .post-box-date {
	line-height: 1;
}
.post-tab-layout .post-box-date ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.post-tab-layout .post-box-date ul li {
	font-size: 14px;
    color: #444444;
    padding: 0 0 5px 0;
    margin: 0;
    border: none;
    display: inline-block;
	position: relative;
}
.post-tab-layout .post-box-date ul li:first-child {
	color: #fa360a;
	font-weight: 700;
}
.post-tab-layout .post-box-date ul li:last-child {
	margin-right: 0;
}
.post-tab-layout .post-box-date ul li a {
	color: #444444;
	font-size: 14px;
}
.post-tab-layout .post-box-date ul li a:before {
	display: none;
}
.post-tab-layout .post-box-date ul li a:hover {
	color: #ffa996;
}
.post-tab-layout .post-box-date ul li i {
	color: #7e7e7e;
	margin-right: 7px;
}
/*Feature post widget*/
.feature-post-layout .rt-feature-widget .entry-title {
	font-size: 20px;
    margin-bottom: 0;
    line-height: 1.4;
}
.feature-post-layout .entry-title a {
	color: #000000;
}
.feature-post-layout .entry-title a:hover {
	color: #fa360a;
}
.feature-post-layout .post-box-date ul {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}
.feature-post-layout .post-box-date ul li {
	font-size: 14px;
    color: #646464;
	font-weight: 600;
	margin: 0;
    padding: 0;
    border: none;
    display: inline-block;
    position: relative;
}
.feature-post-layout .post-box-date ul li:after {
    content: ".";
    color: #646464;
    font-weight: 700;
    padding: 0 5px 0 8px;
}
.feature-post-layout .post-box-date ul li:last-child:after {
	display: none;
}
.feature-post-layout .post-box-date ul li:last-child {
	margin-right: 0;
}
.feature-post-layout .post-box-date ul li a {
	color: #646464;
	font-size: 14px;
	font-weight: 500;
}
.feature-post-layout .post-box-date ul li a:before {
	display: none;
}

.feature-post-layout .post-box-date ul li.feature-date {
	color: #fa360a;
	font-weight: 500;
}
.feature-post-layout .media {
	margin-bottom: 18px;
	overflow: hidden;
}
.feature-post-layout .media-body p {
	margin-top: 12px;
}
.feature-post-layout .media .post-img-holder {
	overflow: hidden;
	border-radius: 4px;
}
.feature-post-layout .media .post-img-holder img {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
.feature-post-layout .media .post-img-holder:hover img {
    transform: scale(1.1);
}
.feature-post-layout .list-item {
	background: #ffffff;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
	padding-bottom: 15px;
}
.feature-post-layout .list-item:last-child {
	border-bottom: none;
    margin-bottom: 0;
	padding-bottom: 0;
}
.feature-post-layout .list-item .entry-title {
	font-size: 16px;
}
/*Categories and Archive widget*/
.sidebar-widget-area .widget_product_categories ul li,
.sidebar-widget-area .widget_categories ul li, 
.sidebar-widget-area .widget_archive ul li {
    width: 100%;
    float: left;
    background: #ffffff;
    line-height: 1.6;
	text-align: right;
}

.sidebar-widget-area .widget_product_categories ul li a,
.sidebar-widget-area .widget_categories ul li a, 
.sidebar-widget-area .widget_archive ul li a {
    padding-left: 15px;
    display: inline-block;
	float: left;
}
.sidebar-widget-area .widget_product_categories ul li ul,
.sidebar-widget-area .widget ul li ul.children,
.sidebar-widget-area .widget ul li ul.sub-menu {
    padding-left: 17px;
	float: left;
	width: 100%;
}
.sidebar-widget-area .widget_product_categories ul li ul,
.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_product_categories ul li ul,
	.sidebar-widget-area .widget ul li ul.children,
	.sidebar-widget-area .widget ul li ul.sub-menu {
		padding-left: 5px;
	}
}
/*calendar sidebar*/
.sidebar-widget-area .widget_calendar caption {
    caption-side: initial;
    text-align: center;
    font-weight: 500;
    border-radius: 3px 3px 0 0;
    background: #fa360a;
    color: #ffffff;
    padding: 10px 7px;
    margin-top: 0px;
}
.sidebar-widget-area .widget_calendar table th,
.sidebar-widget-area .widget_calendar table td {
	border: none;
	color: #444444;
}
.sidebar-widget-area .widget_calendar table td#today {
    background: #fa360a;
    color: #ffffff;
}
.sidebar-widget-area .widget_calendar table td#today a {
	color: #ffffff;
}
.sidebar-widget-area .widget_calendar a {
	color: #444444;
	font-weight: 600;
}
.sidebar-widget-area .widget_calendar td a {
	color: #fa360a;
}
.sidebar-widget-area .widget_calendar a:hover {
	color: #fa360a;
}


/*Image Gallery*/
.gallery .gallery-item {
	margin: 0;
	text-align: center;
}
.gallery .gallery-item .gallery-icon {
	margin: 5px;
}
.widget.widget_media_gallery .gallery .gallery-item .gallery-icon{
	overflow: hidden;
	border-radius: 4px;
}
.widget.widget_media_gallery .gallery .gallery-item{
	overflow: hidden;
}
.widget.widget_media_gallery .gallery .gallery-item img{
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
    border-radius: 4px;
	overflow: hidden;
	transform: scale(1);
}
.widget.widget_media_gallery .gallery .gallery-item img:hover{
	transform: scale(1.1);
}
.widget.widget_media_gallery .gallery{
	margin-bottom: 0;
}
.gallery .gallery-item .gallery-caption {
	font-size: 13px;
}
/*Image widget*/
.sidebar-widget-area .widget.widget_media_image {
	padding: 0;
	border: none;
}
.sidebar-widget-area .widget.widget_media_image img{
	width: 100%;
	height: auto;
}

.sidebar-widget-area .widget.widget_media_image::after{
	display: none;
}
/*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;
    padding: 0;
    line-height: 1;
}
.sidebar-widget-area .rt-about-widget ul.footer-social li a {
	font-size: 16px;
    transition: all 0.3s ease-out;
    font-weight: 400;
    background: #fff;
    padding: 14px 15px;
    display: flex;
    width: 60px;
    height: 60px;
    text-align: center;
    align-items: center;
    justify-content: space-around;
}
.sidebar-widget-area .rt-about-widget ul.footer-social li a:before {
	display: none;
}
/*About Athor Widget*/
.author-widget{
	text-align: center;
	
}
.widget.widget_finbuzz_about_author .rt-widget-title-holder h3::before{
	left: 43%;
	transform: translateX(-43%);
}
.widget.widget_finbuzz_about_author .rt-widget-title-holder h3::after{
	left: 53%;
	transform: translateX(-53%);
}
.widget.widget_finbuzz_about_author .author-widget{
	position: relative;
	background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.author-widget{
	padding: 15px 15px 30px 15px;
}
@media(max-width:575px){
	.author-widget{
		padding: 32px 35px 35px 35px;
	}
}
.widget.widget_finbuzz_about_author .author-widget h3{
	color: #fff;
}
.author-widget h3{
	font-size: 22px;
	z-index: 2;
	padding: 0 23px;
	margin-bottom: 50px;
}
@media(max-width:575px){
	.author-widget h3{
		padding:0;
	}
}
.widget.widget_finbuzz_about_author .author-widget:after{
	content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 50%;
}
 .author-widget .author-widget-wrap{
	position: relative;
	z-index: 2;
}
 .author-widget .phone-number-layout{
	padding: 25px 0;
	border: 2px dashed #707070;
	margin-bottom: 30px;
	position: relative;
}
 .author-widget .phone-number-layout .phone{
	font-size: 22px;
    font-family: "Source Sans Pro";
}
 .author-widget .phone-number-layout .phone a{
	color: #fff;
}
 .author-widget .phone-number-layout .phone a:hover{
	color: #fa360a;
}
 .author-widget .phone-number-layout .author-icon{
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	position: absolute;
	top: -26px;
	left: 50%;
	transform: translateX(-50%);
}
 .author-widget .phone-number-layout .author-icon > div{
	color: #fff;
	height: 42px;
    width: 42px;
	line-height: 1;
	background-color: #fa360a;
	border-radius: 50%;
    border: none;
}
 .author-widget .phone-number-layout .author-icon > div i{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
/*Sidebar Spacer*/
.left-sidebar .rt-sidebar-sapcer {
	margin-left: 20px;
}
.right-sidebar .rt-sidebar-sapcer {
	margin-right: 20px;
}
.no-sidebar.left-sidebar .rt-sidebar-sapcer{
	margin-left: 0;
} 
.no-sidebar.right-sidebar .rt-sidebar-sapcer{
	margin-right: 0;
}
@media(max-width:991px) {
	.right-sidebar .rt-sidebar-sapcer {
		margin-right: 0;
		display: inherit;
	}
	.no-sidebar.right-sidebar .rt-sidebar-sapcer{
		margin-top: 0;
	}
	.left-sidebar .rt-sidebar-sapcer {
		margin-left: 0;
		display: inherit;
	}
}
@media(max-width:767px) {
	.right-sidebar .sidebar-widget-area {
		margin-top: 60px;
		display: inherit;
	}
	.left-sidebar .sidebar-widget-area {
		margin-bottom: 60px;
		display: inherit;
	}
}
/*Service Sidebar Menu*/
.menu-service-menu-container #menu-service-menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
 .menu-service-menu-container #menu-service-menu .service-sidebar-menu{
	border-bottom: none;
	padding:0;
	margin-bottom: 10px;
	position: relative;
	transition: all 0.5s ease-in-out;
}
 .menu-service-menu-container #menu-service-menu .service-sidebar-menu:after{
	content: "";
    height: 100%;
    width: 0;
    background-color: #fa360a;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0px;
    transition: all 0.5s ease-out;
}
 .menu-service-menu-container #menu-service-menu .service-sidebar-menu:last-child::after{
	display: block;
}
 .menu-service-menu-container #menu-service-menu .service-sidebar-menu:hover:after{
	width: 100%;
    left: 0;
}
 .menu-service-menu-container #menu-service-menu .service-sidebar-menu:hover a::after{
	width: 100%;
}
 .menu-service-menu-container #menu-service-menu .service-sidebar-menu:hover a::before{
	color: #fff;
}
 .menu-service-menu-container #menu-service-menu .service-sidebar-menu:hover a{
	color: #fff;
}
 .menu-service-menu-container #menu-service-menu .service-sidebar-menu:last-child{
	margin-bottom: 0;
}
 .menu-service-menu-container #menu-service-menu .service-sidebar-menu a{
	padding: 15px 20px;
	display: block;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	position: relative;
	z-index: 2;
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

 .menu-service-menu-container #menu-service-menu .service-sidebar-menu a::before{
	top: 15px;
	right: 30px!important;
	left: auto;
	color: #c0c0c0;
	transition: all 0.5s ease-in-out;
	content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
}
 .menu-service-menu-container #menu-service-menu .service-sidebar-menu a::after{
	content: "";
    height: calc(100% + 2px);
    width: 4%;
    background-color: transparent;
    position: absolute;
    bottom: -1px;
    left: -1px;
    border: 1px solid #fa360a;
    border-radius: 4px 0px 0px 4px;
    border-right: none;
    transition: all 0.5s ease-in-out;
}
/* Quick Links Widget/Widget nav menu */
.footer-area .widget_nav_menu .menu li a{
	padding: 0;
}
/*Call to action widget*/
.sidebar-widget-area .widget_finbuzz_about_info {
	border: none;
	padding: 0;
}
.call-to-action-content {
	background: #e2ebf0;
}
.call-to-action-content {
    border: none;
    background-image: url(../element/widget_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 4px;
    padding: 30px 35px 35px;
}
.call-to-action-content .rtin-des {
	color: #ffffff;
}
.call-to-action-content .rtin-des .item-title {
    color: #ffffff;
	margin-bottom: 15px;
}
.call-to-action-content .rtin-des .item-number {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}
.call-to-action-content .rtin-des .item-btn {
    text-align: center;
    font-weight: 700;
    color: #000000;
    letter-spacing: 1px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 12px;
    display: block;
    box-shadow: 0 10px 16px 0 rgba(10, 22, 39, 0.42);
}
.call-to-action-content .rtin-des .item-btn:hover {
    background-color: #fa360a;
    color: #ffffff;
}
/*Download*/
.sidebar-widget-area .widget .download-list  ul li {
	border: none;
	margin-bottom: 8px;
	padding: 0;
}
.sidebar-widget-area .widget .download-list  ul li:last-child {
	margin-bottom: 0;
}
.sidebar-widget-area .widget .download-list  ul li a {
	background: #fa360a;
    position: relative;
    display: block;
    border-radius: 4px;
    color: #fff;
    padding: 12px 20px;
    font-weight: 600;
    transition: all 0.3s ease-out;
}
.sidebar-widget-area .widget .download-list  ul li a:hover {
    transform: inherit;
	background: #ffa996;
	color: #ffffff;
}
.sidebar-widget-area .widget .download-list  ul li a i {
	margin-right: 15px;
}
.sidebar-widget-area .widget .download-list  ul li a:before {
	display: none;
}
.sidebar-widget-area .widget .download-list  ul li a i.fa-file-pdf-o {
	color: #fa360a;
}
.sidebar-widget-area .widget .download-list  ul li a i.fa-file-word-o {
	color: #287ff9;
}
.sidebar-widget-area .widget .download-list  ul li a i.fa-file-video-o {
	color: #fa360a;
}

.widget_apsc_widget .apsc-theme-4 {
	text-align: center;
}
.widget_apsc_widget .apsc-theme-4 .apsc-each-profile {
	display: inline-block;
	float: inherit;
	width: inherit;
	margin-right: 10px;
	margin-bottom: 0;
}
.widget_apsc_widget .apsc-theme-4 .apsc-each-profile .apsc-inner-block {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
	font-size: 13px;
}
.widget_apsc_widget .apsc-theme-4 .apsc-each-profile:hover .apsc-inner-block {
    background-color: transparent;
}
.widget_apsc_widget .apsc-theme-4 .apsc-each-profile:last-child {
	margin-right: 0;
}
.widget_apsc_widget .apsc-theme-4 span.media-name {
	display: none;
}
.widget_apsc_widget .apsc-theme-4 span.apsc-count {
	padding-right: 5px;
}
.widget_apsc_widget .apsc-theme-4 .social-icon i {
	font-size: 16px;
	padding-right: 7px;
}
/*Wocommerce Widget*/
.sidebar-widget-area .widget_product_search input{
	height: 55px;
	border:1px solid #ebebeb;
	padding: 0.375rem 0.75rem;
	border-radius: 4px;
	width: 100%;
	margin-bottom: 10px;
}
.sidebar-widget-area .widget_product_search button{
	padding: 7px 22px;
	border-radius: 4px;
}
.sidebar-widget-area .widget_product_search input:focus,
.sidebar-widget-area .widget_product_search input:focus-visible,
.sidebar-widget-area .widget_product_search input:active{
	border: 1px solid #ebebeb;
	outline: none;
}
/*product list widgeet*/
.sidebar-widget-area .product_list_widget li a::before{
	display: none;
	
}
.sidebar-widget-area .widget_products .product_list_widget li a{
	padding-left: 0;
}
.sidebar-widget-area .widget_products .product_list_widget li a:hover{
	padding-left: 0;
}
.sidebar-widget-area .widget_products .product_list_widget .product-title{
	font-weight: 500;
}
.sidebar-widget-area .widget_products .product_list_widget .star-rating{
	margin: 5px 0;
}
.woocommerce .sidebar-widget-area  ul.product_list_widget li img{
	width: 80px;
}
/*----------------------
#. Banner
----------------------*/

.entry-banner {
	background: #272727;
	position: relative;
	z-index: 3;
}
.entry-banner .banner-element{
	position: absolute;
    left: 5%;
    bottom: 0;
}
.entry-banner .banner-element2{
	position: absolute;
    right: 0;
    top: 0;
}
@media(max-width:991px){
	.entry-banner .banner-element,
	.entry-banner .banner-element2{
		display: none;
	}
}
.entry-banner:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.0);
	z-index: 1;
}
.entry-banner .entry-banner-content {
	padding: 140px 0 150px;
	position: relative;
	z-index: 2;
}
.entry-banner .entry-banner-content h1 {
	line-height: 52px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 42px;
}
.entry-banner .entry-banner-content h1 a {
    color: #fff;
}
.entry-banner .entry-banner-content h1 a:hover {
    color: #646464;
}
.breadcrumb-area .entry-breadcrumb span a {
	color: #ebebeb;
	text-transform: capitalize;
}
.breadcrumb-area .entry-breadcrumb span a:hover {
    color: #fa360a;
}
.breadcrumb-area .entry-breadcrumb > span:last-child {
    color: #fa360a;
}

@media (max-width: 991px) {
	.entry-banner .entry-banner-content {
		padding: 70px 0 90px !important;
	}
	.entry-banner .entry-banner-content h1 {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.entry-banner .entry-banner-content h1 {
		font-size: 36px;
		line-height: 42px;
	}
}
/*transprant banner*/
.trheader .entry-banner .entry-banner-content {
	padding-top: 280px;
}
@media(max-width: 991px) {
	.trheader .entry-banner .entry-banner-content {
		padding-top: 90px;
	}
}
@media(max-width: 768px) {
	.trheader .entry-banner .entry-banner-content {
		padding-top: 40px;
	}
}
/*breadcrumb*/
.breadcrumb-trail ul.trail-items {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
.breadcrumb-trail ul.trail-items li {
	display: inline-block;
    font-size: 16px;
    position: relative;
    padding-right: 16px;
    margin-right: 12px;
    color: #fa360a;
}
.breadcrumb-trail ul.trail-items li:after {
	position: absolute;
	content: "-";
	right: 0;
	top: 0;
}
.breadcrumb-trail ul.trail-items li:last-child:after {
	display: none;
}
.breadcrumb-trail ul.trail-items li a {
	color: #fa360a;
}
.breadcrumb-trail ul.trail-items li a:hover {
	color: #646464;
}
.breadcrumb-trail ul.trail-items li > span {
	color: #646464;
}
.banner-text {
	line-height: 1.4;
}
.site-main .entry-breadcrumb .current {
	color: #fa360a;
}
/*new special title & category name*/
/*Style 01*/
.rt-box-title-1 {	
	position: relative;
	padding: 4px 10px;
	background-color: #fa360a;
	color: #fff;
	display: inline-flex;
	align-items: center;
	margin-bottom: 25px;
	font-size: 13px;
	text-transform: uppercase;
}
.rt-box-title-1 span {
	position: absolute;
	right: -8px;
	z-index: 1;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-top: 10px solid;
	border-top-color: #fa360a;
	top: 0px;
}
/*Style 01*/
.rt-box-title-2 {
	position: relative;
	padding: 4px 10px;
	background-color: #fa360a;
	color: #fff;
	display: inline-flex;
	align-items: center;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.rt-box-title-2 span {
	position: absolute;
	bottom: -7px;
	left: 8px;
	z-index: 1;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #fa360a;
}

/*-------------------------------------
#. Buttons
---------------------------------------*/

.error-btn{
	display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #fa360a;
    padding: 15px 40px;
    box-shadow: 0px 6px 40px 0px rgba(193, 45, 12, 0.4);
    border: none;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
.error-btn:hover{
	box-shadow: none;
	color: #fff;
}
/*-------------------------------------
#. Contents
---------------------------------------*/
form.post-password-form label > input {
	background: #ffffff;
    border: 1px solid #d7d7d7;
	border-radius: 4px;
    padding: 10px 8px;
}
form.post-password-form input[type="submit"] {
	border-radius: 4px;
    background: #fa360a;
    color: #ffffff;
	font-weight: 500;
	outline: none;
	transition: all 0.3s ease-out;
}
form.post-password-form input[type="submit"]:hover {
    background: #ff5e17;
    color: #ffffff;
}
/*-------------------------------------
#. Single Content
---------------------------------------*/
.single-post .rt-single-content .single-img {
	margin-bottom: 30px;
}
.single-post .rt-single-content {
	word-wrap: normal;
}

.single-post .entry-meta{
	margin-bottom: 23px;
}
.single-post .entry-header.show_image .entry-thumbnail-area{
	margin-bottom: 20px;
}
.content-area {
	padding-top: 120px;
	padding-bottom: 120px;
}
@media(max-width:991px){
	.content-area{
		padding-top: 75px!important;
		padding-bottom: 75px!important;
	}
}
#primary.content-area {
	overflow: hidden;
	background-repeat: no-repeat;
}
.detail-content-holder .entry-header {
	padding: 0px 30px 0px 32px;
}

.entry-header .entry-content .entry-meta h3 a{
	color: #000;
	font-size: 30px;
    line-height: 36px
}
.entry-header  .entry-meta h3 a{
	color: #000;
	font-size: 30px;
    line-height: 36px
}
.entry-header .entry-content .entry-meta h3 a:hover{
	color: #fa360a;
}
.single-post .single-blog-image{
	margin-top: 8px!important;
}
.single-post .single-blog-image img{
	border-radius: 0px 50px 0px 50px!important;
}
.single-post .single-post-list li{
	padding-left: 20px;
	position: relative;
	color: #000;
	font-weight: 500;
}
.single-post .single-post-list li:before{
	content: "";
	position: absolute;
	left: 0;
	top:8px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color:#fa360a;
}
.entry-header .post-title {
	font-size: 30px;
	margin-bottom: 15px;
}

/*content social button*/

.share-links .fa {
  font-size: 15px;
}
.entry-header .share-links .share-title {
  padding-right: 5px;
  display: inline-block;
  float: left;
  line-height: 40px;
  font-size: 12px;
  margin: 2px 0;
}
.entry-header .share-links .share-title .fa {
  margin-right: 5px;
  font-size: 14px;
}
.entry-header .share-links.icons-text .share-title {
  line-height: 30px;
}
.entry-header .share-links a.large-share-button {
  width: auto;
}
.entry-header .share-links a .fa {
  width: 40px;
  height: 40px;
  float: left;
  display: block;
  text-align: center;
  line-height: 40px;
}
.entry-header .share-links a .social-text {
  border: 0 solid rgba(255, 255, 255, 0.3);
  border-left-width: 1px;
  padding-left: 15px;
  height: 20px;
  float: left;
  margin-top: 10px;
  padding-right: 25px;
  font-size: 12px;
  line-height: 20px;
}
.entry-header .share-links a:hover {
  opacity: 0.8;
  color: #fff;
}
.entry-header .share-links.icons-text .large-share-button {
  height: 30px;
}
.entry-header .share-links.icons-text .large-share-button .social-text {
  padding-left: 6px;
  padding-right: 8px;
  height: 20px;
  margin-top: 5px;
  line-height: 20px;
  font-size: 10px;
}
.entry-header .share-links.icons-text .large-share-button .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .entry-header .share-links .social-text {
    display: none;
  }
}
@media (max-width: 479px) {
  .entry-header .share-links .share-title {
    display: none;
  }
}

/*rns plugin*/
.rns-plugin {
	margin: 20px 0 20px;
}
.rns-plugin .rns-header {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fa360a;
}
.rns-plugin .rns-footer {
	display: none;
}
/*single layout 1*/
.post-detail-style1 .entry-thumbnail-area {
	position: relative;
}
.post-detail-style1 .entry-thumbnail-area .post-date {
    position: absolute;
    left: 30px;
    top: 30px;
    background: #ffa996;
    color: #ffffff;
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1;
}
.post-detail-style1 .entry-header .entry-content h3{
	font-size: 30px;
    line-height: 36px;
	color: #000;
}
.post-detail-style1 .entry-thumbnail-area .post-date span {
    display: block;
    text-align: center;
}
.post-detail-style1 .entry-thumbnail-area .post-date span:last-child {
    font-size: 18px;
    font-weight: 500;
}
.post-detail-style1 .entry-thumbnail-area{
	overflow: hidden;
}
.post-detail-style1 .entry-thumbnail-area img {
	width: 100%;
	transform: scale(1);
    transition: all ease 0.8s;
}
.post-detail-style1 .entry-header:hover .entry-thumbnail-area img{
	transform: scale(1.1);
}

/*single layout 2*/

.post-detail-style2 .author-content
 {
	background: #f8f8f8;
	border-radius: 5px;
	margin: 40px 0 40px 0;
    padding: 40px;
}
.post-detail-style2 .about-author
{
	border-radius: 5px;
	margin: 0;
	padding: 0;
	display: flex;
}
.post-detail-style2 .about-author .pull-left img{
	width: 100px;
	height: 100px;
}
.post-detail-style2 .about-author .media-body{
	flex: 1;
}
.comments-area {
    border-radius: 4px;
    margin-top: 30px;
}
/*post footer share buttons*/
.post-footer-share .share-links a.large-share-button {
	width: 42.7px;
}
.post-footer-share .share-links {
    padding-bottom: 0px;
}

.page .entry-content {
    padding-top: 0px;	
	border-top: none;
}
.content-single2{
	padding-left: 30px;
	padding-right: 30px;
}
.entry-footer{
	overflow: hidden;
	margin: 50px 0 40px 0;
}
.entry-footer .entry-footer-meta{
	padding: 50px 0;
}
.entry-footer .entry-footer-meta {
    overflow: hidden;
    display: flex;
   justify-content: space-between;
   border-top: 1px solid #e5e5e5;
   border-bottom: 1px solid #e5e5e5;
}
.entry-footer .entry-footer-meta .share-links .social-text,
.portfolio-single .share-links .social-text{
	display: none;
}
@media(max-width: 767px) {
	.entry-footer .entry-footer-meta {
		display: inherit;
	}
}
.entry-footer .item-tags ul {
    list-style: none;
    padding: 0;
    margin-top: 0px;
	margin-bottom: 0px;
}
.entry-footer .item-tags ul li {
	font-size: 17px;
	margin-right: 12px;
	margin-bottom: 1px;
	margin-top: 1px;
	display: inline-block;
}
.entry-footer .item-tags span {	
	color: #000;
    font-weight: 700;
    font-size: 18px;
    margin-right: 15px;
    font-family: 'Source Sans Pro', sans-serif;
}
.entry-footer .item-tags a{
   display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 26px;
    color: #444;
    background-color: #f2f2f2;
    border-radius: 2px;
    padding: 0 12px;
    margin-right: 5px;
    transition: all .3s ease-out;	
}
.entry-footer .item-tags a:hover{
	background-color: #fa360a;
	color:#fff
}
.entry-footer .item-tags a:last-child {
	margin-right: 0;
}

.entry-footer .post-share > span {	
	color: #000;
    font-weight: 700;
    font-size: 18px;
    margin-right: 15px;
    font-family: 'Source Sans Pro', sans-serif;
}
.entry-footer .post-share .share-links  {
	display: inline-block;
}
.entry-footer .post-share .share-links a{
	   color: #646464;
    	font-size: 17px;
    	margin-right: 10px;

}
.entry-footer .post-share .share-links a:last-child{
	margin-right: 0;
}

.entry-footer .post-share .share-links a:hover {
	color: #fa360a;
}
.entry-footer .post-share .share-links a:last-child {
	margin-right: 0;
}

.about-author {	
	background: #f9f9f9;
	padding: 28px 30px;
	margin-bottom: 50px;
	margin-top: 40px;
	border-radius: 6px;
}
.author-content .author-section-title {
    display: inline-block;
    position: relative;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.4;
    z-index: 2;
}
.about-author .pull-left {
	padding-right: 30px;
}
@media(max-width:480px) {
	.about-author {
		display: inherit;
		padding: 30px;
	}
	.about-author .pull-left {
		width: 100px;
	}
}
.about-author .pull-left img {
	border-radius: 50%;
}
.about-author .media-body .author-title {
	font-size: 20px;
    margin-bottom: 4px;
    line-height: 1.4;
    text-transform: capitalize;
}
.about-author .media-body .author-title a {
	color: #111111;
}
.about-author .media-body .author-designation {
	margin-bottom: 10px;
	font-size: 15px;
	color: #838181;
	line-height: 1.2;
}
.about-author ul.author-box-social {
	list-style: none;
	margin: 8px 0 0 0;
	padding: 0;
	text-align: left;
}
.about-author ul.author-box-social li {
	display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}
.about-author ul.author-box-social li a {
	font-size: 15px;
	color: #646464;
	display: block;
    text-align: center;
	transition: all .3s ease-out;
}
.about-author ul.author-box-social li a:hover {
	color: #fa360a;
}
.about-author ul.author-box-social li:last-child {
	margin-right: 0px;
}
/*next post & prev post*/
.post-navigation {
	padding: 10px 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.prev-next-post .pad-lr-15{
	display: flex;
	align-items: center;
}
.prev-next-post .pad-lr-15 .content{
	flex: 1;
}
.prev-next-post .pad-lr-15 .content.next{
	margin-left: 20px;
}
.prev-next-post .pad-lr-15 .content.prev{
	margin-right: 20px;
}
.post-navigation .post-nav-title {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 20px;
}
.post-navigation .text-left {
	padding-right: 15px;
	justify-content: flex-start;
}
.post-navigation .text-left .left-img {
	margin-right: 15px;
}
.post-navigation .text-left .left-img img {
	border-radius: 4px;
}
.post-navigation .text-left .pad-lr-15 {
	padding-right: 20px;
}
.post-navigation .text-right {
	padding-left: 15px;
	justify-content: flex-end;
}
@media(max-width:767px){
	.post-navigation .text-right{
		margin-top: 5px;
	}
}
.post-navigation .text-right .right-img {
	margin-left: 15px;
}
.post-navigation .text-right .right-img img {
	border-radius: 4px;
}
.post-navigation .text-right .pad-lr-15 {
	padding-left: 20px;
}
.post-navigation .post-nav-title a {
	color: #111111;
	word-break: break-word;
}
.post-navigation .post-nav-title a:hover {
	color: var(--primary-color);
}
.post-navigation .prev-article {
	color: #646464;
	font-size: 15px;
	margin-bottom: 10px;
	display: block;
	line-height: 1;
}
.post-navigation .prev-article a {
	color: #7e7e7e;
}
.post-navigation .prev-article a:hover {
	color: var(--primary-color);
}
.post-navigation .next-article {
	color: #646464;
	font-size: 15px;
	margin-bottom: 10px;
	display: block;
	line-height: 1;
}
.post-navigation .next-article a {
	color: #929292;
	font-size: 14px;
}
.post-navigation .next-article a:hover {
	color: var(--primary-color);
}
.post-navigation .prev-article:hover {
	color: #fa360a
}

.post-navigation .next-article:hover {
	color: #fa360a;
}
.post-navigation .portfolio-icon{
	display: none;
}
@media(max-width: 425px) {
	.post-navigation {
		padding: 25px;
	}
}
.divider {
	position: relative
}

.page-links {
	padding-top: 12px;
    font-size: 20px;
    font-weight: 500;
    color: #111111;
    margin-right: 10px;
    line-height: 1.3;
}
.page-links .page-number {
	text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #111111;
    background: #fff;
    border: 1px solid #dee2e6;
    padding: 0;
    height: 45px;
    width: 48px;
    line-height: 42px;
    position: relative;
    padding: .5rem .75rem;
    line-height: 1.5;
    color: #111;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    margin: 0 2px;
}
.page-links span.current .page-number,
.page-links a.post-page-numbers:hover .page-number {
	background-color: #fa360a;
    color: #ffffff;
}
.page-links span.current .page-number{
	border-color:#fa360a;
}
.page-links span.current .page-number:hover{
	border-color: #111111;
	background-color:#111111;
}
.page-links a.post-page-numbers:hover .page-number{
	border-color:#fa360a;
}

@media(max-width:767px){
	.single-post .detail-content-holder .entry-header{
		padding: 0 15px 0 15px;
	}
	.single-post .entry-content{
		padding: 20px 15px 0 15px;
	}
	.single-post blockquote p{
		padding-left: 20px;
	}
	.single-post .content-single2{
		padding-left: 15px;
	}
	.single-post .entry-footer .entry-footer-meta .post-share{
		margin-left: 0;
	}
	.post-navigation.divider::before{
		display: none;
	}
	.comments-area{
		padding: 20px!important;
	}
}
/*-------------------------------------
#. Related Post
---------------------------------------*/

.rt-related-slider{
	position: relative;
	overflow: hidden;
}
.rt-related-slider .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	box-sizing: content-box;
}
.rt-related-slider .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 0;
}
/* Related Post title */
.rt-related-slider .section-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.rt-related-slider .section-title .related-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 15px;
	flex-grow: 1!important;
	margin-bottom: 20px;
}

.rt-related-slider .section-title .swiper-button {
	display: inline-flex;
	margin-bottom: 20px;
}

.rt-related-slider .section-title .swiper-button > div {
	position: relative;
	top: 0;
	left: auto;
	right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-image: none;
	border: 1px solid #e5e5e5;
	height: 36px;
	width: 36px;
	outline: none;
	color: #000000;
	font-size: 15px;
	margin-top: 0;
	background-color: #ffffff;
	border-radius: 4px;
	transition: all 0.3s ease-out;
}
.rt-related-slider .section-title .swiper-button > div:hover {
	background: #fa360a;
	border: 1px solid transparent;
	color: #ffffff;
}
.rt-related-slider .section-title .swiper-button-prev {
	margin-right: 2px;
}
.rt-related-slider .entry-content{
	margin-top: 15px;
}
.rt-related-slider .entry-content .entry-categories a{
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
	display: inline;
}
.rt-related-slider .entry-title{
	font-size: 20px;
    line-height: 1.4;
	font-weight: 600;
	margin-bottom: 10px;
}
.rt-related-slider .entry-title a{
	color: #000;
}
.rt-related-slider .entry-date i{
	margin-right: 5px;
	color: #fa360a;
}
.team-related-post .section-title h3{
	margin-bottom: 0;
}

.team-single .team-multi-layout-1.team-related-post .rtin-item{
	box-shadow: none!important;
	background-color: #f6f6f6;
}
.portfolio-multi-layout-1 .rt-related-slider .rtin-item .link-shape:after{
	height: 27px;
    width: 15px;
	border: 45px solid transparent;
}
/*-------------------------------------
#. Comments
---------------------------------------*/
.comment-respond {
    margin-top: 30px;
}
.comment-respond > h4 {
    display: block;
    position: relative;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.4;
	padding-bottom: 20px;
}
.comment-respond > h4:before{
	content: "";
    height: 4px;
    width: 15px;
    background-color: #ff5e17;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 10px;
    border: none;
}
.comment-respond > h4:after{
	content: "";
    height: 4px;
    width: 34px;
    background-color: #fa360a;
    position: absolute;
    bottom: 0px;
    left: 20px;
    border-radius: 10px;
    border: none;
}
.comments-area ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.comments-area > ul.comment-list {
	margin-bottom: 30px;
}
.comments-area h3.comment-num {
	color: #111111;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 35px;
	position: relative;
}
.comments-area h3.comment-num:after {
	background: #fa360a;
	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 {
	border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 0px;
    max-width: 75px;
}
.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: #7a7a7a;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
}
.comments-area .main-comments .comment-meta .comment-author-name a,
.comments-area .main-comments .comment-meta .comment-author-name span {
	color: #111111;
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
	font-family: 'Source Sans Pro', sans-serif;
}
.comments-area .main-comments .replay-area {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.comments-area .main-comments .replay-area a {
	background: #f0f0f0;
	color: #111111;
	font-size: 13px;
	transition: all 0.3s ease-in-out;
    padding: 8px 15px;
    border-radius: 5px;
	font-weight: 500;
}
.comments-area .main-comments .replay-area a:hover {
	background-color: #fa360a;
	color: #ffffff;
}
.main-comments .each-comment {
	margin-bottom: 30px;
	margin-top: 30px;
}
.comments-area .main-comments .comments-body {
	display: flow-root;
}

@media(max-width: 425px) {
	.comments-area .main-comments .imgholder {
		float: inherit;
	}
}
.comments-area .main-comments .comment-text {
  font-size: 15px;
}
.comments-area .main-comments .comments-body p {
	margin-bottom: 5px;
}
.comments-area .main-comments .comment-respond {
	margin-top: 0px;
	margin-bottom: 30px;
}
.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;
	}
	.comments-area .main-comments .imgholder img {
		max-width: 80px;
	}
}
@media(max-width: 767px) {
	.main-comments ul.children {
		margin-left: 10px;
	}
	.comments-area .main-comments .imgholder img {
		max-width: 60px;
		margin-right: 10px;
	}
}
.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;
	/* css-3 */
	white-space: -moz-pre-wrap;
	/* Mozilla, since 1999 */
	white-space: -pre-wrap;
	/* Opera 4-6 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
	/* Internet Explorer 5.5+ */
}
.comments-area {
	margin-top: 30px;
    border-radius: 4px;
}

.comments-area > h4 {
	display: block;
    position: relative;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.4;
	position: relative;
	padding-bottom: 20px;
}
.comments-area > h4:before{
	content: "";
    height: 4px;
    width: 15px;
    background-color: #ff5e17;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 10px;
    border: none;
}
.comments-area > h4::after{
	content: "";
    height: 4px;
    width: 34px;
    background-color: #fa360a;
    position: absolute;
    bottom: 0px;
    left: 20px;
    border-radius: 10px;
    border: none;
}
#respond .comment-notes {
	margin-bottom: 30px;
}
#respond .logged-in-as {
	margin-bottom: 30px;
    font-size: 15px;
}
#respond .logged-in-as a {
	color: #646464;
}
#respond .form-group {
	margin-bottom: 25px;
}
#respond .form-group.form-submit {
	margin-bottom: 0px;
}
#respond form .form-control {
	background-color:#f3f3f3;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	color: #111111;
	font-size: 15px;
	font-weight: 400;
	margin-right: 20px;
	box-shadow: none;
}
#respond form input.form-control {
	height: 50px;
}
#respond form input:focus,
#respond form textarea:focus {
	box-shadow: none;
}
#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 {
	margin-top: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #fa360a;
    padding: 18px 34px;
    border: none;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}
#respond form .btn-send:hover {
	color: #fa360a;
    background-color: #f8f8f8;
}
#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 {
	border-top: 1px solid #ebebeb;
}
.comment-list > li:first-child {
	border-top: none;
}
.comment-list .comment-text ul {
  padding: 0 15px;
  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;
}
.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: #fa360a;
  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 #d7d7d7;
  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: #111111;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.item-comments .item-comments-form .comments-form .form-group input {
  height: 40px;
}
/*-------------------------------------
#. Archive Contents
---------------------------------------*/
.entry-title {
	font-size: 28px;
	margin: 0 0 6px 0;
	line-height: 1.4;
}
.entry-title a {
	color: #ffffff;
}
.entry-title a:hover {
	color: #fa360a;
}
.search .entry-content ul{
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 23px;
}
.search .entry-content ul li{
	display: inline-block;
	margin-right: 16px;
}
.search .entry-content ul li:last-child{
	margin-right: 0;
}
.custom-search-input > .input-group{
	display: flex;
}
.author .about-author {
	background: #f8f8f8;
	border: none;
	margin-top: 0;
    box-shadow: 0 1px 0 0 rgba(211,211,211,.75);
}
.search .entry-header .entry-meta ul li span {
	padding-right: 5px;
}
@media(max-width: 991px) {
	.tax-finbuzz_service_category .content-area,
	.post-type-archive-finbuzz_service .content-area {
		padding-top: 110px;
		padding-bottom: 100px;
	}
	.tax-finbuzz_service_category.right-sidebar .sidebar-widget-area,
	.post-type-archive-finbuzz_service.right-sidebar .sidebar-widget-area {
		margin-top: 80px;
	}
	.tax-finbuzz_team_category .content-area,
	.post-type-archive-finbuzz_team .content-area {
		padding-top: 110px;
		padding-bottom: 70px;
	}
}
@media(max-width: 767px) {
	.tax-finbuzz_service_category .content-area,
	.post-type-archive-finbuzz_service .content-area {
		padding-top: 90px;
		padding-bottom: 80px;
	}
	.tax-finbuzz_service_category.right-sidebar .sidebar-widget-area,
	.post-type-archive-finbuzz_service.right-sidebar .sidebar-widget-area {
		margin-top: 60px;
	}
	.tax-finbuzz_team_category .content-area,
	.post-type-archive-finbuzz_team .content-area {
		padding-top: 90px;
		padding-bottom: 50px;
	}
}
/* ------------------------
#. Default Blog layout 
---------------------------*/
@media(max-width:991px) {
	body.blog .content-area {
		padding-top: 110px;
		padding-bottom: 100px;
	}
	body.single-post .content-area {
		padding-top: 110px;
		padding-bottom: 100px;
	}
	body.woocommerce-page .content-area {
		padding-top: 110px;
		padding-bottom: 70px;
	}
}
@media(max-width:767px) {
	body.blog .content-area {
		padding-top: 90px;
		padding-bottom: 80px;
	}
	body.single-post .content-area {
		padding-top: 90px;
		padding-bottom: 80px;
	}
	body.woocommerce-page .content-area {
		padding-top: 90px;
		padding-bottom: 50px;
	}
}

.blog-box * {
	box-sizing: border-box;
}
.single-post .entry-content h3,
.blog .entry-content h3,
.content-search .entry-content h3,
.category .entry-content h3,
.archive .entry-content h3{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 15px;
}
.single-post .entry-content h3 a,
.blog .entry-content h3 a,
.content-search .entry-content h3 a,
.category .entry-content h3 a,
.archive .entry-content h3 a{
	color: #111111;
}
.blog .entry-content .entry-title a:hover,
.content-search .entry-content .entry-title a:hover,
.category .entry-content .entry-title a:hover,
.archive .entry-content .entry-title a:hover{
	color: #fa360a;
}
.single-post  .entry-content ul.single-post-list
{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	list-style: none;
}
.blog .entry-content ul,
.category .entry-content ul,
.archive .entry-content ul,
.content-search .entry-content ul{
	margin: 0;
	padding: 0;
	margin-bottom: 7px;
	list-style: none;
}
.single-post .entry-content .entry-meta  ul  li
{	
	color: #7a7a7a;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.single-post .entry-content .entry-meta  ul  li a{
	color: #7a7a7a;
	font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.blog .entry-meta  li,
.category .entry-meta  li,
.archive .entry-meta  li,
.content-search .entry-meta li{
	display: inline;
	margin-right: 17px;
	color: #7a7a7a;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.single-post .entry-content ul li a{
	color: #7a7a7a;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
.blog .entry-content ul li a,
.category .entry-content ul li a,
.archive .entry-content ul li a,
.content-search .entry-content ul li a{
	color: #7a7a7a;
    transition: all 0.3s ease-in-out;
}
.single-post .entry-content ul li a:hover,
.blog .entry-content ul li a:hover,
.category .entry-content ul li a:hover,
.archive .entry-content ul li a:hover,
.content-search .entry-content ul li a:hover{
	color: #fa360a;
}
.single-post  .entry-content ul li:last-child,
.blog .entry-content ul li:last-child,
.category .entry-content ul li:last-child,
.archive .entry-content ul li:last-child,
.content-search .entry-content ul li:last-child{
	margin-right: 0;
}
.single-post  .entry-content ul li i,
.blog .entry-content ul li i,
.category .entry-content ul li i,
.archive .entry-content ul li i,
.content-search .entry-content ul li i{
	color: #fa360a;
    font-size: 14px;
    margin-right: 8px;
}
.blog-box .entry-content .blog-date{
	position: absolute;
    top: -15px;
    right: -19px;
    z-index: 5;
    color: #fff;
    font-weight: 700;
}
.blog-box.no_image .entry-content .blog-date{
	right: 0;
}
.blog-box .entry-content .blog-date:after{
	content: "";
    width: 60px;
    height: 60px;
    background: #fa360a;
    position: absolute;
    top: -9px;
    right: -17px;
    transform: rotate(55deg);
    border: none;
    border-radius: 5px;
	z-index: -1;
}
.blog-box .entry-content .blog-date span{
	font-size: 14px;
    display: block;
    margin-top: -3px;
    font-weight: 400;
}
/*blog layout 1*/
.blog-layout-1 {
	position: relative;
}
.blog-layout-1 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-layout-1 .blog-box{
	margin-bottom: 60px;
	position: relative;
}

.blog-layout-1 .blog-box.show_image:hover .entry-content{
	transform: translateY(0);
}
.blog-layout-1 .blog-box.show_image .entry-content{
	position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border: none;
    width: 83%;
    padding: 15px 20px 0px 10px;
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
	z-index: 1;
}
.blog-layout-1 .blog-box .entry-content .blog-date .day{
	font-size: 24px;
}
.blog-layout-1 .blog-box .entry-content h3{
	line-height: 34px;
	margin-bottom: 0;
}
.blog .blog-layout-1 .blog-box .entry-content h3 a{
	color:#444444;
}
.blog-layout-1 .blog-box .entry-content .entry-meta{
	margin-bottom: 7px;
	display: inline-block;
}
.blog-layout-1 .blog-box .entry-content .entry-meta li{
	display: inline-block;
}
.blog-layout-1 .blog-box .blog-img-holder .blog-img {
	overflow: hidden;
	border-radius: 5px;
}
/*blog layout 2*/
.blog-layout-2 {
	position: relative;
	margin-bottom: 50px;
}

.blog-layout-2 .blog-list .blog-img-holder .blog-img{
	border-radius: 4px;
	overflow: hidden;
	z-index: 1;
}
.blog-layout-2 .blog-list .blog-img-holder .blog-img img{
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}
.blog-layout-2 .blog-list:hover .blog-img-holder .blog-img img{
	transform: scale(1.1);
} 
.blog-layout-2 .blog-list.show_image .entry-content{
	position: relative;
    bottom: 0px;
    left: 0;
    background-color: #fff;
    border: none;
    width: 90%;
    padding: 18px 23px 0px 0px;
    transition: all 0.3s ease-in-out;
    margin-top: -110px;
	border-radius: 0 4px 0 0;
}
.blog-layout-2 .blog-list .entry-content .blog-date i{
	color: #fa360a;
    font-size: 14px;
    margin-right: 8px;
}
.blog-layout-2 .btn-style1{
	box-shadow: none;
	padding: 13px 20px;
}
.blog-layout-2 .btn-style1 svg{
	width: 19px;
    height: 19px;
}
/*content search layout*/


/*masonry*/
.rt-grid-item {
	padding: 0 15px;
	display: block;
	float: left;
	clear: both;
}

@media(max-width:991px) {
	.right-sidebar .sidebar-widget-area {
		margin-top: 80px;
		margin-left: 0;
		display: inherit;
	}
	.left-sidebar .sidebar-widget-area {
		margin-bottom: 80px;
		margin-right: 0;
		display: inherit;
	}
}
@media(max-width:767px) {
	.right-sidebar .sidebar-widget-area {
		margin-top: 60px;
		display: inherit;
	}
	.left-sidebar .sidebar-widget-area {
		margin-bottom: 60px;
		display: inherit;
	}
}
/*blog sticky*/
.sticky .blog-list .entry-content {
	background-color: #e9eef9;
	padding: 30px;
}
.sticky .blog-box .entry-content {
	background-color: #e9eef9;
}
/*-------------------------------------
#. Pagination
---------------------------------------*/

.pagination-area ul {
    text-align: center;
	margin-top: 20px;
	margin-bottom: 0;
    padding-left: 0;
	border: none;
}
.pagination-area ul li {
	display: inline-block;
    border: none;
    margin: 0 2px;
}

.pagination-area ul li:last-child {
	margin-right: 0;
}

.pagination-area ul li a{
    color: #111111;
	text-align: center;
    display: inline-flex;
	align-items: center;
	justify-content: center;
    font-size: 18px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0;
    height: 45px;
    width: 48px;
    line-height: 44px;
    font-weight: 500;
	border-radius: 4px;
}
.pagination-area ul li a i{
	font-size: 16px;
}
.pagination-area ul li span {
	text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #111111;
    background: #e8e8e8;
    padding: 0;
    height: 45px;
    width: 48px;
    line-height: 45px;
    font-weight: 400;
}

.pagination-area ul li a:hover {
	background-color:#e9ecef;;
	color: #fff;
}
.pagination-area ul li span.current {
	background-color: #ffa996;
	color: #ffffff;
}
.pagination-area ul li.active a {
	background-color: var(--primary-color);
	color: #ffffff;
	z-index: 3;
    color: #fff;
    background-color: #fa360a;
    border-color: #fa360a;
}
.pagination-area li.active a:hover{
	background-color: #111111;
	border-color: #111111;
}
.site-content .pagination-area {
	clear: both;
	padding-top: 15px;
	width: 100%;
}
.no-results h2.page-title {
	color: #111111;
}
@media(max-width: 767px) {
	.pagination-area ul {
		margin-top: 0px;
	}
	.pagination-area ul li {
		margin-top: 8px;
		margin-right: 8px;
	}
	.pagination-area ul li span,
	.pagination-area ul li a {
		height: 40px;
		width: 40px;
		
	}
}
/*-------------------------------------
#. Error 404
---------------------------------------*/
@media(max-width:767px) {
	body.error404 .content-area {
		padding-bottom: 80px;
		padding-top: 80px;
	}
	body.error404 .site .content-area {
		background: none !important;
	}
}
.error-page-area {
	position: relative;
}
.error-page-content {
	position: relative;
	text-align: center;
	padding: 30px 0;
}
.error-page-content .text-1 {
	color: #000;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 8px;
}
.error-page-content .text-1 span {
	display: block;
	font-size: 48px;
}
.error-page-content .text-2 {
	font-size: 18px;
    line-height: 60px;
    color: #444;
}
.error-page-area .error-page-content .go-home {
	margin-top: 30px;
}

.error-page-area .error-page-content .item-img {
    margin-bottom: 60px;
    position: relative;
}
@media(max-width: 1199px) {
	.error-page-content {
		padding: 0px 0;
	}
}
@media(max-width: 991px) {
	.error-page-content .text-1 {
		font-size: 170px;
	}
	.error-page-area .error-page-content .go-home a {
		padding: 13px 30px;
	}
}
@media(max-width: 480px) {
	.error-page-content .text-1 {
		font-size: 110px;
		padding: 0 15px;
		top: 9%;
	}
	.error-page-content .text-2 {
		font-size: 36px;
	}
}
@media(max-width: 320px) {
	.error-page-content .text-1 {
		font-size: 80px;
		padding: 0 15px;
		top: 5%;
	}
}

/*team form*/
.fluentform .team-form .ff-el-form-control {
	background: #ffffff;
	box-shadow: none;
	color: #111111;
	border: 1px solid transparent;
	border-radius: 30px;
	font-size: 15px;
	padding: 15px 20px 15px 20px;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,0.05);
}
.fluentform .team-form .ff-el-form-control:focus {
    border: 1px solid #fa360a;
}
.fluentform .team-form input.ff-el-form-control {
	height: 50px;
}
.fluentform .team-form .ff-el-form-control::-webkit-input-placeholder {
	color: #7a7a7a;
}
.fluentform .team-form .ff-el-form-control:-ms-input-placeholder {
	color: #7a7a7a;
}
.fluentform .team-form .ff-el-form-control:-moz-placeholder {
	color: #7a7a7a;
}
.fluentform .team-form .text-danger {
    color: #ffa996 !important;
    font-size: 13px;
}
.fluentform .team-form .ff-el-is-error .ff-el-form-control,
.fluentform .team-form.ff-el-is-error .ff-el-form-control {
    border-color: #ffa996;
}
@media only screen and (max-width: 479px) {
  .entry-content .pricetable-btn {
    height: 40px;
    width: 130px;
    font-size: 14px;
    padding: 8px 0;
  }
}
@media only screen and (max-width: 991px) {
  .btn-send-message {
    padding: 11px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .btn-send-message {
    padding: 9px 0;
  }
}
@media (max-width: 767px) {
  .comments-area .main-comments .replay-area {
    display: block;
    float: inherit;
    width: 100%;
    margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 0;
  }
  .rt-blog-layout .entry-thumbnail-area ul li:last-child {
    display: block;
  }
}
@media (max-width: 991px) {
  .rt-blog-layout .entry-thumbnail-area ul li:last-child {
    display: none;
  }
}
@media (min-width: 479px) and (max-width: 991px) {
  .blog-box .blog-social {
    top: 8%;
  }
}

/*----------------------------------
   #Single Team Member Contact Form Style
*/

.fluentform .team-form-input .team-fluent-form input{
    font-size: 16px;
    color: #646464;
    padding: 12px 20px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
}

.fluentform .team-form-input  .team-fluent-date .ff-el-input--content {
	position: relative;
	
}
.fluentform .team-form-input .team-fluent-date .ff-el-input--content:before{
    content: "\f073";
    font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-size: 18px;
	position: absolute;
	right:20px ;
	top: 35%;
    transform: translateY(-28%);
	color: var(--primary-color);
}
.fluentform .team-form-input .team-fluent-form input:focus{
    box-shadow: none;
    outline: none;
    border-color: #e1e1e1;
}
.fluentform .team-form-textarea .team-fluent-form textarea{
    min-height: 110px;
}
.fluentform .team-form-textarea .team-fluent-form textarea:focus{
    box-shadow: none;
    outline: none;
    border-color: #e1e1e1;
}
.fluentform .team-form-btn button.ff-btn{
	font-size: 16px;
    color: #fff;
    background-color: #fa360a;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	height: 62px;
    opacity: 1;
	width: auto;
    padding: 0 32px;
    box-shadow: 0.523px 9.986px 35px 0px rgb(11 77 210 / 38%);
}
.fluentform .team-form-btn button.ff-btn:hover{
	color: #fff;
    background-color: #ff5e17;
	opacity: 1;
}

/*single product*/
.single-product .content-area {
	padding-bottom: 90px;
}

/*-------------------------------------
#. 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;
}
.wp-block-pullquote {
	border-top: 2px solid #fa360a;
    border-bottom: 2px solid #fa360a;
	margin-bottom: 20px;
    padding: 0;
	text-align: left;
}
blockquote.wp-block-pullquote {
    background: #f9f9f9;
    border-radius: 6px;
    border-left: 5px solid #fa360a;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    padding: 28px 40px 28px 40px;
    margin: 35px 0px 35px !important;
    color: #444444;
}
.wp-block-pullquote p {
	font-size: 22px;
}
.wp-block-pullquote cite {
	font-weight: 500;
    font-size: 14px;
    color: #646464;
    z-index: 1;
    padding-left: 40px;
}
.wp-block-audio{
    margin-bottom: 23px;
}
blockquote{
	border-left: none!important;
	padding-left: 0!important;
	color: #111;
	position: relative;
}
blockquote p{
	font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    position: relative;    
    padding-left: 40px;
}
blockquote:before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #fa360a;
}
blockquote p:after{
	content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    font-size: 72px;
    color: #e7e7e7;
    z-index: -99;
    top: -23px;
    left: 17px;
}
.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
	border-left: 5px solid #fa360a;
	padding: 28px 40px 28px 40px;
}
.wp-block-quote.is-large cite, 
.wp-block-quote.is-style-large cite {
	text-align: left;
    font-size: 14px;
}
.wp-block-quote.is-style-large cite em {
	font-style: normal;
}
.wp-block-quote.has-text-align-right {
    border-right: none;
	text-align: right;
}
.wp-block-quote.has-text-align-right cite {
	text-align: right;
}
.wp-block-quote.has-text-align-left {
    text-align: left;
}
.wp-block-column .wp-block-quote:not(.is-large):not(.is-style-large) {
	border-right: none;
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
	font-size: 26px;
}
.wp-block-quote.is-style-large cite br {
	display: none;
}
:root .has-cyan-bluish-gray-background-color {
    background-color: transparent!important;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
	background: #acb9c3;
	padding-top: 20px;
    padding-bottom: 25px;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 32px;
}
.wp-block-pullquote.is-style-solid-color {
    border: none;
    max-width: 100%;
}
.has-finbuzz-primary-background-color.is-style-solid-color blockquote {
	background: #fa360a;
}
.has-finbuzz-secondary-background-color.is-style-solid-color blockquote {
	background: #ff5e17;
}
.has-finbuzz-button-dark-gray-background-color.is-style-solid-color blockquote {
	background: #111111;
}
.has-finbuzz-button-light-gray-background-color.is-style-solid-color blockquote {
	background: #a5a5a5;
}
.has-finbuzz-button-white-background-color.is-style-solid-color blockquote {
	background: #ffffff;
}
.single-post .rt-single-content ul.wp-block-archives-list{
	margin-bottom: 35px;
}

/* 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;
}

pre {
	background: #fff;
	color: #646464;
}
code,
a code {
	color: #fa360a;
}
pre code {
    font-size: 15px;
    color: #646464;
    word-break: normal;
    line-height: 30px;
}
pre cite {
	font-weight: 400;
}
kbd {
	color: #646464;
    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: #646464;
    padding: 30px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
/************** Button ***************/
.wp-block-button {
	margin-bottom: 25px;
}
.wp-block-button.aligncenter {
	text-align: center;
}
.wp-block-button.is-style-outline a.wp-block-button__link:not([href]):not([tabindex]) {
	color: #fa360a;
}
.wp-block-button.is-style-outline a.wp-block-button__link:not([href]):not([tabindex]):hover {
	color: #ff5e17;
}
.wp-block-button .wp-block-button__link {
	border: 1px solid #dfdfdf;
    padding: 15px 30px;
    display: inline-block;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    background-color: #fff;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
}
.wp-block-button .wp-block-button__link:hover {
	background: #ff5e17;
    color: #ffffff;
}
.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
    border: 1px solid #fa360a;
    color: #fa360a;
}
.wp-block-button.is-style-outline .wp-block-button__link:before {
	display: none;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	border-color: #ff5e17;
	color:#ff5e17;
}
.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-finbuzz-primary-color { color: #fa360a;}
.has-finbuzz-secondary-color { color: #ffa996;}
.has-finbuzz-button-dark-gray-color { color: #111111;}
.has-finbuzz-button-light-gray-color { color: #a5a5a5;}
.has-finbuzz-button-white-color { color: #ffffff;}

.has-finbuzz-primary-background-color { background-color: #fa360a;}
.has-finbuzz-secondary-background-color { background-color: #ffa996;}
.has-finbuzz-button-dark-gray-background-color { background-color: #111111;}
.has-finbuzz-button-light-gray-background-color { background-color: #a5a5a5;}
.has-finbuzz-button-white-background-color { background-color: #ffffff;}

.wp-block-button a.has-finbuzz-primary-color { color: #fa360a;}
.wp-block-button a.has-finbuzz-secondary-color { color: #ffa996;}
.wp-block-button a.has-finbuzz-button-dark-gray-color { color: #111111;}
.wp-block-button a.has-finbuzz-button-light-gray-color { color: #a5a5a5;}
.wp-block-button a.has-finbuzz-button-white-color { color: #ffffff;}

.wp-block-button .has-finbuzz-primary-background-color { background-color: #fa360a;}
.wp-block-button .has-finbuzz-secondary-background-color { background-color: #ffa996;}
.wp-block-button .has-finbuzz-button-dark-gray-background-color { background-color: #111111;}
.wp-block-button .has-finbuzz-button-light-gray-background-color { background-color: #a5a5a5;}
.wp-block-button .has-finbuzz-button-white-background-color { background-color: #ffffff;}
/*button end*/

.wp-block-table td, 
.wp-block-table th {
	border: 1px solid #dedede;
	padding: 5px;
}
.wp-block-image .alignleft.is-resized {
	margin-top: 0;
}
.wp-block-image {
	margin-top: 23px;
	margin-bottom: 13px;
}
.wp-block-latest-posts.is-grid {
	margin-left: 20px;
}
.wp-block-latest-posts.is-grid li {
	margin: 0 0 10px 0;
}
.wp-block-columns.has-2-columns .wp-block-column {
	margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
	.entry-content .wp-block-columns {
	    flex-wrap: nowrap;
	}
}
.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: 23px;
}
.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 {
	margin-top: 0px;
}
.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: 10px;
}
.wp-block-gallery.alignleft {
	display: flex;
	margin-top: 10px;
}
.wp-block-gallery .blocks-gallery-item {
	border-radius: 5px;
	overflow: hidden;
}
.wp-block-gallery .blocks-gallery-item img {
	border-radius: 5px;
}
.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%;
}
p:last-child img.size-full.alignright {
	clear: both;
	padding-top: 0;
}
.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(max-width:475px){
	.site-header .mobile-menu {
		display: none!important;
	}
}
.custom-padding{
	padding: 0 70px;
}
.wp-block-categories, 
.wp-block-archives {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.wp-block-categories li, 
.wp-block-archives li{
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
    position: relative;
    transition: all 0.3s ease-in-out;
	color:#7a7a7a;
}
.wp-block-categories li:first-child, 
.wp-block-archives li:first-child{
	padding-top: 0;
}
.wp-block-categories li a, 
.wp-block-archives li a{
	font-size: 16px;
    font-weight: 400;
    position: relative;
    color: #7e7e7e;
    padding-left: 15px;
    transition: all 0.3s ease-in-out;
}
.wp-block-categories li a:before, 
.wp-block-archives li a:before{
	content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    color: #7a7a7a;
    position: absolute;
    left: 0;
    transition: all 0.3s ease 0s;
}
.wp-block-categories li a:hover:before, 
.wp-block-archives li a:hover:before{
	color:#fa360a;
}
.wp-block-categories li a:hover,
.wp-block-archives li a:hover{
	color: #fa360a;
	padding-left: 20px;
}
.rt-single-content .wp-block-latest-posts.wp-block-latest-posts__list li a{
	color: #fa360a;
}
/*Archive*/
.wp-block-categories select, 
.wp-block-archives-dropdown select {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 14px 13px;
    color: #646464;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 12px;
    background-image: url(../img/select-arrow.png) !important;
    background-repeat: no-repeat;
    background-position: 98%;
}

/*=======================
// template-search
========================*/
.template-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f6fa;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 0.7s ease-in-out;
}
.template-search .search-form {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.template-search .search-form input[type=search] {
  width: 60%;
  color: #000000;
  font-size: 40px;
  text-align: left;
  border: none;
  border-bottom: 2px solid #fa360a;
  margin: 0 auto;
  padding: 10px 0;
  outline: none;
  background-color: transparent;
}
.template-search .search-form .search-btn {
  padding: 28px 60px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  transform: translateX(-150px) translateY(-10px);
  background-color: transparent;
  transition: all 0.3s ease-out;
}
.template-search .search-form .search-btn i {
  margin-left: 0;
}
.template-search .search-form .search-btn:focus {
  box-shadow: none;
  outline: none;
}
.template-search .search-form input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.template-search .search-form input::-moz-placeholder {
  color: #cfcfcf;
}
.template-search .search-form input:-moz-placeholder {
  color: #cfcfcf;
}
.template-search .search-form input:-ms-input-placeholder {
  color: #cfcfcf;
}
.template-search .close {
  position: fixed;
  top: 15px;
  right: 20px;
  color: #000000;
  border: none;
  opacity: 0.3;
  visibility: visible;
  padding: 3px 15px 5px;
  font-size: 70px;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.template-search .close:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.template-search .close:hover {
  opacity: 1;
}
.template-search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  visibility: visible;
}

/****rt search post*****/
.rt-search-post .entry-content .item-author img{
	border-radius: 50%;
	margin-right: 15px;
}

.contact-page .contact-form > .elementor-widget-wrap{
	position: relative;
}
.contact-page .contact-form > .elementor-widget-wrap:after{
	content: "";
    position: absolute;
    left: 34px;
    top: 0;
    width: 47px;
    height: 5px;
    background-color: #fa360a;
}

/*Mobile menu*/
.mean-container .mean-bar{
	border-bottom: none!important;
}
.mean-container .mean-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
	border-bottom: 1px solid rgba(181, 181, 181, 0.3);
	float: none;
	position: relative;
	padding: 15px 15px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all 0.3s linear;
  }
  .mn-top .mean-container .mean-bar {
	position: fixed;
  }
  .mean-container .mean-bar:after {
	content: "";
	clear: both;
	display: block;
  }
  .mean-container .mean-bar img {
	  max-width: 115px;
  }
  .admin-bar.mean-container .mean-bar {
	top: 32px;
  }
  
  @media only screen and (max-width: 782px) {
	.admin-bar.mean-container .mean-bar {
	  top: 46px;
	}
  }
  @media only screen and (max-width: 600px) {
	.admin-bar.mean-container.mn-top .mean-bar {
	  top: 0;
	}
  }
  .rt-slide-nav .offscreen-navigation .sub-menu {
	  display: none;
  }
  .rt-slide-nav .offscreen-navigation ul li {
	 border-bottom: 1px solid #e9e9e9;
  }
  .rt-slide-nav .offscreen-navigation ul li:last-child {
	 border-bottom: none;
  }
  .rt-slide-nav .offscreen-navigation nav > ul > li ul.sub-menu {
	 border-top: 1px solid #e9e9e9;
  }
  .rt-slide-nav .offscreen-navigation li > a {
	  display: block;
	  position: relative;
	  color: #14133b;
	  font-size: 15px;
	  font-weight: 500;
	  background: #ffffff;
	  padding-bottom: 7px;
	  padding-top: 7px;
	  font-family: 'Roboto', sans-serif;
  }
  .rt-slide-nav .offscreen-navigation nav > ul > li > ul.sub-menu > li:hover > a,
  .rt-slide-nav .offscreen-navigation li:hover > a {
	color: #fa360a;
  }
  .rt-slide-nav .offscreen-navigation ul > li > a {
	padding-left: 15px !important;
  }
  .rt-slide-nav .offscreen-navigation ul ul > li > a {
	padding-left: 30px !important;
  }
  
  .rt-slide-nav .offscreen-navigation ul ul ul > li > a {
	padding-left: 45px !important;
  }
  .rt-slide-nav .offscreen-navigation .sub-menu li > a {
	  font-size: 15px;
	  padding-bottom: 10px !important;
  }
  .rt-slide-nav .offscreen-navigation nav > ul > li.mega-menu > ul.sub-menu > li ul li{
	  display: block;
  }
  .rt-slide-nav .offscreen-navigation nav > ul > li.mega-menu > ul.sub-menu > li ul li a {
	  padding: 15px 15px 15px 45px !important;
  }
  .rt-slide-nav .offscreen-navigation nav > ul > li.mega-menu > ul.sub-menu > li ul li:hover a{
	  padding-left: 60px!important;
  }
  .rt-slide-nav .offscreen-navigation nav > ul > li.mega-menu > ul.sub-menu > li ul li::before{
	  display: none;
  }
  .rt-slide-nav .offscreen-navigation li.current-menu-item > a,
  .rt-slide-nav .offscreen-navigation li.current-menu-parent > a {
	color: #fa360a;
  }
  .rt-slide-nav .offscreen-navigation li.menu-item-has-children > a:after {
	content: '\f067';
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	transition: .1s;
	right: 15px;
	font-weight: 700;
	position: absolute;
	font-size: 13px;
  }
  .rt-slide-nav .offscreen-navigation li.menu-item-has-children > a.opened:after {
	  content: '\f068';
  }
  .rt-slide-nav .offscreen-navigation ul li > a:before {
	  position: absolute;
	  content: "";
	  width: 3px;
	  height: 0px;
	  top: 50%;
	  left: 0;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	  margin: 0;
	  background: #6c6c6c;
	  opacity: 0;
	  visibility: hidden;
	  transition: all 0.4s ease;
	  -webkit-transition: all 0.4s ease;
	  -moz-transition: all 0.4s ease;
	  -ms-transition: all 0.4s ease;
  }
  .rt-slide-nav .offscreen-navigation ul li:hover > a:before {
	  background: #fa360a;
	  height: 11px;
	  left: 15px;
	  opacity: 1;
	  visibility: visible;
	  transition: all 0.4s ease;
  }
  .rt-slide-nav .offscreen-navigation ul ul li:hover > a:before {
	  left: 30px;
  }
  .rt-slide-nav .offscreen-navigation ul ul ul li:hover > a:before {
	  left: 45px;
  }
  .rt-slide-nav .offscreen-navigation ul > li:hover a {
	padding-left: 30px !important;
  }
  .rt-slide-nav .offscreen-navigation ul ul > li:hover a {
	padding-left: 45px !important;
  }
  .rt-slide-nav .offscreen-navigation ul ul ul > li:hover a {
	padding-left: 60px !important;
  }
  .mean-bar .header-btn-new.mobile-btn {
	  position: absolute;
	  right: 12%;
	  top: 8px;
  }
  .mean-bar .sidebarBtn{
	  position: absolute;
	  font-size: 20px;
	  right: 15px;
	  cursor: pointer;
	color: #000000;
  }
  body .sidebarBtn {
	  display: block;
	  cursor: pointer;
	  transition: all 0.3s ease-in-out;
  }
  body .sidebarBtn .bar {
	  background: #000000;
	  height: 2px;
	  width: 25px;
	  display: block;
	  margin-bottom: 5px;
	  transition: all 0.3s ease-in-out;
  }
  body .sidebarBtn .bar:nth-child(2), 
  body .sidebarBtn .bar:nth-child(3) {
	  width: 20px;
	  margin-left: 5px;
  }
  body .sidebarBtn .bar:last-child {
	  margin-bottom: 0;
  }
  body.slidemenuon .sidebarBtn .bar:nth-child(2), 
  body.slidemenuon .sidebarBtn .bar:nth-child(3) {
	  opacity: 0;
  }
  body.slidemenuon .sidebarBtn .bar:nth-child(1) {
	  transform: rotate(45deg) translate(7px, 7px);
  }
  body.slidemenuon .sidebarBtn .bar:nth-child(4) {
	  transform: rotate(-45deg) translate(8px, -8px);
  }
  .rt-slide-nav{
	  position: absolute;
	  background: white;
	  width: 100%;
	  left: 0;
	  z-index: 99;
	  display: none;
	  max-height: calc(100vh - 100px);
	  overflow-y: auto;
	  box-shadow: 0px 0px 10px 0px #0000001c;
  }
  .rt-slide-nav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0;
  }
  body.slidemenuon{
	overflow:hidden;
  }
  @media only screen and (min-width: 992px){
	#meanmenu {
	   display: none;
	}
  }
  @media only screen and (max-width: 991px){
	#header-menu,
	.site-header,
	#masthead-container {
	  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-header-menu.mobile-sticky .mobile-mene-bar {
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    left: 0;
    right: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 7px 65px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 7px 65px 0px rgb(0 0 0 / 5%);
    -webkit-transition: background 0.2s ease, padding 0.8s linear;
    -o-transition: background 0.2s ease, padding 0.8s linear;
    transition: background 0.2s ease, padding 0.8s linear;
}


@media(max-width:575px){
     .flatpickr-calendar{
        width: 250px!important;
    }
}

/*=============================
//  pre-loader
===========================*/
.img-pre-loader{
	overflow: visible;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999999;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
}
@media(max-width:991px){
	.img-pre-loader {
		background-size: 15vw;
	}
}
.pre-loader {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*Instagram Feed*/
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before {
    background: rgba(15, 91, 245, 0.6);
    height: 0;
    width: 0;
}
#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 0.3s ease-out;
    z-index: 1;
    opacity: 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;
    height: 100%;
    top: 100%;
}
#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::after {
    opacity: 1;
    transition-delay: 0.1s;
    top: 50%;
}
#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
 
.site-footer.footer-style-2 .footer-box.widget_nav_menu ul.menu li a:hover, 
.site-footer.footer-style-2 .main-footer .rt-contact-wrapper ul li a:hover,
.site-footer.footer-style-2 a:hover {
    color: #ffffff;
}
#sb_instagram {
    margin-left: -10px;
}

@media (max-width: 991px) {
	.wow {
		visibility: visible !important;
		-webkit-animation: none !important;
		animation: none !important;
	}
}

/*Mobile topbar*/
.mobile-top-bar{
	padding: 0 15px;
	border-bottom: 1px solid #e2e2e2;
	text-align: center;
}
.header-style-2 .mobile-top-bar .header-top{
	border-bottom: none;
}
.mobile-top-bar a{
	color: #646464;
}
.mobile-top-bar .header-action-item,
.mobile-top-bar .cart-list-trigger{
	display: inline-block;
}
.mobile-top-bar .cart-area .cart-list-trigger{
	padding: 0;
	margin-right: 20px;
}
.mobile-top-bar .cart-area .cart-wrapper{
	display: none;
}
.mobile-top-bar .cart-area .cart-trigger-icon > span{
	top: -7px;
}

.mobile-top-bar .header-top .header-info{
	font-size: 18px;
	font-weight: 400;
}
.mobile-top-bar .header-top .header-info i{
	margin-right: 8px;
    color: #646464;
    font-size: 20px;
    vertical-align: middle;
    line-height: 1;
    margin-top: -4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.mobile-top-bar .header-button a{
	display: inline-block;
    color: #fff;
    background-image: linear-gradient(to right, #ff5e17, #fa360a);
    font-size: 16px;
    padding: 8px 20px;
    border: none;
    position: relative;
    z-index: 5;
    transition: all 0.3s ease-in-out;
	border-radius: 4px;
}
.mobile-top-bar .header-social{
	list-style: none;
	padding: 0;
	margin: 0;
}
.mobile-top-bar .header-social li a{
	display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #ebebeb;
    color: #646464;
    width: 40px;
    height: 40px;
    font-size: 20px;
    transition: all ease 0.4s;
}
.mobile-top-bar .header-social li a:hover{
	background-color: #fa360a;
	color: #ffffff;
}
.mobile-top-bar .header-social li{
	display: inline-block;
}
.mobile-top-bar .header-top,
.mobile-top-bar .header-social,
.mobile-top-bar .header-button{
	display: inline-block;
	margin:10px 5px;
}
.additional-menu-area .sidenav::-webkit-scrollbar {
    width: 0;
}
.rt-slide-nav::-webkit-scrollbar {
    width: 0;
}
/*---------------------------------------------------------
#. Woocommerce
-----------------------------------------------------------*/
.shop-page-top {
	width: 100%;
	margin-bottom: 40px;
	display: inline-block;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 20px 20px 0;
	transition: all ease 0.31s;
}
.woocommerce .woocommerce-result-count {
	font-size: 18px;
	font-weight: 700;
	font-family: "Spartan", sans-serif;
}
.woocommerce .products ul, 
.woocommerce ul.products {
	margin: 0;
}
.woocommerce .rt-product-block {
	text-align: center;
}
.woocommerce .rt-product-block ins {
	background-color: transparent;
}
.woocommerce .rt-product-block .rt-thumb-wrapper {
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	padding: 30px;
	background-color: #f7f7f7;
	transition: all ease 0.31s;
}
.woocommerce .rt-product-block .rt-thumb img {
	transform: scale(1.01);
	transition: all ease 0.5s;
}
.woocommerce .rt-product-block:hover .rt-thumb img {
	transform: scale3d(1.1,1.1,1);
	opacity: 0.5;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-title .added_to_cart {
	margin-left: 4px;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons > a {
	opacity: 0;
    visibility: hidden;
    margin-right: 5px;
    transform: translateY(30px);
    transition: all ease 0.31s;
}
.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons > a {
    transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons a:nth-child(1n){
    transition-delay: 0s;
}
.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons a:nth-child(2n) {
    transition-delay: 0.2s;
}
.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons a:nth-child(3n) {
    transition-delay: 0.4s;
}
.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons a:nth-child(4n) {
    transition-delay: 0.6s;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons a {
    height: 44px;
    padding: 0 14px;
    border-radius: 4px;
    color: #ffffff;
    background: #000000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons a:hover {
	color: #ffffff;
	background: var(--primary-color);
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons a > span {
	display: none;
}
.woocommerce .rt-product-block .price-title-box {
	margin-top: 22px;
	text-align: left;
}
.woocommerce .rt-product-block .price-title-box .rt-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}
.woocommerce .rt-product-block .price-title-box .rt-title a {
	color: #444444;
}
.woocommerce .rt-product-block .price-title-box .rt-title a:hover {
	color: var(--primary-color);
}
.woocommerce .rt-product-block .price-title-box .rt-price {
	color: #000000;
	font-size: 18px;
	font-weight: 500;
}
.woocommerce .rt-product-block .price-title-box .rt-price del {
	color: #a6a6a6;
	font-size: 16px;
}
.product-not-cart .add_to_cart_button.added {
	display: none;
}
.product-in-cart .added_to_cart.wc-forward {
	display: block;
}
.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
  border-radius: 0;
  min-height: 15px;
  line-height: 30px;
  padding: 0 15px;
}
.woocommerce ul.products li.product a img.ajax-loading {
  margin: 0;
  width: 15px;
  height: auto;
  display: none;
}
.woocommerce ul.products li.product .rdtheme-wishlist-icon {
  display: inline-flex;
  align-items: center;
}
a.rdtheme-wishlist-icon img.ajax-loading {
  display: none;
  width: 20px;
}
a.added_to_cart.wc-forward {
    padding: 0;
    background: transparent;
    color: #666;
}
.roofix-products-page .pagination {
  margin-top: 20px;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 376px) {
	.woocommerce ul.products[class*=columns-] li.product, 
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}
}
/*------------------- Product Details -------------------*/
.woocommerce .product-details-page {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .woocommerce .product-details-page {
    display: block;
  }
}
.woocommerce .product-details-page .rt-left {
  width: 45%;
  float: left;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .woocommerce .product-details-page .rt-left {
    width: 100%;
    padding-right: 0;
  }
}
.woocommerce .product-details-page .single-product-top {
	display: inline-block;
}
.woocommerce .product-details-page .single-product-top.no-search-icon .woocommerce-product-gallery__trigger{
	display: none;
}
.woocommerce .product-details-page .rt-left span.onsale {
  display: none;
}
.woocommerce .product-details-page .rt-right {
  overflow: hidden;
  padding-left: 15px;
  -ms-flex: 1;
  flex: 1;
}
@media(max-width: 991px) {
	.woocommerce .product-details-page .rt-right {
		overflow: inherit;
		padding-left: 0;
	}
}
.woocommerce .product-details-page .rt-right .woocommerce-product-rating {
  margin-bottom: 15px;
}
.woocommerce .product-details-page .rt-right .woocommerce-product-rating .star-rating {
	font-size: 14px;
	margin: 0;
}
.woocommerce .product-details-page .rt-right .woocommerce-product-rating .woocommerce-review-link {
	color: #8d8d8d;
}
.woocommerce .product-details-page .rt-right .entry-title {
  margin-bottom: 7px;
  transition: all ease 0.31s;
}
.woocommerce .product-details-page .rt-right span.price,
.woocommerce .product-details-page .rt-right p.price {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 3px;
  line-height: 1.4;
  font-family: "Spartan", sans-serif;
  transition: all ease 0.31s;
}
.woocommerce .product-details-page .rt-right span.price del,
.woocommerce .product-details-page .rt-right p.price del {
  opacity: 1;
  color: #a6a6a6;
  font-size: 16px;
}
.woocommerce .product-details-page .rt-right form.cart {
  margin-top: 35px;
}
.woocommerce .product-details-page table.group_table td > label > a {
	color: #6c6f72;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Spartan', sans-serif;
}
.woocommerce .product-details-page table.group_table td > label > a:hover {
	color: #fa360a;
}
.woocommerce .product-details-page table.group_table td span.amount {
	color: #000000;
    font-size: 18px;
    font-weight: 700;
    font-family: "Spartan", sans-serif;
}
.woocommerce .product-details-page .rt-right .quantity {
  margin-right: 10px;
}
@media only screen and (max-width: 480px) {
  .woocommerce .product-details-page .rt-right .quantity {
    margin-bottom: 5px !important;
  }
}
.woocommerce .product-details-page .rt-right .quantity input.input-text {
  margin: 0 5px;
}
.woocommerce .product-details-page .rt-right .quantity .quantity-btn {
  line-height: 1;
}
.woocommerce .product-details-page .rt-right .button.alt {
  margin-left: 3px;
}
@media only screen and (max-width: 480px) {
  .woocommerce .product-details-page .rt-right .button.alt {
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.woocommerce .product-details-page .rt-right .variations_form {
  margin-bottom: 20px;
}
.woocommerce .product-details-page .rt-right .variations_form .variations {
  width: 80%;
  margin-top: 0;
  margin-bottom: 5px;
}
.woocommerce .product-details-page .rt-right .variations_form .variations tbody td {
  text-align: left;
}
.woocommerce .product-details-page .rt-right .variations_form .variations tbody td.label {
  width: 80px;
}
.woocommerce .product-details-page .rt-right .variations_form .variations tbody select {
  padding: 5px;
  padding-left: 15px;
}
.woocommerce .product-details-page .rt-right .variations_form .variations tbody select {
  background-position: calc(81%) calc(20px), calc(88%) calc(20px), calc(68%) 8px;
}
.woocommerce .product-details-page .rt-right .variations_form .variations tbody select:focus {
  background-position: calc(87%) 18px, calc(80%) 18px, calc(68%) 8px;
}
.woocommerce .product-details-page .rt-right .variations_form .variations tbody select:-webkit-focusring,
.woocommerce .product-details-page .rt-right .variations_form .variations tbody select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.woocommerce .product-details-page .rt-right .variations_form .single_variation_wrap {
  width: 100%;
  margin-top: 10px;
  display: inline-block;
}
.woocommerce .product-details-page .rt-right .variations_form .single_variation_wrap span.price {
  margin-bottom: 10px;
  display: inline-block;
}
.woocommerce .product-details-page .rt-right .wistlist-compare-box {
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (max-width: 480px) {
  .woocommerce .product-details-page .rt-right .wistlist-compare-box {
    display: block;
  }
}
.woocommerce .product-details-page .rt-right .wistlist-compare-box a {
  color: #646464;
  margin-right: 30px;
}
@media only screen and (max-width: 480px) {
  .woocommerce .product-details-page .rt-right .wistlist-compare-box a {
    width: 100%;
  }
}
.woocommerce .product-details-page .rt-right .wistlist-compare-box a i {
  margin-right: 8px;
}
.woocommerce .product-details-page .rt-right .wistlist-compare-box a:hover {
  color: var(--primary-color);
}
.woocommerce .product-details-page .rt-right .post-share-btn {
  width: 100%;
  margin-bottom: 15px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.woocommerce .product-details-page .rt-right .post-share-btn .item-label {
  font-size: 16px;
  width: 70px;
  float: left;
  padding-top: 5px;
  margin-bottom: 0;
  transition: all ease 0.31s;
}
.woocommerce .product-details-page .rt-right .post-share-btn .post-social-sharing {
  overflow: hidden;
}
.woocommerce .product-details-page .rt-right .post-share-btn .post-social-sharing ul.item-social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce .woocommerce-product-details__short-description {
	margin-top: 18px;
}
.woocommerce .woocommerce-product-details__short-description ul {
	margin: 0;
	padding: 0;
}
.woocommerce .product-details-page .post-social-sharing ul.item-social li {
  float: left;
}
.woocommerce .product-details-page .post-social-sharing ul.item-social li a {
    color: #8d8d8d;
    padding: 5px 7px;
    display: inline-block;
    font-size: 14px;
}
.woocommerce .product-details-page .post-social-sharing ul.item-social li a:hover {
  color: #fa360a;
}
.woocommerce .product-details-page .slick-slider .slick-slide {
  margin-left: 0;
}
.woocommerce .product-details-page .yith-wcwl-wishlistexistsbrowse,
.woocommerce .product-details-page .yith-wcwl-add-button,
.woocommerce .product-details-page a.compare.button {
  display: none;
}
.woocommerce .product-details-page a.compare.added {
  padding-left: 20px;
  position: relative !important;
}
.woocommerce .product-details-page a.compare.added:before {
  top: 0;
  left: 0;
  content: "\f00c";
  position: absolute;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/*single product meta*/
.woocommerce .product-details-page .product_meta > span {
	color: #010101;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 8px;
    display: block;
    line-height: 1.4;
    transition: all ease 0.31s;
}
.woocommerce .product-details-page .product_meta > span a,
.woocommerce .product-details-page .product_meta > span span {
    color: #6c6f72;
    display: inline-block;
    margin-left: 5px;
    font-weight: 400;
}
.woocommerce .product-details-page .product_meta > span a:hover {
	color: #fa360a;
}
.woocommerce div.product div.images .flex-viewport {
  background-color: #f7f7f7;
  text-align: center;
  border-radius: 4px;
  transition: all ease 0.31s;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  background-color: #f7f7f7;
  text-align: center;
  border-radius: 4px;
  transition: all ease 0.31s;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  width: inherit;
  display: inline-block;
  padding: 60px 45px;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 10px;
  transition: all ease 0.31s;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 4px;
    margin-right: 9px;
    width: 23.5%;
    transition: all ease 0.31s;
}
.woocommerce div.product div.images .flex-control-thumbs li:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 7px;
  }
}
@media (max-width: 991px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 13px;
  }
}
@media (max-width: 767px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 7px;
  }
}
@media (max-width: 425px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 6px;
  }
}
@media (max-width: 375px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 5px;
  }
}
.woocommerce li.product .woocommerce-product-rating {
  margin-bottom: 0;
}
.quantity {
  margin: 0 auto;
  max-width: 160px;
  position: relative;
}
.quantity input.input-text,
.quantity .input-group-btn {
  width: 44px;
  height: 48px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.quantity .input-group-btn {
  position: absolute;
}
.quantity .input-group-btn span.quantity-btn i {
  font-size: 12px;
}
.quantity .input-group-btn.minus {
  left: 0;
}
.quantity .input-group-btn.plus {
  right: 0;
}
.quantity input.input-text {
  height: 48px;
  font-weight: 600;
}
.quantity input.input-text:focus {
  outline: none;
}
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
  display: none;
}
.woocommerce .quantity .qty {
  width: 60px;
  text-align: center;
  margin-left: 50px !important;
  margin-right: 50px !important;
}
/*product bottom*/
section.related.products {
  margin-top: 50px;
}
section.related.products h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}
section.related.products ul.products li.product {
	margin-bottom: 0;
}
@media(max-width: 768px) {
	section.related.products ul.products li.product {
		margin-bottom: 45px;
	}
}
/*product button*/
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button,
.woocommerce a.button.alt,
.woocommerce input.button,
.woocommerce a.button,
.cart-btn a.button {
	background: var(--primary-color);
	border-radius: 4px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	padding: 15px 20px 16px 20px;
	transition: all 0.4s ease;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	letter-spacing: 0.16px;
	line-height: 1;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover,
.cart-btn a.button:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.woocommerce #respond input#submit.alt:focus,
.woocommerce #respond input#submit:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce button.button:focus,
.woocommerce a.button.alt:focus,
.woocommerce input.button:focus,
.woocommerce a.button:focus {
  outline: none;
  border-radius: 4px;
}
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled] {
	color: #fff;
    opacity: 1;
    padding: 15px 20px 16px 20px;
}
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover {
	color: #fff;
  	background-color: var(--primary-color);
}
@media only screen and (max-width: 575px) {
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    width: 100%;
    text-align: center;
  }
}
.woocommerce .woocommerce-ordering select {
  padding: 0;
  border: none;
  background-color: transparent;
  width: initial;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.woocommerce .star-rating span::before {
  color: #ffba0a;
}
.woocommerce-tabs .woocommerce-Tabs-panel--description h2{
	display: none;
}
.woocommerce div.product .woocommerce-tabs {
  	margin-top: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
  padding: 0;
  transition: all ease 0.31s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  margin: 0 25px 0 0;
  padding: 0;

}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #85878a;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #000000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 4px;
  width: 0;
  background-color: var(--primary-color);
  transition: all 240ms ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #000000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment_container {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
    padding: 12px 25px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border-radius: 0;
	margin: 0;
	padding: 0;
	border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  	text-transform: capitalize;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-size: 16px;
    color: #000000;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 80px;
	border: none;
	margin-right: 25px;
	padding: 0;
	position: inherit;
}
.woocommerce p.stars a {
  color: #ffba0a;
}
.woocommerce #review_form #respond .comment-form-author label,
.woocommerce #review_form #respond .comment-form-email label {
	margin-right: 10px;
	width: 65px;
}
.woocommerce #review_form #respond .comment-form-author input,
.woocommerce #review_form #respond .comment-form-email input {
  border-color: #e4e1e3;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 8px 20px;
  width: 100%;
}
.woocommerce #review_form #respond p textarea {
  height: 150px;
  padding: 20px;
  border-color: #e4e1e3;
  border-radius: 4px;
}
.woocommerce #review_form #respond p input:focus,
.woocommerce #review_form #respond p textarea:focus {
  outline: none;
}
/*review*/
.woocommerce div.product .woocommerce-tabs .panel h2 {
  	font-size: 22px;
}
.woocommerce-Reviews .comment-reply-title {
	font-size: 18px;
    font-weight: 700;
    color: #000000;
}
.woocommerce-Reviews .comment-form label {
	font-size: 14px;
	color: #000000;
	font-weight: 500;
	display: block;
}

@media (min-width: 850px) {
	.woocommerce-Reviews .comment-form {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	    flex-flow: row wrap;
	    margin-left: -15px;
	    margin-right: -15px;
	}
	.woocommerce-Reviews .comment-form>div,
	.woocommerce-Reviews .comment-form>p {
	    padding: 0 15px;
	    width: 100%;
	}
	.woocommerce-Reviews .comment-form p.comment-form-author, 
	.woocommerce-Reviews .comment-form p.comment-form-email, 
	.woocommerce-Reviews .comment-form p.comment-form-url {
	    -webkit-box-flex: 1;
	    -ms-flex: 1;
	    flex: 1;
	}
}

.woocommerce span.onsale {
  padding: 0;
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  background-color: #000;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 48px;
  width: 110px !important;
  line-height: 40px;
  border-radius: 4px;
}
.cart-collaterals {
  margin-top: 50px;
}
.cart-collaterals h2 {
  font-size: 30px;
}
.woocommerce-cart table.woocommerce-cart-form__contents {
  border-top: 0;
  border-left: 0;
}
.woocommerce-cart table.woocommerce-cart-form__contents tr th {
  color: #000000;
  font-weight: 600;
}
.woocommerce-cart table.woocommerce-cart-form__contents tr td,
.woocommerce-cart table.woocommerce-cart-form__contents tr th {
  border: 0;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top: none;
}
.woocommerce-cart table.woocommerce-cart-form__contents .product-name {
	text-align: left;
}
.woocommerce-cart table.woocommerce-cart-form__contents .product-name a {
  color: #000000;
  font-weight: 400;
}
.woocommerce-cart table.woocommerce-cart-form__contents .product-name a:hover {
  color: #0554f2;
}
.woocommerce-cart table.woocommerce-cart-form__contents .quantity .quantity-btn {
  line-height: 1;
}
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single {
  border: 1px solid #e5e5e5;
}
.woocommerce .woocommerce-checkout .form-row {
  margin: 0 0 20px;
}
.woocommerce .woocommerce-checkout #payment div.place-order {
    padding: 20px 24px;
}
.woocommerce .woocommerce-checkout .form-row label {
  color: #393738;
  font-weight: 500;
}
.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 18px;
}
p.return-to-shop {
  margin-bottom: 70px;
}

.woocommerce form.checkout_coupon {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}
.woocommerce form.checkout_coupon input.input-text {
	padding: 13px 10px;
    border-radius: 4px;
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
	width: 49%;
}
.woocommerce form.checkout_coupon .form-row-first,
.woocommerce form.checkout_coupon .form-row-last {
	padding: 0;
}
.woocommerce-billing-fields span.woocommerce-input-wrapper {
  width: 100%;
  height: 40px;
}
.woocommerce-billing-fields span.woocommerce-input-wrapper:focus {
  outline: none;
}
.woocommerce-billing-fields span.woocommerce-input-wrapper input {
  height: 48px;
  padding: 10px 18px;
  border-radius: 4px;
  transition: all ease 0.31s;
}
.woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-billing-fields .select2-container .select2-selection--single {
    height: 48px;
    border-radius: 4px;
    line-height: 48px;
    padding-left: 9px;
    padding-right: 9px;
    color: #6c6f72;
    transition: all ease 0.31s;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 18px;
	appearance: none;
    background-size: 12px;
    background-image: url(../img/select-arrow.png) !important;
    background-repeat: no-repeat;
    background-position: 95%;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow b{
	display: none;
}
.woocommerce-additional-fields span.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-additional-fields span.woocommerce-input-wrapper textarea {
  padding: 10px;
  border-radius: 4px;
  transition: all ease 0.31s;
}
.wc-order-review-wrapper {
  margin-top: 50px;
}
.woocommerce-order-received .section.content-area {
  padding-top: 110px;
  padding-bottom: 85px;
}
.woocommerce-order-received .section.content-area .woocommerce-order h2 {
  font-size: 30px;
}
.woocommerce .woocommerce-customer-details address {
  padding: 20px 30px;
}

.yith-wcqv-main {
  padding: 30px;
}
.yith-wcqv-main h1.product_title.entry-title {
  font-size: 30px;
  margin-bottom: 7px;
}
.yith-wcqv-main .rt-right .product_meta {
  margin-bottom: 20px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #000;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  font-size: 16px;
}
.woocommerce table.shop_table th {
	color: #000000;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot th {
	color: #000000;
	font-weight: 600;
}
.woocommerce table.shop_table tbody td {
	font-weight: 500;
	padding: 12px 15px;
}

.woocommerce .wishlist-title {
	margin-bottom: 30px;
}
.woocommerce .hidden-title-form {
	display: none;
}
.woocommerce .wishlist-title h2 {
  padding: 0;
  margin-right: 15px;
}
.woocommerce .wishlist-title h2:hover {
  background-color: transparent;
}
.wishlist-title a.show-title-form i {
  display: none;
}
.yith-wcwl-share {
  display: none;
}
.wishlist_table .product-add-to-cart a.button {
  padding: 0;
}
.wishlist_table .product-add-to-cart a.button {
  padding: 10px 30px !important;
}
.wishlist_table td a {
  font-size: 16px;
  margin-right: 10px;
  color: #444444;
}
.wishlist_table td a:hover {
  color: #0554f2;
}
.wishlist_table td.product-name a.button.yith-wcqv-button {
  font-size: 14px;
}
.wishlist_table td.product-price {
  font-size: 18px;
}
.wishlist_table td.product-price del {
  color: #a6a6a6;
  font-size: 14px;
}
.wishlist_table td.product-price ins {
  background-color: transparent;
}
.woocommerce-message {
    border-top-color: #fa360a;
    padding: 20px 30px 20px 50px;
    line-height: 45px;
    border-radius: 0 0 4px 4px;
    transition: all ease 0.31s;
}
.woocommerce-info {
    border-top-color: #fa360a;
    padding: 17px 30px 18px 50px;
    transition: all ease 0.31s;
}
.woocommerce-message::before {
	top: 21px;
}
.woocommerce-message::before, 
.woocommerce-info::before {
    color: #000;
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background: #f8f8f8;
    border-radius: 4px;
}
/*star rating for products*/
.rating-custom .woocommerce-product-rating::after, 
.rating-custom .woocommerce-product-rating::before {
    content: ' ';
    display: table;
}
.rating-custom .star-rating {
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 14px;
    width: 5.4em;
    font-family: star;
}
.rating-custom .star-rating:before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.rating-custom .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.rating-custom .star-rating span:before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
	color: #fcb302;
}
.shop-layout-style1 .rating-custom .woocommerce-product-rating {
  display: inline-block;
}
/*header cart*/
.cart-area .cart-list-trigger {
    position: relative;
    margin-left: 5px;
    margin-right: 10px;
    padding: 30px 0;
    transition: all ease 0.31s;
}
.cart-area .cart-trigger-icon {
    color: #818181;
    font-size: 18px;
    display: inline-block;
    text-align: center;
}
.cart-area .cart-trigger-icon:hover {
	color: var(--primary-color);
}
.cart-area .cart-trigger-icon > span {
    display: inline-block;
    font-size: 12px;
    position: absolute;
    top: 26px;
    right: -13px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--primary-color);
    line-height: 20px;
    color: #fff;
}
.cart-area .cart-wrapper {
    font-size: 14px;
    line-height: 22px;
    background-color: #ffffff;
    border-radius: 0 0 4px 4px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 340px;
    max-height: 70vh;
    overflow-y: auto;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    box-shadow: 0px 0px 90px 0px rgb(0 0 0 / 10%);
    padding: 30px 20px;
    border-radius: 0 0 4px 4px;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    opacity: 0;
    z-index: 100;
    transform: scaleY(0);
    transform-origin: 0 0 0;
}
.cart-area .cart-list-trigger:hover .cart-wrapper {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.cart-area .cart-wrapper ul.minicart>li {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.cart-area .cart-wrapper ul.minicart .cart-btn {
	margin-top: 20px;
}
.cart-area .cart-wrapper ul.minicart>li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.cart-wrapper h5.no-cart-items {
    width: 100%;
    margin-bottom: 0;
}
.cart-single-product {
	width: 100%;
}
.cart-single-product > .media {
	display: flex;
    position: relative;
    align-items: center;
}
.cart-wrapper .remove-item-overlay {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    background-color: #0000008a;
}
.cart-wrapper .remove-item-overlay>img {
    top: 50%;
    width: 25px;
    max-width: 100%;
    position: absolute;
    transform: translateY(-50%);
}
.cart-wrapper .cart-product-img {
    width: 38px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-right: 13px;
}
.cart-area .cart-wrapper ul.minicart>li .media .cart-content ul {
    display: flex;
    padding-left: 0;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    color: #6c6f72;
}
.cart-area .cart-wrapper ul.minicart>li.cart-total {
	color: #6c6f72;
	font-weight: 500;
}
.cart-area .cart-content {
	flex: 1;
}
.cart-area .minicart-title a {
	color: #6c6f72;
	font-size: 15px;
	font-weight: 500;
}
.cart-area .minicart-remove a {
	color: #6c6f72;
}
.cart-area .minicart-title a:hover,
.cart-area .minicart-remove a:hover {
	color: #fa360a;
}
/*end cart*/
.woocommerce ul.product_list_widget li img {
    margin-left: 4px;
    width: 38px;
    background: #fff;
    border-radius: 4px;
}
.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
	margin-bottom: 6px;
}
.woocommerce-MyAccount-navigation ul li a {
	color: #000000;
	font-size: 20px;
    font-weight: 600;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	color: #0554f2;
}
.woocommerce .woocommerce-product-rating {
	line-height: 1;
}
.woocommerce li.product .star-rating {
	display: inline-block;
	margin: 0 0 5px;
	float: none;
}
.woocommerce .loader::before {
	display: none;
}
@media(max-width: 767px) {
	.woocommerce-page .content-area {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
/*related product slider*/
.woo-related-product .swiper-slide li {
	list-style: none;
}
/*quick view*/
#yith-quick-view-content .single-product-top .rt-left {
	float: left;
	width: 40%;
}
#yith-quick-view-content .single-product-top .rt-right {
	float: left;
	width: 60%;
}
#yith-quick-view-content .single-product-top div.images {
    width: 90%;
    text-align: center;
    background: #f7f7f7;
    border-radius: 4px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#yith-quick-view-content .rt-right p.price {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
#yith-quick-view-content .single-product-top .product_meta > span {
    color: #010101;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 8px;
    display: block;
    line-height: 1.4;
}
#yith-quick-view-content .single-product-top .product_meta > span a, 
#yith-quick-view-content .single-product-top .product_meta > span span {
    color: #6c6f72;
    display: inline-block;
    margin-left: 5px;
    font-weight: 400;
}
#yith-quick-view-content .woocommerce-product-details__short-description {
	margin-bottom: 30px;
}
#yith-quick-view-content div.product .product_title {
	margin-bottom: 5px;
}
#yith-quick-view-content div.product .woocommerce-product-rating {
    margin-bottom: 12px;
}
#yith-quick-view-content .star-rating {
	font-size: 14px;
}
#yith-quick-view-close {
    border: none;
    border-radius: 4px;
    background: #fa360a;
    color: #fff;
    width: 26px;
    height: 26px;
    top: 10px;
    right: 10px;
    line-height: 26px;
    z-index: 2;
    opacity: 1;
}
#yith-quick-view-close:hover {
	background: var(--primary-color);
    color: #fff;
}
#yith-quick-view-modal .yith-wcqv-main {
	border-radius: 4px;
	box-shadow: none;
}
#yith-quick-view-modal #yith-quick-view-content {
    overflow-y: scroll;
}
#yith-quick-view-content .single-product-top {
	display: flex;
}
#yith-quick-view-modal #yith-quick-view-content::-webkit-scrollbar,
#yith-quick-view-modal.open .yith-wcqv-main::-webkit-scrollbar {
    width: 0;
}
@media(max-width: 767px) {
	#yith-quick-view-content .single-product-top {
		display: block;
	}
	#yith-quick-view-content .single-product-top .rt-left {
		width: 100%;
		margin-bottom: 30px;
	}
	#yith-quick-view-content .single-product-top div.images,
	#yith-quick-view-content .single-product-top .rt-right {
		width: 100%;
	}
}

.woo-related-product{
	margin-top: 80px;
}

.category-description{
	margin-bottom: 50px;
}


