/*--------------------------------------------------------------
>>> RadiantThemes Custom CSS
>>> THEME CUSTOM CSS || DO NOT CHANGE THIS WITHOUT PROPER KNOWLEDGE
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Sidr
# Nicescroll
# Preloader
# Overlay
# Page Transition Layer
# Scrollup
# GDPR Notice
# Footer
	## Footer Style Default
	## Footer Style Custom
# Mobile Menu
# Search Bar
# Hamburger Menu
# WordPress Fix
# Gallery Columns
# WooCommerce Fix
# YITH Fix
# Website Layout
# Common
# Custom Widgets
	## RadiantThemes Twitter Box
	## RadiantThemes Contact Box
	## RadiantThemes Recent Post With Thumbnail
# Inner Banner
	## Inner Banner Main
	## Inner Banner Breadcrumb
# Pagination / WooCommerce Pagination
# Sidebar
# Blog Page
	## Blog Listing
		### Post (Style Default)
		### Post (Style One)
		### Post (Style Two)
		### Post (Style Three)
		### Post (Style Four)
		### Post (Style Five)
	## Blog Single Page
		### Single Page Style Default
		### Single Page Style One
		### Single Page Style Two
	## Blog No Result Page
# Shop Page
	## Product Listing Page
		### Shop Box (Style One)
		### Shop Box (Style Two)
		### Shop Box (Style Three)
		### Shop Box (Style Four)
		### Shop Box (Style Five)
		### Shop Box (Style Six)
	## Product Single Page
		### Shop Details Box (Style One)
		### Shop Details Box (Style Two)
		### Shop Details Box (Style Three)
		### Shop Attributes
		### Shop Reviews
		### Shop Related
	## Empty Cart Page
	## Login/Register Page
	## My Account Page
	## Cart Page
	## Checkout Page
	## Order Received Page
# Team Page
	## Team Single Page
		### Team Single Page Style One
# Event Page
	## Event Month View Page
	## Event List View Page
	## Event Day View Page
# 404 Error Page
	## 404 Error Style One
	## 404 Error Style Two
	## 404 Error Style Three
	## 404 Error Style Four
# Maintenance Mode Page
	## Maintenance Mode Style One
	## Maintenance Mode Style Two
	## Maintenance Mode Style Three
# Coming Soon Page
	## Coming Soon Style One
	## Coming Soon Style Two
	## Coming Soon Style Three
# Default Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

* {
  /*margin: 0 auto;*/
  text-decoration: none !important;
  outline: none !important;
}

a {
  color: #181b31;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  /*border-radius: 5px;*/
}

iframe {
  max-width: 100%;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol {
  list-style: decimal inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
  visibility: inherit !important;
  color: #101010;
}

strong {
  font-weight: 500;
}

p {
  margin-bottom: 20px;
  padding: 0;
}

blockquote {
  margin: 0;
  padding: 0;
  border: none;
}

label {
  font-weight: 400;
}

del,
del * {
  text-decoration: line-through !important;
}


.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

/*.elementor-widget-heading .elementor-heading-title {
    line-height: auto;
    padding: 0;
    margin: 0;
}*/


/*======================================================================================
CART
======================================================================================*/

.rt-cart-box {
  width: 100%;
  position: relative;
  display: inline-block;
}

.cart-btn {
  position: absolute;
  top: 1em;
  right: 1em;
  color: #101010;
}

.cart-btn:hover {
  cursor: pointer;

}


.cart-btn.fa-2x {
  font-size: 18px;
}

.rt-cart-btn .header-cart-bar {
  display: inline-block;
  height: 100%;
  padding: 0 10px;
  position: relative;
  vertical-align: top;

}


.rt-cart-btn.fa-2x {
  font-size: 18px;
}

#cart-overlay {
  display: none;
}


.cart-block {
  left: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 177%;
  -webkit-transition: opacity .25s ease, visibility .25s ease;
  -o-transition: opacity .25s ease, visibility .25s ease;
  transition: opacity .25s ease, visibility .25s ease;
  visibility: hidden;
  /*background: #3F3A64;
  background: #101010;*/
  background: #f9f9f9;
  width: 310px;

}

.rt-cart-box:hover .cart-block {
  opacity: 1;
  visibility: visible;
}


.rt-cart-box .header-cart-bar-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 23px;
  height: 100%;
  position: relative;
}

.cart-block:before {
  content: '';
  /*display: inline-block;*/
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
}

.cart-center {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  float: left;
  padding: 0;
  color: #101010;
  border: none;
  background: transparent;
}

#cart-box {
  position: relative;
  width: 100%;
  margin: 0;
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
  #cart-box input[type="text"] {
    width: 83%;
  }

  #cart-box input[type="submit"] {
    width: 17%;
  }

}

@media screen and (max-width: 767px) {

  .cart-center {
    width: 100%;
  }

  .cart-btn.fa-2x {
    font-size: 16px;
  }

  .rt-cart-btn.fa-2x {
    font-size: 16px;
  }

  #close-btn.fa-2x {
    font-size: 16px;
  }

  .rt-cart-btn {
    position: absolute;
    top: 10px;
    right: 0;
    color: #FFF;
  }
}

.rt-cart-box .widget_shopping_cart_content {
  padding: 20px;
  overflow: hidden;
}

.rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li {
  padding-bottom: 10px;
}

.rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li:last-child{padding-bottom: 0;}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__empty-message{text-align: center; color: #101010; padding: 0; margin: 0;}

.rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li img {
  width: 72px !important;
  float: left !important;
  margin-right: 10px !important;
  margin-left: 0 !important;
}

.rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li a {
  color: #101010;
  font-weight: 500;
  margin-top: -7px;
  display: block;
}

.rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove {
  float: right;
  width: 30px;
  text-align: right;
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  color: #101010 !important;
  background: transparent;
}

.rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove:hover {
  background: transparent;
}

.rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li span.quantity {
  text-align: left;
  display: block;
  font-size: 14px;
  color: #101010;
}

rt-cart-box .widget_shopping_cart_content ul.woocommerce-mini-cart li span.woocommerce-Price-amount {
  font-size: 14px;
  color: #fff;
  font-size: 18px;
}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons{margin: 0;padding: 0;}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.wc-forward {
  text-align: center;
  display: block;
  width: 100%;
  padding: 9px 30px !important;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 27px !important;
  /*background: #fff !important;*/
  background: #FF583C !important;
  /*color: #3F3A64 !important;*/
  color: #fff !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.wc-forward:hover {
  /*background: #fff !important;*/
  background: #FF583C !important;
  /*color: #3F3A64 !important;*/
  color: #fff !important;
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25) !important;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.checkout {
  display: none;
}


.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__total {
  width: 100%;
  text-align: right;
  padding-bottom: 10px;
  margin: 0;
  overflow: hidden;
  margin-top: 8px;
  color: #101010;
}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
  float: left;
  font-weight: 400;
}

.rt-cart-box .widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount {
  float: right;
}

.blockUI.blockOverlay:hover{display: none !important;}

/*=================== DEFAULT ===================*/


.entry .entry-content p a {
  color: inherit;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  position: relative;
}

.entry .entry-content p a:before {
  content: "";
  width: 0;
  height: 1px;
  bottom: -3px;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.entry .entry-content p a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}


/*--------------------------------------------------------------
# Sidr
--------------------------------------------------------------*/

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidr.right {
  left: auto;
  right: -260px;
}

.sidr.left {
  left: -260px;
  right: auto;
}

.sidr.right .sidr-close {
  margin: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: right;
}

.sidr.left .sidr-close {
  float: left;
  margin-left: 15px;
}

.sidr-close {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 25px;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Nicescroll
--------------------------------------------------------------*/

.nicescroll-rails {
  z-index: 999 !important;
  background: rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.preloader.loaded {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}

/*--------------------------------------------------------------
# lds-circle
--------------------------------------------------------------*/

.lds-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes lds-circle {

  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }

  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }

  100% {
    transform: rotateY(3600deg);
  }
}

/*--------------------------------------------------------------
# lds-default
--------------------------------------------------------------*/

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {

  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

/*--------------------------------------------------------------
# lds-dual-ring
--------------------------------------------------------------*/

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border-width: 6px;
  border-style: solid;
  border-right-color: transparent;
  border-left-color: transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# lds-ellipsis
--------------------------------------------------------------*/

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}
.no-padding {
  padding: 0px;
}

/*--------------------------------------------------------------
# lds-facebook
--------------------------------------------------------------*/

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }

  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}

/*--------------------------------------------------------------
# lds-grid
--------------------------------------------------------------*/

.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}

@keyframes lds-grid {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

/*--------------------------------------------------------------
# lds-heart
--------------------------------------------------------------*/

.lds-heart {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  transform-origin: 40px 40px;
}

.lds-heart div {
  top: 32px;
  left: 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lds-heart div:after,
.lds-heart div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
}

.lds-heart div:before {
  left: -24px;
  border-radius: 50% 0 0 50%;
}

.lds-heart div:after {
  top: -24px;
  border-radius: 50% 50% 0 0;
}

@keyframes lds-heart {
  0% {
    transform: scale(0.95);
  }

  5% {
    transform: scale(1.1);
  }

  39% {
    transform: scale(0.85);
  }

  45% {
    transform: scale(1);
  }

  60% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(0.9);
  }
}

/*--------------------------------------------------------------
# sk-rotating-plane
--------------------------------------------------------------*/

.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border-width: 32px;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  100% {
    transform: rotate(1800deg);
  }
}

/*--------------------------------------------------------------
# lds-ring
--------------------------------------------------------------*/

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# lds-ripple
--------------------------------------------------------------*/

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border-width: 4px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# lds-roller
--------------------------------------------------------------*/

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# lds-spinner
--------------------------------------------------------------*/

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Overlay
--------------------------------------------------------------*/

body > .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  content: " ";
  width: auto;
  height: auto;
  /*background-color: rgba(0, 0, 0, 0.65);*/
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

body.mobile-menu-open > .overlay {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Page Transition Layer
--------------------------------------------------------------*/

body > .page-transition-layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  content: " ";
  width: auto;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

.page-transition-layer.i-am-active,
body.page-transition-active > .page-transition-layer {
  opacity: 1;
  visibility: visible;
}

.page-transition-layer-loader {
  position: relative;
  width: 100%;
  height: 5px;
  overflow: hidden;
  background-color: #f8f8f8;
}

.page-transition-layer-spinner {
  position: absolute;
  top: calc(50% - 33px);
  right: 0;
  left: 0;
  animation: PageTransitionSpinner 1.4s linear infinite;
}

@keyframes PageTransitionSpinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(270deg);
  }
}

.page-transition-layer-spinner .page-transition-layer-spinner-path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: #4285f4;
  animation: PageTransitionSpinnerCircle 1.4s ease-in-out infinite;
}

@keyframes PageTransitionSpinnerCircle {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}

/*--------------------------------------------------------------
# Scrollup
--------------------------------------------------------------*/

body > .scrollup {
  position: fixed;
  bottom: 20px;
  width: 40px;
  height: 40px;
  z-index: 99;
  border-radius: 50%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

body > .scrollup.left {
  left: -50px;
}

body > .scrollup.right {
  right: -50px;
}

body > .scrollup.left.active {
  left: 15px;
}

body > .scrollup.right.active {
  right: 15px;
}

body > .scrollup:hover {
  transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

body > .scrollup span[class*="ti-"] {
  font-size: 20px;
  color: inherit;
  line-height: 40px;
}

/*--------------------------------------------------------------
# GDPR Notice
--------------------------------------------------------------*/

.gdpr-notice {
  position: fixed;
  bottom: 0;
  z-index: 99;
  margin: 0;
  padding: 20px 30px 17px 20px;
  border: none;
  border-radius: 0;
  font-weight: 300;
  color: #fff;
}

.gdpr-notice .close {
  top: -12px;
}

.gdpr-notice > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gdpr-notice p {
  margin: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Default
--------------------------------------------------------------*/


.wraper_header.style-default {
  position: relative;
  z-index: 999;
  width: 100%;
  direction: initial;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  /* nav */
  /* nav level one */
  /* nav level two */
  /* nav level three */
}

.wraper_header.style-default .wraper_header_main {
  width: 100%;
  background-color: #fff;
}

.wraper_header.style-default .wraper_header_main > .container {
  padding-top: 3px;
  padding-bottom: 5px;
}

.wraper_header.style-default .header_main {
  position: relative;
}

.wraper_header.style-default .header_main .brand-logo {
  max-width: 200px;
  /*position: absolute;*/
  left: 0;
  top: 0;
  bottom: 0;
  float: left;
  text-align: left;
  font-size: 0;
  padding: 20px 0;
}

.wraper_header.style-default .header_main .brand-logo > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.wraper_header.style-default .header_main .brand-logo > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.wraper_header.style-default .header_main .brand-logo .site-title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 26px;
  color: #000;
  line-height: 1.1;
}

.wraper_header.style-default .header_main .header-responsive-nav {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wraper_header.style-default .header_main .header-responsive-nav i {
  font-size: 20px;
  color: #FF6064;
  line-height: 1;
  cursor: pointer;
}

.wraper_header.style-default .nav {
  float: right;
  text-align: right;
}

.wraper_header.style-default .nav > [class*="menu-"] {
  display: block;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin-right: 25px;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:only-child {
  margin-right: 0 !important;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > a {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 15px;
  color: #444756;
  letter-spacing: -0.1px;
  line-height: 28px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  content: "\f107";
  font-family: "FontAwesome";
  line-height: 1;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 220px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
  /*left: auto;
	right: 0;*/
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
  padding-top: 7px;
  padding-bottom: 7px;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: 0.6px;
  font-weight: 400;
  font-size: 13px;
  color: #444756;
  line-height: 28px;
  opacity: inherit !important;
  visibility: inherit !important;
  cursor: pointer;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 0;
  height: 2px;
  z-index: 0;
  content: " ";
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
  width: 100%;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
  float: right;
  margin-left: 7px;
  content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 1;
  width: 220px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
  left: 100%;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul li ul {
  left: auto;
  right: 100%;
}

.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-default .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
  top: -8px;
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/

#mobile-menu {
  background-color: #ffffff !important;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.82, 0.55) 0s !important;
}

.mobile-menu-nav {
  text-transform: uppercase;
  line-height: 27px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  font-size: 14px;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

/* TABLET PROTRAIT PART */

/* SMART PHONE LANDSCAPE PART */

/* SMART PHONE PROTRAIT PART */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* TABLET LANDSCAPE PART */
@media screen and (min-width:992px) and (max-width:1024px) {
    .wraper_header.style-default .header_main .brand-logo {
        position: relative;
        left: 0;
        top: 8px;
        bottom: 0;
    }
    .wraper_header.style-default .wraper_header_main {
      overflow-y: scroll;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .wraper_header.style-default .header_main .brand-logo {
        position: relative;
        left: 0;
        top: 8px;
        bottom: 0;
    }
    .wraper_header.style-default .wraper_header_main {
      overflow-y: scroll;
    }
}

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {
    .wraper_header.style-default .header_main .brand-logo {
        position: relative;
        left: 0;
        top: 10px;
        bottom: 0;
    }
    .wraper_header.style-default .wraper_header_main {
      overflow-y: scroll;
    }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {
    .wraper_header.style-default .header_main .brand-logo {
        position: relative;
        left: 0;
        top: 10px;
        bottom: 0;
    }
    .wraper_header.style-default .wraper_header_main {
      overflow-y: scroll;
    }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {
    .wraper_header.style-default .header_main .brand-logo {
        position: relative;
        left: 0;
        top: 10px;
        bottom: 0;
    }
    .wraper_header.style-default .wraper_header_main {
      overflow-y: scroll;
    }
}

/*--------------------------------------------------------------
# Header Style One
--------------------------------------------------------------*/

.wraper_header.style-one {
  z-index: 999;
  width: 100%;
  direction: initial;
  /* wraper_header_main */
  /* wraper_flyout_search */
}

.wraper_header.style-one.static-header {
  position: relative;
}

.wraper_header.style-one.floating-header {
  position: absolute;
}

.wraper_header.style-one .wraper_header_main {
  width: 100%;
  /* RADIANTTHEMES MEGA MENU */
}

.wraper_header.style-one .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.wraper_header.style-one .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
  position: fixed;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-one .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-one .wraper_header_main > .container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.wraper_header.style-one .wraper_header_main .header_main {
  position: relative;
}

.wraper_header.style-one .wraper_header_main .header_main .brand-logo {
  float: left;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-one .wraper_header_main .header_main .brand-logo img {
  max-width: 104px;
}

.wraper_header.style-one .wraper_header_main .header-responsive-nav {
  width: auto;
  float: right;
  margin-top: 7px;
  margin-left: 27px;
  text-align: center;
}

.wraper_header.style-one .wraper_header_main .header-responsive-nav i {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-one .wraper_header_main .header-hamburger-menu {
  width: auto;
  float: right;
  margin-top: 8px;
  margin-left: 27px;
  text-align: center;
}

.wraper_header.style-one .wraper_header_main .header-hamburger-menu i {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-one .wraper_header_main .header_main_action {
  float: right;
  margin-top: 12px;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-one .wraper_header_main .header_main_action ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}

.wraper_header.style-one .wraper_header_main .header_main_action ul > li i {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-one .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon {
  position: relative;
  display: block;
  margin-right: 6px;
}

.wraper_header.style-one .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
  position: absolute;
  top: -8px;
  right: -13px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-one .wraper_header_main .nav {
  float: right;
  margin-top: 7px;
  text-align: right;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] {
  display: block;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin-right: 35px;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:only-child {
  margin-right: 0 !important;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
  position: relative;
  display: block;
  padding-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before {
  position: absolute;
  bottom: 2px;
  right: 0;
  z-index: 0;
  content: " ";
  width: 0;
  height: 2px;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > a:before,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a:before,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a:before,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a:before {
  width: 100%;
  right: auto;
  left: 0;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  content: "\f107";
  font-family: "FontAwesome";
  line-height: 1;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 1;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
  left: auto;
  right: 0;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  padding-left: 32px;
  padding-right: 32px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
  display: inline-block;
  vertical-align: top;
  opacity: inherit !important;
  visibility: inherit !important;
  cursor: pointer;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
  position: relative;
  bottom: -21px;
  content: " ";
  display: block;
  width: 0;
  height: 2px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
  width: 100%;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
  position: absolute;
  right: 30px;
  content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul li ul {
  left: auto;
  right: 100%;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
  top: -8px;
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
  position: static;
}

.wraper_header.style-one .wraper_header_main .rt-mega-menu {
  width: 700px;
  top: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
  width: 100%;
}

.wraper_header.style-one .wraper_header_main .rt-mega-menu > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-one .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
  left: auto;
  right: 0;
}

.wraper_header.style-one .wraper_header_main .rt-mega-menu > ul > .menu-item {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  border-right: 1px rgba(255, 255, 255, 0.1) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-one .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-one .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
  border-right: none;
}

.wraper_header.style-one .wraper_header_main .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-one .wraper_header_main .rt-mega-menu > ul:only-child > .menu-item:only-child {
  border-bottom: none;
}

.wraper_header.style-one .wraper_header_main .rt-megamenu-widget .rt-megamenu-widget-title {
  margin-bottom: 20px;
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0;
}

.wraper_header.style-one .wraper_header_main .rt-megamenu-widget ul.menu > li {
  position: relative;
}

.wraper_header.style-one .wraper_header_main .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-one .wraper_header_main .rt-megamenu-widget ul.menu > li:only-child {
  margin-bottom: 0;
}

.wraper_header.style-one .wraper_header_main .rt-megamenu-widget ul.menu > li > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 13px;
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-one .wraper_header_main .rt-megamenu-widget ul.menu > li > a:before {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 2px;
  z-index: 0;
  content: " ";
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-one .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
  width: 100%;
}

.wraper_header.style-one .wraper_header_main .rt-megamenu-widget ul.menu > li > a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.wraper_header.style-one .wraper_flyout_search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-one body.flyout-searchbar-active .wraper_flyout_search {
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-one .wraper_flyout_search > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.wraper_header.style-one .wraper_flyout_search > .table > .table-cell {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.wraper_header.style-one .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.wraper_header.style-one .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

.wraper_header.style-one .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(2) {
  left: 300px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
}

.wraper_header.style-one .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(3) {
  left: 600px;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.9s ease-in-out 0.6s;
  -webkit-transition: all 0.9s ease-in-out 0.6s;
}

.wraper_header.style-one body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.wraper_header.style-one .flyout-search-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
}

.wraper_header.style-one .flyout-search-close > .flyout-search-close-line {
  width: 100%;
  height: 2px;
  float: left;
  margin-bottom: 5px;
  background-color: #fff;
}

.wraper_header.style-one .flyout-search-close > .flyout-search-close-line:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.wraper_header.style-one .flyout-search-close > .flyout-search-close-line:nth-child(2) {
  margin-top: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.wraper_header.style-one .flyout_search {
  position: relative;
  z-index: 1;
  float: right;
  width: 100%;
  max-width: 500px;
  padding: 100px 40px 100px 40px;
  text-align: right;
}

.wraper_header.style-one .flyout_search > .flyout-search-title {
  margin-bottom: 30px;
}

.wraper_header.style-one .flyout_search > .flyout-search-title > *:last-child {
  margin-bottom: 0 !important;
}

.wraper_header.style-one .flyout_search > .flyout-search-title h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 35px;
  color: #fff;
  line-height: 45px;
  letter-spacing: 50px;
  opacity: 0;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
}

.wraper_header.style-one body.flyout-searchbar-active .flyout_search > .flyout-search-title h4 {
  letter-spacing: 0;
  opacity: 1;
}

.wraper_header.style-one .flyout_search .form-row {
  position: relative;
  padding: 0;
  margin: 0;
}

.wraper_header.style-one .flyout_search .form-row input[type="search"] {
  width: 100%;
  height: 60px;
  padding: 0px 40px 0px 0px;
  background-color: initial;
  border: none;
  border-bottom: 3px #dedede solid;
  box-shadow: initial;
  font-size: 20px;
  color: #fff;
}

.wraper_header.style-one .flyout_search .form-row button[type="submit"] {
  position: absolute;
  top: 17px;
  right: 0;
  z-index: 1;
  width: 40px;
  height: auto;
  background-color: initial;
  border: none;
  cursor: pointer;
}

.wraper_header.style-one .flyout_search .form-row button[type="submit"] i {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}

body.admin-bar .wraper_header.style-one .wraper_header_main {
  top: 0;
}

body.admin-bar .wraper_header.style-one .is-sticky .wraper_header_main {
  top: 32px !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Two
--------------------------------------------------------------*/

.wraper_header.style-two {
  z-index: 999;
  width: 100%;
  direction: initial;
  /* wraper_header_main */
  /* wraper_flyout_search */
}

.wraper_header.style-two.static-header {
  position: relative;
}

.wraper_header.style-two.floating-header {
  position: absolute;
}

.wraper_header.style-two .wraper_header_main {
  width: 100%;
  /* RADIANTTHEMES MEGA MENU */
}

.wraper_header.style-two .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.wraper_header.style-two .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
  position: fixed;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-two .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-two .wraper_header_main > .container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.wraper_header.style-two .wraper_header_main .header_main {
  position: relative;
}

.wraper_header.style-two .wraper_header_main .header_main .brand-logo {
  float: left;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-two .wraper_header_main .header_main .brand-logo img {
  max-width: 104px;
}

.wraper_header.style-two .wraper_header_main .header-responsive-nav {
  width: 30px;
  float: right;
  margin-top: 9px;
  margin-left: 25px;
  text-align: right;
}

.wraper_header.style-two .wraper_header_main .header-responsive-nav > .header-responsive-nav-line {
  width: 100%;
  height: 3px;
  float: left;
  margin-bottom: 7px;
  background-color: #ffffff;
}

.wraper_header.style-two .wraper_header_main .header-responsive-nav > .header-responsive-nav-line:last-child,
.wraper_header.style-two .wraper_header_main .header-responsive-nav > .header-responsive-nav-line:only-child {
  margin-bottom: 0;
}

.wraper_header.style-two .wraper_header_main .header-responsive-nav > .header-responsive-nav-line:nth-child(2) {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .header-responsive-nav > .header-responsive-nav-line:nth-child(3) {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .header-responsive-nav:hover > .header-responsive-nav-line:nth-child(1) {
  width: 100%;
}

.wraper_header.style-two .wraper_header_main .header-responsive-nav:hover > .header-responsive-nav-line:nth-child(2) {
  width: 75%;
}

.wraper_header.style-two .wraper_header_main .header-responsive-nav:hover > .header-responsive-nav-line:nth-child(3) {
  width: 50%;
}

.wraper_header.style-two .wraper_header_main .header-hamburger-menu {
  width: 33px;
  float: right;
  margin-top: 3px;
  text-align: center;
  cursor: pointer;
}

.wraper_header.style-two .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon {
  width: 7px;
  height: 7px;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  background-color: #fff;
}

.wraper_header.style-two .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(2) {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(3) {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(6) {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .header-hamburger-menu:hover > .header-hamburger-menu-icon:nth-child(2),
.wraper_header.style-two .wraper_header_main .header-hamburger-menu:hover > .header-hamburger-menu-icon:nth-child(3),
.wraper_header.style-two .wraper_header_main .header-hamburger-menu:hover > .header-hamburger-menu-icon:nth-child(6) {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

.wraper_header.style-two .wraper_header_main .header_main_action {
  float: right;
  margin-top: 13px;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-two .wraper_header_main .header_main_action ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}

.wraper_header.style-two .wraper_header_main .header_main_action ul > li i {
  font-size: 18px;
  color: #18161b;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon {
  position: relative;
  display: block;
  margin-right: 6px;
}

.wraper_header.style-two .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
  position: absolute;
  top: -8px;
  right: -13px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .nav {
  float: right;
  margin-top: 7px;
  text-align: right;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] {
  display: block;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin-right: 35px;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:only-child {
  margin-right: 0 !important;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
  position: relative;
  display: block;
  padding-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  content: "\f107";
  font-family: "FontAwesome";
  line-height: 1;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 1;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
  left: auto;
  right: 0;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  padding-left: 32px;
  padding-right: 32px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
  display: inline-block;
  vertical-align: top;
  opacity: inherit !important;
  visibility: inherit !important;
  cursor: pointer;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
  position: relative;
  bottom: -21px;
  content: " ";
  display: block;
  width: 0;
  height: 2px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
  width: 100%;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
  float: right;
  margin-left: 7px;
  content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul li ul {
  left: auto;
  right: 100%;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
  top: -8px;
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
  position: static;
}

.wraper_header.style-two .wraper_header_main .rt-mega-menu {
  width: 700px;
  top: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
  width: 100%;
}

.wraper_header.style-two .wraper_header_main .rt-mega-menu > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
  left: auto;
  right: 0;
}

.wraper_header.style-two .wraper_header_main .rt-mega-menu > ul > .menu-item {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  border-right: 1px rgba(255, 255, 255, 0.1) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-two .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-two .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
  border-right: none;
}

.wraper_header.style-two .wraper_header_main .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-two .wraper_header_main .rt-mega-menu > ul:only-child > .menu-item:only-child {
  border-bottom: none;
}

.wraper_header.style-two .wraper_header_main .rt-megamenu-widget .rt-megamenu-widget-title {
  margin-bottom: 20px;
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0;
}

.wraper_header.style-two .wraper_header_main .rt-megamenu-widget ul.menu > li {
  position: relative;
}

.wraper_header.style-two .wraper_header_main .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-two .wraper_header_main .rt-megamenu-widget ul.menu > li:only-child {
  margin-bottom: 0;
}

.wraper_header.style-two .wraper_header_main .rt-megamenu-widget ul.menu > li > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 13px;
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .rt-megamenu-widget ul.menu > li > a:before {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 2px;
  z-index: 0;
  content: " ";
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-two .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
  width: 100%;
}

.wraper_header.style-two .wraper_header_main .rt-megamenu-widget ul.menu > li > a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.wraper_header.style-two .wraper_flyout_search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-two body.flyout-searchbar-active .wraper_flyout_search {
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-two .wraper_flyout_search > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.wraper_header.style-two .wraper_flyout_search > .table > .table-cell {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.wraper_header.style-two .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.wraper_header.style-two .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

.wraper_header.style-two .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(2) {
  left: 300px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
}

.wraper_header.style-two .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(3) {
  left: 600px;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.9s ease-in-out 0.6s;
  -webkit-transition: all 0.9s ease-in-out 0.6s;
}

.wraper_header.style-two body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.wraper_header.style-two .flyout-search-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
}

.wraper_header.style-two .flyout-search-close > .flyout-search-close-line {
  width: 100%;
  height: 2px;
  float: left;
  margin-bottom: 5px;
  background-color: #fff;
}

.wraper_header.style-two .flyout-search-close > .flyout-search-close-line:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.wraper_header.style-two .flyout-search-close > .flyout-search-close-line:nth-child(2) {
  margin-top: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.wraper_header.style-two .flyout_search {
  position: relative;
  z-index: 1;
  float: right;
  width: 100%;
  max-width: 500px;
  padding: 100px 40px 100px 40px;
  text-align: right;
}

.wraper_header.style-two .flyout_search > .flyout-search-title {
  margin-bottom: 30px;
}

.wraper_header.style-two .flyout_search > .flyout-search-title > *:last-child {
  margin-bottom: 0 !important;
}

.wraper_header.style-two .flyout_search > .flyout-search-title h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 35px;
  color: #fff;
  line-height: 45px;
  letter-spacing: 50px;
  opacity: 0;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
}

.wraper_header.style-two body.flyout-searchbar-active .flyout_search > .flyout-search-title h4 {
  letter-spacing: 0;
  opacity: 1;
}

.wraper_header.style-two .flyout_search .form-row {
  position: relative;
  padding: 0;
  margin: 0;
}

.wraper_header.style-two .flyout_search .form-row input[type="search"] {
  width: 100%;
  height: 60px;
  padding: 0px 40px 0px 0px;
  background-color: initial;
  border: none;
  border-bottom: 3px #dedede solid;
  box-shadow: initial;
  font-size: 20px;
  color: #fff;
}

.wraper_header.style-two .flyout_search .form-row button[type="submit"] {
  position: absolute;
  top: 17px;
  right: 0;
  z-index: 1;
  width: 40px;
  height: auto;
  background-color: initial;
  border: none;
  cursor: pointer;
}

.wraper_header.style-two .flyout_search .form-row button[type="submit"] i {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}

body.admin-bar .wraper_header.style-two .wraper_header_main {
  top: 0;
}

body.admin-bar .wraper_header.style-two .is-sticky .wraper_header_main {
  top: 32px !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Three
--------------------------------------------------------------*/

#page {
  word-wrap: break-word;
}

body[data-header-style="header-style-three"] #page,
body[data-header-style="header-style-three"] .wraper_footer {
  margin-left: 270px;
}

body[data-header-style="header-style-three"] #page .container.page-container,
body[data-header-style="header-style-three"] .wraper_footer > .container {
  width: 100%;
}

body[data-header-style="header-style-three"] .vc_row:not(.vc_row-no-padding) {
  padding-left: 15px;
  padding-right: 15px;
}

body[data-header-style="header-style-three"] .vc_row:before {
  display: none !important;
}

body[data-header-style="header-style-three"] .wraper_header.style-three {
  direction: initial;
}

body[data-header-style="header-style-three"] .wraper_header_responsive {
  position: fixed;
  left: 0;
  z-index: 9999999;
}

body[data-header-style="header-style-three"] .wraper_header_responsive > div[class*="responsive-sidemenu-"] {
  padding: 10px;
  text-align: center;
  font-size: 25px;
  line-height: 1;
}

body[data-header-style="header-style-three"] .wraper_header_responsive > div[class*="responsive-sidemenu-"].responsive-sidemenu-open {
  color: #000;
}

body[data-header-style="header-style-three"] .wraper_header_responsive > div[class*="responsive-sidemenu-"].responsive-sidemenu-close {
  color: #fff;
}

body[data-header-style="header-style-three"].sidemenu-open .wraper_header_responsive {
  top: 0;
}

body[data-header-style="header-style-three"] .wraper_header_main {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 270px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 55px 40px 55px 40px;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .brand-logo {
  margin-bottom: 100px;
  text-align: left;
  font-size: 0;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .brand-logo img {
  max-width: 110px;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav {
  margin-bottom: 60px;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > a,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 2px;
  color: inherit;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > a:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a:before {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  content: " ";
  width: 0;
  height: 2px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > a:hover:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-item > a:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-parent > a:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-item > a:before,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.current-menu-parent > a:before {
  right: auto;
  left: 0;
  width: 100%;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul {
  display: none;
  margin-top: 10px;
  margin-bottom: 15px;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
  padding-left: 25px;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  opacity: 0.85;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a {
  padding-left: 35px;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a {
  padding-left: 45px;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
  padding-left: 55px;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .header-copyright {
  margin-bottom: 25px;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .header-copyright > *:last-child {
  margin-bottom: 0 !important;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .header-copyright p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #d0d0d0;
  line-height: 24px;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .header-social ul.social {
  font-size: 0;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .header-social ul.social li {
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
  margin-bottom: 8px;
}

body[data-header-style="header-style-three"] .wraper_header_main .header_main .header-social ul.social li a {
  display: block;
  width: 33px;
  height: 33px;
  background-color: transparent;
  border: 2px rgba(255, 255, 255, 0.3) solid;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

body[data-header-style="header-style-three"] #sidemenu.sidr.left {
  left: -100%;
}

body[data-header-style="header-style-three"] #sidemenu.sidr {
  width: 100%;
}

body:not(.sidemenu-open) .responsive-sidemenu-open,
body.sidemenu-open .responsive-sidemenu-close {
  display: block;
}

body.sidemenu-open .responsive-sidemenu-open,
body:not(.sidemenu-open) .responsive-sidemenu-close {
  display: none;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

@media screen and (min-width: 768px) and (max-width: 991px) {

  body[data-header-style="header-style-three"] #page,
  body[data-header-style="header-style-three"] .wraper_footer {
    margin-left: 0;
  }

  /* wraper_header_main */
  body[data-header-style="header-style-three"] .wraper_header_main {
    position: absolute;
    width: 100%;
    max-width: 280px;
  }

  .inner_banner_main .subtitle {
    padding: 0px !important;
  }

  h1.entry-title {
    font-size: 33px !important;
    line-height: 43px !important;
  }
}

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {

  body[data-header-style="header-style-three"] #page,
  body[data-header-style="header-style-three"] .wraper_footer {
    margin-left: 0;
  }

  /* wraper_header_main */
  body[data-header-style="header-style-three"] .wraper_header_main {
    position: absolute;
    width: 100%;
    max-width: 280px;
  }

  .inner_banner_main .subtitle {
    padding: 0px !important;
  }

  h1.entry-title {
    font-size: 28px !important;
    line-height: 36px !important;
  }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {

  body[data-header-style="header-style-three"] #page,
  body[data-header-style="header-style-three"] .wraper_footer {
    margin-left: 0;
  }

  /* wraper_header_main */
  body[data-header-style="header-style-three"] .wraper_header_main {
    position: absolute;
    width: 100%;
    max-width: 280px;
  }

  .inner_banner_main .subtitle {
    padding: 0px !important;
  }

  h1.entry-title {
    font-size: 28px !important;
    line-height: 36px !important;
  }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {

  body[data-header-style="header-style-three"] #page,
  body[data-header-style="header-style-three"] .wraper_footer {
    margin-left: 0;
  }

  /* wraper_header_main */
  body[data-header-style="header-style-three"] .wraper_header_main {
    position: absolute;
    width: 100%;
    max-width: 280px;
  }

  .inner_banner_main .subtitle {
    padding: 0px !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Four
--------------------------------------------------------------*/

body[data-header-style="header-style-four"] .wraper_header.style-four {
  position: relative;
  z-index: 999;
  direction: initial;
  /* wraper_header_sidebar */
  /* mobile-sidebar-menu-open */
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 80px;
  background-color: #fff;
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar {
  padding: 20px 10px 20px 10px;
  text-align: center;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar > *:last-child {
  margin-bottom: 0 !important;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-brand-icon {
  margin-bottom: 190px;
  text-align: center;
  font-size: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all 0.6s ease-in-out 0.4s;
  -webkit-transition: all 0.6s ease-in-out 0.4s;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-menu-open {
  max-width: 35px;
  margin-bottom: 190px;
  text-align: center;
  cursor: pointer;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all 0.6s ease-in-out 0.6s;
  -webkit-transition: all 0.6s ease-in-out 0.6s;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-menu-open > .header-sidebar-menu-open-line {
  display: block;
  height: 3px;
  margin-left: 0;
  margin-bottom: 8px;
  background-color: #000;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-menu-open > .header-sidebar-menu-open-line:nth-child(1),
body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-menu-open > .header-sidebar-menu-open-line:nth-child(2) {
  width: 100%;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-menu-open > .header-sidebar-menu-open-line:nth-child(3) {
  width: 70%;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-menu-open:hover > .header-sidebar-menu-open-line:nth-child(1) {
  width: 90%;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-menu-open:hover > .header-sidebar-menu-open-line:nth-child(2) {
  width: 50%;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-menu-open:hover > .header-sidebar-menu-open-line:nth-child(3) {
  width: 100%;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-social {
  margin-bottom: 190px;
  text-align: center;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all 0.6s ease-in-out 0.8s;
  -webkit-transition: all 0.6s ease-in-out 0.8s;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-social ul.social {
  display: block;
  font-size: 0;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-social ul.social > li {
  width: 100%;
  margin-bottom: 5px;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-social ul.social > li:last-child,
body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-social ul.social > li:only-child {
  margin-bottom: 0;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-social ul.social > li > a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #000;
  line-height: 1;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .mobile-sidebar-menu-open {
  position: fixed;
  left: 0;
  padding: 12px;
  width: 53px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}

body[data-header-style="header-style-four"] .wraper_header.style-four .mobile-sidebar-menu-open > .mobile-sidebar-menu-open-line {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 8px;
  background-color: #000;
}

body[data-header-style="header-style-four"] .wraper_header.style-four .mobile-sidebar-menu-open > .mobile-sidebar-menu-open-line:last-child,
body[data-header-style="header-style-four"] .wraper_header.style-four .mobile-sidebar-menu-open > .mobile-sidebar-menu-open-line:only-child {
  margin-bottom: 0;
}

body[data-header-style="header-style-four"].sidemenu-open .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-brand-icon,
body[data-header-style="header-style-four"].sidemenu-open .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-menu-open,
body[data-header-style="header-style-four"].sidemenu-open .wraper_header.style-four .wraper_header_sidebar .header_sidebar .header-sidebar-social {
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
}

body[data-header-style="header-style-four"] .sidr {
  width: 100%;
  max-width: 450px;
}

body[data-header-style="header-style-four"] .sidr.left {
  left: -450px;
}

body[data-header-style="header-style-four"] .wraper_header_main {
  position: relative;
  padding: 40px 30px 40px 30px;
}

body[data-header-style="header-style-four"] .wraper_header_main .sidemenu-close {
  position: absolute;
  top: 45px;
  right: 30px;
  z-index: 1;
  text-align: center;
  cursor: pointer;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

body[data-header-style="header-style-four"] .wraper_header_main .sidemenu-close:hover {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

body[data-header-style="header-style-four"] .wraper_header_main .sidemenu-close .sidemenu-close-holder {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
}

body[data-header-style="header-style-four"] .wraper_header_main .sidemenu-close .sidemenu-close-holder > .sidemenu-close-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
}

body[data-header-style="header-style-four"] .wraper_header_main .sidemenu-close .sidemenu-close-holder > .sidemenu-close-line:nth-child(1) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

body[data-header-style="header-style-four"] .wraper_header_main .sidemenu-close .sidemenu-close-holder > .sidemenu-close-line:nth-child(2) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .brand-logo {
  margin-bottom: 60px;
  text-align: left;
  font-size: 0;
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .brand-logo img {
  max-width: 110px;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav {
  margin-bottom: 40px;
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out 0.2s;
  -webkit-transition: all 0.6s ease-in-out 0.2s;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > a,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 5px;
  color: inherit;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > a:before,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a:before {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  content: " ";
  width: 0;
  height: 3px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > a:hover:before,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul {
  display: none;
  margin-top: 10px;
  margin-bottom: 15px;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
  margin-bottom: 0;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
  padding-left: 25px;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  opacity: 0.85;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a {
  padding-left: 35px;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a {
  padding-left: 45px;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
  padding-left: 55px;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .header-search-bar {
  margin-bottom: 50px;
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out 0.4s;
  -webkit-transition: all 0.6s ease-in-out 0.4s;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .header-search-bar .form-row {
  position: relative;
  border-bottom: 1px #6a6a6a solid;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .header-search-bar .form-row:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
  content: " ";
  width: 60px;
  height: 3px;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .header-search-bar .form-row input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0px 50px 0px 0px;
  background-color: transparent;
  border: none;
  color: #fff;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .header-search-bar .form-row button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 50px;
  padding: 0;
  background-color: transparent;
  border: none;
  text-align: right;
  font-size: 20px;
  color: #6a6a6a;
  line-height: 50px;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .header-social {
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out 0.6s;
  -webkit-transition: all 0.6s ease-in-out 0.6s;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .header-social ul.social {
  font-size: 0;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .header-social ul.social li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

body[data-header-style="header-style-four"] .wraper_header_main .header_main .header-social ul.social li a {
  font-size: 18px;
  color: #6a6a6a;
  line-height: 1;
}

body[data-header-style="header-style-four"].sidemenu-open .wraper_header_main .header_main .brand-logo,
body[data-header-style="header-style-four"].sidemenu-open .wraper_header_main .header_main .nav,
body[data-header-style="header-style-four"].sidemenu-open .wraper_header_main .header_main .header-search-bar,
body[data-header-style="header-style-four"].sidemenu-open .wraper_header_main .header_main .header-social {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Five
--------------------------------------------------------------*/

body[data-header-style="header-style-five"] .wraper_header.style-five {
  z-index: 999;
  width: 100%;
  direction: initial;
}

body[data-header-style="header-style-five"] .wraper_header.style-five.static-header {
  position: relative;
}

body[data-header-style="header-style-five"] .wraper_header.style-five.floating-header {
  position: absolute;
}

body[data-header-style="header-style-five"] .wraper_header_main {
  width: 100%;
}

body[data-header-style="header-style-five"] .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

body[data-header-style="header-style-five"] .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
  position: fixed;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

body[data-header-style="header-style-five"] .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

body[data-header-style="header-style-five"] .wraper_header_main > .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

body[data-header-style="header-style-five"] .wraper_header_main .header_main {
  position: relative;
}

body[data-header-style="header-style-five"] .wraper_header_main .header_main .brand-logo {
  float: left;
  text-align: center;
  font-size: 0;
}

body[data-header-style="header-style-five"] .wraper_header_main .header_main .brand-logo img {
  width: 160px;
}

body[data-header-style="header-style-five"] .wraper_header_main .header-flyout-menu {
  width: 36px;
  float: right;
  margin-top: 3px;
  text-align: center;
  cursor: pointer;
}

body[data-header-style="header-style-five"] .wraper_header_main .header-flyout-menu > .header-flyout-menu-icon {
  width: 5px;
  height: 5px;
  float: left;
  margin-left: 4px;
  margin-bottom: 4px;
  background-color: #000;
  border-radius: 50%;
}

body[data-header-style="header-style-five"] .wraper_header_main .header-flyout-menu > .header-flyout-menu-icon:nth-child(5),
body[data-header-style="header-style-five"] .wraper_header_main .header-flyout-menu > .header-flyout-menu-icon:nth-child(8) {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

body[data-header-style="header-style-five"] .wraper_header_main .header-flyout-menu > .header-flyout-menu-icon:nth-child(13),
body[data-header-style="header-style-five"] .wraper_header_main .header-flyout-menu > .header-flyout-menu-icon:nth-child(16) {
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
}

body[data-header-style="header-style-five"] .wraper_header_main .header-flyout-menu:hover > .header-flyout-menu-icon:nth-child(5),
body[data-header-style="header-style-five"] .wraper_header_main .header-flyout-menu:hover > .header-flyout-menu-icon:nth-child(13) {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
}

body[data-header-style="header-style-five"] .wraper_header_main .header-flyout-menu:hover > .header-flyout-menu-icon:nth-child(8),
body[data-header-style="header-style-five"] .wraper_header_main .header-flyout-menu:hover > .header-flyout-menu-icon:nth-child(16) {
  opacity: 0;
  visibility: hidden;
  transform: translateX(15px);
  -webkit-transform: translateX(15px);
}

body[data-header-style="header-style-five"] .wraper_header_main .header_main_action {
  float: right;
  margin-top: 13px;
  margin-right: 30px;
  text-align: center;
  font-size: 0;
}

body[data-header-style="header-style-five"] .wraper_header_main .header_main_action ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 27px;
}

body[data-header-style="header-style-five"] .wraper_header_main .header_main_action ul > li:last-child,
body[data-header-style="header-style-five"] .wraper_header_main .header_main_action ul > li:only-child {
  margin-right: 0;
}

body[data-header-style="header-style-five"] .wraper_header_main .header_main_action ul > li i {
  font-size: 18px;
  color: #000;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

body[data-header-style="header-style-five"] .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon {
  position: relative;
  display: block;
  margin-right: 6px;
}

body[data-header-style="header-style-five"] .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
  position: absolute;
  top: -8px;
  right: -13px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

body[data-header-style="header-style-five"] .is-sticky .wraper_header_main {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

body[data-header-style="header-style-five"] .flyout-menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

body[data-header-style="header-style-five"] .flyout-menu-overlay > .flyout-menu-overlay-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
}

body[data-header-style="header-style-five"] .flyout-menu-overlay > .flyout-menu-overlay-line:nth-child(1) {
  top: 0;
}

body[data-header-style="header-style-five"] .flyout-menu-overlay > .flyout-menu-overlay-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

body[data-header-style="header-style-five"] .flyout-menu-overlay > .flyout-menu-overlay-line:nth-child(3) {
  bottom: 0;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 50px 3px 30px 30px;
  text-align: center;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  z-index: 2;
  text-align: center;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  cursor: pointer;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-close > .flyout-menu-close-line {
  width: 100%;
  height: 2px;
  float: left;
  background-color: #fff;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-close > .flyout-menu-close-line:nth-child(2) {
  margin-top: 13px;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-close > .flyout-menu-close-line:nth-child(2) {
  margin-top: -1px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav {
  margin-bottom: 55px;
  visibility: unset !important;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li:nth-child(1) {
  transition: all 0.4s ease-in-out 0.3s;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li:nth-child(2) {
  transition: all 0.4s ease-in-out 0.5s;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li:nth-child(3) {
  transition: all 0.4s ease-in-out 0.7s;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li:nth-child(4) {
  transition: all 0.4s ease-in-out 0.9s;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li:nth-child(5) {
  transition: all 0.4s ease-in-out 1s;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > a,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: inherit;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul {
  display: none;
  margin-top: 15px;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
  margin-bottom: 15px;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  opacity: 0.85;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a {
  padding-left: 35px;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a {
  padding-left: 45px;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
  padding-left: 55px;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-header-social .title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  letter-spacing: 1px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.4s ease-in-out 1.2s;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-header-social ul.social {
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.4s ease-in-out 1.4s;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-header-social ul.social > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 11px;
  margin-right: 11px;
}

body[data-header-style="header-style-five"] .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-header-social ul.social > li > a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
  line-height: 1;
}

body[data-header-style="header-style-five"].admin-bar .wraper_header.style-one .wraper_header_main {
  top: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

body[data-header-style="header-style-five"].admin-bar .is-sticky .wraper_header.style-one .wraper_header_main {
  top: 32px !important;
}

body[data-header-style="header-style-five"].flyout-menu-active .flyout-menu-overlay {
  opacity: 1;
  visibility: visible;
}

body[data-header-style="header-style-five"].flyout-menu-active .flyout-menu-overlay > .flyout-menu-overlay-line {
  height: 200px;
  opacity: 1;
  visibility: visible;
}

body[data-header-style="header-style-five"].flyout-menu-active .wraper_flyout_menu {
  opacity: 1;
  visibility: visible;
}

body[data-header-style="header-style-five"].flyout-menu-active .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-menu-nav > [class*="menu-"] > ul.menu > li {
  opacity: 0.55;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

body[data-header-style="header-style-five"].flyout-menu-active .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-header-social .title,
body[data-header-style="header-style-five"].flyout-menu-active .wraper_flyout_menu > .table > .table-cell > .flyout-menu > .flyout-header-social ul.social {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Six
--------------------------------------------------------------*/

.wraper_header.style-six {
  position: absolute;
  z-index: 999;
  width: 100%;
  direction: initial;
}

.wraper_header.style-six .wraper_header_main {
  width: 100%;
}

.wraper_header.style-six .wraper_header_main > .container {
  padding-top: 25px;
  padding-bottom: 25px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six .wraper_header_main .header_main {
  position: relative;
}

.wraper_header.style-six .wraper_header_main .header_main .brand-logo,
.wraper_header.style-six .wraper_header_main .header_main .brand-logo-sticky {
  float: left;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-six .wraper_header_main .header_main .brand-logo img,
.wraper_header.style-six .wraper_header_main .header_main .brand-logo-sticky img {
  max-width: 103px;
}

.wraper_header.style-six .wraper_header_main .header_main .brand-logo-sticky {
  display: none;
}

.wraper_header.style-six .wraper_header_main .header-responsive-nav {
  width: 30px;
  float: right;
  margin-top: 7px;
  margin-left: 20px;
  text-align: right;
  font-size: 25px;
}

.wraper_header.style-six .wraper_header_main .header-hamburger-menu {
  width: 40px;
  height: 40px;
  float: right;
  margin-top: 1px;
  margin-left: 27px;
  padding: 9px 0 0 9px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

.wraper_header.style-six .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon {
  width: 5px;
  height: 5px;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-six .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(4),
.wraper_header.style-six .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(7),
.wraper_header.style-six .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(8) {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
}

.wraper_header.style-six .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(4) {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.wraper_header.style-six .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(8) {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.wraper_header.style-six .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(7) {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}

.wraper_header.style-six .wraper_header_main .header-hamburger-menu:hover > .header-hamburger-menu-icon:nth-child(4),
.wraper_header.style-six .wraper_header_main .header-hamburger-menu:hover > .header-hamburger-menu-icon:nth-child(8),
.wraper_header.style-six .wraper_header_main .header-hamburger-menu:hover > .header-hamburger-menu-icon:nth-child(7) {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.wraper_header.style-six .wraper_header_main .header_main_action {
  float: right;
  margin-top: 13px;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-six .wraper_header_main .header_main_action ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}

.wraper_header.style-six .wraper_header_main .header_main_action ul > li i {
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-six .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon {
  position: relative;
  display: block;
  margin-right: 6px;
}

.wraper_header.style-six .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
  position: absolute;
  top: -8px;
  right: -13px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-six .wraper_header_main .nav {
  float: right;
  margin-top: 7px;
  text-align: right;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] {
  display: block;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin-right: 35px;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:only-child {
  margin-right: 0 !important;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
  position: relative;
  display: block;
  padding-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before {
  position: absolute;
  bottom: 2px;
  right: 0;
  z-index: 0;
  content: " ";
  width: 0;
  height: 2px;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > a:before,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a:before,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a:before,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a:before {
  width: 100%;
  right: auto;
  left: 0;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  content: "\f107";
  font-family: "FontAwesome";
  line-height: 1;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 1;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
  left: auto;
  right: 0;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  padding-left: 32px;
  padding-right: 32px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
  display: inline-block;
  vertical-align: top;
  opacity: inherit !important;
  visibility: inherit !important;
  cursor: pointer;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
  position: relative;
  bottom: -21px;
  content: " ";
  display: block;
  width: 0;
  height: 2px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
  width: 100%;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
  float: right;
  margin-left: 7px;
  content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
  position: absolute;
  top: 0;
  left: auto;
  right: 100%;
  z-index: 1;
  width: 240px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
  top: -8px;
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
  position: static;
}

.wraper_header.style-six .wraper_header_main .rt-mega-menu {
  width: 700px;
  top: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
  width: 100%;
}

.wraper_header.style-six .wraper_header_main .rt-mega-menu > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
  left: auto;
  right: 0;
}

.wraper_header.style-six .wraper_header_main .rt-mega-menu > ul > .menu-item {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  border-right: 1px rgba(255, 255, 255, 0.1) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-six .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-six .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
  border-right: none;
}

.wraper_header.style-six .wraper_header_main .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-six .wraper_header_main .rt-mega-menu > ul:only-child > .menu-item:only-child {
  border-bottom: none;
}

.wraper_header.style-six .wraper_header_main .rt-megamenu-widget .rt-megamenu-widget-title {
  margin-bottom: 20px;
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0;
}

.wraper_header.style-six .wraper_header_main .rt-megamenu-widget ul.menu > li {
  position: relative;
}

.wraper_header.style-six .wraper_header_main .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-six .wraper_header_main .rt-megamenu-widget ul.menu > li:only-child {
  margin-bottom: 0;
}

.wraper_header.style-six .wraper_header_main .rt-megamenu-widget ul.menu > li > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 13px;
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six .wraper_header_main .rt-megamenu-widget ul.menu > li > a:before {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 2px;
  z-index: 0;
  content: " ";
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
  width: 100%;
}

.wraper_header.style-six .wraper_header_main .rt-megamenu-widget ul.menu > li > a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
  position: fixed;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky > .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .brand-logo {
  display: none;
}

.wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .brand-logo-sticky {
  display: block;
}

.wraper_header.style-six .is-sticky .wraper_header_main {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-six .is-sticky .wraper_header_main > .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wraper_header.style-six .is-sticky .wraper_header_main .header_main .brand-logo {
  display: none;
}

.wraper_header.style-six .is-sticky .wraper_header_main .header_main .brand-logo-sticky {
  display: block;
}

.wraper_header.style-six .wraper_flyout_search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-six body.flyout-searchbar-active .wraper_flyout_search {
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-six .wraper_flyout_search > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.wraper_header.style-six .wraper_flyout_search > .table > .table-cell {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.wraper_header.style-six .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.wraper_header.style-six .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

.wraper_header.style-six .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(2) {
  left: 300px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
}

.wraper_header.style-six .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(3) {
  left: 600px;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.9s ease-in-out 0.6s;
  -webkit-transition: all 0.9s ease-in-out 0.6s;
}

.wraper_header.style-six body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.wraper_header.style-six .flyout-search-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
}

.wraper_header.style-six .flyout-search-close > .flyout-search-close-line {
  width: 100%;
  height: 2px;
  float: left;
  margin-bottom: 5px;
  background-color: #fff;
}

.wraper_header.style-six .flyout-search-close > .flyout-search-close-line:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.wraper_header.style-six .flyout-search-close > .flyout-search-close-line:nth-child(2) {
  margin-top: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.wraper_header.style-six .flyout_search {
  position: relative;
  z-index: 1;
  float: right;
  width: 100%;
  max-width: 500px;
  padding: 100px 40px 100px 40px;
  text-align: right;
}

.wraper_header.style-six .flyout_search > .flyout-search-title {
  margin-bottom: 30px;
}

.wraper_header.style-six .flyout_search > .flyout-search-title > *:last-child {
  margin-bottom: 0 !important;
}

.wraper_header.style-six .flyout_search > .flyout-search-title h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 35px;
  color: #fff;
  line-height: 45px;
  letter-spacing: 50px;
  opacity: 0;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
}

.wraper_header.style-six body.flyout-searchbar-active .flyout_search > .flyout-search-title h4 {
  letter-spacing: 0;
  opacity: 1;
}

.wraper_header.style-six .flyout_search .form-row {
  position: relative;
  padding: 0;
  margin: 0;
}

.wraper_header.style-six .flyout_search .form-row input[type="search"] {
  width: 100%;
  height: 60px;
  padding: 0px 40px 0px 0px;
  background-color: initial;
  border: none;
  border-bottom: 3px #dedede solid;
  box-shadow: initial;
  font-size: 20px;
  color: #fff;
}

.wraper_header.style-six .flyout_search .form-row button[type="submit"] {
  position: absolute;
  top: 17px;
  right: 0;
  z-index: 1;
  width: 40px;
  height: auto;
  background-color: initial;
  border: none;
  cursor: pointer;
}

.wraper_header.style-six .flyout_search .form-row button[type="submit"] i {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}

/*--------------------------------------------------------------
# Header Style Six B
--------------------------------------------------------------*/

.wraper_header.style-six-b {
  position: absolute;
  z-index: 999;
  width: 100%;
  direction: initial;
}

.wraper_header.style-six-b .wraper_header_main {
  width: 100%;
}

.wraper_header.style-six-b .wraper_header_main > .container {
  padding-top: 25px;
  padding-bottom: 25px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main .header_main {
  position: relative;
}

.wraper_header.style-six-b .wraper_header_main .header_main .brand-logo,
.wraper_header.style-six-b .wraper_header_main .header_main .brand-logo-sticky {
  float: left;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-six-b .wraper_header_main .header_main .brand-logo img,
.wraper_header.style-six-b .wraper_header_main .header_main .brand-logo-sticky img {
  max-width: 103px;
}

.wraper_header.style-six-b .wraper_header_main .header_main .brand-logo-sticky {
  display: none;
}

.wraper_header.style-six-b .wraper_header_main .header-responsive-nav {
  width: 30px;
  float: right;
  margin-top: 7px;
  margin-left: 20px;
  text-align: right;
  font-size: 25px;
}

.wraper_header.style-six-b .wraper_header_main .header-hamburger-menu {
  width: 40px;
  height: 40px;
  float: right;
  margin-top: 1px;
  margin-left: 27px;
  padding: 9px 0 0 9px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

.wraper_header.style-six-b .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon {
  width: 5px;
  height: 5px;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(4),
.wraper_header.style-six-b .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(7),
.wraper_header.style-six-b .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(8) {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
}

.wraper_header.style-six-b .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(4) {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.wraper_header.style-six-b .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(8) {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.wraper_header.style-six-b .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(7) {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}

.wraper_header.style-six-b .wraper_header_main .header-hamburger-menu:hover > .header-hamburger-menu-icon:nth-child(4),
.wraper_header.style-six-b .wraper_header_main .header-hamburger-menu:hover > .header-hamburger-menu-icon:nth-child(8),
.wraper_header.style-six-b .wraper_header_main .header-hamburger-menu:hover > .header-hamburger-menu-icon:nth-child(7) {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.wraper_header.style-six-b .wraper_header_main .header_main_action {
  float: right;
  margin-top: 13px;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-six-b .wraper_header_main .header_main_action ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}

.wraper_header.style-six-b .wraper_header_main .header_main_action ul > li i {
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon {
  position: relative;
  display: block;
  margin-right: 6px;
}

.wraper_header.style-six-b .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
  position: absolute;
  top: -8px;
  right: -13px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main .nav {
  float: right;
  margin-top: 7px;
  text-align: right;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] {
  display: block;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin-right: 35px;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:only-child {
  margin-right: 0 !important;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
  position: relative;
  display: block;
  padding-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before {
  position: absolute;
  bottom: 2px;
  right: 0;
  z-index: 0;
  content: " ";
  width: 0;
  height: 2px;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > a:before,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a:before,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a:before,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a:before {
  width: 100%;
  right: auto;
  left: 0;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  content: "\f107";
  font-family: "FontAwesome";
  line-height: 1;
  display: none;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 1;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
  left: auto;
  right: 0;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  padding-left: 32px;
  padding-right: 32px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
  display: inline-block;
  vertical-align: top;
  opacity: inherit !important;
  visibility: inherit !important;
  cursor: pointer;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
  position: relative;
  bottom: -21px;
  content: " ";
  display: block;
  width: 0;
  height: 2px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
  width: 100%;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
  float: right;
  margin-left: 7px;
  content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
  position: absolute;
  top: 0;
  left: auto;
  right: 100%;
  z-index: 1;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
  top: -8px;
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
  position: static;
}

.wraper_header.style-six-b .wraper_header_main .rt-mega-menu {
  width: 700px;
  top: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
  width: 100%;
}

.wraper_header.style-six-b .wraper_header_main .rt-mega-menu > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
  left: auto;
  right: 0;
}

.wraper_header.style-six-b .wraper_header_main .rt-mega-menu > ul > .menu-item {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  border-right: 1px rgba(255, 255, 255, 0.1) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-six-b .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-six-b .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
  border-right: none;
}

.wraper_header.style-six-b .wraper_header_main .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-six-b .wraper_header_main .rt-mega-menu > ul:only-child > .menu-item:only-child {
  border-bottom: none;
}

.wraper_header.style-six-b .wraper_header_main .rt-megamenu-widget .rt-megamenu-widget-title {
  margin-bottom: 20px;
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0;
}

.wraper_header.style-six-b .wraper_header_main .rt-megamenu-widget ul.menu > li {
  position: relative;
}

.wraper_header.style-six-b .wraper_header_main .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-six-b .wraper_header_main .rt-megamenu-widget ul.menu > li:only-child {
  margin-bottom: 0;
}

.wraper_header.style-six-b .wraper_header_main .rt-megamenu-widget ul.menu > li > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 13px;
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main .rt-megamenu-widget ul.menu > li > a:before {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 2px;
  z-index: 0;
  content: " ";
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
  width: 100%;
}

.wraper_header.style-six-b .wraper_header_main .rt-megamenu-widget ul.menu > li > a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.wraper_header.style-six-b .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.wraper_header.style-six-b .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
  position: fixed;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-six-b .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-six-b .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky > .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wraper_header.style-six-b .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .brand-logo {
  display: none;
}

.wraper_header.style-six-b .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .brand-logo-sticky {
  display: block;
}

.wraper_header.style-six-b .is-sticky .wraper_header_main {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-six-b .is-sticky .wraper_header_main > .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wraper_header.style-six-b .is-sticky .wraper_header_main .header_main .brand-logo {
  display: none;
}

.wraper_header.style-six-b .is-sticky .wraper_header_main .header_main .brand-logo-sticky {
  display: block;
}

.wraper_header.style-six-b .wraper_flyout_search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-six-b body.flyout-searchbar-active .wraper_flyout_search {
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-six-b .wraper_flyout_search > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.wraper_header.style-six-b .wraper_flyout_search > .table > .table-cell {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.wraper_header.style-six-b .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.wraper_header.style-six-b .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

.wraper_header.style-six-b .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(2) {
  left: 300px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
}

.wraper_header.style-six-b .wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(3) {
  left: 600px;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.9s ease-in-out 0.6s;
  -webkit-transition: all 0.9s ease-in-out 0.6s;
}

.wraper_header.style-six-b body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.wraper_header.style-six-b .flyout-search-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
}

.wraper_header.style-six-b .flyout-search-close > .flyout-search-close-line {
  width: 100%;
  height: 2px;
  float: left;
  margin-bottom: 5px;
  background-color: #fff;
}

.wraper_header.style-six-b .flyout-search-close > .flyout-search-close-line:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.wraper_header.style-six-b .flyout-search-close > .flyout-search-close-line:nth-child(2) {
  margin-top: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.wraper_header.style-six-b .flyout_search {
  position: relative;
  z-index: 1;
  float: right;
  width: 100%;
  max-width: 500px;
  padding: 100px 40px 100px 40px;
  text-align: right;
}

.wraper_header.style-six-b .flyout_search > .flyout-search-title {
  margin-bottom: 30px;
}

.wraper_header.style-six-b .flyout_search > .flyout-search-title > *:last-child {
  margin-bottom: 0 !important;
}

.wraper_header.style-six-b .flyout_search > .flyout-search-title h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 35px;
  color: #fff;
  line-height: 45px;
  letter-spacing: 50px;
  opacity: 0;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
}

.wraper_header.style-six-b body.flyout-searchbar-active .flyout_search > .flyout-search-title h4 {
  letter-spacing: 0;
  opacity: 1;
}

.wraper_header.style-six-b .flyout_search .form-row {
  position: relative;
  padding: 0;
  margin: 0;
}

.wraper_header.style-six-b .flyout_search .form-row input[type="search"] {
  width: 100%;
  height: 60px;
  padding: 0px 40px 0px 0px;
  background-color: initial;
  border: none;
  border-bottom: 3px #dedede solid;
  box-shadow: initial;
  font-size: 20px;
  color: #fff;
}

.wraper_header.style-six-b .flyout_search .form-row button[type="submit"] {
  position: absolute;
  top: 17px;
  right: 0;
  z-index: 1;
  width: 40px;
  height: auto;
  background-color: initial;
  border: none;
  cursor: pointer;
}

.wraper_header.style-six-b .flyout_search .form-row button[type="submit"] i {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Seven
--------------------------------------------------------------*/

/* wraper_header */

.wraper_header.style-seven {
  position: absolute;
  z-index: 999;
  width: 100%;
  direction: initial;
}

.wraper_header.style-seven .wraper_header_main {
  width: 100%;
  overflow: hidden;
}

.wraper_header.style-seven .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.wraper_header.style-seven .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
  position: fixed;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-seven .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-seven .wraper_header_main > .container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.wraper_header.style-seven .wraper_header_main .header_main {
  position: relative;
}

.wraper_header.style-seven .wraper_header_main .header_main .brand-logo {
  float: left;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-seven .wraper_header_main .header_main .brand-logo img {
  max-width: 110px;
}

.wraper_header.style-seven .wraper_header_main .header-flexi-menu {
  width: 45px;
  height: 45px;
  float: right;
  margin-top: 0;
  padding: 12px 10px 0 10px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

.wraper_header.style-seven .wraper_header_main .header-flexi-menu > .header-flexi-menu-line {
  height: 2px;
  float: right;
  margin-bottom: 7px;
  background-color: #fff;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}

.wraper_header.style-seven .wraper_header_main .header-flexi-menu > .header-flexi-menu-line:nth-child(1) {
  width: 100%;
  transition-delay: 0s;
}

.wraper_header.style-seven .wraper_header_main .header-flexi-menu > .header-flexi-menu-line:nth-child(2) {
  width: 75%;
  transition-delay: 0.3s;
}

.wraper_header.style-seven .wraper_header_main .header-flexi-menu > .header-flexi-menu-line:nth-child(3) {
  width: 50%;
  transition-delay: 0.6s;
}

.wraper_header.style-seven .wraper_header_main .header-flexi-menu:hover > .header-flexi-menu-line:nth-child(1) {
  width: 50%;
}

.wraper_header.style-seven .wraper_header_main .header-flexi-menu:hover > .header-flexi-menu-line:nth-child(2) {
  width: 100%;
}

.wraper_header.style-seven .is-sticky .wraper_header_main {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition-property: all;
  transition-duration: 0s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .flexi-menu-overlay {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 120%;
  height: 100%;
  transform: translateX(-50%);
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .flexi-menu-close {
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: 2;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .flexi-menu-close > .flexi-menu-close-holder {
  width: 30px;
  height: 30px;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .flexi-menu-close > .flexi-menu-close-holder > .flexi-menu-close-line {
  width: 100%;
  height: 2px;
  float: left;
  background-color: #363f54;
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.7s;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .flexi-menu-close > .flexi-menu-close-holder > .flexi-menu-close-line:nth-child(1) {
  margin-top: 13px;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .flexi-menu-close > .flexi-menu-close-holder > .flexi-menu-close-line:nth-child(2) {
  margin-top: -1px;
  transform: rotate(90deg);
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 50px 100px 50px 130px;
  text-align: center;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav {
  visibility: unset !important;
  text-align: left;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li {
  overflow: hidden;
  padding-left: 30px;
  max-width: 300px;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  content: " ";
  z-index: 0;
  width: 0;
  height: 2px;
  background-color: #363f54;
  transition-property: width;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li:hover:before {
  width: 100%;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > a,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: inherit;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > a {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f7f7f7;
  transform: translateY(100%);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li:nth-child(1) > a {
  transition-delay: 1s;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li:nth-child(2) > a {
  transition-delay: 1.3s;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li:nth-child(3) > a {
  transition-delay: 1.6s;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li:nth-child(4) > a {
  transition-delay: 1.9s;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li:nth-child(5) > a {
  transition-delay: 2.2s;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul {
  display: none;
  margin-top: 15px;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
  margin-bottom: 15px;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  opacity: 0.85;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a {
  padding-left: 35px;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a {
  padding-left: 45px;
}

body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
  padding-left: 55px;
}

body[data-header-style="header-style-seven"].admin-bar .wraper_header.style-seven .wraper_header_main {
  top: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

body[data-header-style="header-style-seven"].admin-bar .is-sticky .wraper_header.style-seven .wraper_header_main,
body[data-header-style="header-style-seven"].admin-bar .wraper_flexi_menu {
  top: 32px !important;
}

body[data-header-style="header-style-seven"].flexi-menu-active .wraper_header_main .header-flexi-menu > .header-flexi-menu-line {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
}

body[data-header-style="header-style-seven"].flexi-menu-active .wraper_flexi_menu > .flexi-menu-overlay > .flexi-menu-overlay-item {
  transform: translateX(0);
}

body[data-header-style="header-style-seven"].flexi-menu-active .wraper_flexi_menu {
  opacity: 1;
  visibility: visible;
}

body[data-header-style="header-style-seven"].flexi-menu-active .wraper_flexi_menu > .flexi-menu-overlay {
  animation: slideBgTop 1s forwards;
}

body[data-header-style="header-style-seven"].flexi-menu-active .wraper_flexi_menu > .flexi-menu-close {
  transform: translateX(0);
}

body[data-header-style="header-style-seven"].flexi-menu-active .wraper_flexi_menu > .flexi-menu-close > .flexi-menu-close-holder {
  transform: rotate(45deg);
}

body[data-header-style="header-style-seven"].flexi-menu-active .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > a {
  transform: translateY(0);
}

@keyframes slideBgTop {
  0% {
    transform: translateY(-100%) translateX(-50%);
    -webkit-animation-timing-function: cubic-bezier(0.815, 0.09, 0.885, 0.14);
  }

  50% {
    transform: translateY(-50%) translateX(-50%) skewY(-20deg);
  }

  100% {
    transform: translateY(0%) translateX(-50%);
    -webkit-animation-timing-function: cubic-bezier(0.815, 0.09, 0.885, 0.14);
  }
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {

  /* wraper_flexi_menu */
  body[data-header-style="header-style-seven"] .wraper_flexi_menu > .flexi-menu-close {
    top: 0;
    left: 0;
  }

  body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell {
    padding: 50px 50px 50px 50px;
  }

  body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li:before {
    display: none;
  }

  body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > a {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
  }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {

  /* wraper_flexi_menu */
  body[data-header-style="header-style-seven"] .wraper_flexi_menu > .flexi-menu-close {
    top: 0;
    left: 0;
  }

  body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell {
    padding: 50px 50px 50px 50px;
  }

  body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li:before {
    display: none;
  }

  body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > a {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
  }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {

  /* wraper_flexi_menu */
  body[data-header-style="header-style-seven"] .wraper_flexi_menu > .flexi-menu-close {
    top: 0;
    left: 0;
  }

  body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell {
    padding: 50px 50px 50px 50px;
  }

  body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li:before {
    display: none;
  }

  body[data-header-style="header-style-seven"] .wraper_flexi_menu > .table > .table-cell > .flexi-menu > .flexi-menu-nav > [class*="menu-"] > ul.menu > li > a {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Eight
--------------------------------------------------------------*/

.wraper_header.style-eight {
  position: absolute;
  z-index: 999;
  width: 100%;
  direction: initial;
}

.wraper_header.style-eight .wraper_header_main {
  width: 100%;
}

.wraper_header.style-eight .wraper_header_main > .container {
  padding-top: 25px;
  padding-bottom: 25px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eight .wraper_header_main .header_main {
  position: relative;
}

.wraper_header.style-eight .wraper_header_main .header_main .brand-logo,
.wraper_header.style-eight .wraper_header_main .header_main .brand-logo-sticky {
  float: left;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-eight .wraper_header_main .header_main .brand-logo img,
.wraper_header.style-eight .wraper_header_main .header_main .brand-logo-sticky img {
  max-width: 103px;
}

.wraper_header.style-eight .wraper_header_main .header_main .brand-logo-sticky {
  display: none;
}

.wraper_header.style-eight .wraper_header_main .header-responsive-nav {
  width: 30px;
  float: right;
  margin-top: 6px;
  margin-left: 12px;
  text-align: right;
  font-size: 25px;
}

.wraper_header.style-eight .wraper_header_main .header_main_calltoaction {
  float: right;
  margin-left: 45px;
  text-align: center;
}

.wraper_header.style-eight .wraper_header_main .header_main_calltoaction .btn {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  padding: 4px 25px 6px 25px;
  background-color: #ff5f63;
  border-width: 2px;
  border-style: solid;
  border-radius: 35px;
}

.wraper_header.style-eight .wraper_header_main .header_main_calltoaction .btn:last-child,
.wraper_header.style-eight .wraper_header_main .header_main_calltoaction .btn:only-child {
  margin-right: 0;
}

.wraper_header.style-eight .wraper_header_main .header_main_calltoaction .btn i {
  margin-left: 6px;
}

.wraper_header.style-eight .wraper_header_main .nav {
  float: right;
  margin-top: 7px;
  text-align: right;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] {
  display: block;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin-right: 30px;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:only-child {
  margin-right: 0 !important;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
  position: relative;
  display: block;
  padding-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  content: "\f107";
  font-family: "FontAwesome";
  line-height: 1;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 1;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
  left: auto;
  right: 0;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  padding-left: 32px;
  padding-right: 32px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
  display: inline-block;
  vertical-align: top;
  opacity: inherit !important;
  visibility: inherit !important;
  cursor: pointer;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
  position: relative;
  bottom: -21px;
  content: " ";
  display: block;
  width: 0;
  height: 2px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
  width: 100%;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
  position: absolute;
  right: 30px;
  content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul {
  left: auto;
  right: 100%;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
  top: -8px;
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
  position: static;
}

.wraper_header.style-eight .wraper_header_main .rt-mega-menu {
  width: 700px;
  top: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
  width: 100%;
}

.wraper_header.style-eight .wraper_header_main .rt-mega-menu > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
  left: auto;
  right: 0;
}

.wraper_header.style-eight .wraper_header_main .rt-mega-menu > ul > .menu-item {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  border-right: 1px rgba(255, 255, 255, 0.1) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-eight .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-eight .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
  border-right: none;
}

.wraper_header.style-eight .wraper_header_main .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-eight .wraper_header_main .rt-mega-menu > ul:only-child > .menu-item:only-child {
  border-bottom: none;
}

.wraper_header.style-eight .wraper_header_main .rt-megamenu-widget .rt-megamenu-widget-title {
  margin-bottom: 20px;
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0;
}

.wraper_header.style-eight .wraper_header_main .rt-megamenu-widget ul.menu > li {
  position: relative;
}

.wraper_header.style-eight .wraper_header_main .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-eight .wraper_header_main .rt-megamenu-widget ul.menu > li:only-child {
  margin-bottom: 0;
}

.wraper_header.style-eight .wraper_header_main .rt-megamenu-widget ul.menu > li > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 13px;
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eight .wraper_header_main .rt-megamenu-widget ul.menu > li > a:before {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 2px;
  z-index: 0;
  content: " ";
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eight .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
  width: 100%;
}

.wraper_header.style-eight .wraper_header_main .rt-megamenu-widget ul.menu > li > a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
  position: fixed;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky > .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .brand-logo {
  display: none;
}

.wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .brand-logo-sticky {
  display: block;
}

.wraper_header.style-eight .is-sticky .wraper_header_main {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-eight .is-sticky .wraper_header_main > .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wraper_header.style-eight .is-sticky .wraper_header_main .header_main .brand-logo {
  display: none;
}

.wraper_header.style-eight .is-sticky .wraper_header_main .header_main .brand-logo-sticky {
  display: block;
}

body.admin-bar .wraper_header.style-nine .wraper_header_main {
  top: 0;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {

  /* wraper_header_main */
  .wraper_header.style-eight .wraper_header_main .header_main_calltoaction {
    margin-left: 0;
  }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {

  /* wraper_header_main */
  .wraper_header.style-eight .wraper_header_main .header_main_calltoaction {
    margin-left: 0;
  }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {

  /* wraper_header_main */
  .wraper_header.style-eight .wraper_header_main .header_main_calltoaction {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Nine
--------------------------------------------------------------*/

.wraper_header.style-nine {
  position: relative;
  z-index: 999;
  width: 100%;
  direction: initial;
  /* wraper_header_main */
}

.wraper_header.style-nine .wraper_header_main {
  width: 100%;
  /* RADIANTTHEMES MEGA MENU */
}

.wraper_header.style-nine .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.wraper_header.style-nine .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
  position: fixed;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-nine .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-nine .wraper_header_main > .container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.wraper_header.style-nine .wraper_header_main .header_main {
  position: relative;
}

.wraper_header.style-nine .wraper_header_main .header_main .brand-logo {
  float: left;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-nine .wraper_header_main .header_main .brand-logo img {
  max-width: 103px;
}

.wraper_header.style-nine .wraper_header_main .header-responsive-nav {
  width: 30px;
  float: right;
  margin-top: 6px;
  margin-left: 12px;
  text-align: right;
  font-size: 25px;
  color: #010101;
}

.wraper_header.style-nine .wraper_header_main .header_main_contact {
  float: left;
  margin-top: 7px;
  margin-left: 35px;
  text-align: left;
}

.wraper_header.style-nine .wraper_header_main .header_main_contact > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
}

.wraper_header.style-nine .wraper_header_main .header_main_contact > li:last-child,
.wraper_header.style-nine .wraper_header_main .header_main_contact > li:only-child {
  margin-right: 0;
}

.wraper_header.style-nine .wraper_header_main .header_main_contact > li span[class*="ti-"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 6px;
}

.wraper_header.style-nine .wraper_header_main .header_main_contact > li a {
  color: inherit;
}

.wraper_header.style-nine .wraper_header_main .nav {
  float: right;
  margin-top: 7px;
  text-align: right;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] {
  display: block;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin-right: 40px;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:only-child {
  margin-right: 0 !important;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
  position: relative;
  display: block;
  padding-left: 15px;
  padding-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before {
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 0;
  content: " ";
  width: 0;
  height: 1px;
  background-color: #24323d;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > a:before,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a:before,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a:before,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a:before {
  width: 40px;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  content: "\f107";
  font-family: "FontAwesome";
  line-height: 1;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 1;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
  left: auto;
  right: 0;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  padding-left: 32px;
  padding-right: 32px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
  display: inline-block;
  vertical-align: top;
  opacity: inherit !important;
  visibility: inherit !important;
  cursor: pointer;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
  position: relative;
  bottom: -21px;
  content: " ";
  display: block;
  width: 0;
  height: 2px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
  width: 100%;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
  position: absolute;
  right: 30px;
  content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul li ul {
  left: auto;
  right: 100%;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
  top: -8px;
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
  position: static;
}

.wraper_header.style-nine .wraper_header_main .rt-mega-menu {
  width: 700px;
  top: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
  width: 100%;
}

.wraper_header.style-nine .wraper_header_main .rt-mega-menu > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-nine .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
  left: auto;
  right: 0;
}

.wraper_header.style-nine .wraper_header_main .rt-mega-menu > ul > .menu-item {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  border-right: 1px rgba(255, 255, 255, 0.1) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-nine .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-nine .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
  border-right: none;
}

.wraper_header.style-nine .wraper_header_main .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-nine .wraper_header_main .rt-mega-menu > ul:only-child > .menu-item:only-child {
  border-bottom: none;
}

.wraper_header.style-nine .wraper_header_main .rt-megamenu-widget .rt-megamenu-widget-title {
  margin-bottom: 20px;
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0;
}

.wraper_header.style-nine .wraper_header_main .rt-megamenu-widget ul.menu > li {
  position: relative;
}

.wraper_header.style-nine .wraper_header_main .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-nine .wraper_header_main .rt-megamenu-widget ul.menu > li:only-child {
  margin-bottom: 0;
}

.wraper_header.style-nine .wraper_header_main .rt-megamenu-widget ul.menu > li > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 13px;
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-nine .wraper_header_main .rt-megamenu-widget ul.menu > li > a:before {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 2px;
  z-index: 0;
  content: " ";
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-nine .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
  width: 100%;
}

.wraper_header.style-nine .wraper_header_main .rt-megamenu-widget ul.menu > li > a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

body.admin-bar .wraper_header.style-one .wraper_header_main {
  top: 0;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {

  /* wraper_header_main */
  .wraper_header.style-nine .wraper_header_main .header_main_calltoaction {
    margin-left: 0;
  }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {

  /* wraper_header_main */
  .wraper_header.style-nine .wraper_header_main .header_main_calltoaction {
    margin-left: 0;
  }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {

  /* wraper_header_main */
  .wraper_header.style-nine .wraper_header_main .header_main_calltoaction {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Ten
--------------------------------------------------------------*/

.wraper_header.style-ten {
  position: relative;
  z-index: 999;
  width: 100%;
  direction: initial;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  /* wraper_header_top */
  /* wraper_header_main */
}

.wraper_header.style-ten .wraper_header_top {
  width: 100%;
}

.wraper_header.style-ten .wraper_header_top > .container {
  padding-top: 9px;
  padding-bottom: 0;
}

.wraper_header.style-ten .wraper_header_top .header_top .header_top_item {
  margin-bottom: 4px;
}

.wraper_header.style-ten .wraper_header_top .header_top .header_top_item ul.header-contact {
  font-size: 0;
}

.wraper_header.style-ten .wraper_header_top .header_top .header_top_item ul.header-contact > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
}

.wraper_header.style-ten .wraper_header_top .header_top .header_top_item ul.header-contact > li:last-child,
.wraper_header.style-ten .wraper_header_top .header_top .header_top_item ul.header-contact > li:only-child {
  margin-right: 0;
}

.wraper_header.style-ten .wraper_header_top .header_top .header_top_item ul.header-contact > li span[class*="ti-"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 8px;
}

.wraper_header.style-ten .wraper_header_top .header_top .header_top_item ul.header-contact > li a {
  color: inherit;
}

.wraper_header.style-ten .wraper_header_top .header_top .header_top_item ul.header-social {
  font-size: 0;
}

.wraper_header.style-ten .wraper_header_top .header_top .header_top_item ul.header-social > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 17px;
}

.wraper_header.style-ten .wraper_header_top .header_top .header_top_item ul.header-social > li:last-child,
.wraper_header.style-ten .wraper_header_top .header_top .header_top_item ul.header-social > li:only-child {
  margin-right: 0;
}

.wraper_header.style-ten .wraper_header_top .header_top .header_top_item ul.header-social > li > a {
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}

.wraper_header.style-ten .wraper_header_main {
  width: 100%;
  /* RADIANTTHEMES MEGA MENU */
  /* STICKY MODE */
}

.wraper_header.style-ten .wraper_header_main > .container {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-ten .wraper_header_main .header_main {
  position: relative;
}

.wraper_header.style-ten .wraper_header_main .header_main .brand-logo {
  float: left;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-ten .wraper_header_main .header_main .brand-logo img {
  max-width: 103px;
}

.wraper_header.style-ten .wraper_header_main .header-responsive-nav {
  width: 30px;
  float: right;
  margin-top: 8px;
  margin-left: 20px;
  text-align: right;
  font-size: 25px;
  color: #333;
}

.wraper_header.style-ten .wraper_header_main .header_main_calltoaction {
  float: right;
  margin-left: 30px;
  text-align: center;
}

.wraper_header.style-ten .wraper_header_main .header_main_calltoaction .btn {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  padding: 7px 25px 7px 25px;
  border: none;
  border-radius: 50px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}

.wraper_header.style-ten .wraper_header_main .header_main_calltoaction .btn:last-child,
.wraper_header.style-ten .wraper_header_main .header_main_calltoaction .btn:only-child {
  margin-right: 0;
}

.wraper_header.style-ten .wraper_header_main .header_main_calltoaction .btn i {
  margin-left: 6px;
}

.wraper_header.style-ten .wraper_header_main .header_main_action {
  float: right;
  margin-top: 13px;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-ten .wraper_header_main .header_main_action ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  cursor: pointer;
}

.wraper_header.style-ten .wraper_header_main .header_main_action ul > li span[class*="ti-"] {
  font-size: 18px;
  line-height: 1;
}

.wraper_header.style-ten .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder {
  position: relative;
  display: block;
}

.wraper_header.style-ten .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box {
  position: absolute;
  top: -13px;
  right: -14px;
  z-index: 1;
  width: 30px;
  padding: 5px 5px 4px 12px;
  background-color: #f9f9f9;
  border: 3px rgba(0, 0, 0, 0.1) solid;
  border-radius: 35px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.wraper_header.style-ten .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row {
  position: relative;
  display: block;
  padding-right: 30px;
}

.wraper_header.style-ten .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row input[type="search"] {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 30px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  font-size: 13px;
  border-radius: 0;
}

.wraper_header.style-ten .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row button[type="submit"] {
  position: absolute;
  top: 0;
  width: 26px;
  height: 30px;
  background-color: transparent;
  border: none;
  font-size: 13px;
  border-radius: 0;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.wraper_header.style-ten .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row button[type="submit"] span[class*="ti-"] {
  color: inherit;
}

.wraper_header.style-ten .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:hover > .header-slideout-searchbar-box,
.wraper_header.style-ten .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:focus > .header-slideout-searchbar-box {
  width: 200px;
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-ten .wraper_header_main .nav {
  float: right;
  margin-top: 9px;
  text-align: right;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] {
  display: block;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin-right: 45px;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:only-child {
  margin-right: 0 !important;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
  position: relative;
  display: block;
  padding-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  content: "\f107";
  font-family: "FontAwesome";
  line-height: 1;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 1;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
  left: auto;
  right: 0;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  padding-left: 32px;
  padding-right: 32px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
  display: inline-block;
  vertical-align: top;
  opacity: inherit !important;
  visibility: inherit !important;
  cursor: pointer;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
  position: relative;
  bottom: -21px;
  content: " ";
  display: block;
  width: 0;
  height: 2px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
  width: 100%;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
  position: absolute;
  right: 30px;
  content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul li ul {
  left: auto;
  right: 100%;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
  top: -8px;
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
  position: static;
}

.wraper_header.style-ten .wraper_header_main .rt-mega-menu {
  width: 700px;
  top: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
  width: 100%;
}

.wraper_header.style-ten .wraper_header_main .rt-mega-menu > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-ten .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
  left: auto;
  right: 0;
}

.wraper_header.style-ten .wraper_header_main .rt-mega-menu > ul > .menu-item {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  border-right: 1px rgba(255, 255, 255, 0.1) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-ten .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-ten .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
  border-right: none;
}

.wraper_header.style-ten .wraper_header_main .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-ten .wraper_header_main .rt-mega-menu > ul:only-child > .menu-item:only-child {
  border-bottom: none;
}

.wraper_header.style-ten .wraper_header_main .rt-megamenu-widget .rt-megamenu-widget-title {
  margin-bottom: 20px;
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0;
}

.wraper_header.style-ten .wraper_header_main .rt-megamenu-widget ul.menu > li {
  position: relative;
}

.wraper_header.style-ten .wraper_header_main .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-ten .wraper_header_main .rt-megamenu-widget ul.menu > li:only-child {
  margin-bottom: 0;
}

.wraper_header.style-ten .wraper_header_main .rt-megamenu-widget ul.menu > li > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 13px;
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-ten .wraper_header_main .rt-megamenu-widget ul.menu > li > a:before {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 2px;
  z-index: 0;
  content: " ";
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-ten .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
  width: 100%;
}

.wraper_header.style-ten .wraper_header_main .rt-megamenu-widget ul.menu > li > a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.wraper_header.style-ten .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.wraper_header.style-ten .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
  position: fixed;
  top: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-ten .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-ten .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky > .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wraper_header.style-ten .is-sticky .wraper_header_main {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-ten .is-sticky .wraper_header_main > .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

@media screen and (min-width: 768px) and (max-width: 991px) {

  /* wraper_header_top */
  .wraper_header.style-ten .wraper_header_top .header_top .header_top_item {
    text-align: center;
  }
}

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {

  /* wraper_header_top */
  .wraper_header.style-ten .wraper_header_top .header_top .header_top_item {
    text-align: center;
  }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {

  /* wraper_header_top */
  .wraper_header.style-ten .wraper_header_top .header_top .header_top_item {
    text-align: center;
  }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {

  /* wraper_header_top */
  .wraper_header.style-ten .wraper_header_top .header_top .header_top_item {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Eleven
--------------------------------------------------------------*/

.wraper_header.style-eleven {
  position: relative;
  z-index: 999;
  width: 100%;
  direction: initial;
}

.wraper_header.style-eleven .wraper_header_top {
  background-color: #eeeeee;
  padding: 10px 0;
  text-align: center;
}

.wraper_header.style-eleven .wraper_header_main {
  padding: 30px 0;
}

.wraper_header.style-eleven .wraper_header_main .header-sign-up-btn a {
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

.wraper_header.style-eleven .wraper_header_main .header-sign-up-btn a span {
  padding-right: 10px;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li {
  display: inline-block;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li.header-slideout-searchbar {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  cursor: pointer;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder {
  position: relative;
  display: block;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li span[class*="ti-"] {
  font-size: 18px;
  color: #000;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box {
  position: absolute;
  top: -10px;
  right: -14px;
  z-index: 1;
  width: 30px;
  padding: 5px 5px 4px 12px;
  background-color: #f9f9f9;
  border: 3px rgba(0, 0, 0, 0.1) solid;
  border-radius: 35px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row {
  position: relative;
  display: block;
  padding-right: 30px;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row input[type="search"] {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 30px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  font-size: 13px;
  border-radius: 0;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row button[type="submit"] {
  position: absolute;
  top: 0;
  width: 26px;
  height: 30px;
  background-color: transparent;
  border: none;
  font-size: 13px;
  border-radius: 0;
  text-align: center;
  font-size: 18px;
  color: #000;
  line-height: 30px;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:hover > .header-slideout-searchbar-box,
.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:focus > .header-slideout-searchbar-box {
  width: 200px;
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li.header-cart-bar {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li.header-cart-bar > .header-cart-bar-icon {
  position: relative;
  display: block;
  margin-right: 6px;
}

.wraper_header.style-eleven .wraper_header_main .header-main-action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
  position: absolute;
  top: -8px;
  right: -13px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #000000;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-eleven .wraper_header_main .header_main .brand-logo {
  float: left;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-eleven .wraper_header_main .header_main .brand-logo img {
  max-width: 135px;
}

.wraper_header.style-eleven .wraper_header_main .header_main .header-responsive-nav {
  width: 30px;
  float: right;
  margin-top: 15px;
  margin-left: 30px;
  text-align: right;
  font-size: 25px;
  color: #333;
  line-height: 1;
  cursor: pointer;
}

.wraper_header.style-eleven .wraper_header_nav {
  width: 100%;
}

.wraper_header.style-eleven .wraper_header_nav.radiantthemes-sticky-style-two.delayed-sticky-mode {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.wraper_header.style-eleven .wraper_header_nav.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
  position: fixed;
  top: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eleven .wraper_header_nav.radiantthemes-sticky-style-two.i-am-delayed-sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-eleven .wraper_header_nav > .container {
  padding-top: 0;
  padding-bottom: 0;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav {
  position: relative;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav {
  float: left;
  text-align: left;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] {
  display: block;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin-right: 10px;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:only-child {
  margin-right: 0 !important;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > a {
  position: relative;
  display: block;
  padding: 11px 25px 13px 25px;
  cursor: pointer;
  transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  content: "\f107";
  font-family: "FontAwesome";
  line-height: 1;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul {
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 1;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
  left: auto;
  right: 0;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  padding-left: 32px;
  padding-right: 32px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
  display: inline-block;
  vertical-align: top;
  opacity: inherit !important;
  visibility: inherit !important;
  cursor: pointer;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
  position: relative;
  bottom: -21px;
  content: " ";
  display: block;
  width: 0;
  height: 2px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
  width: 100%;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
  position: absolute;
  right: 30px;
  content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul li ul {
  left: auto;
  right: 100%;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
  top: -8px;
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
  position: static;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-mega-menu {
  width: 700px;
  top: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
  width: 100%;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-mega-menu > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
  left: auto;
  right: 0;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-mega-menu > ul > .menu-item {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  border-right: 1px rgba(255, 255, 255, 0.1) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-mega-menu > ul > .menu-item:only-child {
  border-right: none;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-mega-menu > ul:only-child > .menu-item:only-child {
  border-bottom: none;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-megamenu-widget .rt-megamenu-widget-title {
  margin-bottom: 20px;
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-megamenu-widget ul.menu > li {
  position: relative;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-megamenu-widget ul.menu > li:only-child {
  margin-bottom: 0;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-megamenu-widget ul.menu > li > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 13px;
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-megamenu-widget ul.menu > li > a:before {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 2px;
  z-index: 0;
  content: " ";
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-megamenu-widget ul.menu > li > a:hover:before {
  width: 100%;
}

.wraper_header.style-eleven .wraper_header_nav .header_nav .rt-megamenu-widget ul.menu > li > a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

body.admin-bar .wraper_header.style-one .wraper_header_main {
  top: 0;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

@media screen and (min-width: 768px) and (max-width: 991px) {

  /* wraper_header_top */
  .wraper_header.style-eleven .wraper_header_top .header_top .header_top_item {
    text-align: center;
  }

  .wraper_header.style-eleven .wraper_header_top .header_top .header_top_item .header-top-note {
    margin-top: 0;
  }

  /* wraper_header_main */
  .wraper_header.style-eleven .wraper_header_main .header_main ul.header-contact {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {

  /* wraper_header_top */
  .wraper_header.style-eleven .wraper_header_top .header_top .header_top_item {
    text-align: center;
  }

  .wraper_header.style-eleven .wraper_header_top .header_top .header_top_item .header-top-note {
    margin-top: 0;
  }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {

  /* wraper_header_top */
  .wraper_header.style-eleven .wraper_header_top .header_top .header_top_item {
    text-align: center;
  }

  .wraper_header.style-eleven .wraper_header_top .header_top .header_top_item .header-top-note {
    margin-top: 0;
  }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {

  /* wraper_header_top */
  .wraper_header.style-eleven .wraper_header_top .header_top .header_top_item {
    text-align: center;
  }

  .wraper_header.style-eleven .wraper_header_top .header_top .header_top_item .header-top-note {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Twelve
--------------------------------------------------------------*/

.wraper_header.style-twelve {
  position: absolute;
  z-index: 999;
  width: 100%;
  direction: initial;
  /* wraper_header_top */
  /* wraper_header_main */
}

.wraper_header.style-twelve .wraper_header_top {
  width: 100%;
}

.wraper_header.style-twelve .wraper_header_top > .container {
  padding-top: 0;
  padding-bottom: 0;
}

.wraper_header.style-twelve .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky > .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact {
  font-size: 0;
}

.wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact > li {
  display: inline-block;
  vertical-align: top;
  padding-top: 8px;
  padding-bottom: 9px;
  margin-right: 15px;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
}

.wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact > li:last-child,
.wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact > li:only-child {
  margin-right: 0;
}

.wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact > li.phone {
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(0, 0, 0, 0.25);
}

.wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact > li span[class*="ti-"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 8px;
}

.wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact > li a {
  color: inherit;
}

.wraper_header.style-twelve .wraper_header_main {
  width: 100%;
  /* RADIANTTHEMES MEGA MENU */
}

.wraper_header.style-twelve .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.wraper_header.style-twelve .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
  position: fixed;
  top: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-twelve .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-twelve .wraper_header_main > .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wraper_header.style-twelve .wraper_header_main .header_main {
  position: relative;
}

.wraper_header.style-twelve .wraper_header_main .header_main .brand-logo {
  float: left;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-twelve .wraper_header_main .header_main .brand-logo img {
  max-width: 103px;
}

.wraper_header.style-twelve .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .brand-logo {
  display: none;
}

.wraper_header.style-twelve .wraper_header_main .header_main .brand-logo-sticky {
  display: none;
}

.wraper_header.style-twelve .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .brand-logo-sticky {
  display: block;
}

.wraper_header.style-twelve .wraper_header_main .header_main .brand-logo,
.wraper_header.style-twelve .wraper_header_main .header_main .brand-logo-sticky {
  float: left;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-twelve .wraper_header_main .header-responsive-nav {
  width: 30px;
  float: right;
  margin-top: 9px;
  text-align: center;
  font-size: 25px;
  color: #fff;
}

.wraper_header.style-twelve .wraper_header_main ul.header-social {
  float: right;
  margin-top: 7px;
  margin-left: 30px;
  font-size: 0;
}

.wraper_header.style-twelve .wraper_header_main ul.header-social > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 17px;
}

.wraper_header.style-twelve .wraper_header_main ul.header-social > li:last-child,
.wraper_header.style-twelve .wraper_header_main ul.header-social > li:only-child {
  margin-right: 0;
}

.wraper_header.style-twelve .wraper_header_main ul.header-social > li > a {
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
}

.wraper_header.style-twelve .wraper_header_main .nav {
  float: right;
  margin-top: 7px;
  text-align: right;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] {
  display: block;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin-right: 45px;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:only-child {
  margin-right: 0 !important;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
  position: relative;
  display: block;
  padding-bottom: 2px;
  cursor: pointer;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  height: 3px;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > a:before,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a:before,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a:before,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  content: "\f107";
  font-family: "FontAwesome";
  line-height: 1;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 1;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
  left: auto;
  right: 0;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  padding-left: 32px;
  padding-right: 32px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
  display: inline-block;
  vertical-align: top;
  opacity: inherit !important;
  visibility: inherit !important;
  cursor: pointer;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
  position: relative;
  bottom: -21px;
  content: " ";
  display: block;
  width: 0;
  height: 2px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
  width: 100%;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
  position: absolute;
  right: 30px;
  content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul li ul {
  left: auto;
  right: 100%;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
  top: -8px;
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
  position: static;
}

.wraper_header.style-twelve .wraper_header_main .rt-mega-menu {
  width: 700px;
  top: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
  width: 100%;
}

.wraper_header.style-twelve .wraper_header_main .rt-mega-menu > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
  left: auto;
  right: 0;
}

.wraper_header.style-twelve .wraper_header_main .rt-mega-menu > ul > .menu-item {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  border-right: 1px rgba(255, 255, 255, 0.1) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-twelve .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-twelve .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
  border-right: none;
}

.wraper_header.style-twelve .wraper_header_main .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-twelve .wraper_header_main .rt-mega-menu > ul:only-child > .menu-item:only-child {
  border-bottom: none;
}

.wraper_header.style-twelve .wraper_header_main .rt-megamenu-widget .rt-megamenu-widget-title {
  margin-bottom: 20px;
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0;
}

.wraper_header.style-twelve .wraper_header_main .rt-megamenu-widget ul.menu > li {
  position: relative;
}

.wraper_header.style-twelve .wraper_header_main .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-twelve .wraper_header_main .rt-megamenu-widget ul.menu > li:only-child {
  margin-bottom: 0;
}

.wraper_header.style-twelve .wraper_header_main .rt-megamenu-widget ul.menu > li > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 13px;
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-twelve .wraper_header_main .rt-megamenu-widget ul.menu > li > a:before {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 2px;
  z-index: 0;
  content: " ";
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-twelve .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
  width: 100%;
}

.wraper_header.style-twelve .wraper_header_main .rt-megamenu-widget ul.menu > li > a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

body.admin-bar .wraper_header.style-one .wraper_header_main {
  top: 0;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

@media screen and (min-width: 768px) and (max-width: 991px) {

  /* wraper_header_main */
  .wraper_header.style-twelve .wraper_header_main ul.header-social {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 25px;
  }
}

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {

  /* wraper_header_main */
  .wraper_header.style-twelve .wraper_header_main ul.header-social {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 25px;
  }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {

  /* wraper_header_main */
  .wraper_header.style-twelve .wraper_header_main ul.header-social {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 25px;
  }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {

  /* wraper_header_main */
  .wraper_header.style-twelve .wraper_header_main ul.header-social {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Thirteen
--------------------------------------------------------------*/

.wraper_header.style-thirteen {
  position: relative;
  z-index: 999;
  width: 100%;
  direction: initial;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  /* wraper_header_top */
  /* wraper_header_main */
}

.wraper_header.style-thirteen .wraper_header_top {
  width: 100%;
}

.wraper_header.style-thirteen .wraper_header_top > .container {
  padding-top: 0;
  padding-bottom: 0;
}

.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item ul.header-contact {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item ul.header-contact > li {
  display: inline-block;
  vertical-align: top;
  padding: 7px 22px 8px 22px;
  border-right: 1px rgba(255, 255, 255, 0.2) solid;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.4px;
}

.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item ul.header-contact > li:first-child {
  padding-left: 0;
}

.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item ul.header-contact > li:last-child {
  padding-right: 0;
  border-right: none;
}

.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item ul.header-contact > li:only-child {
  padding-left: 0;
  padding-right: 0;
  border-right: none;
}

.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item ul.header-contact > li span[class*="ti-"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 8px;
}

.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item ul.header-contact > li a {
  color: inherit;
}

.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item .header-calltoaction {
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
  font-size: 0;
}

.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn {
  display: inline-block;
  vertical-align: top;
  padding: 7px 22px 8px 22px;
  border: none;
  border-right: 1px rgba(255, 255, 255, 0.2) solid;
  border-radius: 0;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.4px;
}

.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn:last-child,
.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn:only-child {
  border-right: none;
}

.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn i {
  margin-left: 6px;
}

.wraper_header.style-thirteen .wraper_header_main {
  width: 100%;
  /* RADIANTTHEMES MEGA MENU */
  /* STICKY MODE */
}

.wraper_header.style-thirteen .wraper_header_main > .container {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-thirteen .wraper_header_main .header_main {
  position: relative;
}

.wraper_header.style-thirteen .wraper_header_main .header_main .brand-logo {
  float: left;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-thirteen .wraper_header_main .header_main .brand-logo img {
  max-width: 103px;
}

.wraper_header.style-thirteen .wraper_header_main .header-responsive-nav {
  width: 30px;
  float: right;
  margin-top: 8px;
  margin-left: 20px;
  text-align: right;
  font-size: 25px;
  color: #333;
}

.wraper_header.style-thirteen .wraper_header_main .header_main_action {
  float: right;
  margin-top: 13px;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-thirteen .wraper_header_main .header_main_action ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 32px;
  cursor: pointer;
}

.wraper_header.style-thirteen .wraper_header_main .header_main_action ul > li span[class*="ti-"] {
  font-size: 18px;
  color: #333;
  line-height: 1;
}

.wraper_header.style-thirteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder {
  position: relative;
  display: block;
}

.wraper_header.style-thirteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box {
  position: absolute;
  top: -13px;
  right: -14px;
  z-index: 1;
  width: 30px;
  padding: 5px 5px 4px 12px;
  background-color: #f9f9f9;
  border: 3px rgba(0, 0, 0, 0.1) solid;
  border-radius: 35px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.wraper_header.style-thirteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row {
  position: relative;
  display: block;
  padding-right: 30px;
}

.wraper_header.style-thirteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row input[type="search"] {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 30px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  font-size: 13px;
  border-radius: 0;
}

.wraper_header.style-thirteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row button[type="submit"] {
  position: absolute;
  top: 0;
  width: 26px;
  height: 30px;
  background-color: transparent;
  border: none;
  font-size: 13px;
  border-radius: 0;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 30px;
}

.wraper_header.style-thirteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row button[type="submit"] span[class*="ti-"] {
  color: inherit;
}

.wraper_header.style-thirteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:hover > .header-slideout-searchbar-box,
.wraper_header.style-thirteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:focus > .header-slideout-searchbar-box {
  width: 200px;
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-thirteen .wraper_header_main .nav {
  float: right;
  margin-top: 9px;
  text-align: right;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] {
  display: block;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin-right: 45px;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:only-child {
  margin-right: 0 !important;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
  position: relative;
  display: block;
  padding-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  content: "\f107";
  font-family: "FontAwesome";
  line-height: 1;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 1;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
  left: auto;
  right: 0;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  padding-left: 32px;
  padding-right: 32px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
  display: inline-block;
  vertical-align: top;
  opacity: inherit !important;
  visibility: inherit !important;
  cursor: pointer;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
  position: relative;
  bottom: -21px;
  content: " ";
  display: block;
  width: 0;
  height: 2px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
  width: 100%;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
  position: absolute;
  right: 30px;
  content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul li ul {
  left: auto;
  right: 100%;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
  top: -8px;
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
  position: static;
}

.wraper_header.style-thirteen .wraper_header_main .rt-mega-menu {
  width: 700px;
  top: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
  width: 100%;
}

.wraper_header.style-thirteen .wraper_header_main .rt-mega-menu > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
  left: auto;
  right: 0;
}

.wraper_header.style-thirteen .wraper_header_main .rt-mega-menu > ul > .menu-item {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  border-right: 1px rgba(255, 255, 255, 0.1) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-thirteen .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-thirteen .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
  border-right: none;
}

.wraper_header.style-thirteen .wraper_header_main .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-thirteen .wraper_header_main .rt-mega-menu > ul:only-child > .menu-item:only-child {
  border-bottom: none;
}

.wraper_header.style-thirteen .wraper_header_main .rt-megamenu-widget .rt-megamenu-widget-title {
  margin-bottom: 20px;
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0;
}

.wraper_header.style-thirteen .wraper_header_main .rt-megamenu-widget ul.menu > li {
  position: relative;
}

.wraper_header.style-thirteen .wraper_header_main .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-thirteen .wraper_header_main .rt-megamenu-widget ul.menu > li:only-child {
  margin-bottom: 0;
}

.wraper_header.style-thirteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 13px;
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-thirteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a:before {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 2px;
  z-index: 0;
  content: " ";
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-thirteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
  width: 100%;
}

.wraper_header.style-thirteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.wraper_header.style-thirteen .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.wraper_header.style-thirteen .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
  position: fixed;
  top: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-thirteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-thirteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky > .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wraper_header.style-thirteen .is-sticky .wraper_header_main {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-thirteen .is-sticky .wraper_header_main > .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */
@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 992px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  /* wraper_header_top */
  .wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item {
    text-align: center;
  }
}

/* TABLET LANDSCAPE PART */

@media screen and (min-width: 768px) and (max-width: 991px) {

  /* wraper_header_top */
  .wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item {
    text-align: center;
  }
}

/* TABLET PROTRAIT PART */

/* SMART PHONE LANDSCAPE PART */

/* SMART PHONE PROTRAIT PART */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Fourteen
--------------------------------------------------------------*/

/* wraper_header */

.wraper_header.style-fourteen {
  position: absolute;
  z-index: 999;
  width: 100%;
  direction: initial;
  /* wraper_header_main */
}

.wraper_header.style-fourteen .wraper_header_main {
  width: 100%;
  overflow: hidden;
  /* STICKY MODE */
}

.wraper_header.style-fourteen .wraper_header_main > .container {
  padding-top: 25px;
  padding-bottom: 5px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-fourteen .wraper_header_main .header_main {
  position: relative;
}

.wraper_header.style-fourteen .wraper_header_main .header_main .header_main_item {
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-fourteen .wraper_header_main .header_main .brand-logo,
.wraper_header.style-fourteen .wraper_header_main .header_main .brand-logo-sticky {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-fourteen .wraper_header_main .header_main .brand-logo img,
.wraper_header.style-fourteen .wraper_header_main .header_main .brand-logo-sticky img {
  width: 110px;
}

.wraper_header.style-fourteen .wraper_header_main .header_main .brand-logo-sticky {
  display: none;
}

.wraper_header.style-fourteen .wraper_header_main .header_main .header-slideout-menu {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  text-align: center;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}

.wraper_header.style-fourteen .wraper_header_main .header_main ul.header-social {
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
  font-size: 0;
}

.wraper_header.style-fourteen .wraper_header_main .header_main ul.header-social > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 17px;
}

.wraper_header.style-fourteen .wraper_header_main .header_main ul.header-social > li:last-child,
.wraper_header.style-fourteen .wraper_header_main .header_main ul.header-social > li:only-child {
  margin-right: 0;
}

.wraper_header.style-fourteen .wraper_header_main .header_main ul.header-social > li > a {
  text-align: center;
  font-size: 17px;
  line-height: 28px;
}

.wraper_header.style-fourteen .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.wraper_header.style-fourteen .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
  position: fixed;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-fourteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-fourteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky > .container {
  padding-top: 10px;
  padding-bottom: 0px;
}

.wraper_header.style-fourteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main {
  position: relative;
}

.wraper_header.style-fourteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .header_main_item {
  margin-bottom: 10px;
}

.wraper_header.style-fourteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .brand-logo {
  display: none;
}

.wraper_header.style-fourteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .brand-logo-sticky {
  display: block;
}

.wraper_header.style-fourteen .is-sticky .wraper_header_main {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-fourteen .is-sticky .wraper_header_main > .container {
  padding-top: 10px;
  padding-bottom: 0px;
}

.wraper_header.style-fourteen .is-sticky .wraper_header_main .header_main {
  position: relative;
}

.wraper_header.style-fourteen .is-sticky .wraper_header_main .header_main .header_main_item {
  margin-bottom: 10px;
}

.wraper_header.style-fourteen .is-sticky .wraper_header_main .header_main .brand-logo {
  display: none;
}

.wraper_header.style-fourteen .is-sticky .wraper_header_main .header_main .brand-logo-sticky {
  display: block;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  max-width: 300px;
  overflow: auto;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 25px;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 25px;
  color: #fff;
  line-height: 1;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu {
  width: 100%;
  /* NAV */
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav {
  visibility: unset !important;
  text-align: left;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li {
  padding-left: 30px;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  content: " ";
  z-index: 0;
  width: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.15);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li:hover:before {
  width: 100%;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > a,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: inherit;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > a {
  padding-left: 30px;
  padding-right: 30px;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul {
  display: none;
  margin-top: 15px;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
  margin-bottom: 15px;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  opacity: 0.85;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a {
  padding-left: 35px;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a {
  padding-left: 45px;
}

body[data-header-style="header-style-fourteen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
  padding-left: 55px;
}

body[data-header-style="header-style-fourteen"].slideout-menu-active .wraper_slideout_menu {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {

  /* wraper_header_main */
  .wraper_header.style-fourteen .wraper_header_main .header_main .brand-logo {
    width: 100%;
    text-align: right;
  }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {

  /* wraper_header_main */
  .wraper_header.style-fourteen .wraper_header_main .header_main .brand-logo {
    width: 100%;
    text-align: right;
  }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {

  /* wraper_header_main */
  .wraper_header.style-fourteen .wraper_header_main .header_main .brand-logo {
    width: 100%;
    text-align: right;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Fifteen
--------------------------------------------------------------*/

.wraper_header.style-fifteen {
  position: relative;
  z-index: 999;
  width: 100%;
  direction: initial;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  /* wraper_header_top */
  /* wraper_header_main */
}

.wraper_header.style-fifteen .wraper_header_top {
  width: 100%;
}

.wraper_header.style-fifteen .wraper_header_top > .container {
  padding-top: 0;
  padding-bottom: 0;
}

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item ul.header-contact {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item ul.header-contact > li {
  display: inline-block;
  vertical-align: top;
  padding: 7px 22px 8px 22px;
  border-right: 1px rgba(255, 255, 255, 0.12) solid;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  line-height: 28px;
  letter-spacing: -0.2px;
}

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item ul.header-contact > li:first-child {
  padding-left: 0;
}

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item ul.header-contact > li:last-child {
  padding-right: 0;
  border-right: none;
}

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item ul.header-contact > li:only-child {
  padding-left: 0;
  padding-right: 0;
  border-right: none;
}

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item ul.header-contact > li span[class*="ti-"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 8px;
}

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item ul.header-contact > li a {
  color: inherit;
}

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item .header-calltoaction {
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
  font-size: 0;
}

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn {
  display: inline-block;
  vertical-align: top;
  padding: 7px 22px 8px 22px;
  border: none;
  border-right: 1px rgba(255, 255, 255, 0.12) solid;
  border-radius: 0;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  line-height: 28px;
  letter-spacing: -0.2px;
}

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn:last-child,
.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn:only-child {
  border-right: none;
}

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn i {
  margin-left: 6px;
}

.wraper_header.style-fifteen .wraper_header_main {
  width: 100%;
  /* RADIANTTHEMES MEGA MENU */
}

.wraper_header.style-fifteen .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.wraper_header.style-fifteen .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
  position: fixed;
  top: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-fifteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-fifteen .wraper_header_main > .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wraper_header.style-fifteen .wraper_header_main .header_main {
  position: relative;
}

.wraper_header.style-fifteen .wraper_header_main .header_main .brand-logo {
  float: left;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-fifteen .wraper_header_main .header_main .brand-logo img {
  max-width: 103px;
}

.wraper_header.style-fifteen .wraper_header_main .header-responsive-nav {
  width: 30px;
  float: right;
  margin-top: 8px;
  margin-left: 20px;
  text-align: right;
  font-size: 25px;
  color: #fff;
}

.wraper_header.style-fifteen .wraper_header_main .header_main_action {
  float: right;
  margin-top: 13px;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-fifteen .wraper_header_main .header_main_action ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 32px;
  cursor: pointer;
}

.wraper_header.style-fifteen .wraper_header_main .header_main_action ul > li span[class*="ti-"] {
  font-size: 18px;
  color: #fff;
  line-height: 1;
}

.wraper_header.style-fifteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder {
  position: relative;
  display: block;
}

.wraper_header.style-fifteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box {
  position: absolute;
  top: 30px;
  right: -14px;
  z-index: 1;
  width: 30px;
  padding: 5px 5px 4px 12px;
  background-color: #f9f9f9;
  border: 3px rgba(0, 0, 0, 0.1) solid;
  border-radius: 35px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.wraper_header.style-fifteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row {
  position: relative;
  display: block;
  padding-right: 30px;
}

.wraper_header.style-fifteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row input[type="search"] {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 30px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  font-size: 13px;
  border-radius: 0;
}

.wraper_header.style-fifteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row button[type="submit"] {
  position: absolute;
  top: 0;
  width: 26px;
  height: 30px;
  background-color: transparent;
  border: none;
  display: none;
  border-radius: 0;
  text-align: center;
  font-size: 18px;
  color: #000;
  line-height: 30px;
}

.wraper_header.style-fifteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row button[type="submit"] span[class*="ti-"] {
  color: inherit;
}

.wraper_header.style-fifteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:hover > .header-slideout-searchbar-box,
.wraper_header.style-fifteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:focus > .header-slideout-searchbar-box {
  width: 200px;
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-fifteen .wraper_header_main .nav {
  float: right;
  margin-top: 8px;
  text-align: right;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] {
  display: block;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin-right: 45px;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:only-child {
  margin-right: 0 !important;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
  position: relative;
  display: block;
  padding-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  content: "\f107";
  font-family: "FontAwesome";
  line-height: 1;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 1;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
  left: auto;
  right: 0;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  padding-left: 32px;
  padding-right: 32px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
  display: inline-block;
  vertical-align: top;
  opacity: inherit !important;
  visibility: inherit !important;
  cursor: pointer;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
  position: relative;
  bottom: -21px;
  content: " ";
  display: block;
  width: 0;
  height: 2px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
  width: 100%;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
  position: absolute;
  right: 30px;
  content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  width: 240px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul li ul {
  left: auto;
  right: 100%;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
  top: -8px;
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
  position: static;
}

.wraper_header.style-fifteen .wraper_header_main .rt-mega-menu {
  width: 700px;
  top: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
  width: 100%;
}

.wraper_header.style-fifteen .wraper_header_main .rt-mega-menu > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
  left: auto;
  right: 0;
}

.wraper_header.style-fifteen .wraper_header_main .rt-mega-menu > ul > .menu-item {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  border-right: 1px rgba(255, 255, 255, 0.1) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-fifteen .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-fifteen .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
  border-right: none;
}

.wraper_header.style-fifteen .wraper_header_main .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-fifteen .wraper_header_main .rt-mega-menu > ul:only-child > .menu-item:only-child {
  border-bottom: none;
}

.wraper_header.style-fifteen .wraper_header_main .rt-megamenu-widget .rt-megamenu-widget-title {
  margin-bottom: 20px;
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0;
}

.wraper_header.style-fifteen .wraper_header_main .rt-megamenu-widget ul.menu > li {
  position: relative;
}

.wraper_header.style-fifteen .wraper_header_main .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-fifteen .wraper_header_main .rt-megamenu-widget ul.menu > li:only-child {
  margin-bottom: 0;
}

.wraper_header.style-fifteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 13px;
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-fifteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a:before {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 2px;
  z-index: 0;
  content: " ";
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-fifteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
  width: 100%;
}

.wraper_header.style-fifteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.wraper_header.style-fifteen .is-sticky .wraper_header_main {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

body.admin-bar .wraper_header.style-thirteen .wraper_header_main {
  top: 0;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

@media screen and (min-width: 992px) and (max-width: 1199px) {

  /* wraper_header_top */
  .wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item {
    text-align: center;
  }
}

/* TABLET LANDSCAPE PART */

@media screen and (min-width: 768px) and (max-width: 991px) {

  /* wraper_header_top */
  .wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item {
    text-align: center;
  }
}

/* TABLET PROTRAIT PART */

/* SMART PHONE LANDSCAPE PART */

/* SMART PHONE PROTRAIT PART */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Sixteen
--------------------------------------------------------------*/

.wraper_header.style-sixteen {
  position: relative;
  z-index: 999;
  width: 100%;
  direction: initial;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  /* wraper_header_main */
}

.wraper_header.style-sixteen .wraper_header_main {
  width: 100%;
  /* RADIANTTHEMES MEGA MENU */
}

.wraper_header.style-sixteen .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.wraper_header.style-sixteen .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
  position: fixed;
  top: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-sixteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-sixteen .wraper_header_main > .container {
  padding-top: 22px;
  padding-bottom: 22px;
}

.wraper_header.style-sixteen .wraper_header_main .header_main {
  display: flex;
  align-items: center;
}

.wraper_header.style-sixteen .wraper_header_main .header_main .header_main_item .brand-logo {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-sixteen .wraper_header_main .header_main .header_main_item .brand-logo img {
  max-width: 104px;
}

.wraper_header.style-sixteen .wraper_header_main .header_main .header_main_item .brand-logo .site-title {
  margin-bottom: 0;
  text-align: left;
  font-weight: 700;
  font-size: 26px;
  color: #000;
  line-height: 1.1;
}

.wraper_header.style-sixteen .wraper_header_main .header-responsive-nav {
  display: inline-block;
  vertical-align: top;
  margin-top: 11px;
  margin-left: 18px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  color: #000;
  line-height: 1;
}

.wraper_header.style-sixteen .wraper_header_main .header-hamburger-menu {
  display: inline-block;
  vertical-align: top;
  margin-top: 11px;
  margin-left: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  color: #000;
  line-height: 1;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action {
  display: inline-block;
  vertical-align: top;
  margin-top: 11px;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 23px;
  cursor: pointer;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li span[class*="ti-"] {
  font-size: 18px;
  color: #000;
  line-height: 1;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder {
  position: relative;
  display: block;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box {
  position: absolute;
  top: -13px;
  right: -14px;
  z-index: 1;
  width: 30px;
  padding: 5px 5px 4px 12px;
  background-color: #f9f9f9;
  border: 3px rgba(0, 0, 0, 0.1) solid;
  border-radius: 35px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row {
  position: relative;
  display: block;
  padding-right: 30px;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row input[type="search"] {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 30px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  font-size: 13px;
  border-radius: 0;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row button[type="submit"] {
  position: absolute;
  top: 0;
  width: 26px;
  height: 30px;
  background-color: transparent;
  border: none;
  font-size: 13px;
  border-radius: 0;
  text-align: center;
  font-size: 18px;
  color: #000;
  line-height: 30px;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row button[type="submit"] span[class*="ti-"] {
  color: inherit;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:hover > .header-slideout-searchbar-box,
.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:focus > .header-slideout-searchbar-box {
  width: 200px;
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-cart-bar > .header-cart-bar-icon {
  position: relative;
  display: block;
  margin-right: 6px;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
  position: absolute;
  top: -8px;
  right: -13px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-sixteen .wraper_header_main .nav {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] {
  display: block;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin-right: 35px;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:last-child,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:only-child {
  margin-right: 0 !important;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before {
  position: absolute;
  bottom: 2px;
  left: -10px;
  z-index: 0;
  content: " ";
  width: 0;
  height: 4px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > a:before,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a:before,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a:before,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a:before {
  width: 100%;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  content: "\f107";
  font-family: "FontAwesome";
  line-height: 1;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 1;
  width: 240px;
  padding-top: 5px;
  padding-bottom: 7px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul {
  left: auto;
  right: 0;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:hover > ul > li > ul > li > ul > li ul li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a {
  display: inline-block;
  vertical-align: top;
  opacity: inherit !important;
  visibility: inherit !important;
  cursor: pointer;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
  position: relative;
  bottom: -21px;
  content: " ";
  display: block;
  width: 0;
  height: 2px;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:hover:before {
  width: 100%;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li.menu-item-has-children > a:after {
  float: right;
  margin-left: 7px;
  content: "\f105";
  font-family: "FontAwesome";
  font-style: normal;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a i,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  width: 240px;
  padding-top: 5px;
  padding-bottom: 7px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul li ul {
  left: auto;
  right: 100%;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul li:hover > ul {
  top: -5px;
  opacity: 1;
  visibility: visible;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width {
  position: static;
}

.wraper_header.style-sixteen .wraper_header_main .rt-mega-menu {
  width: 700px;
  top: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.rt-mega-menu-full-width .rt-mega-menu {
  width: 100%;
}

.wraper_header.style-sixteen .wraper_header_main .rt-mega-menu > ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(1) > .rt-mega-menu,
.wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li:nth-last-child(2) > .rt-mega-menu {
  left: auto;
  right: 0;
}

.wraper_header.style-sixteen .wraper_header_main .rt-mega-menu > ul > .menu-item {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  border-right: 1px rgba(255, 255, 255, 0.1) solid;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

.wraper_header.style-sixteen .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-sixteen .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
  border-right: none;
}

.wraper_header.style-sixteen .wraper_header_main .rt-mega-menu > ul:last-child > .menu-item:last-child,
.wraper_header.style-sixteen .wraper_header_main .rt-mega-menu > ul:only-child > .menu-item:only-child {
  border-bottom: none;
}

.wraper_header.style-sixteen .wraper_header_main .rt-megamenu-widget .rt-megamenu-widget-title {
  margin-bottom: 20px;
  text-transform: none;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0;
}

.wraper_header.style-sixteen .wraper_header_main .rt-megamenu-widget ul.menu > li {
  position: relative;
}

.wraper_header.style-sixteen .wraper_header_main .rt-megamenu-widget ul.menu > li:last-child,
.wraper_header.style-sixteen .wraper_header_main .rt-megamenu-widget ul.menu > li:only-child {
  margin-bottom: 0;
}

.wraper_header.style-sixteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 13px;
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-sixteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a:before {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 2px;
  z-index: 0;
  content: " ";
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-sixteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
  width: 100%;
}

.wraper_header.style-sixteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.wraper_header.style-sixteen .is-sticky .wraper_header_main {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

body.admin-bar .wraper_header.style-sixteen .wraper_header_main {
  top: 0;
}

body.admin-bar .wraper_header.style-sixteen .is-sticky .wraper_header_main {
  top: 32px !important;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

@media screen and (min-width: 992px) and (max-width: 1199px) {

  /* wraper_header_main */
  .wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li {
    margin-right: 30px;
  }
}

/* TABLET LANDSCAPE PART */

/* TABLET PROTRAIT PART */

/* SMART PHONE LANDSCAPE PART */

/* SMART PHONE PROTRAIT PART */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header Style Seventeen
--------------------------------------------------------------*/

/* wraper_header */

.wraper_header.style-seventeen {
  position: absolute;
  z-index: 999;
  width: 100%;
  direction: initial;
  /* wraper_header_main */
}

.wraper_header.style-seventeen .wraper_header_main {
  width: 100%;
  overflow: hidden;
}

.wraper_header.style-seventeen .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.wraper_header.style-seventeen .wraper_header_main.radiantthemes-sticky-style-two.delayed-sticky-mode-acivate {
  position: fixed;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.wraper_header.style-seventeen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.wraper_header.style-seventeen .wraper_header_main > .container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.wraper_header.style-seventeen .wraper_header_main .header_main {
  position: relative;
}

.wraper_header.style-seventeen .wraper_header_main .header_main .brand-logo {
  float: left;
  text-align: center;
  font-size: 0;
}

.wraper_header.style-seventeen .wraper_header_main .header_main .brand-logo img {
  max-width: 110px;
}

.wraper_header.style-seventeen .wraper_header_main .header-slideout-menu {
  width: 55px;
  height: 55px;
  float: right;
  margin-top: 0;
  padding: 15px 10px 0 10px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  border: 2px solid #929291;
}

.wraper_header.style-seventeen .wraper_header_main .header-slideout-menu > .header-slideout-menu-line {
  height: 2px;
  float: right;
  margin-bottom: 7px;
  background-color: #fff;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}

.wraper_header.style-seventeen .wraper_header_main .header-slideout-menu > .header-slideout-menu-line:nth-child(1) {
  width: 100%;
  transition-delay: 0s;
}

.wraper_header.style-seventeen .wraper_header_main .header-slideout-menu > .header-slideout-menu-line:nth-child(2) {
  width: 75%;
  transition-delay: 0.3s;
}

.wraper_header.style-seventeen .wraper_header_main .header-slideout-menu > .header-slideout-menu-line:nth-child(3) {
  width: 50%;
  transition-delay: 0.6s;
}

.wraper_header.style-seventeen .wraper_header_main .header-slideout-menu:hover > .header-slideout-menu-line:nth-child(1) {
  width: 50%;
}

.wraper_header.style-seventeen .wraper_header_main .header-slideout-menu:hover > .header-slideout-menu-line:nth-child(2) {
  width: 100%;
}

.wraper_header.style-seventeen .is-sticky .wraper_header_main {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  max-width: 300px;
  overflow: auto;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 25px;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 25px;
  color: #fff;
  line-height: 1;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu {
  width: 100%;
  position: relative;
  top: -100px;
  right: 60px;
  /* NAV */
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav {
  visibility: unset !important;
  text-align: left;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
  position: relative;
  width: 100%;
  margin-bottom: 2px;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li {
  /*padding-left: 30px;
padding-right: 30px;*/
  display: block;
  text-align: right;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  content: " ";
  z-index: 0;
  width: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.15);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li:hover:before {
  width: 100%;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > a,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: inherit;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > a {
  padding-left: 30px;
  padding-right: 30px;
  background: #000;
  font-size: 16px;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > a:hover {
  background: #fff;
  color: #000;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul {
  display: none;
  margin-top: 15px;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
  margin-bottom: 15px;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  opacity: 0.85;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a {
  padding-left: 35px;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a {
  padding-left: 45px;
}

body[data-header-style="header-style-seventeen"] .wraper_slideout_menu > .slideout-menu-overlay > .slideout-menu > .slideout-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
  padding-left: 55px;
}

body[data-header-style="header-style-seventeen"].slideout-menu-active .wraper_slideout_menu {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

/* TABLET PROTRAIT PART */

/* SMART PHONE LANDSCAPE PART */

/* SMART PHONE PROTRAIT PART */

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer Style Default
--------------------------------------------------------------*/

.wraper_footer.style-default .wraper_footer_main {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.wraper_footer.style-default .wraper_footer_main > .container {
  padding-top: 60px;
  padding-bottom: 25px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item {
  margin-bottom: 40px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item > *:last-child {
  margin-bottom: 0 !important;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget {
  margin-bottom: 30px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget .widget-title {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  line-height: 30px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget .widget-title a {
  color: inherit;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget {
  margin-bottom: 10px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget li:before {
  position: absolute;
  top: 4px;
  z-index: 0;
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 18px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget li.address:before {
  content: "\f041";
  left: 4px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget li.phone:before {
  content: "\f095";
  left: 2px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget li.email:before {
  content: "\f003";
  left: 0;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget li strong {
  display: block;
  text-transform: uppercase;
  color: #fff;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget ul.rt-contact-widget li a {
  color: inherit;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_media_image {
  margin-bottom: 30px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_categories ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_pages ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_archive ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_meta ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_nav_menu ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_entries ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_comments ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_product_categories ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul {
  margin-bottom: 10px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_categories ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_pages ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_archive ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_meta ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_nav_menu ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_entries ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_comments ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_product_categories ul li,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_categories ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_pages ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_archive ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_meta ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_nav_menu ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_entries ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_comments ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_product_categories ul li:before,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 80%;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_categories ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_pages ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_archive ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_meta ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_nav_menu ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_entries ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_comments ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_product_categories ul li a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul li a {
  color: inherit;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_categories ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_pages ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_archive ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_meta ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_nav_menu ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_entries ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_comments ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_product_categories ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul li ul {
  margin-top: 10px;
  /*margin-left:20px;*/
  /*font-size:90%;*/
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul li .rss-date,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul li .rssSummary,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul li cite {
  color: rgba(255, 255, 255, 0.6);
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_entries ul li .post-date {
  display: block;
  position: relative;
  margin-top: 6px;
  padding-left: 22px;
  font-size: 85%;
  color: rgba(255, 255, 255, 0.7);
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_entries ul li .post-date:before {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 0;
  content: "\f017";
  font-family: "FontAwesome";
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar {
  margin-top: 10px;
  margin-bottom: 20px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar .calendar_wrap table {
  width: 100%;
  table-layout: fixed;
  border: 1px rgba(0, 0, 0, 0.2) solid;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar .calendar_wrap table tr {
  background-color: initial;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar .calendar_wrap table tr th,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar .calendar_wrap table tr td {
  padding: 4px !important;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  text-align: center;
  font-weight: 400;
  font-size: 80%;
  color: #fff;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar .calendar_wrap table tr th a,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar .calendar_wrap table tr td a {
  color: inherit;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_calendar caption {
  color: rgba(255, 255, 255, 0.8);
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget input[type="email"],
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget input[type="search"],
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget input[type="text"],
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget select {
  width: 100%;
  height: 40px;
  margin-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px rgba(255, 255, 255, 0.15) solid;
  font-size: 14px;
  color: #fff;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget input[type="submit"],
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget input[type="button"],
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget button[type="submit"],
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget button[type="button"] {
  width: auto;
  height: auto;
  padding: 4px 20px 5px 20px;
  border: none;
  border-radius: 3px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_search form.search-form {
  position: relative;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_search form.search-form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_text .wp-caption {
  display: block;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_text img {
  margin-bottom: 10px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget .tagcloud a {
  margin-right: 10px;
  margin-bottom: 5px;
  color: #fff;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_radianttheme_call_to_action_widget {
  padding: 18px 20px 20px 20px;
  background-color: #333234;
  color: #fff;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_radianttheme_call_to_action_widget h4 {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
}

.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_radianttheme_call_to_action_widget a {
  padding: 5px 20px 5px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0px;
  color: #fff;
}

.wraper_footer.style-default .wraper_footer_copyright > .container {
  padding-top: 35px;
  padding-bottom: 20px;
}

.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item {
  margin-bottom: 15px;
}

.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item > *:last-child {
  margin-bottom: 0 !important;
}

.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 26px;
}

.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item ul.menu {
  margin-bottom: 20px;
  font-size: 0;
}

.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item ul.menu li {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 26px;
}

.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item ul.menu li:last-child,
.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item ul.menu li:only-child {
  margin-right: 0;
}

.wraper_footer.style-default .wraper_footer_copyright .footer_copyright .footer_copyright_item ul.menu li a {
  color: inherit;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer Style Custom
--------------------------------------------------------------*/

.wraper_footer.custom-footer.footer-custom-stucking-mode {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
}

/* MOBILE MENU - SIDR */

#mobile-menu {
  right: -100%;
  width: 100%;
  max-width: 100em;
  background-color: #fff;
}

.mobile-menu-close {
  padding: 20px 15px 8px 15px;
  text-align: right;
  cursor: pointer;
}

.mobile-menu-close i {
  font-size: 20px;
  color: #fff;
  line-height: 1;
}

.mobile-menu-close .ti-close {
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  display: none;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li {
  position: relative;
  width: 100%;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  padding: 8px 20px 8px 20px;
  border-bottom: 1px rgba(106, 124, 146, 0.1) solid;
  color: inherit;
  color: #444756 !important;
  font-size: 14px;
  text-transform: capitalize;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children a {
  padding-right: 50px;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > .radiantthemes-open-submenu,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu {
  position: absolute;
  top: 8px;
  right: 0;
  width: 34px;
  cursor: pointer;
  text-align: left;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li.menu-item-has-children > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu:before {
  content: "\e649";
  font-family: 'themify';
  font-size: 10px;
  line-height: 32px;
  color: #444756;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li.menu-item-has-children.radiantthemes-menu-open > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li.menu-item-has-children.radiantthemes-menu-open > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li.menu-item-has-children.radiantthemes-menu-open > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children.radiantthemes-menu-open > .radiantthemes-open-submenu:before,
.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children.radiantthemes-menu-open > .radiantthemes-open-submenu:before {
  content: "\e64b";
  font-family: 'themify';
  font-size: 10px;
  line-height: 32px;
  color: #444756;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > a {
  padding-left: 30px;
  font-size: 90%;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a {
  padding-left: 45px;
  font-size: 85%;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a {
  padding-left: 65px;
  font-size: 80%;
}

.mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > ul li a {
  padding-left: 80px;
  font-size: 75%;
}

/* MOBILE MENU - SIDR - RADIANTTHEMES MEGA MENU */

.sidr .rt-sub-menu,
.sidr .rt-mega-menu {
  position: static;
  width: 100%;
  opacity: 1 !important;
  visibility: visible !important;
  background-color: transparent;
  box-shadow: initial;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
}

.sidr .rt-sub-menu {
  background-color: transparent;
}

.sidr .rt-sub-menu > li {
  width: 100%;
  float: left;
}

.sidr .rt-mega-menu > .rt-sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
}

.sidr .rt-mega-menu > .rt-mega-menu-row > .rt-mega-menu-col {
  display: block;
}

.sidr .rt-mega-menu > ul > .menu-item {
  border-bottom: 1px rgba(0, 0, 0, 0.075) solid;
}

.sidr .rt-mega-menu .rt-megamenu-widget {
  padding: 15px 22px 10px 15px;
}

.sidr .rt-mega-menu .rt-megamenu-widget .rt-megamenu-widget-title {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
}

.sidr .rt-mega-menu .rt-megamenu-widget ul.menu > li {
  margin-left: -15px;
  margin-right: -15px;
}

.sidr .rt-mega-menu .rt-megamenu-widget ul.menu > li a {
  display: block;
  padding: 10px 15px 10px 15px;
  border-bottom: 1px rgba(0, 0, 0, 0.075) solid;
  color: inherit;
}

.sidr .rt-mega-menu .rt-megamenu-widget ul.menu > li:last-child a,
.sidr .rt-mega-menu .rt-megamenu-widget ul.menu > li:only-child a {
  padding-bottom: 0;
  border-bottom: none;
}

/* LARGE DESKTOP PART */

/* DESKTOP PART */

/* TABLET LANDSCAPE PART */

@media screen and (min-width: 768px) and (max-width: 991px) {

  /* MOBILE MENU - SIDR */
  #mobile-menu {
    max-width: 100%;
  }
}

/* TABLET PROTRAIT PART */

/* SMART PHONE LANDSCAPE PART */

/* SMART PHONE PROTRAIT PART */

/*--------------------------------------------------------------
# Search Bar
--------------------------------------------------------------*/

.wraper_flyout_search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_flyout_search > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.wraper_flyout_search > .table > .table-cell {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(2) {
  left: 300px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(3) {
  left: 600px;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.9s ease-in-out 0.6s;
  -webkit-transition: all 0.9s ease-in-out 0.6s;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line {
  width: 100%;
  height: 2px;
  float: left;
  margin-bottom: 5px;
  background-color: #fff;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line:nth-child(2) {
  margin-top: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.wraper_flyout_search > .table > .table-cell .flyout_search {
  position: relative;
  z-index: 1;
  float: right;
  width: 100%;
  max-width: 500px;
  padding: 100px 40px 100px 40px;
  text-align: right;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title {
  margin-bottom: 30px;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title > *:last-child {
  margin-bottom: 0 !important;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 35px;
  color: #fff;
  line-height: 45px;
  letter-spacing: 50px;
  opacity: 0;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row {
  position: relative;
  padding: 0;
  margin: 0;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row input[type="search"] {
  width: 100%;
  height: 60px;
  padding: 0px 40px 0px 0px;
  background-color: initial;
  border: none;
  border-bottom: 3px #dedede solid;
  box-shadow: initial;
  font-size: 20px;
  color: #fff;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row button[type="submit"] {
  position: absolute;
  top: 17px;
  right: 0;
  z-index: 1;
  width: 40px;
  height: auto;
  background-color: initial;
  border: none;
  cursor: pointer;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row button[type="submit"] i {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}

body.flyout-searchbar-active .wraper_flyout_search {
  opacity: 1;
  visibility: visible;
}

body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title h4 {
  letter-spacing: 0;
  opacity: 1;
}






/*--------------------------------------------------------------
# Hamburger Menu
--------------------------------------------------------------*/

#hamburger-menu {
  width: 100%;
}

body.hamburger-menu-open #hamburger-menu {
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.hamburger-menu {
  position: relative;
  padding-right: 100px;
}

.hamburger-menu .hamburger-menu-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100px;
  padding: 20px;
  border-left: 1px rgba(0, 0, 0, 0.12) solid;
  text-align: center;
}

.hamburger-menu .hamburger-menu-close > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.hamburger-menu .hamburger-menu-close > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.hamburger-menu .hamburger-menu-close > .table > .table-cell .hamburger-menu-close-lines {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.hamburger-menu .hamburger-menu-close > .table > .table-cell .hamburger-menu-close-lines:hover {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.hamburger-menu .hamburger-menu-close > .table > .table-cell .hamburger-menu-close-lines > span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.hamburger-menu .hamburger-menu-close > .table > .table-cell .hamburger-menu-close-lines > span:nth-child(1) {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  margin-left: -1px;
}

.hamburger-menu .hamburger-menu-close > .table > .table-cell .hamburger-menu-close-lines > span:nth-child(2) {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  margin-top: -1px;
}

.hamburger-menu .hamburger-menu-main {
  padding: 60px 60px 60px 60px;
}

.hamburger-menu .hamburger-menu-main .widget {
  margin-bottom: 50px;
}

.hamburger-menu .hamburger-menu-main .widget:last-child,
.hamburger-menu .hamburger-menu-main .widget:only-child {
  margin-bottom: 0;
}

.hamburger-menu .hamburger-menu-main .widget-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 20px;
  color: #252525;
  line-height: 28px;
  letter-spacing: -0.5px;
}

.hamburger-menu .hamburger-menu-main .widget-title a {
  color: inherit;
}

.hamburger-menu .hamburger-menu-main p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #636363;
  line-height: 30px;
}

.hamburger-menu .hamburger-menu-main p strong {
  font-weight: 500;
}

.hamburger-menu .hamburger-menu-main .textwidget > *:last-child {
  margin-bottom: 0 !important;
}

.hamburger-menu .hamburger-menu-main .widget_nav_menu {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center !important;
}

.hamburger-menu .hamburger-menu-main .widget_nav_menu ul li {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 28px;
  color: #0c121f;
  line-height: 35px;
}

.hamburger-menu .hamburger-menu-main .widget_nav_menu ul li a {
  color: inherit;
}

.hamburger-menu .hamburger-menu-main .widget_nav_menu ul li a:after {
  content: ".";
  color: #b2b2b2;
}

.hamburger-menu .hamburger-menu-main .widget_nav_menu ul li.menu-item-has-children > a > .radiantthemes-open-submenu {
  margin-left: 10px;
}

.hamburger-menu .hamburger-menu-main .widget_nav_menu ul li.menu-item-has-children.radiantthemes-menu-open > a > .radiantthemes-open-submenu {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.hamburger-menu .hamburger-menu-main .widget_nav_menu ul li ul {
  margin-top: 10px;
}

.hamburger-menu .hamburger-menu-main .widget_nav_menu ul li ul li {
  font-size: 25px;
  line-height: 30px;
}

.hamburger-menu .hamburger-menu-main .widget_categories ul,
.hamburger-menu .hamburger-menu-main .widget_pages ul,
.hamburger-menu .hamburger-menu-main .widget_archive ul,
.hamburger-menu .hamburger-menu-main .widget_meta ul,
.hamburger-menu .hamburger-menu-main .widget_recent_entries ul,
.hamburger-menu .hamburger-menu-main .widget_recent_comments ul,
.hamburger-menu .hamburger-menu-main .widget_product_categories ul,
.hamburger-menu .hamburger-menu-main .widget_rss ul {
  margin-bottom: 20px;
}

.hamburger-menu .hamburger-menu-main .widget_categories ul:after,
.hamburger-menu .hamburger-menu-main .widget_pages ul:after,
.hamburger-menu .hamburger-menu-main .widget_archive ul:after,
.hamburger-menu .hamburger-menu-main .widget_meta ul:after,
.hamburger-menu .hamburger-menu-main .widget_recent_entries ul:after,
.hamburger-menu .hamburger-menu-main .widget_recent_comments ul:after,
.hamburger-menu .hamburger-menu-main .widget_product_categories ul:after,
.hamburger-menu .hamburger-menu-main .widget_rss ul:after {
  content: " ";
  display: block;
  clear: both;
}

.hamburger-menu .hamburger-menu-main .widget_categories ul li,
.hamburger-menu .hamburger-menu-main .widget_pages ul li,
.hamburger-menu .hamburger-menu-main .widget_archive ul li,
.hamburger-menu .hamburger-menu-main .widget_meta ul li,
.hamburger-menu .hamburger-menu-main .widget_recent_entries ul li,
.hamburger-menu .hamburger-menu-main .widget_recent_comments ul li,
.hamburger-menu .hamburger-menu-main .widget_product_categories ul li,
.hamburger-menu .hamburger-menu-main .widget_rss ul li {
  clear: both;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  font-weight: 400;
  font-size: 15px;
  color: #0c121f;
  line-height: 26px;
}

.hamburger-menu .hamburger-menu-main .widget_categories ul li:last-child,
.hamburger-menu .hamburger-menu-main .widget_pages ul li:last-child,
.hamburger-menu .hamburger-menu-main .widget_archive ul li:last-child,
.hamburger-menu .hamburger-menu-main .widget_meta ul li:last-child,
.hamburger-menu .hamburger-menu-main .widget_recent_entries ul li:last-child,
.hamburger-menu .hamburger-menu-main .widget_recent_comments ul li:last-child,
.hamburger-menu .hamburger-menu-main .widget_product_categories ul li:last-child,
.hamburger-menu .hamburger-menu-main .widget_rss ul li:last-child {
  border-bottom: none;
}

.hamburger-menu .hamburger-menu-main .widget_categories ul li a,
.hamburger-menu .hamburger-menu-main .widget_pages ul li a,
.hamburger-menu .hamburger-menu-main .widget_archive ul li a,
.hamburger-menu .hamburger-menu-main .widget_meta ul li a,
.hamburger-menu .hamburger-menu-main .widget_recent_entries ul li a,
.hamburger-menu .hamburger-menu-main .widget_recent_comments ul li a,
.hamburger-menu .hamburger-menu-main .widget_product_categories ul li a,
.hamburger-menu .hamburger-menu-main .widget_rss ul li a {
  color: inherit;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.hamburger-menu .hamburger-menu-main .widget_categories ul li ul,
.hamburger-menu .hamburger-menu-main .widget_pages ul li ul,
.hamburger-menu .hamburger-menu-main .widget_archive ul li ul,
.hamburger-menu .hamburger-menu-main .widget_meta ul li ul,
.hamburger-menu .hamburger-menu-main .widget_recent_entries ul li ul,
.hamburger-menu .hamburger-menu-main .widget_recent_comments ul li ul,
.hamburger-menu .hamburger-menu-main .widget_product_categories ul li ul,
.hamburger-menu .hamburger-menu-main .widget_rss ul li ul {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 20px;
}

.hamburger-menu .hamburger-menu-main .widget_recent_entries ul li .post-date {
  display: block;
  position: relative;
  margin-top: 6px;
  padding-left: 22px;
  font-weight: 500;
  font-size: 85%;
  color: rgba(0, 0, 0, 0.7);
}

.hamburger-menu .hamburger-menu-main .widget_recent_entries ul li .post-date:before {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 0;
  content: "\f017";
  font-family: "FontAwesome";
}

.hamburger-menu .hamburger-menu-main .widget_rss ul li .rss-date,
.hamburger-menu .hamburger-menu-main .widget_rss ul li .rssSummary,
.hamburger-menu .hamburger-menu-main .widget_rss ul li cite {
  color: rgba(255, 255, 255, 0.6);
}

.hamburger-menu .hamburger-menu-main .widget_calendar {
  margin-top: 10px;
  margin-bottom: 20px;
}

.hamburger-menu .hamburger-menu-main .widget_calendar .calendar_wrap table {
  width: 100%;
  table-layout: fixed;
  border: 1px rgba(0, 0, 0, 0.2) solid;
}

.hamburger-menu .hamburger-menu-main .widget_calendar .calendar_wrap table tr {
  background-color: initial;
}

.hamburger-menu .hamburger-menu-main .widget_calendar .calendar_wrap table tr th,
.hamburger-menu .hamburger-menu-main .widget_calendar .calendar_wrap table tr td {
  padding: 4px !important;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  text-align: center;
  font-weight: 400;
  font-size: 80%;
  color: #fff;
}

.hamburger-menu .hamburger-menu-main .widget_calendar .calendar_wrap table tr th a,
.hamburger-menu .hamburger-menu-main .widget_calendar .calendar_wrap table tr td a {
  color: inherit;
}

.hamburger-menu .hamburger-menu-main .widget_calendar caption {
  color: rgba(0, 0, 0, 0.8);
}

.hamburger-menu .hamburger-menu-main .rt-twitter-box ul li {
  position: relative;
  margin-bottom: 15px;
  padding: 0px 0px 0px 30px;
  border-bottom: none;
}

.hamburger-menu .hamburger-menu-main .rt-twitter-box ul li:before {
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 0;
  content: "\f099";
  font-family: "FontAwesome";
}

.hamburger-menu .hamburger-menu-main .rt-twitter-box ul li .tweet {
  margin-bottom: 0;
}

.hamburger-menu .hamburger-menu-main .rt-twitter-box ul li .interact {
  display: none;
}

.hamburger-menu .hamburger-menu-main input[type="text"],
.hamburger-menu .hamburger-menu-main input[type="email"],
.hamburger-menu .hamburger-menu-main input[type="search"],
.hamburger-menu .hamburger-menu-main select {
  width: 100%;
  height: 60px;
  margin-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f7f9f9;
  border: none;
  border-radius: 35px;
  font-weight: 300;
  font-size: 16px;
  color: #0c121f;
  line-height: 26px;
}

.hamburger-menu .hamburger-menu-main input[type="submit"],
.hamburger-menu .hamburger-menu-main input[type="button"],
.hamburger-menu .hamburger-menu-main button[type="submit"],
.hamburger-menu .hamburger-menu-main button[type="button"] {
  height: 60px;
  padding: 10px 25px 10px 25px;
  border: none;
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  color: #0c121f;
  line-height: 26px;
}

.hamburger-menu .hamburger-menu-main .widget_search form.search-form {
  position: relative;
}

.hamburger-menu .hamburger-menu-main .widget_search form.search-form > label {
  width: 100%;
}

.hamburger-menu .hamburger-menu-main .widget_search form.search-form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f7f9f9;
}

.hamburger-menu .hamburger-menu-main .widget_text .wp-caption {
  display: block;
}

.hamburger-menu .hamburger-menu-main .widget_text img {
  margin-bottom: 10px;
}

.hamburger-menu .hamburger-menu-main .tagcloud a {
  margin-right: 10px;
  margin-bottom: 5px;
  color: #fff;
}

.hamburger-menu .hamburger-menu-main ul.contact li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 28px;
  font-weight: 400;
  font-size: 15px;
  color: #0c121f;
  line-height: 26px;
}

.hamburger-menu .hamburger-menu-main ul.contact li strong {
  text-transform: uppercase;
  font-weight: 600;
}

.hamburger-menu .hamburger-menu-main ul.contact li:before {
  position: absolute;
  top: 0;
  z-index: 0;
  font-family: "FontAwesome";
}

.hamburger-menu .hamburger-menu-main ul.contact li.email:before {
  left: 0px;
  content: "\f0e0";
}

.hamburger-menu .hamburger-menu-main ul.contact li.address:before {
  left: 3px;
  content: "\f041";
}

.hamburger-menu .hamburger-menu-main ul.contact li.phone:before {
  left: 0px;
  content: "\f095";
}

.hamburger-menu .hamburger-menu-main ul.social {
  font-size: 0;
}

.hamburger-menu .hamburger-menu-main ul.social li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 10px;
}

.hamburger-menu .hamburger-menu-main ul.social li a {
  display: block;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.hamburger-menu .hamburger-menu-main ul.social li a:hover {
  color: #333;
}

.hamburger-menu .hamburger-menu-main .widget_radiant_recent_posts_widget ul li {
  min-height: 85px;
  margin-bottom: 30px;
  padding-left: 100px;
}

.hamburger-menu .hamburger-menu-main .widget_radiant_recent_posts_widget ul li:last-child,
.hamburger-menu .hamburger-menu-main .widget_radiant_recent_posts_widget ul li:only-child {
  margin-bottom: 0;
}

.hamburger-menu .hamburger-menu-main .widget_radiant_recent_posts_widget ul li img {
  position: absolute;
  top: 5px;
  width: 80px;
}

.hamburger-menu .hamburger-menu-main .widget_radiant_recent_posts_widget ul li .title {
  margin-bottom: 0;
  font-size: 16px;
  color: #252525;
  line-height: 25px;
}

.hamburger-menu .hamburger-menu-main .widget_radiant_recent_posts_widget ul li .date {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 14px;
  color: #bbc7cd;
  line-height: 20px;
}

.hamburger-menu .hamburger-menu-main .widget_radiant_recent_posts_widget ul li a {
  color: inherit;
}

/*--------------------------------------------------------------
# WordPress Fix
--------------------------------------------------------------*/

.widget-area > .widget > *:last-child {
  /*margin-bottom: 45px !important;*/
}

#page {
  word-wrap: break-word;
}

img.alignright,
figure.alignright {
  float: right;
  margin: 0px 0px 25px 30px ;
  border-radius: 0px;
}

img.alignleft,
figure.alignleft {
  float: left;
  margin: 8px 20px 25px 0px !important;
  border-radius: 0px;
}

img.aligncenter,
figure.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px;
}

img.aligncenter {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 0px;
}

img.alignnone {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0px;
}

img.alignright {
  margin: 30px 0px 30px 30px;
  border-radius: 0px;
  clear: both;
}

figure.aligncenter {
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 0px;
}

figure.alignnone {
  margin-bottom: 20px;
  border-radius: 0px;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.screen-reader-text {
  display: none;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 4px 5px 0px 0px;
}
.wp-caption-text a,
figcaption a {
    position: relative;
    display: inline-block;
}
.wp-caption-text a:before,
figcaption a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}
.wp-caption-text a:hover:before,
figcaption a:hover:before {
    width: 100%;
    left: 0px;
    right: auto;
}
.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
    padding-left: 0;
    text-align: left;
}
.comment-list .comment.bypostauthor {
  list-style: none;
}

.edit-link {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 4px 15px 2px 15px;
  opacity: 0.9;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 10px;
  color: #fff;
  line-height: 17px;
  letter-spacing: 1px;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.4);
}

.edit-link a {
  margin-left: 5px;
  margin-right: 5px;
  color: inherit;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.edit-link a:hover,
.edit-link a:focus,
.edit-link a:active {
  color: inherit;
}

.comments-area ol.comment-list li.trackback .comment-body {
  margin-top: -2px;
  margin-bottom: 22px;
  padding: 15px 17px 15px 17px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  font-size: 15px;
  line-height: 28px;
}

.page-template-default .entry-content ul {
  padding-left: 20px !important;
  list-style: disc;
}

.page-template-default .entry-content ul li {
  padding-left: 0px !important;
}

.page-template-default .entry-content ul ul {
  padding-left: 45px !important;
  list-style: circle;
}

.wraper_blog_main div.comments-area {
  float: left;
  width: 100%;
}

.post-template-default .entry-content ul {
  padding-left: 20px !important;
}

/*--------------------------------------------------------------
# Gallery Columns
--------------------------------------------------------------*/

.gallery {
  margin-left: -15px;
  margin-right: -15px;
}

.gallery-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  max-width: 25%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-item .gallery-icon img {
  width: 100%;
}

.gallery-item .gallery-caption {
  padding: 10px 15px 10px 15px;
  background-color: #f8f8f8;
  font-size: 12px;
  line-height: 22px;
}

/*--------------------------------------------------------------
# Fancybox Fix
--------------------------------------------------------------*/

/* fancybox-thumbs */

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
  overflow: visible;
}

.fancybox-thumbs::-webkit-scrollbar {
  height: 7px;
}

.fancybox-thumbs::-webkit-scrollbar-track {
  background-color: #2a2a2a;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

.woocommerce p {
  color: #696969;
  font-size: 16px;
  line-height: 26px;
}

.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
  border: 1px solid #8fae1b;
  border-radius: 0;
}
.woocommerce-notice.woocommerce-notice--info.woocommerce-info {
    border: none;
    background: no-repeat;
}
.woocommerce a.added_to_cart {
  padding-top: .5em;
  padding-bottom: .5em;
}
.woocommerce-info {
  /*background-color: #fff8f8;
    border-color: #fff8f8;
    border-radius: 5px;*/
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 50%;
    max-width: 50%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 50%;
    max-width: 50%;
}
.woocommerce-account .addresses .title .edit {
    float: right;
    position: absolute;
    top: 10px;
    right: 25px;
    background: #2d2b3b;
    padding: 0px 10px;
    color: #fff;
}
.woocommerce-error {
  /*background-color: #f8d7da;*/
  border-color: #a00 !important;
  /*border-radius: 5px;*/
}

.gcommerce-message {
  background-color: #9abc44;
  border-color: #82a132;
}

.woocommerce-info:before,
.woocommerce-error:before,
.woocommerce-message:before {
  top: inherit;
}

.default-page ul.woocommerce-error {
  padding: 1em 2em 1em 3.5em;
}

.woocommerce-info,
.woocommerce-info:before,
.woocommerce-info a:not(.button) {
  color: #2d2b3b !important;
  font-size: 16px !important;
  line-height: 28px !important;
}

.woocommerce-info a.showlogin,
.woocommerce-info a.showcoupon {
  color: #2d2b3b !important;
}

.woocommerce-error,
.woocommerce-error:before,
.woocommerce-error a:not(.button) {
  color: #c01d2b !important;
}

.woocommerce-message,
.woocommerce-message:before,
.woocommerce-message a:not(.button) {
  /*color: #fff !important;*/
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.woocommerce-message .button:hover {
  padding: 8px 0px 0px 0px !important;
  background-color: initial !important;
  /*color: #fff !important;*/
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #101010;
  color: #fff;
}

/*--------------------------------------------------------------
# YITH Fix
--------------------------------------------------------------*/

#yith-quick-view-modal > .yith-wcqv-wrapper {
  width: 100%;
  max-width: 800px;
}

#yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main > .yith-wcqv-head > .yith-wcqv-close {
  width: 30px;
  height: 30px;
  border: 1px rgba(0, 0, 0, 0.5) solid;
  border-radius: 50%;
  text-align: center;
  font-weight: 400;
  font-size: 0;
  color: rgba(0, 0, 0, 0.5);
  line-height: 28px;
}

#yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main > .yith-wcqv-head > .yith-wcqv-close:before {
  font-family: "themify";
  content: "\e646";
  font-size: 14px;
}

#yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main #yith-quick-view-content .images {
  width: 50%;
  margin-bottom: 0;
}

#yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main #yith-quick-view-content .summary {
  width: 50%;
  padding: 30px 15px 30px 15px;
}

#yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main #yith-quick-view-content .summary .quantity {
  margin-top: 0 !important;
}

#yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main #yith-quick-view-content .summary .quantity > .qty {
  width: 50px;
  height: 53px;
  border: 1px #101010 solid;
}
.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder .yith-wcwl-add-to-wishlist span i {
    font-size: 16px;
    margin-right: 1px;
}

@media screen and (min-width:480px) and (max-width:767px) {
#yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main #yith-quick-view-content .images {
  width: 100%;
  margin-bottom: 0;
}

#yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main #yith-quick-view-content .summary {
  width: 100%;
  padding: 30px 15px 30px 15px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
    max-width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    max-width: 100%;
}
}
@media screen and (min-width:321px) and (max-width:479px) {
#yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main #yith-quick-view-content .images {
  width: 100%;
  margin-bottom: 0;
}

#yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main #yith-quick-view-content .summary {
  width: 100%;
  padding: 30px 15px 30px 15px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
    max-width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    max-width: 100%;
}
}
@media screen and (max-width:320px) {
#yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main #yith-quick-view-content .images {
  width: 100%;
  margin-bottom: 0;
}

#yith-quick-view-modal > .yith-wcqv-wrapper > .yith-wcqv-main #yith-quick-view-content .summary {
  width: 100%;
  padding: 30px 15px 30px 15px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100%;
    max-width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    max-width: 100%;
}

}

/*--------------------------------------------------------------
# Website Layout
--------------------------------------------------------------*/

.radiantthemes-website-layout {
  position: relative;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

.overflow-visible {
  overflow: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-auto {
  overflow: auto !important;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-static {
  position: static;
}

.font-weight-black {
  font-weight: 900;
}

.font-weight-extrabold {
  font-weight: 800;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-semibold {
  font-weight: 600;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-regular {
  font-weight: 400;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-thin {
  font-weight: 100;
}

.font-style-italic {
  font-style: italic;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.letter-spacing--5 {
  letter-spacing: -5px;
}

.letter-spacing--4 {
  letter-spacing: -4px;
}

.letter-spacing--3 {
  letter-spacing: -3px;
}

.letter-spacing--2 {
  letter-spacing: -2px;
}

.letter-spacing--1 {
  letter-spacing: -1px;
}

.letter-spacing-0 {
  letter-spacing: 0px;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.letter-spacing-4 {
  letter-spacing: 4px;
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

.letter-spacing-6 {
  letter-spacing: 6px;
}

.letter-spacing-7 {
  letter-spacing: 7px;
}

.letter-spacing-8 {
  letter-spacing: 8px;
}

.letter-spacing-9 {
  letter-spacing: 9px;
}

.letter-spacing-10 {
  letter-spacing: 10px;
}

.letter-spacing-11 {
  letter-spacing: 11px;
}

.letter-spacing-12 {
  letter-spacing: 12px;
}

.letter-spacing-13 {
  letter-spacing: 13px;
}

.letter-spacing-14 {
  letter-spacing: 14px;
}

.letter-spacing-15 {
  letter-spacing: 15px;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.display-none {
  display: none;
}

.order-first {
  order: 1;
}

.order-second {
  order: 2;
}

.filter-grayscale-0 {
  filter: grayscale(0);
}

.filter-grayscale-1 {
  filter: grayscale(1);
}

.full-width-image * {
  width: 100%;
}

div.background-position-left-top,
section.background-position-left-top,
h1.background-position-left-top,
h2.background-position-left-top,
h3.background-position-left-top,
h4.background-position-left-top,
h5.background-position-left-top,
h6.background-position-left-top,
.background-position-left-top > div,
.background-position-left-top > * {
  background-position: left top !important;
}

div.background-position-left-center,
section.background-position-left-center,
h1.background-position-left-center,
h2.background-position-left-center,
h3.background-position-left-center,
h4.background-position-left-center,
h5.background-position-left-center,
h6.background-position-left-center,
*.background-position-left-center > div,
*.background-position-left-center > * {
  background-position: left center !important;
}

div.background-position-left-bottom,
section.background-position-left-bottom,
h1.background-position-left-bottom,
h2.background-position-left-bottom,
h3.background-position-left-bottom,
h4.background-position-left-bottom,
h5.background-position-left-bottom,
h6.background-position-left-bottom,
*.background-position-left-bottom > div,
*.background-position-left-bottom > * {
  background-position: left bottom !important;
}

div.background-position-center-top,
section.background-position-center-top,
h1.background-position-center-top,
h2.background-position-center-top,
h3.background-position-center-top,
h4.background-position-center-top,
h5.background-position-center-top,
h6.background-position-center-top,
*.background-position-center-top > div,
*.background-position-center-top > * {
  background-position: center top !important;
}

div.background-position-center-center,
section.background-position-center-center,
h1.background-position-center-center,
h2.background-position-center-center,
h3.background-position-center-center,
h4.background-position-center-center,
h5.background-position-center-center,
h6.background-position-center-center,
*.background-position-center-center > div,
*.background-position-center-center > * {
  background-position: center center !important;
}

div.background-position-center-bottom,
section.background-position-center-bottom,
h1.background-position-center-bottom,
h2.background-position-center-bottom,
h3.background-position-center-bottom,
h4.background-position-center-bottom,
h5.background-position-center-bottom,
h6.background-position-center-bottom,
*.background-position-center-bottom > div,
*.background-position-center-bottom > * {
  background-position: center bottom !important;
}

div.background-position-right-top,
section.background-position-right-top,
h1.background-position-right-top,
h2.background-position-right-top,
h3.background-position-right-top,
h4.background-position-right-top,
h5.background-position-right-top,
h6.background-position-right-top,
*.background-position-right-top > div,
*.background-position-right-top > * {
  background-position: right top !important;
}

div.background-position-right-center,
section.background-position-right-center,
h1.background-position-right-center,
h2.background-position-right-center,
h3.background-position-right-center,
h4.background-position-right-center,
h5.background-position-right-center,
h6.background-position-right-center,
*.background-position-right-center > div,
*.background-position-right-center > * {
  background-position: right center !important;
}

div.background-position-right-bottom,
section.background-position-right-bottom,
h1.background-position-right-bottom,
h2.background-position-right-bottom,
h3.background-position-right-bottom,
h4.background-position-right-bottom,
h5.background-position-right-bottom,
h6.background-position-right-bottom,
*.background-position-right-bottom > div,
*.background-position-right-bottom > * {
  background-position: right bottom !important;
}

div.background-repeat-no-repeat,
section.background-repeat-no-repeat,
h1.background-repeat-no-repeat,
h2.background-repeat-no-repeat,
h3.background-repeat-no-repeat,
h4.background-repeat-no-repeat,
h5.background-repeat-no-repeat,
h6.background-repeat-no-repeat,
.background-repeat-no-repeat > div,
.background-repeat-no-repeat > * {
  background-repeat: no-repeat !important;
}

div.background-repeat-repeat-x,
section.background-repeat-repeat-x,
h1.background-repeat-repeat-x,
h2.background-repeat-repeat-x,
h3.background-repeat-repeat-x,
h4.background-repeat-repeat-x,
h5.background-repeat-repeat-x,
h6.background-repeat-repeat-x,
.background-repeat-repeat-x > div,
.background-repeat-repeat-x > * {
  background-repeat: repeat-x !important;
}

div.background-repeat-repeat-y,
section.background-repeat-repeat-y,
h1.background-repeat-repeat-y,
h2.background-repeat-repeat-y,
h3.background-repeat-repeat-y,
h4.background-repeat-repeat-y,
h5.background-repeat-repeat-y,
h6.background-repeat-repeat-y,
.background-repeat-repeat-y > div,
.background-repeat-repeat-y > * {
  background-repeat: repeat-y !important;
}

div.background-attachment-fixed,
section.background-attachment-fixed,
h1.background-attachment-fixed,
h2.background-attachment-fixed,
h3.background-attachment-fixed,
h4.background-attachment-fixed,
h5.background-attachment-fixed,
h6.background-attachment-fixed,
.background-attachment-fixed > div,
.background-attachment-fixed > * {
  background-attachment: fixed !important;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}

/*--------------------------------------------------------------
# Custom Widgets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# RadiantThemes Contact Box Widget
--------------------------------------------------------------*/

.widget_radiantthemes_contact_box_widget ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 29px;
}

.widget_radiantthemes_contact_box_widget ul li:last-child {
  margin-bottom: 0;
}

.widget_radiantthemes_contact_box_widget ul li:before {
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
  font-family: "themify";
}

.widget_radiantthemes_contact_box_widget ul li.address:before {
  content: "\e693";
}

.widget_radiantthemes_contact_box_widget ul li.email:before {
  content: "\e75a";
}

.widget_radiantthemes_contact_box_widget ul li.phone:before {
  content: "\e621";
}

.widget_radiantthemes_contact_box_widget ul li strong {
  display: block;
  font-weight: 500;
}

.widget_radiantthemes_contact_box_widget ul li ul {
  margin-top: 12px;
}

/*--------------------------------------------------------------
# RadiantThemes Twitter Box
--------------------------------------------------------------*/

.rt-twitter-box ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #e2e2e2 solid;
}

.rt-twitter-box ul li:first-child {
  padding-top: 0;
}

.rt-twitter-box ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.rt-twitter-box ul li:only-child {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.rt-twitter-box ul li > *:last-child {
  margin-bottom: 0 !important;
}

.rt-twitter-box ul li .user {
  min-width: 50px;
  margin-bottom: 12px;
  text-align: left;
}

.rt-twitter-box ul li .user span:nth-last-child(1),
.rt-twitter-box ul li .user span:nth-last-child(2) {
  display: none;
}

.rt-twitter-box ul li .user img {
  max-width: 50px;
  margin-right: 10px;
  border-radius: 50%;
}

.rt-twitter-box ul li .tweet {
  margin-bottom: 12px;
  text-align: left;
}

.rt-twitter-box ul li .timePosted {
  margin-bottom: 17px;
  text-align: left;
}

.rt-twitter-box ul li .interact {
  margin-bottom: 20px;
  text-align: left;
  font-size: 0;
}

.rt-twitter-box ul li .interact > a {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin: 0px 4px 5px 4px;
  background-color: #1bb2e9;
  border-radius: 50%;
  text-align: center;
}

.rt-twitter-box ul li .interact > a i {
  font-size: 13px;
  color: #fff;
  line-height: 31px;
}

.rt-twitter-box ul li .media {
  margin-bottom: 20px;
  text-align: left;
}

/*--------------------------------------------------------------
# RadiantThemes Contact Box
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# RadiantThemes Recent Post With Thumbnail
--------------------------------------------------------------*/

.widget-area > section {
  margin-bottom: 45px !important;
  width: 100%;
  float: left;
}


.rt-recent-post-with-thumbnail.element-one {
  margin-bottom: 20px;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder {
  float: left;
  margin-top: 10px;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  vertical-align: top;
  float: left;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-img {
  flex-shrink: 0;
  width: 105px;
  margin: 0 15px 0 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow: hidden;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-img img {
  transform: scale(1.06);
  transition: transform 1s cubic-bezier(.33, .02, 0, .93);
  overflow: hidden;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post:hover .blog-widget-post-img img {
  transform: scale(1.06) translateX(2%);
  transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-img a {
  display: block;
  width: 100%;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-content {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-content .blog-widget-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 28px;
  margin-top: -7px;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-post-content .blog-widget-title a {
  color: #101010;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .excerpt {
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  /*letter-spacing: 1.3px;*/
  color: #696969 !important;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post:last-child {
  margin-bottom: 10px;
}

@media screen and (max-width: 1190px) and (min-width: 250px) {
  .rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .excerpt {
    font-size: 16px;
    line-height: 28px;
  }
}

.widget-area > .widget.widget_categories ul li {
  text-transform: capitalize;
}

.widget-area > .widget.widget_categories ul li:last-child {
  border-bottom: none;
}
.comment-content ul:not(.contact)>li:before, .comments-area ol.comment-list li .reply, .default-page ul:not(.contact)>li:before, .post-tags a[rel=tag]:hover, .post.single-post .entry-meta>.holder>.data .meta>span a:hover, .post.style-one .post-meta>span i, .post.style-three .entry-main .post-meta>span i, .post.style-two .entry-main .post-meta>span i, .radiantthemes-shop-box.style-five>.holder:hover>.data>.action-buttons>.added_to_cart, .radiantthemes-shop-box.style-five>.holder:hover>.data>.action-buttons>.button, .radiantthemes-shop-box.style-one>.holder>.data .price, .sidr-close, .widget-area>.widget .tagcloud>[class*=tag-link-]:hover, .widget-area>.widget.widget_rss ul li .rss-date:before, .wraper_maintenance_main.style-one .maintenance_main_item h2, .wraper_maintenance_main.style-three .maintenance_main_item h1 strong, a, a:focus, a:hover {
    color: #101010;
}
.entry .entry-content dd a,
.entry .entry-content p a {
    position: relative;
    display: inline-block;
}
.entry .entry-content dd a:before,
.entry .entry-content p a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}
.entry .entry-content dd a:hover:before,
.entry .entry-content p a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}


/*--------------------------------------------------------------
# Inner Banner
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Inner Banner Main
--------------------------------------------------------------*/

/* wraper_inner_banner */


.wraper_inner_banner {
  position: relative;
  z-index: 2;
  width: 100%;

  /* wraper_inner_banner_main */
  /*--------------------------------------------------------------
  # Inner Banner Breadcrumb
  --------------------------------------------------------------*/
}


.inner_banner_main .title {
  color: #FFFFFF;
  /*font-family: "Jost-SemiBold", Sans-serif;*/
  font-size: 50px;
  font-weight: 600;
  line-height: 64px;
  text-align: left;
}

.wraper_inner_banner .wraper_inner_banner_main {
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.wraper_inner_banner .wraper_inner_banner_main .inner_banner_main > *:last-child {
  margin-bottom: 0 !important;
}

.inner_banner_main .subtitle {
  font-size: 16px !important;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.wraper_inner_banner .wraper_inner_banner_main .inner_banner_main .subtitle {
  margin-bottom: 0px !important;
}
.wraper_inner_banner .wraper_inner_banner_main .inner_banner_main .subtitle p {
  margin-bottom: 0px !important;
}

.wraper_inner_banner .wraper_inner_banner_breadcrumb {
  width: 100%;
  height: auto;
}

.wraper_inner_banner .wraper_inner_banner_breadcrumb .inner_banner_breadcrumb > *:last-child {
  margin-bottom: 0 !important;
}

.wraper_inner_banner .wraper_inner_banner_breadcrumb .inner_banner_breadcrumb #crumbs {
  width: auto;
  height: auto;
}

.wraper_inner_banner .wraper_inner_banner_breadcrumb .inner_banner_breadcrumb #crumbs .gap {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 50%;
}



/*--------------------------------------------------------------
# Pagination / WooCommerce Pagination
--------------------------------------------------------------*/
.wraper_blog_main.style-one.clasic-box-layout .pagination {
    text-align: center;
    width: 100%;
}

.pagination,
.woocommerce nav.woocommerce-pagination {
  display: block !important;
  margin-left: -6px;
  /*margin-right: -5px;*/
  padding: 65px 0 0px 0;
  border-radius: 0;
  text-align: center;
  font-size: 0;
  /*margin-bottom: 150px;*/
  text-align: center;
}


.pagination > * {
  display: inline-block !important;
  float: none;
  color: #101010;
  min-width: 0px;
  padding: 0px 5px;
  margin: 0px 5px;
  font-size: 16px;
  line-height: 28px;
  vertical-align: middle;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.pagination > *:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.pagination > *:hover:after {
  right: auto;
  left: 0;
  width: 100%;
}
.wraper_blog_main.style-five .pagination {
  float: left;
  width: 100%;
  text-align: center !important;
}

.entry-main .post-meta {
  margin-top: 20px;
}

.entry-main .post-meta .date i {
  padding-right: 6px;
}

.entry-main .post-meta .comments i {
  padding-right: 8px;
}


.entry-main .post-meta .comments a:hover {
  color: #181b31;
}

.woocommerce nav.woocommerce-pagination ul li a {
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  color: #231834;
  background: none !important;
  padding: 6px 15px;
  border-radius: 5px;
  border: 1px #d7dcdb solid;
  text-align: center;
  font-weight: 500;
  color: #1a1c26;
  line-height: 25px;
  /*width: 45px;
  height: 45px;*/
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}


/*.woocommerce nav.woocommerce-pagination ul li span{
  padding: 0px;
}*/



.pagination > * svg {
  stroke: #2d2b3b;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.pagination > *:hover svg {
  transform: translateY(20px);
}

.pagination > * .animated-arrow {
  /*display: none;*/
  /*width: 50px;*/
  /*height: 19px;*/
  /*margin-top: -2px;*/
  /*margin-right: -8px;*/
  /*overflow: hidden;*/
}

.pagination > * .animated-arrow svg {
  stroke: #2d2b3b;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transform: translateX(-15px) rotate(-90deg);
}

.pagination > *:hover .animated-arrow svg {
  transform: translateX(-10px) rotate(-90deg);
}

.pagination > *:hover {
  color: #2d2b3b;
  box-shadow: none;
}

/*.pagination > a:focus, a:hover{
	color:#ff5f63 !important;
}*/

.pagination > *.current {
  color: #101010;
  border: none;
  /*background-color: #053BEB !important;*/
  /*box-shadow: 0 0 22px rgba(0, 0, 0, 0.18);*/
}

.pagination > *.current:after {
  content: "";
  background: currentColor;
  width: 15px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  /* left: 32px; */
  left: 0;
  right: 0;
  margin: 0 auto;
}

.pagination > *.current:after:hover {
  color: #101010 !important;
  right: 0 !important;
  left: 0 !important;
  width: 15px !important;
}


.pagination > *.next:hover:after {
  display: none;
}

.pagination > *.prev:hover:after {
  display: none;
}

/*.pagination > *.prev,
.pagination > *.next {
  display: none !important;
  margin: 0px 0px 0px 0px;
  width: 80px;
  margin-left: 0px;
  padding: 9px 0;
  border:none;
}*/
.pagination > *.next [class*=" ti-"],
.pagination > *.next [class^=ti-],
.pagination > *.prev [class*=" ti-"],
.pagination > *.prev [class^=ti-] {
  font-size: 13px;
  font-weight: 500;
}

.pagination > *.next {
  display: block;
  margin: 0px 0px 0px 0px;
  width: 20px;
  margin-left: 8px;
  padding: 0;
  border: none;
  position: relative;
  left: 0;
  right: auto;
  text-align: center;
}

.pagination > *.prev {
  display: block;
  margin: 0px 0px 0px 0px;
  width: 20px;
  margin-right: 8px;
  padding: 0;
  border: none;
  position: relative;
  left: 0;
  right: auto;
  text-align: center;
}
.pagination > *.next span{
  font-size: 20px;
  display: block;
}
.pagination > *.prev span{
  font-size: 20px;
  display: block;
}
/*.pagination > *.prev {
  margin: 0px;
  width: 80px;
  padding: 9px 0;
  transform: none;
  border:none;
}*/
.pagination .next span.animated-arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 1px;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #2d2b3b;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.pagination .next:hover span.animated-arrow {
  width: 35px;
  left: 0;
  right: auto;
  background: #2d2b3b;
  margin-left: 10px;
}

.pagination .next span.animated-arrow .ti-arrow-right {
  position: absolute;
  top: -7px;
  right: -5px;
  z-index: 1;
  font-size: 15px;
}

.pagination .prev span.animated-arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 1px;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #2d2b3b;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.pagination .prev:hover span.animated-arrow {
  width: 35px;
  left: 0;
  right: auto;
  background: #2d2b3b;
  margin-left: 10px;
}

.pagination .prev span.animated-arrow .ti-arrow-left {
  position: absolute;
  top: -7px;
  right: -5px;
  z-index: 1;
  font-size: 15px;
}

.pagination > .next span.ti-arrow-right {
  vertical-align: middle;
  padding-left: 5px;
  position: relative;
  top: -2px;
}

.pagination > .prev span.ti-arrow-left {
  vertical-align: middle;
  padding-right: 5px;
  position: relative;
  top: -1px;
}

.case-study-inner .pagination {
  display: block;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0;
  border-radius: 0;
  text-align: center;
  font-size: 0;
}

.case-study-inner .pagination li:hover {
  color: initial !important;
  background-color: transparent;
  box-shadow: none;
}

.case-study-inner .pagination li,
.case-study-inner .pagination li a {
  min-width: 49px;
  min-height: 49px;
  padding: 9px 15px 9px 15px;
  border-radius: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  color: #181b31;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.case-study-inner .pagination li.inactive a:hover {
  color: #fff !important;
  background-color: #27ae60;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.18);
}

.case-study-inner .pagination li.inactive {
  padding: 0;
}

.case-study-inner .pagination li.inactive a {
  border: none;
  background-color: transparent;
}

.case-study-inner .pagination li.current {
  color: #fff !important;
  background-color: #5f27d4;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.18);
}



/*--------------------------------------------------------------
# woocommerce
--------------------------------------------------------------*/


.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  overflow: hidden !important;
}
.woocommerce ul#shipping_method {
  padding-left: 0px !important;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding-left: 0px !important;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/


/*.widget.woocommerce {
    margin-top: 15px;
}*/

.widget-area > #search-2 {
  margin-bottom: 45px;
}

.widget-area > #categories-2 {
  margin-bottom: 40px;
}

.widget-area > .widget_radiantthemes_recent_posts_widget {
  margin-bottom: 45px;
}

.widget-area > .widget_tag_cloud {
  margin-bottom: 40px;
}

.widget-area > #radiantthemes_image_box_widget-2 {
  margin-bottom: 47px;
}

.widget-area > #radiantthemes_social_widget-3 {
  margin-bottom: 35px;
  overflow: hidden;
}


.widget-area > #radiantthemes_recent_posts_widget-2 {
  margin-bottom: 39px;
}

.widget-area > #radiantthemes_image_box_widget-2 {
  margin-bottom: 50px;
}


.widget-area > #archives-2 {
  margin-bottom: 45px;
}

.widget-area > .widget:last-child,
.widget-area > .widget:only-child {
  margin-bottom: 0px !important;
}


.widget-area > .widget .widget-title:after {
  display: none;
}

.widget-area > .widget .widget-title a {
  color: inherit;
}

.widget-area > .widget .widget-title img {
  margin-right: 7px;
}

.widget-area > .widget.widget_media_image {
  padding: 0;
  border: none;
}

.widget-area > .widget.widget_search .search-form,
.widget-area > .widget.widget_product_search .woocommerce-product-search {
  position: relative;
}

.widget-area > .widget.widget_search .search-form label,
.widget-area > .widget.widget_product_search .woocommerce-product-search label {
  width: 100%;
  margin: 0;
}



.widget-area > .widget .textwidget {
  margin-bottom: 0px;
  padding-top: 7px;
}
.widget-area > .widget .textwidget #sb_instagram {
  padding-bottom: 0px !important;
}

.widget-area > .widget .textwidget > *:last-child {
  margin-bottom: 0 !important;
}

.widget-area > .widget .textwidget p {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 26px;
}

.widget-area > .widget .textwidget img {
  margin: 12px 0px 15px 0px;
  border-radius: 0;
}

.widget-area > .widget.widget_rss ul {
  margin: 0;
}

.widget-area > .widget.widget_rss ul li {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}

.widget-area > .widget.widget_rss ul li:last-child,
.widget-area > .widget.widget_rss ul li:only-child {
  margin-bottom: 0;
}

.widget-area > .widget.widget_rss ul li a {
  color: #31281f;
}

.widget-area > .widget.widget_rss ul li .rss-date {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  color: #9b9a9a;
  line-height: 22px;
}

.widget-area > .widget.widget_rss ul li .rss-date:before {
  margin-right: 10px;
  content: "\f017";
  font-family: "FontAwesome";
}

.widget-area > .widget.widget_rss ul li .rssSummary {
  display: block;
  margin-top: 7px;
}

.widget-area > .widget.widget_recent_entries ul,
.widget-area > .widget.widget_recent_comments ul {
  margin: 0;
}

.widget-area > .widget.widget_recent_entries ul li,
.widget-area > .widget.widget_recent_comments ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 23px;
  padding-bottom: 15px;
  border-bottom: 1px #e2e2e2 solid;
  font-size: 14px;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.widget-area > .widget.widget_recent_entries ul li:last-child,
.widget-area > .widget.widget_recent_entries ul li:only-child,
.widget-area > .widget.widget_recent_comments ul li:last-child,
.widget-area > .widget.widget_recent_comments ul li:only-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget-area > .widget.widget_recent_entries ul li:before,
.widget-area > .widget.widget_recent_comments ul li:before {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 0;
  content: "\f101";
  font-family: "FontAwesome";
  color: #000;
}

.widget-area > .widget.widget_recent_entries ul li a,
.widget-area > .widget.widget_recent_comments ul li a {
  color: inherit;
}

.widget-area > .widget.widget_recent_entries ul li .post-date,
.widget-area > .widget.widget_recent_comments ul li .post-date {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #282828;
  line-height: 20px;
}

.widget-area > .widget.widget_recent_entries ul li a,
.widget-area > .widget.widget_recent_comments ul li a {
  color: inherit;
}



.widget-area > .widget.widget_rating_filter ul li {
  margin-bottom: 15px;
}

.widget-area > .widget.widget_rating_filter ul li:last-child,
.widget-area > .widget.widget_rating_filter ul li:only-child {
  margin-bottom: 0;
}

.widget-area > .widget.widget_recent_reviews ul li,
.widget-area > .widget.widget_top_rated_products ul li {
  margin-bottom: 15px;
}

.widget-area > .widget.widget_recent_reviews ul li:last-child,
.widget-area > .widget.widget_recent_reviews ul li:only-child,
.widget-area > .widget.widget_top_rated_products ul li:last-child,
.widget-area > .widget.widget_top_rated_products ul li:only-child {
  margin-bottom: 0;
}

.widget-area > .widget.widget_recent_reviews ul li img,
.widget-area > .widget.widget_top_rated_products ul li img {
  width: 40px;
  margin-top: 8px;
}

.widget-area > .widget.widget_recent_reviews ul li .star-rating,
.widget-area > .widget.widget_top_rated_products ul li .star-rating {
  float: left;
  margin-top: 7px;
}

.widget-area > .widget.widget_recent_reviews ul li .reviewer,
.widget-area > .widget.widget_top_rated_products ul li .amount {
  width: 100%;
  float: left;
  margin-top: 5px;
}

.widget-area > .widget.widget_price_filter .ui-slider {
  margin-bottom: 22px;
  background-color: #252525;
}

.widget-area > .widget.widget_price_filter button[type="submit"] {
  padding: 8px 33px;
  border-radius: 0 !important;
  border: none;
  text-transform: capitalize;
  font-size: 16px !important;
  line-height: 28px !important;
  color: #fff !important;
  background: #FF583C !important;
}

.widget-area > .widget.widget_layered_nav_filters ul li {
  width: 100%;
  margin-bottom: 7px;
  padding: 0;
}

.widget-area > .widget.widget_layered_nav_filters ul li:last-child,
.widget-area > .widget.widget_layered_nav_filters ul li:only-child {
  margin-bottom: 0;
}

.widget-area > .widget.widget_products ul li {
  padding-top: 17px;
  padding-bottom: 14px;
  border-bottom: 1px rgba(84, 84, 111, 0.3) solid;
}

.widget-area > .widget.widget_products ul li:first-child {
  padding-top: 0;
}

.widget-area > .widget.widget_products ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.widget-area > .widget.widget_products ul li:only-child {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget-area > .widget.widget_products ul li > a {
  margin-bottom: 1px;
  font-weight: 500;
  color: inherit;
}

.widget-area > .widget.widget_products ul li img {
  width: 60px;
}

.widget-area > .widget.widget_products ul li .star-rating {
  display: none;
}

.widget-area > .widget.widget_products ul li .woocommerce-Price-amount {
  font-size: 13px;
}

.widget-area > .widget.widget_products ul li del {
  opacity: 0.7;
}

.widget-area > .widget select {
  width: 100%;
  /*height: 50px;*/
  padding: 0px 10px 0px 10px;
  background-color: #fff;
  border: 1px #e0e0e0 solid;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  /*margin-bottom: 52px;*/
}


.widget-area > .widget.widget_calendar .calendar_wrap {
  background-color: #fff;
  /*border: 1px #e2e2e2 solid;*/
  border-radius: 5px;
}

.widget-area > .widget.widget_calendar #wp-calendar {
  width: 100%;
  table-layout: fixed;
}

.widget-area > .widget.widget_calendar #wp-calendar caption {
  padding: 9px 10px 10px 4px;
  /*border: 1px #e2e2e2 solid;*/
  border-bottom: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #373737;
  line-height: 24px;
  letter-spacing: 1px;
  caption-side: top;
}

.widget-area > .widget.widget_calendar #wp-calendar > tbody > tr > td,
.widget-area > .widget.widget_calendar #wp-calendar > tbody > tr > th,
.widget-area > .widget.widget_calendar #wp-calendar > tfoot > tr > td,
.widget-area > .widget.widget_calendar #wp-calendar > tfoot > tr > th,
.widget-area > .widget.widget_calendar #wp-calendar > thead > tr > td,
.widget-area > .widget.widget_calendar #wp-calendar > thead > tr > th {
  padding: 2px 5px;
  border: 1px #e2e2e2 solid;
  text-align: center;
  font-size: 70%;
}

.widget-area > .widget.widget_calendar #wp-calendar > tbody > tr > td#today {
  background: rgba(0, 0, 0, 0.05);
}


/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/

/* wraper_blog_main */
.wraper_blog_main.style-default > .container > .row {
  margin-left: -15px;
  margin-right: -15px;
}

.wraper_shop_main.left > .container > .row {
  margin-left: -15px;
  margin-right: -15px;
}

.wraper_shop_main.right > .container > .row {
  margin-left: -15px;
  margin-right: -15px;
}

/*.wraper_blog_main .container .row {
    margin-left: -30px;
    margin-right: -30px;
}*/

.single.single-post .wraper_blog_main .container .row {
  margin-left: -15px;
  margin-right: -15px;
}

.wraper_blog_main {
  width: 100%;
  overflow: hidden;
}

.wraper_blog_main.style-two,
.wraper_blog_main.style-four,
.wraper_blog_main.style-three,
.wraper_blog_main.style-six {
  background-color: #f6f7fc;
}

.wraper_blog_main .container {
  padding-top: 115px;
  padding-bottom: 120px;
  padding-right: 0px;
  padding-left: 0px;
}


.wraper_blog_main > .container > .row > [class*="col-"],
.wraper_blog_main.style-default > .container > .row > [class*="col-"],
.wraper_blog_main.style-five > .container > .row > [class*="col-"],
.wraper_blog_main.style-three > .container > .row > [class*="col-"],
.wraper_blog_main.style-four > .container > .row > [class*="col-"],
.wraper_blog_main.style-six > .container > .row > [class*="col-"] {
  /*padding-left: 25px;*/
  padding-right: 15px;
}

.wraper_blog_main.style-five > .container-fluid,
.wraper_blog_main.style-five > .container-fluid > .row [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.wraper_blog_main.style-five > .container-fluid > .row {
  margin-right: 0;
  margin-left: 0;
}

.wraper_blog_main .blog_main {
  width: 100%;
  float: left;
  margin-bottom: 0;
  padding-right: 15px;
}

.wraper_blog_main.style-five .blog_main {
  width: auto;
  float: none;
  margin: 0;
}

@media screen and (min-width:768px) and (max-width:991px) {
  .wraper_blog_main .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width:767px) {
  .wraper_blog_main .container {
    /*margin-left: 0;*/
  }
}


/*--------------------------------------------------------------
# Post (Style Default)
--------------------------------------------------------------*/

.post.style-default,
.page.style-default,
.tribe_events.style-default,
.testimonial.style-default,
.team.style-default,
.portfolio.style-default,
.case-studies.style-default,
.client.style-default,
.product.style-default {
  margin-bottom: 35px;
  float: left;
}

.post.style-default:last-child,
.post.style-default:only-child,
.page.style-default:last-child,
.page.style-default:only-child,
.tribe_events.style-default:last-child,
.tribe_events.style-default:only-child,
.testimonial.style-default:last-child,
.testimonial.style-default:only-child,
.team.style-default:last-child,
.team.style-default:only-child,
.portfolio.style-default:last-child,
.portfolio.style-default:only-child,
.case-studies.style-default:last-child,
.case-studies.style-default:only-child,
.client.style-default:last-child,
.client.style-default:only-child,
.product.style-default:last-child,
.product.style-default:only-child {
  margin-bottom: 0;
}

.post.style-default.sticky,
.page.style-default.sticky,
.tribe_events.style-default.sticky,
.testimonial.style-default.sticky,
.team.style-default.sticky,
.portfolio.style-default.sticky,
.case-studies.style-default.sticky,
.client.style-default.sticky,
.product.style-default.sticky {
  position: relative;
  margin-bottom: 45px;
  padding: 30px 30px 0px 30px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

.post.style-default.sticky:before,
.page.style-default.sticky:before,
.tribe_events.style-default.sticky:before,
.testimonial.style-default.sticky:before,
.team.style-default.sticky:before,
.portfolio.style-default.sticky:before,
.case-studies.style-default.sticky:before,
.client.style-default.sticky:before,
.product.style-default.sticky:before {
  position: absolute;
  top: -15px;
  right: -10px;
  z-index: 0;
  content: "\f08d";
  font-family: "FontAwesome";
  font-size: 30px;
  color: #252525;
  line-height: 30px;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
}

.post.style-default .post-thumbnail,
.page.style-default .post-thumbnail,
.tribe_events.style-default .post-thumbnail,
.testimonial.style-default .post-thumbnail,
.team.style-default .post-thumbnail,
.portfolio.style-default .post-thumbnail,
.case-studies.style-default .post-thumbnail,
.client.style-default .post-thumbnail,
.product.style-default .post-thumbnail {
  margin-bottom: 30px;
  margin-top: 0;
  /*border-radius: 5px;*/
}

.post.style-default .entry-category,
.page.style-default .entry-category,
.tribe_events.style-default .entry-category,
.testimonial.style-default .entry-category,
.team.style-default .entry-category,
.portfolio.style-default .entry-category,
.case-studies.style-default .entry-category,
.client.style-default .entry-category,
.product.style-default .entry-category {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 13px;
  color: #1e1e1e;
  line-height: 23px;
}

.entry-content > .page-links > .post-page-numbers:first-child {
  margin-left: 15px;
}

.entry-content > .page-links > .post-page-numbers {
    display: initial;
    vertical-align: initial;
    width: initial;
    margin-left: initial;
    margin-right: initial;
    background-color: initial;
    min-width: 49px;
    min-height: 49px;
    padding: 5px 5px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #0A0114;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: relative;

}

.entry-content > .page-links > .post-page-numbers.current:after {
    content: "";
    background: #000;
    width: 15px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    /* left: 32px; */
    left: 0;
    right: 0;
    margin: 0 auto;
}
.entry-content > .page-links > .post-page-numbers.current {
    color: #0a0114 !important;
    /*background-color: #ff5f63;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.18);*/
}

.entry-content > .page-links > .post-page-numbers:hover {
    color: #0a0114 !important;
    /*background-color: #ff5f63;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.18);*/
}

.entry-category > .category > a {
  color: #3a3d42;
}

.post.style-default .entry-category > span i,
.post.style-default .entry-category > span span[class*="ti-"],
.page.style-default .entry-category > span i,
.page.style-default .entry-category > span span[class*="ti-"],
.tribe_events.style-default .entry-category > span i,
.tribe_events.style-default .entry-category > span span[class*="ti-"],
.testimonial.style-default .entry-category > span i,
.testimonial.style-default .entry-category > span span[class*="ti-"],
.team.style-default .entry-category > span i,
.team.style-default .entry-category > span span[class*="ti-"],
.portfolio.style-default .entry-category > span i,
.portfolio.style-default .entry-category > span span[class*="ti-"],
.case-studies.style-default .entry-category > span i,
.case-studies.style-default .entry-category > span span[class*="ti-"],
.client.style-default .entry-category > span i,
.client.style-default .entry-category > span span[class*="ti-"],
.product.style-default .entry-category > span i,
.product.style-default .entry-category > span span[class*="ti-"] {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 7px;
}

.post.style-default .entry-category > span:after,
.page.style-default .entry-category > span:after,
.tribe_events.style-default .entry-category > span:after,
.testimonial.style-default .entry-category > span:after,
.team.style-default .entry-category > span:after,
.portfolio.style-default .entry-category > span:after,
.case-studies.style-default .entry-category > span:after,
.client.style-default .entry-category > span:after,
.product.style-default .entry-category > span:after {
  content: ",";
  margin-right: 10px;
}

.post.style-default .entry-category > span:last-child:after,
.post.style-default .entry-category > span:only-child:after,
.page.style-default .entry-category > span:last-child:after,
.page.style-default .entry-category > span:only-child:after,
.tribe_events.style-default .entry-category > span:last-child:after,
.tribe_events.style-default .entry-category > span:only-child:after,
.testimonial.style-default .entry-category > span:last-child:after,
.testimonial.style-default .entry-category > span:only-child:after,
.team.style-default .entry-category > span:last-child:after,
.team.style-default .entry-category > span:only-child:after,
.portfolio.style-default .entry-category > span:last-child:after,
.portfolio.style-default .entry-category > span:only-child:after,
.case-studies.style-default .entry-category > span:last-child:after,
.case-studies.style-default .entry-category > span:only-child:after,
.client.style-default .entry-category > span:last-child:after,
.client.style-default .entry-category > span:only-child:after,
.product.style-default .entry-category > span:last-child:after,
.product.style-default .entry-category > span:only-child:after {
  display: none;
}

.post.style-default .entry-header,
.page.style-default .entry-header,
.tribe_events.style-default .entry-header,
.testimonial.style-default .entry-header,
.team.style-default .entry-header,
.portfolio.style-default .entry-header,
.case-studies.style-default .entry-header,
.client.style-default .entry-header {
  margin-bottom: 5px;
}

.post.style-default .entry-header > *:last-child,
.page.style-default .entry-header > *:last-child,
.tribe_events.style-default .entry-header > *:last-child,
.testimonial.style-default .entry-header > *:last-child,
.team.style-default .entry-header > *:last-child,
.portfolio.style-default .entry-header > *:last-child,
.case-studies.style-default .entry-header > *:last-child,
.client.style-default .entry-header > *:last-child,
.product.style-default .entry-header > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-default .entry-header .entry-title,
.page.style-default .entry-header .entry-title,
.tribe_events.style-default .entry-header .entry-title,
.testimonial.style-default .entry-header .entry-title,
.team.style-default .entry-header .entry-title,
.portfolio.style-default .entry-header .entry-title,
.case-studies.style-default .entry-header .entry-title,
.client.style-default .entry-header .entry-title,
.product.style-default .entry-header .entry-title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #101010;
  font-size: 28px;
  line-height: 38px;
}

.post.style-default .entry-header .entry-title a,
.page.style-default .entry-header .entry-title a,
.tribe_events.style-default .entry-header .entry-title a,
.testimonial.style-default .entry-header .entry-title a,
.team.style-default .entry-header .entry-title a,
.portfolio.style-default .entry-header .entry-title a,
.case-studies.style-default .entry-header .entry-title a,
.client.style-default .entry-header .entry-title a,
.product.style-default .entry-header .entry-title a {
  color: inherit;
}

.post.style-default .entry-meta,
.page.style-default .entry-meta,
.tribe_events.style-default .entry-meta,
.testimonial.style-default .entry-meta,
.team.style-default .entry-meta,
.portfolio.style-default .entry-meta,
.case-studies.style-default .entry-meta,
.client.style-default .entry-meta,
.product.style-default .entry-meta {
  margin-bottom: 16px;
}

.post.style-default .entry-meta > .holder > .author-image,
.page.style-default .entry-meta > .holder > .author-image,
.tribe_events.style-default .entry-meta > .holder > .author-image,
.testimonial.style-default .entry-meta > .holder > .author-image,
.team.style-default .entry-meta > .holder > .author-image,
.portfolio.style-default .entry-meta > .holder > .author-image,
.case-studies.style-default .entry-meta > .holder > .author-image,
.client.style-default .entry-meta > .holder > .author-image,
.product.style-default .entry-meta > .holder > .author-image {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  width: 50px;
  height: auto;
  text-align: center;
}

.post.style-default .entry-meta > .holder > .author-image img,
.page.style-default .entry-meta > .holder > .author-image img,
.tribe_events.style-default .entry-meta > .holder > .author-image img,
.testimonial.style-default .entry-meta > .holder > .author-image img,
.team.style-default .entry-meta > .holder > .author-image img,
.portfolio.style-default .entry-meta > .holder > .author-image img,
.case-studies.style-default .entry-meta > .holder > .author-image img,
.client.style-default .entry-meta > .holder > .author-image img,
.product.style-default .entry-meta > .holder > .author-image img {
  border-radius: 50%;
}

.post.style-default .entry-meta > .holder > .data > *:last-child,
.page.style-default .entry-meta > .holder > .data > *:last-child,
.tribe_events.style-default .entry-meta > .holder > .data > *:last-child,
.testimonial.style-default .entry-meta > .holder > .data > *:last-child,
.team.style-default .entry-meta > .holder > .data > *:last-child,
.portfolio.style-default .entry-meta > .holder > .data > *:last-child,
.case-studies.style-default .entry-meta > .holder > .data > *:last-child,
.client.style-default .entry-meta > .holder > .data > *:last-child,
.product.style-default .entry-meta > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-default .entry-meta > .holder > .data .meta,
.page.style-default .entry-meta > .holder > .data .meta,
.tribe_events.style-default .entry-meta > .holder > .data .meta,
.testimonial.style-default .entry-meta > .holder > .data .meta,
.team.style-default .entry-meta > .holder > .data .meta,
.portfolio.style-default .entry-meta > .holder > .data .meta,
.case-studies.style-default .entry-meta > .holder > .data .meta,
.client.style-default .entry-meta > .holder > .data .meta,
.product.style-default .entry-meta > .holder > .data .meta {
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
}

.post.style-default .entry-meta > .holder > .data .meta > span i,
.post.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.page.style-default .entry-meta > .holder > .data .meta > span i,
.page.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.tribe_events.style-default .entry-meta > .holder > .data .meta > span i,
.tribe_events.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.testimonial.style-default .entry-meta > .holder > .data .meta > span i,
.testimonial.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.team.style-default .entry-meta > .holder > .data .meta > span i,
.team.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.portfolio.style-default .entry-meta > .holder > .data .meta > span i,
.portfolio.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.case-studies.style-default .entry-meta > .holder > .data .meta > span i,
.case-studies.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.client.style-default .entry-meta > .holder > .data .meta > span i,
.client.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"],
.product.style-default .entry-meta > .holder > .data .meta > span i,
.product.style-default .entry-meta > .holder > .data .meta > span span[class*="ti-"] {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-right: 7px;
}

.post.style-default .entry-meta > .holder > .data .meta > span:after {
  content: "|";
  margin-left: 10px;
  margin-right: 8px;
}

.page.style-default .entry-meta > .holder > .data .meta > span:after,
.tribe_events.style-default .entry-meta > .holder > .data .meta > span:after,
.testimonial.style-default .entry-meta > .holder > .data .meta > span:after,
.team.style-default .entry-meta > .holder > .data .meta > span:after,
.portfolio.style-default .entry-meta > .holder > .data .meta > span:after,
.case-studies.style-default .entry-meta > .holder > .data .meta > span:after,
.client.style-default .entry-meta > .holder > .data .meta > span:after,
.product.style-default .entry-meta > .holder > .data .meta > span:after {
  content: "-";
  margin-left: 10px;
  margin-right: 8px;
}

.post.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.post.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.page.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.page.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.tribe_events.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.tribe_events.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.testimonial.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.testimonial.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.team.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.team.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.portfolio.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.portfolio.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.case-studies.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.case-studies.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.client.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.client.style-default .entry-meta > .holder > .data .meta > span:only-child:after,
.product.style-default .entry-meta > .holder > .data .meta > span:last-child:after,
.product.style-default .entry-meta > .holder > .data .meta > span:only-child:after {
  display: none;
}

.post.style-default .entry-meta > .holder > .data .meta > span a,
.page.style-default .entry-meta > .holder > .data .meta > span a,
.tribe_events.style-default .entry-meta > .holder > .data .meta > span a,
.testimonial.style-default .entry-meta > .holder > .data .meta > span a,
.team.style-default .entry-meta > .holder > .data .meta > span a,
.portfolio.style-default .entry-meta > .holder > .data .meta > span a,
.case-studies.style-default .entry-meta > .holder > .data .meta > span a,
.client.style-default .entry-meta > .holder > .data .meta > span a,
.product.style-default .entry-meta > .holder > .data .meta > span a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  overflow: hidden;
  color: inherit;
}

.post.style-default .entry-meta > .holder > .data .meta > span a span,
.page.style-default .entry-meta > .holder > .data .meta > span a span,
.tribe_events.style-default .entry-meta > .holder > .data .meta > span a span,
.testimonial.style-default .entry-meta > .holder > .data .meta > span a span,
.team.style-default .entry-meta > .holder > .data .meta > span a span,
.portfolio.style-default .entry-meta > .holder > .data .meta > span a span,
.case-studies.style-default .entry-meta > .holder > .data .meta > span a span,
.client.style-default .entry-meta > .holder > .data .meta > span a span,
.product.style-default .entry-meta > .holder > .data .meta > span a span {
  position: relative;
  display: inline-block;
  transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
}

.post.style-default .entry-meta > .holder > .data .meta > span a span:before,
.page.style-default .entry-meta > .holder > .data .meta > span a span:before,
.tribe_events.style-default .entry-meta > .holder > .data .meta > span a span:before,
.testimonial.style-default .entry-meta > .holder > .data .meta > span a span:before,
.team.style-default .entry-meta > .holder > .data .meta > span a span:before,
.portfolio.style-default .entry-meta > .holder > .data .meta > span a span:before,
.case-studies.style-default .entry-meta > .holder > .data .meta > span a span:before,
.client.style-default .entry-meta > .holder > .data .meta > span a span:before,
.product.style-default .entry-meta > .holder > .data .meta > span a span:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: attr(data-hover);
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}

.post.style-default .entry-main,
.page.style-default .entry-main,
.tribe_events.style-default .entry-main,
.testimonial.style-default .entry-main,
.team.style-default .entry-main,
.portfolio.style-default .entry-main,
.case-studies.style-default .entry-main,
.client.style-default .entry-main,
.product.style-default .entry-main {
  margin-bottom: 10px;
}

.post.style-default .entry-main .entry-content,
.page.style-default .entry-main .entry-content,
.tribe_events.style-default .entry-main .entry-content,
.testimonial.style-default .entry-main .entry-content,
.team.style-default .entry-main .entry-content,
.portfolio.style-default .entry-main .entry-content,
.case-studies.style-default .entry-main .entry-content,
.client.style-default .entry-main .entry-content,
.product.style-default .entry-main .entry-content {
  margin-bottom: 33px;
  /*padding-top: 10px;*/
}

.post.style-default .entry-main .entry-content > *:last-child,
.page.style-default .entry-main .entry-content > *:last-child,
.tribe_events.style-default .entry-main .entry-content > *:last-child,
.testimonial.style-default .entry-main .entry-content > *:last-child,
.team.style-default .entry-main .entry-content > *:last-child,
.portfolio.style-default .entry-main .entry-content > *:last-child,
.case-studies.style-default .entry-main .entry-content > *:last-child,
.client.style-default .entry-main .entry-content > *:last-child,
.product.style-default .entry-main .entry-content > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-default .entry-main .entry-extra .entry-extra-item,
.page.style-default .entry-main .entry-extra .entry-extra-item,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item,
.team.style-default .entry-main .entry-extra .entry-extra-item,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item,
.client.style-default .entry-main .entry-extra .entry-extra-item,
.product.style-default .entry-main .entry-extra .entry-extra-item {
  /*margin-bottom: 25px;*/
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn {
  box-shadow: none !important;
  border: none;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  position: relative;
  display: inline-block;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span {
  background-color: transparent !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #101010;
  border-radius: 0px !important;
  padding: 0px !important;
  border: 0px none !important;
  font-size: 17px;
  line-height: 30px;
  font-size: 13px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 400;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:after,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
  -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
  transition: .35s cubic-bezier(.04, .11, .6, .97);
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:hover:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: .34s;
  -o-transition-delay: .34s;
  transition-delay: .34s;
}


.post.style-default .entry-main .post-meta .pull-right {
  margin-top: 25px;
}

@media screen and (max-width: 765px) and (min-width: 250px) {
  .post.style-default .entry-main .post-meta .pull-right {
    float: left;
    margin-top: 0;
  }
}



.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover {
  /*background-color: transparent !important;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);*/

  /*background: linear-gradient(to right, #5525ff 0%, #9547fd 100%) !important;*/
}

.comments-area .comment-form > p button[type="submit"]:hover,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span {
  background-color: #FF583C;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn {
  position: relative;
  overflow: hidden;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span {
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/*.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before, .product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: attr(data-hover);
	transition: transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transform: translateX(-25%);
	-webkit-transform: translateX(-25%);
}

.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover:before, .tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover:before, .testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover:before, .team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover:before, .portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover:before, .case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover:before, .client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover:before, .product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover:before {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
}

.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span {
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
}*/

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share {
  display: inline-block;
  vertical-align: top;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons {
  font-size: 0;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:last-child,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li:only-child {
  margin-right: 0;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #000;
  line-height: 35px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover {
  color: #fff;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: " ";
  border-radius: inherit;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a:hover:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li a i {
  position: relative;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.whatsapp a:before {
  background-color: #25d366;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.facebook a:before {
  background-color: #3b5999;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.google-plus a:before {
  background-color: #dd4b39;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.twitter a:before {
  background-color: #55acee;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.linkedin a:before {
  background-color: #0077b5;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-share ul.post-share-buttons > li.pinterest a:before {
  background-color: #bd081c;
}

/*Post Image Hover*/
.post-thumbnail {
  overflow: hidden;
  margin-bottom: 30px;
}

/*.post.hentry .post-thumbnail {
    margin-top: 30px;
}*/

.post-thumbnail:hover .wp-post-image {
  transform: scale(1.06) translateX(2%);
  transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

.post-thumbnail .wp-post-image {
  transform: scale(1.06);
  transition: transform 1s cubic-bezier(.33, .02, 0, .93);
  overflow: hidden;
}

/*Post Image Hover*/

/*--------------------------------------------------------------
# Post (Style One)
--------------------------------------------------------------*/

.post.style-one {
  /*  background-color: #fff;*/
  /*  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);*/
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0px 2px;
}

.post.style-one .category-list {
  position: absolute;
  top: 19px;
  right: 5px;
  z-index: 2;
  font-size: 0;
}

.post.style-one .post-data {
  padding: 15px 20px 25px 25px;
}

.post.style-one .category-list > a {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  margin-bottom: 10px;
  padding: 8px 15px 8px 15px;
  background-color: rgba(255, 255, 255, 0.87);
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 11px;
  color: #181b31;
  line-height: 1.1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.post.style-one .category-list > a:hover {
  color: #ffffff;
  background-color: #190e22;
  opacity: 0.87;
}

.post.style-one .post-thumbnail {
  transform: scale(1) translateY(0);
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.post.style-one:hover .post-thumbnail {
  transform: scale(1.1) translateY(-12px);
}

.post.style-one .post-thumbnail > img {
  width: 100%;
  float: left;
}

.post.style-one .post-btn {
  text-align: right;
  top: -43px;
  position: relative;
  right: 25px;
}

.post.style-one .post-button {
  display: block;
  float: right;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0 5px 25px -4px rgba(9, 31, 67, 0.15);
  transform: translateY(25px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.post.style-one:hover .post-button {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.post.style-one .post-button:hover {
  background-color: #ff5f63;
}

.post.style-one .post-button:hover .ti-angle-right {
  color: #ffffff;
}

.post.style-one .post-button .ti-angle-right {
  color: #ff5f63;
  font-size: 18px;
  line-height: 55px;
  display: block;
  text-align: center;
}

.post.style-one .post-thumbnail > .placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center top no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.post.style-one .entry-main {
  margin-bottom: 12px;
}

.post.style-one .entry-main > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-one .entry-main .entry-header {
  margin-bottom: 12px;
}

.post.style-one .entry-main .entry-header .date {
  font-weight: 400;
  display: inline-block;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 22px;
}

.post.style-one .entry-main .entry-header > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-one .entry-main .entry-header .entry-title {
  color: #0f0c0c !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
  margin-top: 10px;
  letter-spacing: 0px;
}

.post.style-one .entry-main .entry-header .entry-title a {
  color: inherit;
}

.post.style-one .entry-main .entry-content {
  margin-bottom: 25px;
}

.post.style-one .entry-main .entry-content > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-one .entry-main .entry-content p {
  margin-bottom: 20px;
  font-size: 15px;
  color: #6a7c92;
  line-height: 28px;
}

.post.style-one .post-meta {
  margin-bottom: 0;
  font-size: 0;
}

.post.style-one .post-meta > span {
  text-transform: capitalize;
  font-size: 15px;
  line-height: 30px;
  color: #696969;
  font-weight: 400;
  margin-right: 30px;

}

/*.post.style-one .post-meta > span:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 2px;
    margin-left: 7px;
    margin-right: 7px;
    background-color: #999;
}

.post.style-one .post-meta > span:last-child:after,
.post.style-one .post-meta > span:only-child:after {
    display: none;
}*/

.post.style-one .post-meta > span a {
  color: inherit;
}

/*--------------------------------------------------------------
# Post (Style Two)
--------------------------------------------------------------*/

.blog_main > .row.isotope-blog-style {
  margin-right: -20px;
  margin-left: -20px;
}

.blog_main > .row.isotope-blog-style > .isotope-blog-style-item {
  padding-right: 20px;
  padding-left: 20px;
}

.post.style-two {
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.post.style-two:hover {
  box-shadow: 0 70px 100px -40px rgba(0, 0, 0, 0.2);
}

.post.style-two.format-image {
  position: relative;
  text-align: center;
  padding-top: calc((140 / 100) * 100%);
}

.post.style-two.format-image .post-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}

.post.style-two.format-image .entry-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 30px 30px 30px 30px;
  background-color: rgba(0, 0, 0, 0.8);
}

.post.style-two.format-image .entry-main > .holder .entry-action-buttons {
  margin-bottom: 10px;
}

.post.style-two.format-image .entry-main > .holder .entry-action-buttons > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.post.style-two.format-image .entry-main > .holder .entry-action-buttons > li > .btn {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 22px;
  color: #000;
  line-height: 63px;
}

.post.style-two.format-image .entry-main > .holder .entry-action-buttons > li > .btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: " ";
  width: 130%;
  height: 130%;
  background-color: inherit;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.post.style-two.format-image .entry-main > .holder .entry-action-buttons > li > .btn:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
}

.post.style-two.format-image .entry-main > .holder .post-meta {
  margin-bottom: 10px;
}

.post.style-two.format-image .entry-main > .holder .post-meta > span {
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  line-height: 26px;
}

.post.style-two.format-image .entry-main > .holder .post-meta > span a {
  color: inherit;
}

.post.style-two.format-image .entry-main > .holder .entry-header > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-two.format-image .entry-main > .holder .entry-header .entry-title {
  margin-bottom: 10px;
  font-size: 27px;
  color: #fff;
  line-height: 35px;
}

.post.style-two.format-image .entry-main > .holder .entry-header .entry-title a {
  color: inherit;
}

.post.style-two.format-quote {
  position: relative;
  text-align: center;
  padding-top: calc((150 / 100) * 100%);
}

.post.style-two.format-quote .post-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}

.post.style-two.format-quote .entry-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 30px 30px 30px 30px;
  background-color: rgba(0, 0, 0, 0.8);
}

.post.style-two.format-quote .entry-main > .holder .entry-action-buttons {
  margin-bottom: 10px;
}

.post.style-two.format-quote .entry-main > .holder .entry-action-buttons > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.post.style-two.format-quote .entry-main > .holder .entry-action-buttons > li > .btn {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 22px;
  color: #000;
  line-height: 63px;
}

.post.style-two.format-quote .entry-main > .holder .entry-header {
  margin-bottom: 10px;
}

.post.style-two.format-quote .entry-main > .holder .entry-header > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-two.format-quote .entry-main > .holder .entry-header .entry-title {
  margin-bottom: 10px;
  font-size: 27px;
  color: #fff;
  line-height: 35px;
}

.post.style-two.format-quote .entry-main > .holder .entry-header .entry-title a {
  color: inherit;
}

.post.style-two.format-quote .entry-main > .holder .entry-content {
  margin-bottom: 15px;
}

.post.style-two.format-quote .entry-main > .holder .entry-content > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-two.format-quote .entry-main > .holder .entry-content p {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 27px;
}

.post.style-two.format-quote .entry-main > .holder .post-meta > span {
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  line-height: 26px;
}

.post.style-two.format-quote .entry-main > .holder .post-meta > span a {
  color: inherit;
}

.post.style-two.format-standard {
  text-align: left;
}

.post.style-two.format-standard .post-thumbnail img {
  width: 100%;
}

.post.style-two.format-standard .entry-main {
  padding: 38px 40px 38px 40px;
}

.post.style-two.format-standard .entry-main > .holder .post-meta {
  margin-bottom: 10px;
}

.post.style-two.format-standard .entry-main > .holder .post-meta > span {
  font-weight: 500;
  font-size: 12px;
  color: #000;
  line-height: 26px;
}

.post.style-two.format-standard .entry-main > .holder .post-meta > span a {
  color: inherit;
}

.post.style-two.format-standard .entry-main > .holder .entry-header {
  margin-bottom: 13px;
}

.post.style-two.format-standard .entry-main > .holder .entry-header > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-two.format-standard .entry-main > .holder .entry-header .entry-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 25px;
  color: #000;
  line-height: 35px;
  letter-spacing: -0.35px;
}

.post.style-two.format-standard .entry-main > .holder .entry-header .entry-title a {
  color: inherit;
}

.post.style-two.format-standard .entry-main > .holder .entry-content {
  margin-bottom: 15px;
}

.post.style-two.format-standard .entry-main > .holder .entry-content > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-two.format-standard .entry-main > .holder .entry-content p {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  line-height: 27px;
}

.post.style-two.format-standard .entry-main > .holder .entry-more .btn {
  margin-bottom: 10px;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: initial;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  color: #181b31;
  line-height: 22px;
  letter-spacing: 1px;
}

.post.style-two.format-standard .entry-main > .holder .entry-more .btn > .btn-arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 1px;
  margin-top: -2px;
  margin-left: 10px;
  background-color: #181b31;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.post.style-two.format-standard .entry-main > .holder .entry-more .btn > .btn-arrow > i {
  position: absolute;
  top: -7px;
  right: -2px;
  z-index: 1;
  font-size: 130%;
}

.post.style-two.format-standard .entry-main > .holder .entry-more .btn:hover > .btn-arrow {
  width: 35px;
}

/*--------------------------------------------------------------
# Post (Style Three)
--------------------------------------------------------------*/

.post.style-three {
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin: 0 0 35px 0;
}

.post.style-three > [class*="col-"] {
  padding: 0;
}

.post.style-three .post-thumbnail {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.post.style-three .post-thumbnail > img {
  width: 100%;
  float: left;
}

.post.style-three .post-thumbnail > .placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center top no-repeat;
  background-size: cover;
  transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.post.style-three:hover .post-thumbnail > .placeholder {
  transform: scale(1.1);
}

.post.style-three .entry-main {
  margin: 0;
  padding: 30px 35px;
}

.post.style-three .entry-main > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-three .entry-main .entry-header {
  margin-bottom: 10px;
}

.post.style-three .entry-main .entry-header > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-three .entry-main .entry-header .entry-title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px !important;
  letter-spacing: 0px;
  /* color: #181b31;*/
}

.post.style-three .entry-main .entry-header .entry-title a {
  color: inherit;
}

.post.style-three .entry-main .post-meta {
  margin-bottom: 12px;
  font-size: 0;
}

.post.style-three .entry-main .post-meta > span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
}

.post.style-three .entry-main .author {
  font-weight: 400;
}

.post.style-three .entry-main .post-meta > span:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 2px;
  margin-left: 4px;
  margin-right: 8px;
  background-color: #181b31;
}

.post.style-three .entry-main .post-meta > span:last-child:after,
.post.style-three .entry-main .post-meta > span:only-child:after {
  display: none;
}

.post.style-three .entry-main .post-meta > span a {
  color: inherit;
}

.post.style-three .entry-main .entry-content {
  margin-bottom: 16px;
}

.post.style-three .entry-main .entry-content > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-three .entry-main .entry-content p {
  max-width: 520px;
  margin-bottom: 20px;
}

.post.style-three .entry-main > .more > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-three .entry-main > .more .btn {
  margin-bottom: 10px;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: initial;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  color: #181b31;
  line-height: 22px;
  letter-spacing: 1px;
}

.post.style-three .entry-main > .more .btn > .btn-arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 1px;
  margin-top: -2px;
  margin-left: 10px;
  background-color: #181b31;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.post.style-three .entry-main > .more .btn > .btn-arrow > i {
  position: absolute;
  top: -7px;
  right: -2px;
  z-index: 1;
  font-size: 130%;
}

.post.style-three .entry-main > .more .btn:hover > .btn-arrow {
  width: 35px;
}

/*--------------------------------------------------------------
# Post (Style Four)
--------------------------------------------------------------*/

.post.style-four {
  padding: 33px 35px 23px 35px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 35px;
}

.post.style-four .category-list {
  margin-bottom: 20px;
  font-size: 0;
}

.post.style-four .category-list > a {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  margin-bottom: 10px;
  padding: 8px 15px 7px 15px;
  background-color: #252525;
  border: 1px #252525 solid;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  color: #fff;
  line-height: 1.1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.post.style-four .category-list > a:hover {
  background-color: transparent;
  color: #252525;
}

.post.style-four .entry-main {
  margin-top: -7px;
  margin-bottom: 12px;
}

.post.style-four .entry-main > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-four .entry-main .entry-header {
  margin-bottom: 12px;
}

.post.style-four .entry-main .entry-header > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-four .entry-main .entry-header .date {
  margin-bottom: 10px;
  display: inline-block;
  color: #4b5264 !important;
  font-size: 15px;
  font-weight: 400;
}

.post.style-four .entry-main .entry-header .entry-title {
  margin-bottom: 10px;
  /*  color: #181b31;*/
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0px;
  margin-top: 5px;
}

.post.style-four .entry-main .entry-header .entry-title a {
  color: inherit;
}

.post.style-four .entry-main .entry-content {
  margin-bottom: 25px;
}

.post.style-four .entry-main .entry-content > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-four .entry-main .entry-content p {
  margin-bottom: 20px;
  font-size: 15px;
  color: #4b5264;
  line-height: 30px;
}

.post.style-four .post-meta {
  margin-bottom: 0;
  font-size: 0;
}

.post.style-four .post-meta > span {
  text-transform: uppercase;
  font-size: 15px;
  color: #4b5264 !important;
  /*line-height: 30px;*/
}

.post.style-four .post-meta > span:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 2px;
  margin-left: 7px;
  margin-right: 7px;
  background-color: #999;
}

.post.style-four .post-meta > span:last-child:after,
.post.style-four .post-meta > span:only-child:after {
  display: none;
}

.post.style-four .post-meta > span a {
  color: inherit;
}

/*--------------------------------------------------------------
# Post (Style Five)
--------------------------------------------------------------*/

.post.style-five {
  margin-bottom: 35px;
  float: left;
}

.post.style-five > .holder {
  position: relative;
  /*margin-bottom: 22px;*/
  padding-left: 0px;
  /* padding-bottom: 23px;
    border-bottom: 1px #ccc dashed;*/
}

.post.style-five > .holder .category-list {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
}

.post.style-five > .holder .category-list span {
  background-color: #000000;
  margin-right: 7px;
  margin-bottom: 7px;
  padding: 9px 20px 9px 20px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}

.post.style-five > .holder .category-list span:last-child,
.post.style-five > .holder .category-list span:only-child {
  margin-right: 0;
  display: none;
}

.post.style-five > .holder > .post-thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  border: 1px #eeefef solid;
}

.post.style-five > .holder > .post-thumbnail:before {
  content: " ";
  display: block;
  padding-top: calc((65 / 100) * 100%);
}

.post.style-five > .holder > .post-thumbnail .placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center top no-repeat;
  background-size: cover;
}

.post.style-five > .holder > .entry-header {
  margin-bottom: 10px;
}

.post.style-five > .holder > .entry-header > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-five > .holder > .entry-header .entry-title {
  margin-bottom: 10px;
  /*font-weight: 700;*/
  font-size: 36px;
  color: #101010;
  line-height: 46px;
}

.post.style-five > .holder > .entry-header .entry-title a {
  color: inherit;
}

.post.style-five > .entry-meta {
  margin-bottom: 15px;
}

.post.style-five > .entry-meta > .holder {
  position: relative;
  min-height: 50px;
  padding-left: 70px;
}

.post.style-five > .entry-meta > .holder > .author-image {
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1;
  width: 50px;
  height: auto;
  text-align: center;
}

.post.style-five > .entry-meta > .holder > .author-image img {
  border: 1px #eeefef solid;
  border-radius: 50%;
}

.post.style-five > .entry-meta > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-five > .entry-meta > .holder > .data .published-on {
  margin-bottom: 5px;
  font-weight: 400;
}

.post.style-five > .entry-meta > .holder > .data .published-on a {
  color: inherit;
}

.post.style-five > .entry-meta > .holder > .data .meta {
  margin-bottom: 7px;
}

.post.style-five > .entry-meta > .holder > .data .meta > span {
  margin-right: 15px;
}

.post.style-five > .entry-meta > .holder > .data .meta > span i {
  margin-right: 5px;
}

.post.style-five > .entry-meta > .holder > .data .meta > span a {
  color: inherit;
}
.post.style-five .entry-main .entry-extra .entry-extra-item .post-read-more .btn span {
  background-color: transparent !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #2d2b3b;
  border-radius: 0px !important;
  padding: 0px !important;
  border: 0px none !important;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
}
.post.style-five .entry-main .entry-extra .entry-extra-item .post-read-more .btn span::before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
  -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
  transition: .35s cubic-bezier(.04, .11, .6, .97);
}

.post.style-five .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.post.style-five .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.post.style-five .entry-main .entry-extra .entry-extra-item .post-read-more .btn span::after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.post.style-five .entry-main .entry-extra .entry-extra-item .post-read-more .btn span::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
  -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
  transition: .35s cubic-bezier(.04, .11, .6, .97);
  transition-delay: 0s;
  margin:0px !important;
}

.post.style-five .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: .34s;
  -o-transition-delay: .34s;
  transition-delay: .34s;
}
.post.style-five > .holder > .post-thumbnail:hover .placeholder {
    transform: scale(1.06) translateX(2%);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}
.post.style-five > .holder > .post-thumbnail .placeholder {
    transform: scale(1.06);
    transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

/*--------------------------------------------------------------
# Post (Style Six)
--------------------------------------------------------------*/

.post.style-six {
  background-color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin: 0 0 35px 0;
}

.post.style-six > [class*="col-"] {
  padding: 0;
}

.post.style-six .post-thumbnail {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.post.style-six .post-thumbnail > img {
  width: 100%;
  float: left;
}

.post.style-six .post-thumbnail > .placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center top no-repeat;
  background-size: cover;
  transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
}

.post.style-six:hover .post-thumbnail > .placeholder {
  transform: scale(1.1);
}

.post.style-six .entry-main {
  margin: 0;
  padding: 30px 35px;
}

.post.style-six .entry-main > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-six .entry-main .entry-header {
  margin-bottom: 20px;
}

.post.style-six .entry-main .entry-header > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-six .entry-main .entry-header .entry-title {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px !important;
  letter-spacing: 0px;
  /*color: #181b31;*/
}

.post.style-six .entry-main .entry-header .entry-title a {
  color: inherit;
}

.post.style-six .entry-main .post-meta {
  margin-bottom: 0;
  font-size: 0;
}

.post.style-six .entry-main .post-meta > span {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #797675;
}

.post.style-six .entry-main .post-meta > span:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 2px;
  margin-left: 4px;
  margin-right: 8px;
  background-color: #181b31;
}

.post.style-six .entry-main .post-meta > span:last-child:after,
.post.style-six .entry-main .post-meta > span:only-child:after {
  display: none;
}

.post.style-six .entry-main .post-meta > span a {
  color: inherit;
}

.post.style-six .entry-main .entry-content {
  margin-bottom: 16px;
}

.post.style-six .entry-main .entry-content > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-six .entry-main .entry-content p {
  max-width: 520px;
  margin-bottom: 20px;
}

.post.style-six .entry-main > .more > *:last-child {
  margin-bottom: 0 !important;
}

.post.style-six .entry-main > .more .btn {
  margin-bottom: 10px;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: initial;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  color: #181b31;
  line-height: 22px;
  letter-spacing: 1px;
}

.post.style-six .entry-main > .more .btn > .btn-arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 1px;
  margin-top: -2px;
  margin-left: 10px;
  background-color: #181b31;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.post.style-six .entry-main > .more .btn > .btn-arrow > i {
  position: absolute;
  top: -7px;
  right: -2px;
  z-index: 1;
  font-size: 130%;
}

.post.style-six .entry-main > .more .btn:hover > .btn-arrow {
  width: 35px;
}

/* FOR RIGHT SIDE SOCIAL ICON AREA CSS STARTS */

.post.style-default .post-share {
  margin-top: -4px;
}

.post.style-default .post-share ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.post.style-default .post-share ul li {
  float: left;
  margin-left: 20px;
  margin-top: 5px;
}

.post.style-default .post-share ul li a {
  color: #293949 !important;
}

.post.style-default .post-share li.rt-social-share {
  font-size: 15px;
  color: #293949;
  font-weight: bold;
}

/*Style five*/
.post.style-five .post-share {
  margin-top: -4px;
}

.post.style-five .post-share ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.post.style-five .post-share ul li {
  float: left;
  margin-left: 20px;
  margin-top: 5px;
}

.post.style-five .post-share ul li a {
  color: #293949 !important;
}

.post.style-five .post-share li.rt-social-share {
  font-size: 15px;
  color: #293949;
  font-weight: bold;
}

/* FOR RIGHT SIDE SOCIAL ICON AREA CSS ENDS */

/*--------------------------------------------------------------
# Blog Single Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Single Page Style Default
--------------------------------------------------------------*/

.single .wraper_blog_main.style-one {
  background-color: initial;
}
.single-post.category-block li a {
    position: relative;
    display: inline-block;
}
.single-post.category-block li a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}
.single-post.category-block li a:hover:before {
    width: 100%;
    left: 0px;
    right: auto;
}
.single-post.category-markup dd a {
    position: relative;
    display: inline-block;
}
.single-post.category-markup dd a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}
.single-post.category-markup dd a:hover:before {
    width: 100%;
    left: 0px;
    right: auto;
}

.blog_single {
  margin-bottom: 40px;
  padding-right: 15px;
}

.post.single-post {
  margin-bottom: 23px;
}

.post.single-post > *:last-child {
  margin-bottom: 0 !important;
}

.post.single-post .entry-header {
  margin-top: -5px;
  margin-bottom: 0px;
}

.post.single-post .entry-header > *:last-child {
  margin-bottom: 4px !important;
}

.post.single-post .entry-header .entry-title {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  word-wrap: break-word;
  color: #101010;
  text-transform: capitalize;
  margin-left: -2px;
}

.post.single-post .entry-header .entry-title a {
  color: #101010;
}

.post.single-post .entry-meta {
  margin-bottom: 10px;
}

.post.single-post .entry-meta > .holder > .author-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 40px;
  height: auto;
  text-align: center;
}

.post.single-post .entry-meta > .holder > .author-image img {
  border-radius: 50%;
  display: none;
}

.post.single-post .entry-meta > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}


.post.single-post .post-thumbnail {
  position: relative;
  margin-bottom: 30px;
}

.post.single-post .entry-main {
  margin-bottom: 30px;
}

.post.single-post .entry-content > *:last-child {
  margin-bottom: 0 !important;
}

.post.single-post .entry-footer {
  width: 100%;
  height: auto;
  float: left;
  border-top: 1px #c5c5c5 solid;
  border-bottom: 1px #c5c5c5 solid;
}

.post.single-post .entry-footer .cat-links,
.post.single-post .entry-footer .comments-link {
  position: relative;
  width: auto;
  height: auto;
  padding-top: 4px;
  padding-bottom: 5px;
}

.post.single-post .entry-footer .cat-links {
  float: left;
  padding-right: 10px;
  border-right: 1px #c5c5c5 solid;
}

.post.single-post .entry-footer .comments-link {
  float: right;
  padding-left: 10px;
  border-left: 1px #c5c5c5 solid;
}

.post.single-post .entry-footer .cat-links:before {
  background-position: 0px 0px;
}

.post.single-post .entry-footer .comments-link:before {
  background-position: -30px 0px;
}

.post.single-post .entry-footer .cat-links a,
.post.single-post .entry-footer .comments-link a {
  color: #6c6c6c;
}


.comment-navigation .nav-links .nav-previous {
  text-align: left;
}

.comment-navigation .nav-links .nav-previous a:before {
  content: "\f104";
  font-family: "FontAwesome";
  margin-right: 8px;
}

.comment-navigation .nav-links .nav-next {
  text-align: right;
}

.comment-navigation .nav-links .nav-next a:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 8px;
}

.comment-navigation .nav-links .nav-previous a,
.comment-navigation .nav-links .nav-next a {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 14px;
  color: #181818;
  line-height: 22px;
}

.author-bio {
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px #ececec solid;
  border-bottom: 1px #ececec solid;
}

.author-bio > .holder {
  position: relative;
  min-height: 100px;
  padding-left: 125px;
}

.author-bio > .holder > .pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  height: auto;
  text-align: center;
}

.author-bio > .holder > .pic img {
  width: 95px;
  border: 4px #fff solid;
  border-radius: 50%;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
}

.author-bio > .holder > .data .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 17px;
  color: #0d1d28;
  line-height: 28px;
}

.author-bio > .holder > .data .title a {
  color: inherit;
}

.author-bio > .holder > .data .designation {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 1px;
}

.author-bio > .holder > .data p:not(.designation):not(.title) {
  margin-bottom: 20px;
}

.comments-area {
  margin-top: 0px;
}

.comments-area .comments-title {
  margin-bottom: 20px;
  font-size: 28px !important;
  line-height: 38px !important;
  letter-spacing: -0.6px;
  font-weight: 500 !important;
}

.comments-area ol.comment-list {
  margin-bottom: 53px;
  padding: 0 !important;
}

.comments-area ol.comment-list > li,
.comments-area ol.comment-list > li ol.children > li {
  list-style: none !important;
  text-align: left;
}

.comments-area ol.comment-list li .comment-body {
  position: relative;
  margin-bottom: 50px;
  padding: 0px 0px 0px 95px;
}

.comments-area ol.comment-list li.pingback .comment-body {
  margin-top: -2px;
  margin-bottom: 22px;
  padding: 15px 17px 15px 17px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  font-size: 15px;
  line-height: 28px;
}

.comments-area ol.comment-list li .comment-body .comment-meta {
  margin-bottom: 12px;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author {
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 18px;
  color: #0d1d28;
  line-height: 28px;
}
.comments-area ol.comment-list li .comment-body .comment-meta .comment-author span.says {
  display: none;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author b {
  font-weight: inherit;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author a {
  color: inherit;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author cite {
  font-style: normal;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-author img {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
  width: 70px;
  /*border: 3px #fff solid;*/
  border-radius: 50%;
  /*box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);*/
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata {
  font-weight: 400;
  font-size: 12px;
  color: #696969;
  line-height: 22px;
  letter-spacing: 2.41px;
  text-transform: uppercase;
}

.logged-in-as a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #696969;
}

.comments-area ol.comment-list li .comment-body .comment-meta .comment-metadata a {
  color: inherit;
}

.comments-area ol.comment-list li .comment-respond {
  margin-bottom: 37px;
}

.comments-area ol.comment-list li .comment-content {
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 26px;
}

.comments-area ol.comment-list li .comment-content > *:last-child {
  margin-bottom: 0 !important;
}

.comments-area ol.comment-list li .comment-content p {
  margin-bottom: 20px;
}

.comments-area ol.comment-list li .reply {
  /*position: absolute;*/
  top: 1px;
  right: 0;
  text-transform: lowercase;
  font-weight: 600;
  font-size: 14px;
  color: #181818 !important;
  line-height: 26px;
}

.comments-area ol.comment-list li .reply .comment-reply-link {
  color: inherit;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 2.41px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.comments-area ol.comment-list li .reply .comment-reply-link:after,
.comments-area ol.comment-list li .reply .comment-reply-link:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
    -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
    transition: .35s cubic-bezier(.04, .11, .6, .97);
    display: block !important;
}
.comments-area ol.comment-list li .reply .comment-reply-link:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.comments-area ol.comment-list li .reply .comment-reply-link:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.comments-area ol.comment-list li .reply .comment-reply-link:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.comments-area ol.comment-list li .reply .comment-reply-link:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .34s;
    -o-transition-delay: .34s;
    transition-delay: .34s;
}

.comments-area ol.comment-list li ol {
  padding-left: 100px;
}

/*.comments-area .comment-form {
    margin-left: -10px;
    margin-right: -10px;
}*/


.comments-area .comment-form .comment-form-cookies-consent {
  margin-top: -5px;
  width: 100%;
  float: left;
  margin-bottom: 15px !important;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 7px 0 0;
}



/*--------------------------------------------------------------
# Single Page Style One
--------------------------------------------------------------*/

/* wraper_blog_banner style-one */
/*.single-post .wraper_inner_banner {
    display: none;
}*/

.wraper_blog_banner.style-one {
  position: relative;
  width: 100%;
  background: center top no-repeat #191919;
  background-size: cover;
  /* wraper_blog_banner_main */
  /* wraper_blog_banner_tags */
}

.wraper_blog_banner.style-one:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: " ";
  background-image: linear-gradient(to right,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0) 100%);
}

.wraper_blog_banner.style-one .wraper_blog_banner_main {
  position: relative;
  width: 100%;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

.wraper_blog_banner.style-one .wraper_blog_banner_main > .container {
  padding-top: 150px;
  padding-bottom: 100px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_main > .container > .blog_banner_main .blog_banner_main_item > .entry-header > .entry-title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  line-height: 50px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags {
  position: relative;
  width: 100%;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container {
  padding-top: 40px;
  padding-bottom: 20px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item {
  margin-bottom: 20px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item > *:last-child {
  margin-bottom: 0 !important;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  color: #d7dbe4;
  line-height: 28px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta strong {
  display: block;
  margin-top: 1px;
  text-transform: none;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a {
  color: inherit;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:after {
  content: ",";
  margin-right: 5px;
}

.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:last-child:after,
.wraper_blog_banner.style-one .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:only-child:after {
  display: none;
}

/* wraper_blog_main style-one */

.wraper_blog_main.style-one {
  width: 100%;
  background-color: #ffffff;
}

.wraper_blog_main.style-one > .container {
  padding-top: 100px;
  padding-bottom: 35px;
}

.wraper_blog_main.style-one.clasic-box-layout > .container {
  padding-top: 184px;
  padding-bottom: 110px;
}

@media screen and (max-width: 1190px) and (min-width: 250px) {
  .wraper_blog_main.style-one.clasic-box-layout > .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .comments-area ol.comment-list li .comment-content > *:last-child {
    padding-right: 30px;
  }
  .comments-area ol.comment-list li ol {
    padding-left: 50px;
  }
  .comments-area .comment-reply-title small a {
    color: inherit;
    padding-left: 0px !important;
    width: 100%;
    float: left;
}
}

.wraper_blog_main.style-one .blog_single {
  margin-bottom: 0;
}

/* wraper_blog_navigation style-one */

.wraper_blog_navigation.style-one {
  width: 100%;
  max-width: 950px;
}

.wraper_blog_navigation.style-one > .container {
  padding-top: 40px;
  padding-bottom: 100px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link {
  position: relative;
  margin-bottom: 20px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-previous {
  padding-left: 42px;
  text-align: left;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-next {
  padding-right: 42px;
  text-align: right;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .icon {
  position: absolute;
  top: 9px;
  z-index: 1;
  text-align: center;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .icon > .icon-arrow {
  position: relative;
  display: block;
  vertical-align: top;
  width: 25px;
  height: 1px;
  background-color: #181b31;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .icon > .icon-arrow > i {
  position: absolute;
  top: -8px;
  z-index: 1;
  font-size: 16px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-previous > .icon {
  left: 0;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-previous > .icon > .icon-arrow > i {
  left: -2px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-previous:hover > .icon > .icon-arrow {
  width: 32px;
  transform: translateX(-7px);
  -webkit-transform: translateX(-7px);
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-next > .icon {
  right: 0;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-next > .icon > .icon-arrow > i {
  right: -2px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link.nav-next:hover > .icon > .icon-arrow {
  width: 32px;
  transform: translateX(7px);
  -webkit-transform: translateX(7px);
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .link {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .link strong {
  display: block;
  margin-top: 2px;
  text-transform: none;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: 26px;
}

/* wraper_blog_related_article style-one */

.wraper_blog_related.style-one {
  width: 100%;
}

.wraper_blog_related.style-one > .container {
  padding-top: 0;
  padding-bottom: 30px;
}

.wraper_blog_related.style-one .blog_related_title {
  margin-bottom: 51px;
  text-align: center;
}

.wraper_blog_related.style-one .blog_related_title > *:last-child {
  margin-bottom: 0 !important;
}

.wraper_blog_related.style-one .blog_related_title .title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item {
  margin-bottom: 30px;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder {
  position: relative;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .pic {
  position: relative;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .pic:before {
  content: " ";
  display: block;
  padding-top: calc((63 / 100) * 100%);
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .pic > .placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data {
  margin-bottom: 17px;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data > *:last-child {
  margin-bottom: 0 !important;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data .date {
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: #0d1d28;
  line-height: 22px;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data .date a {
  color: inherit;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data .date i {
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 8px;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #0d1d28;
  line-height: 28px;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder .data .title a {
  color: inherit;
}

.wraper_blog_related.style-one .blog_related_box .blog_related_box_item .holder:hover .pic {
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}

/* wraper_blog_comments style-one */

.wraper_blog_comments.style-one {
  width: 100%;
  background-color: #f4f5f8;
  margin-bottom: 0px;
}

.wraper_blog_comments.style-one > .container {
  padding-top: 80px;
  padding-bottom: 90px;
}


wraper_blog_main.style-one.clasic-box-layout > .blog-posts {
    margin-left: -25px;
    margin-right: -40px;
}
/*--------------------------------------------------------------
# Single Page Style Two
--------------------------------------------------------------*/

/* wraper_blog_banner style-two */

.wraper_blog_banner.style-two {
  width: 100%;
  padding-top: 40px;
  /* wraper_blog_banner_image */
  /* wraper_blog_banner_main */
  /* wraper_blog_banner_tags */
}

.wraper_blog_banner.style-two .wraper_blog_banner_image {
  width: 100%;
}

.wraper_blog_banner.style-two .wraper_blog_banner_image > .container {
  padding-top: 60px;
  padding-bottom: 0;
}

.wraper_blog_banner.style-two .wraper_blog_banner_image > .container .blog_banner_image {
  padding-top: calc((45 / 100) * 100%);
  background: center top no-repeat #191919;
  background-size: cover;
}

.wraper_blog_banner.style-two .wraper_blog_banner_main {
  width: 100%;
}

.wraper_blog_banner.style-two .wraper_blog_banner_main > .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_main > .container > .blog_banner_main .blog_banner_main_item > .entry-header > .entry-title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags {
  width: 100%;
  border-bottom: 1px #ececec solid;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container {
  padding-top: 0;
  padding-bottom: 40px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item {
  margin-bottom: 20px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item > *:last-child {
  margin-bottom: 0 !important;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta strong {
  display: block;
  margin-top: 1px;
  text-transform: none;
  font-weight: 600;
  font-size: 15px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a {
  color: inherit;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:after {
  content: ",";
  margin-right: 5px;
}

.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:last-child:after,
.wraper_blog_banner.style-two .wraper_blog_banner_tags > .container .blog_banner_tags .blog_banner_tags_item .site-meta a:only-child:after {
  display: none;
}

/*--------------------------------------------------------------
# Blog No Result Page
--------------------------------------------------------------*/

.no-results > .page-header {
  margin-top: -7px;
}

.radiantthemes-search-form {
  margin-top: 15px;
}
.radiantthemes-search-form .form-row {
  margin-right: 0px;
  margin-left: 0px;
}

.radiantthemes-search-form .form-row input[type="search"] {
  vertical-align: top;
  width: 100%;
  max-width: 350px;
  height: 45px;
  padding: 0px 10px 0px 10px;
  background-color: #fff;
  border: 1px #e0e0e0 solid;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-search-form .form-row input[type="search"]:focus {
  border-color: #252525;
}

.radiantthemes-search-form .form-row button[type="submit"] {
  background-color: #FF583C;
  vertical-align: top;
  height: 45px;
  padding: 0px 20px 0px 20px;
  border: none;
  border-radius: 0;
  font-size: 18px;
  color: #fff !important;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .radiantthemes-search-form .form-row input[type="search"] {
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  height: 45px;
  padding: 0px 10px 0px 10px;
  background-color: #fff;
  border: 1px #e0e0e0 solid;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-search-form .form-row button[type="submit"] {
  background-color: #ff5f63;
  vertical-align: top;
  height: 45px;
  padding: 0px 20px 0px 20px;
  border: none;
  border-radius: 0;
  font-size: 18px;
  color: #fff !important;
  cursor: pointer;
  position: absolute;
  right: 0px;
}
}

/*--------------------------------------------------------------
# Shop Page
--------------------------------------------------------------*/
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  padding-left: 24px !important;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  top: 5px;
}

/* wraper_shop_main */

.wraper_shop_main {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.wraper_shop_main > .container {
  padding-top: 80px;
  padding-bottom: 0px;
}

.woocommerce .woocommerce-breadcrumb {
  display: none;
}

.wraper_shop_main .container .row {
  margin-left: -15px;
  margin-right: -15px;
}

/*--------------------------------------------------------------
# Product Listing Page
--------------------------------------------------------------*/

.woocommerce .woocommerce-products-header {
  margin-bottom: 20px;
}

.woocommerce .woocommerce-result-count {
  margin-top: 10px;
  margin-left: 2px;
}
/* Drop Down new css*/
.rt-select-wrapper {
    position: relative;
    /*width: 100%;*/
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    min-width: 140px;
    padding-right: 36px;
    border-radius: 0px;
    border: 1px solid #E7F1FB;
}

.rt-select-wrapper .rt-select-text {
    display: block;
    padding: 0px 10px;
    line-height: 36px;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
}

.rt-select-wrapper .rt-select-button {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.rt-select-wrapper .rt-select-button:before {
    content: "\e64b";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -11px;
    font-family: 'themify';
    font-size: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

.widget.widget_categories .rt-select-wrapper,
.widget.widget_archive .rt-select-wrapper {
    position: relative;
    width: 100%;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    min-width: 140px;
    padding-right: 36px;
    border-radius: 0px;
    border: 1px solid #E7F1FB;
}

.woocommerce .woocommerce-ordering select {
    height: 45px;
    padding-left: 12px;
    border: 1px #e2e2e2 solid;
    font-size: 14px;
    border-radius: 4px;
}

.radiantthemes-shop {
  margin-top: 10px;
  margin-right: -15px;
  margin-bottom: 40px;
  margin-left: -15px;
}

.radiantthemes-shop:after {
  display: block;
  content: " ";
  clear: both;
}

.radiantthemes-shop > .radiantthemes-shop-box {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

/*.radiantthemes-shop.four-column.style-seven > .radiantthemes-shop-box.last:nth-child(4n+4) {
    padding-right: 0;
}*/

/*.radiantthemes-shop.three-column.style-seven > .radiantthemes-shop-box:nth-child(3n+3) {
    padding-right: 0;
}*/

.radiantthemes-shop.three-column > .radiantthemes-shop-box {
  width: 33.33%;
}

.radiantthemes-shop.four-column > .radiantthemes-shop-box {
  width: 25%;
}

.radiantthemes-shop.five-column > .radiantthemes-shop-box {
  width: 20%;
}

.radiantthemes-shop.six-column > .radiantthemes-shop-box {
  width: 16.66%;
}

/*--------------------------------------------------------------
# Shop Box (Style One)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-one {
  margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-one > .holder {
  position: relative;
  text-align: center;
}

.radiantthemes-shop-box.style-one > .holder > .onsale {
  top: -10px;
  left: -10px;
  width: 50px;
  min-width: initial;
  height: 50px;
  min-height: initial;
  margin: 0;
  padding: 5px;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  line-height: 40px;
  background: #333 !important;
  color: #fff !important;
}

.radiantthemes-shop-box.style-one > .holder > .pic {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px #f2f0f0 solid;
}

.radiantthemes-shop-box.style-one > .holder > .pic:before {
  content: " ";
  display: block;
  padding-top: calc((95 / 100) * 100%);
}

.radiantthemes-shop-box.style-one > .holder > .pic > .product-image {
  position: absolute;
  top: -10px;
  right: 0;
  bottom: -10px;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .overlay {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  z-index: 2;
  background-color: rgba(36, 34, 34, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons > .added_to_cart {
  width: 100%;
  float: left;
  padding: 8px 10px 9px 10px;
  background-color: #353434;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons .button.add_to_cart_button.added {
  display: none;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons .button.add_to_cart_button.loading {
  opacity: 1;
}

.radiantthemes-shop-box.style-one > .holder > .pic > .action-buttons .button.add_to_cart_button.loading:after {
  top: 8px;
  right: 10px;
}

.radiantthemes-shop-box.style-one > .holder > .data .woocommerce-loop-product__title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  color: #232222;
  line-height: 25px;
  letter-spacing: initial;
}

.radiantthemes-shop-box.style-one > .holder > .data .star-rating {
  display: inline-block;
  vertical-align: top;
}

.radiantthemes-shop-box.style-one > .holder > .data .price {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #828080;
  line-height: 28px;
}

.radiantthemes-shop-box.style-one > .holder > .data .price del {
  margin-right: 5px;
}

.radiantthemes-shop-box.style-one > .holder > .data .price ins {
  font-weight: inherit;
}

.radiantthemes-shop-box.style-one > .holder:hover > .pic > .product-image {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}

.radiantthemes-shop-box.style-one > .holder:hover > .pic > .overlay {
  opacity: 1;
  visibility: visible;
}

.radiantthemes-shop-box.style-one > .holder:hover > .pic > .action-buttons {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

/*--------------------------------------------------------------
# Shop Box (Style Two)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-two {
  margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-two > .holder {
  position: relative;
  text-align: center;
}

.radiantthemes-shop-box.style-two > .holder > .onsale {
  top: 10px;
  left: 10px;
  width: 60px;
  min-width: initial;
  height: 60px;
  min-height: initial;
  margin: 0;
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  line-height: 50px;
}

.radiantthemes-shop-box.style-two > .holder > .pic {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px #f2f0f0 solid;
}

.radiantthemes-shop-box.style-two > .holder > .pic:before {
  content: " ";
  display: block;
  padding-top: calc((92 / 100) * 100%);
}

.radiantthemes-shop-box.style-two > .holder > .pic > .product-image {
  position: absolute;
  top: -10px;
  right: 0;
  bottom: -10px;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-two > .holder:hover > .pic > .product-image {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}

.radiantthemes-shop-box.style-two > .holder > .pic > .overlay {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  z-index: 2;
  background-color: rgba(36, 34, 34, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-two > .holder:hover > .pic > .overlay {
  opacity: 1;
  visibility: visible;
}

.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-two > .holder:hover > .pic > .action-buttons {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .added_to_cart {
  width: 55px;
  height: 50px;
  float: left;
  padding: 8px 10px 8px 10px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ3Mi4zMzcgNDcyLjMzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDcyLjMzNyA0NzIuMzM2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTM5Ni4wNjEsMTE2LjU3N2gtNzYuMzc3VjkxLjcxNUMzMTkuNjg0LDQxLjE0MywyNzguNTQzLDAsMjI3Ljk2OSwwYy01MC41NzMsMC05MS43MTMsNDEuMTQzLTkxLjcxMyw5MS43MTV2MjQuODYySDcwLjQ1ICAgYy01LjU0OSwwLTEwLjA1LDQuNDk3LTEwLjA1LDEwLjA1TDMuOTE0LDQ2Mi4yODRjMCw1LjU1NCw0LjQ5NywxMC4wNTMsMTAuMDU1LDEwLjA1M2g0NDQuMzk3YzUuNTU0LDAsMTAuMDU3LTQuNDk5LDEwLjA1Ny0xMC4wNTMgICBsLTYyLjMxLTMzNS42NTdDNDA2LjExMywxMjEuMDczLDQwMS42MTQsMTE2LjU3NywzOTYuMDYxLDExNi41Nzd6IE0xNTYuMzUyLDkxLjcxNWMwLTM5LjQ5LDMyLjEzLTcxLjYxNCw3MS42MTItNzEuNjE0ICAgYzM5LjQ5LDAsNzEuNjE4LDMyLjEzLDcxLjYxOCw3MS42MTR2MjQuODYyaC0xNDMuMjNWOTEuNzE1eiBNNDQ4LjMyMiw0NTIuMjM1SDI0LjAxNWw1Ni40NzktMzE1LjU2Mmg1NS43NTN2NDQuMjU4ICAgYy00Ljg0OSwzLjI0Ni04LjAzNyw4Ljc2NS04LjAzNywxNS4wMzVjMCw5Ljk4OCw4LjA5LDE4LjA5LDE4LjA4NywxOC4wOWM5Ljk4NSwwLDE4LjA5LTguMDk1LDE4LjA5LTE4LjA5ICAgYzAtNi4yNzUtMy4xOTctMTEuNzg5LTguMDQ0LTE1LjAzNXYtNDQuMjU4aDE0My4yNDR2NDQuMjU4Yy00Ljg0OSwzLjI0Ni04LjA0MSw4Ljc2NS04LjA0MSwxNS4wMzUgICBjMCw5Ljk4OCw4LjA5MywxOC4wOSwxOC4wOSwxOC4wOWM5Ljk4NywwLDE4LjA4OS04LjA5NSwxOC4wODktMTguMDljMC02LjI3NS0zLjIwMS0xMS43ODktOC4wNDYtMTUuMDM1di00NC4yNThoNjYuMzI5ICAgTDQ0OC4zMjIsNDUyLjIzNXoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-position: center center;
  background-color: #373636;
  background-repeat: no-repeat;
  background-size: 30px auto;
  border-radius: 0;
  font-size: 0;
  color: #fff;
}

.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading,
.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .button.add_to_cart_button.added {
  background-image: none;
  opacity: 1;
}

.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading:after,
.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .button.add_to_cart_button.added:after {
  position: absolute;
  top: 14px;
  right: 17px;
  margin: 0;
  font-size: 20px;
}

.radiantthemes-shop-box.style-two > .holder > .pic > .action-buttons > .added_to_cart {
  display: none;
}

.radiantthemes-shop-box.style-two > .holder > .data .woocommerce-loop-product__title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 15px;
  color: #232222;
  line-height: 25px;
  letter-spacing: initial;
}

.radiantthemes-shop-box.style-two > .holder > .data .star-rating {
  display: inline-block;
  vertical-align: top;
}

.radiantthemes-shop-box.style-two > .holder > .data .price {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #828080;
  line-height: 28px;
}

.radiantthemes-shop-box.style-two > .holder > .data .price del {
  margin-right: 5px;
}

.radiantthemes-shop-box.style-two > .holder > .data .price ins {
  font-weight: inherit;
}

/*--------------------------------------------------------------
# Shop Box (Style Three)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-three {
  margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-three > .holder {
  position: relative;
  text-align: center;
}

.radiantthemes-shop-box.style-three > .holder > .pic {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px #f2f0f0 solid;
}

.radiantthemes-shop-box.style-three > .holder > .pic:before {
  content: " ";
  display: block;
  padding-top: calc((92 / 100) * 100%);
}

.radiantthemes-shop-box.style-three > .holder > .pic > .product-image {
  position: absolute;
  top: -10px;
  right: 0;
  bottom: -10px;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-three > .holder:hover > .pic > .product-image {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}

.radiantthemes-shop-box.style-three > .holder > .pic > .overlay {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  z-index: 2;
  background-color: rgba(36, 34, 34, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-three > .holder:hover > .pic > .overlay {
  opacity: 1;
  visibility: visible;
}

.radiantthemes-shop-box.style-three > .holder > .data {
  text-align: left;
}

.radiantthemes-shop-box.style-three > .holder > .data > .onsale {
  position: static;
  float: right;
  min-width: initial;
  min-height: initial;
  margin: 0;
  padding: 0;
  background-color: initial;
  border-radius: 0;
  font-weight: 400;
  font-size: 15px;
  color: #232222;
  line-height: 25px;
}

.radiantthemes-shop-box.style-three > .holder > .data > .onsale:before {
  margin-right: 6px;
  content: "\f02c";
  font-family: "FontAwesome";
}

.radiantthemes-shop-box.style-three > .holder > .data .woocommerce-loop-product__title {
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 15px;
  color: #232222;
  line-height: 25px;
  letter-spacing: initial;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box {
  position: relative;
  overflow: hidden;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box .star-rating {
  display: none;
}

.radiantthemes-shop-box.style-three > .holder > .data .price {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #828080;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-three > .holder:hover > .data .price {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.radiantthemes-shop-box.style-three > .holder > .data .price del {
  margin-right: 5px;
}

.radiantthemes-shop-box.style-three > .holder > .data .price ins {
  font-weight: inherit;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons {
  position: absolute;
  top: -1px;
  left: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-three > .holder:hover > .data > .info-box > .action-buttons {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons > .button,
.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons > .added_to_cart {
  padding: 0;
  background-color: initial;
  border-bottom: 1px #a9a9a9 solid;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #232222;
  line-height: 20px;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons > .button.add_to_cart_button.added {
  display: none;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons > .button.add_to_cart_button.loading {
  opacity: 1;
}

.radiantthemes-shop-box.style-three > .holder > .data > .info-box > .action-buttons > .button.add_to_cart_button.loading:after {
  top: -1px;
  right: -22px;
}

/*--------------------------------------------------------------
# Shop Box (Style Four)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-four {
  margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-four > .holder {
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.radiantthemes-shop-box.style-four > .holder > .onsale {
  top: 25px;
  left: auto;
  right: 20px;
  min-width: initial;
  min-height: initial;
  margin: 0;
  padding: 0;
  background-color: initial;
  border-radius: 0;
  font-weight: 400;
  font-size: 14px;
  color: #232222;
  line-height: 23px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .onsale {
  top: 20px;
}

.radiantthemes-shop-box.style-four > .holder > .onsale:before {
  margin-right: 6px;
  content: "\f02c";
  font-family: "FontAwesome";
}

.radiantthemes-shop-box.style-four > .holder > .pic {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px #f2f0f0 solid;
}

.radiantthemes-shop-box.style-four > .holder > .pic:before {
  content: " ";
  display: block;
  padding-top: calc((123 / 100) * 100%);
}

.radiantthemes-shop-box.style-four > .holder > .pic > .product-image {
  position: absolute;
  top: -10px;
  right: 0;
  bottom: -10px;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .pic > .product-image {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info {
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: 2;
  text-align: left;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .pic > .primary-info {
  top: 20px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info .woocommerce-loop-product__title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: #232222;
  line-height: 23px;
  letter-spacing: initial;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  color: #393737;
  line-height: 22px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .pic > .primary-info ul.product-category {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category li {
  display: inline-block;
  vertical-align: top;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category li:after {
  content: "and";
  margin-left: 3px;
  margin-right: 1px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category li:last-child:after,
.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category li:only-child:after {
  display: none;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .primary-info ul.product-category li a {
  color: inherit;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .pic > .action-buttons {
  opacity: 1;
  visibility: visible;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons > .added_to_cart {
  padding: 0;
  background-color: initial;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  color: #030712;
  line-height: 22px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons > .button.add_to_cart_button.added {
  display: none;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading {
  opacity: 1;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading:after {
  top: -1px;
  right: -20px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .secondary-info {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 4;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.radiantthemes-shop-box.style-four > .holder:hover > .pic > .secondary-info {
  opacity: 1;
  visibility: visible;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .secondary-info .star-rating {
  display: inline-block;
  vertical-align: top;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .secondary-info .price {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 12px;
  color: #030712;
  line-height: 22px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .secondary-info .price del {
  margin-right: 5px;
}

.radiantthemes-shop-box.style-four > .holder > .pic > .secondary-info .price ins {
  font-weight: inherit;
}

/*--------------------------------------------------------------
# Shop Box (Style Five)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-five {
  margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-five > .holder {
  position: relative;
  border: 1px #f2f0f0 solid;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-five > .holder:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.radiantthemes-shop-box.style-five > .holder > .onsale {
  top: 10px;
  left: auto;
  right: 10px;
  width: 60px;
  min-width: initial;
  height: 60px;
  min-height: initial;
  margin: 0;
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  color: #252525;
  line-height: 50px;
}

.radiantthemes-shop-box.style-five > .holder > .pic {
  position: relative;
  overflow: hidden;
}

.radiantthemes-shop-box.style-five > .holder > .pic:before {
  content: " ";
  display: block;
  padding-top: calc((95 / 100) * 100%);
}

.radiantthemes-shop-box.style-five > .holder > .pic > .product-image {
  position: absolute;
  top: -10px;
  right: 0;
  bottom: -10px;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-five > .holder:hover > .pic > .product-image {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}

.radiantthemes-shop-box.style-five > .holder > .pic > .overlay {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  z-index: 2;
  background-color: rgba(36, 34, 34, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-five > .holder:hover > .pic > .overlay {
  opacity: 1;
  visibility: visible;
}

.radiantthemes-shop-box.style-five > .holder > .data {
  padding: 22px 20px 0px 20px;
  text-align: left;
}

.radiantthemes-shop-box.style-five > .holder > .data .woocommerce-loop-product__title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  color: #232222;
  line-height: 28px;
  letter-spacing: initial;
}

.radiantthemes-shop-box.style-five > .holder > .data .star-rating {
  display: inline-block;
  vertical-align: top;
}

.radiantthemes-shop-box.style-five > .holder > .data .price {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #232222;
  line-height: 23px;
}

.radiantthemes-shop-box.style-five > .holder > .data .price del {
  margin-right: 5px;
}

.radiantthemes-shop-box.style-five > .holder > .data .price ins {
  font-weight: inherit;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons {
  margin-top: 22px;
  border-top: 1px #f2f0f0 solid;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .button,
.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .added_to_cart {
  display: block;
  padding: 10px 0px 11px 0px;
  background-color: initial;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  color: #393737;
  line-height: 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .button.add_to_cart_button.added {
  display: none;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .button.add_to_cart_button.loading {
  opacity: 1;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .button.add_to_cart_button:before {
  margin-right: 10px;
  content: "\f07a";
  font-family: "FontAwesome";
  font-size: 112%;
}

.radiantthemes-shop-box.style-five > .holder > .data > .action-buttons > .button.add_to_cart_button.loading:after {
  top: 10px;
  right: 0;
}

/*--------------------------------------------------------------
# Shop Box (Style Six)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-six {
  margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-six > .holder {
  position: relative;
  text-align: center;
}

.radiantthemes-shop-box.style-six > .holder > .onsale {
  top: 10px;
  left: 10px;
  width: 44px;
  min-width: initial;
  height: 44px;
  min-height: initial;
  margin: 0;
  padding: 5px;
  background-color: #333;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  line-height: 34px;
}

.radiantthemes-shop-box.style-six > .holder > .pic {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: calc((130 / 100) * 100%);
  border-radius: 5px;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .product-image {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .overlay {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 2;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 15px;
  font-size: 0;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .added_to_cart,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 45px;
  overflow: hidden;
  margin: 0 6px 10px 6px;
  padding: 5px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.25);
  text-align: center;
  color: #333;
  opacity: 0;
  transform: translateY(12px);
  -webkit-transform: translateY(12px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button:hover,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .added_to_cart:hover,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist:hover {
  background-color: #333;
  color: #fff;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button:before,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .added_to_cart:before,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist:before {
  font-family: "Themify";
  font-weight: 400;
  font-size: 20px;
  color: inherit;
  line-height: 35px;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button > .yith-wcwl-add-button,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .added_to_cart > .yith-wcwl-add-button,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button {
  display: block !important;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button > .yith-wcwl-add-button > .add_to_wishlist,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .added_to_cart > .yith-wcwl-add-button > .add_to_wishlist,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > .add_to_wishlist {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  left: 0;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button.add_to_cart_button.added,
.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .added_to_cart {
  transition: opacity 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
  -webkit-transition: opacity 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button.yith-wcqv-button {
  transition: opacity 0.3s ease-in-out 0.2s, transform 0.3s ease-in-out 0.2s;
  -webkit-transition: opacity 0.3s ease-in-out 0.2s,
    transform 0.3s ease-in-out 0.2s;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .yith-wcwl-add-to-wishlist {
  transition: opacity 0.3s ease-in-out 0.4s, transform 0.3s ease-in-out 0.4s;
  -webkit-transition: opacity 0.3s ease-in-out 0.4s,
    transform 0.3s ease-in-out 0.4s;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button.add_to_cart_button.added {
  display: none;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading {
  opacity: 1;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons > .button.add_to_cart_button.loading:after {
  top: 10px;
  right: 10px;
  font-size: 25px;
  opacity: 0.5;
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .button.add_to_cart_button:before {
  content: "\e60d";
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .button.product_type_grouped:before {
  content: "\e63d";
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .added_to_cart:before {
  content: "\e60e";
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .button.yith-wcqv-button:before {
  content: "\e610";
}

.radiantthemes-shop-box.style-six > .holder > .pic > .action-buttons .yith-wcwl-add-to-wishlist:before {
  content: "\e634";
}

.radiantthemes-shop-box.style-six > .holder > .data .woocommerce-loop-product__title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  color: #181b31;
  line-height: 30px;
  letter-spacing: initial;
}

.radiantthemes-shop-box.style-six > .holder > .data .star-rating {
  display: inline-block;
  vertical-align: top;
}

.radiantthemes-shop-box.style-six > .holder > .data .price {
  color: #6a7c92;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}

.radiantthemes-shop-box.style-six > .holder > .data .price del {
  margin-right: 5px;
}

.radiantthemes-shop-box.style-six > .holder > .data .price ins {
  font-weight: inherit;
}

.radiantthemes-shop-box.style-six > .holder:hover > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-six > .holder:hover > .pic > .action-buttons > .added_to_cart,
.radiantthemes-shop-box.style-six > .holder:hover > .pic > .action-buttons > .yith-wcwl-add-to-wishlist {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

/*--------------------------------------------------------------
# Shop Box (Style Seven)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-seven {
  margin-bottom: 35px !important;
}

.radiantthemes-shop-box.style-seven > .holder > .onsale {
  top: 15px;
  left: 15px;
  width: 50px;
  min-width: initial;
  height: 50px;
  min-height: initial;
  margin: 0;
  padding: 5px;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  line-height: 40px;
  background: #fff;
  color: #000;
}

.radiantthemes-shop-box.style-seven > .holder > .pic {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.radiantthemes-shop-box.style-seven > .holder > .pic:before {
  content: " ";
  display: block;
  padding-top: calc((120 / 90) * 100%);
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .product-image {
  position: absolute;
  top: -10px;
  right: 0;
  bottom: -10px;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
  -webkit-transition: all .6s ease-out 0s;
  -moz-transition: all .6s ease-out 0s;
  transition: all .6s ease-out 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .overlay {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  z-index: 2;
  /*background-color: rgba(36, 34, 34, 0.1);*/
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons > .button,
.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons > .added_to_cart {
  width: auto;
  float: none;
  padding: 8px 40px 9px 25px;
  background-color: #fff;
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 25px;
  margin-bottom: 20px;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons > .button:after {
  content: "\e628";
  font-size: 14px;
  color: #000;
  position: absolute;
  margin: 5px 0 0 5px;
  transition: 0.3s;
  border: none;
  padding: 0;
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons .button.add_to_cart_button.added {
  display: none;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons .button.add_to_cart_button.loading {
  opacity: 1;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .action-buttons .button.add_to_cart_button.loading:after {
  top: 8px;
  right: 10px;
}

.radiantthemes-shop-box.style-seven > .holder > .data .star-rating {
  display: inline-block;
  vertical-align: top;
}

.radiantthemes-shop-box.style-seven > .holder > .data .price {
  font-weight: 500;
  font-size: 16px;
  color: #101010;
  line-height: 26px;
}

.radiantthemes-shop-box.style-seven > .holder > .data .price del {
  margin-right: 5px;
}

.radiantthemes-shop-box.style-seven > .holder > .data .price ins {
  font-weight: inherit;
}

.radiantthemes-shop-box.style-seven > .holder:hover > .pic > .product-image {
  /*transform: translateY(-10px);
    -webkit-transform: translateY(-10px);*/
  /*-webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);*/
}

.radiantthemes-shop-box.style-seven > .holder:hover > .pic > .overlay {
  opacity: 1;
  visibility: visible;
}

.radiantthemes-shop-box.style-seven > .holder:hover > .pic > .action-buttons {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .rt-wishlist {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 9;
  /*    font-size: 0;*/
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .rt-wishlist .yith-wcwl-add-button span {
  font-size: 0px;
}

/*.radiantthemes-shop-box.style-seven > .holder > .pic > .rt-wishlist:before {
    content:"\e634";
    font-family: "Themify";
    font-weight: 400;
    font-size: 15px;
    line-height: 45px;
}*/

.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  opacity: 0;
  text-align: center;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  z-index: 9;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
}

.radiantthemes-shop-box.style-seven > .holder:hover > .pic > .box-holder {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  opacity: 1;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder a {
  display: inline-block;
  text-align: center;
  color: #101010;
  text-transform: capitalize;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder a.button {
  background: transparent;
}

/*.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder .button.add_to_cart_button:before {
    content: "\e60d";
    font-family: "Themify";
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
}*/

.radiantthemes-shop-box.style-seven > .holder > .pic {
  height: 300px;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder .button.add_to_cart_button {
  font-size: 16px;
  line-height: 45px;
  padding: 0;
  font-weight: 400;
  text-transform: capitalize;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder .button.product_type_simple {
  font-size: 16px;
  line-height: 45px;
  padding: 0;
  font-weight: 400;
  text-transform: capitalize;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder .button.yith-wcqv-button {
  font-size: 0;
  float: left;
  width: 45px;
  height: 45px;
  border-radius: 0;
  border-right: 1px solid #e7eae5;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder .button.yith-wcqv-button:before {
  content: "\e63d";
  font-family: "Themify";
  font-weight: 400;
  font-size: 15px;
  line-height: 45px;
}

/*.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder .button.compare {
    font-size: 0;
    float: right;
    width: 45px;
    height: 45px;
    border-radius: 0;
    border-left: 1px solid #e7eae5;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder .button.compare:before {
    content: "\e6be";
    font-family: "Themify";
    font-weight: 400;
    font-size: 15px;
    line-height: 45px;
}*/



.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder .yith-wcwl-add-to-wishlist {
  float: right;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 0;
  border-left: 1px solid #e7eae5;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder .yith-wcwl-add-to-wishlist span {
  font-size: 0;
}

/*
.radiantthemes-shop-box.style-seven > .holder > .pic > .box-holder .yith-wcwl-add-to-wishlist:before {
    content: "\f004";
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 15px;
    line-height: 45px;
}
*/


.radiantthemes-shop-box.style-seven > .holder > .pic > .stock-buttons {
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 1;
}

.radiantthemes-shop-box.style-seven > .holder > .pic > .stock-buttons p.stock {
  /*background: #0edc8d !important;
  color: #fff !important;*/
  background: #f0f8ff !important;
  color: #00C853 !important;
  padding: 0 10px;
  font-size: 15px;
  letter-spacing: 0.4px;
}


.woocommerce .woocommerce-ordering {
  margin: 0 0 1em;
}


.woocommerce ul.products li.product .onsale {
  top: 0;
  left: auto;
  right: 0;
  margin: -.5em -.5em 0 0;
}

.woocommerce span.onsale {
  position: absolute;
  top: 15px !important;
  left: 0;
  right: auto;
  z-index: 5;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  /*background: #3498DB;*/
  background: #FF583C;
  height: 20px;
  min-height: 20px !important;
  line-height: 20px;
  padding: 0 8px 0 8px;
  border-radius: 0;
  transform: rotate(-45deg) translateY(-100%);
  -webkit-transform: rotate(0) translateY(0);
  transform-origin: right top;
  -webkit-transform-origin: right top;
}

.woocommerce span.onsale:after {
  /*border-right-color: #3498DB;*/
  border-right-color: #FF583C;
}


.woocommerce span.onsale:after,
.woocommerce span.onsale:before {
  content: "";
  position: absolute;
  right: -10px;
  color: #3498DB;
  border: solid 10px transparent;
  /*border-left-color: #3498DB;*/
  border-left-color: #FF583C;
}

.woocommerce span.best {
  position: absolute;
  top: 15px !important;
  left: 0;
  right: auto;
  z-index: 5;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  /*background: #3f3a64;*/
  background: #00C853;
  height: 20px;
  min-height: 20px !important;
  line-height: 20px;
  padding: 0 8px 0 8px;
  border-radius: 0;
  transform: rotate(-45deg) translateY(-100%);
  -webkit-transform: rotate(0) translateY(0);
  transform-origin: right top;
  -webkit-transform-origin: right top;
}

.woocommerce span.onsale + span.best {
  top: 42px !important;
}

.woocommerce span.best:after,
.woocommerce span.best:before {
  content: "";
  position: absolute;
  right: -10px;
  color: #101010;
  border: solid 10px transparent;
  /*border-left-color: #3f3a64;*/
  border-left-color: #00C853;
}

.woocommerce span.best:before,
.woocommerce span.onsale:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.woocommerce span.best:after,
.woocommerce span.onsale:after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
  .radiantthemes-shop.four-column > .radiantthemes-shop-box {
    width: 50%;
  }

  .radiantthemes-shop > .radiantthemes-shop-box {
    float: left;
    /* padding-right: 20px; */
    padding: 0 15px;
  }

  .radiantthemes-shop.four-column.style-seven > .radiantthemes-shop-box.last:nth-child(4n+4) {
    padding-right: 15px;
  }

  .radiantthemes-shop.three-column.style-seven > .radiantthemes-shop-box:nth-child(3n+3) {
    padding-right: 15px;
  }

  .woocommerce .woocommerce-ordering {
    margin: 0 0 1em;
  }
}

@media screen and (max-width: 767px) {
  .radiantthemes-shop.four-column > .radiantthemes-shop-box {
    width: 100%;
  }

  .radiantthemes-shop > .radiantthemes-shop-box {
    float: left;
    /* padding-right: 20px; */
    padding: 0 15px;
  }

  .radiantthemes-shop.four-column.style-seven > .radiantthemes-shop-box.last:nth-child(4n+4) {
    padding-right: 15px;
  }

  .radiantthemes-shop.three-column.style-seven > .radiantthemes-shop-box:nth-child(3n+3) {
    padding-right: 15px;
  }


  .woocommerce-page .woocommerce-ordering {
    float: left;
    width: 100%;
  }

  .woocommerce .woocommerce-ordering {
    margin: 0 0 1em;
  }

  .archive .wraper_shop_main.left .order-sm-12 {
    padding-left: 15px !important;
  }

  .archive .wraper_shop_main.right .order-sm-1 {
    padding-right: 15px !important;
  }

  .wraper_blog_main {
    width: 100% !important;
  }

  .wraper_shop_main {
    width: 100% !important;
  }
}





/*--------------------------------------------------------------
# Shop Box (Style Eight)
--------------------------------------------------------------*/

.radiantthemes-shop-box.style-eight {
  margin-bottom: 30px !important;
}

.radiantthemes-shop-box.style-eight > .holder {
  position: relative;
  text-align: left;
}

.radiantthemes-shop-box.style-eight > .holder > .onsale {
  top: 15px;
  left: 15px;
  width: 50px;
  min-width: initial;
  height: 50px;
  min-height: initial;
  margin: 0;
  padding: 5px;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  line-height: 40px;
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
}

.radiantthemes-shop-box.style-eight > .holder > .pic {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 5px;
}

.radiantthemes-shop-box.style-eight > .holder > .pic:before {
  content: " ";
  display: block;
  padding-top: calc((120 / 90) * 100%);
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .product-image {
  position: absolute;
  top: -10px;
  right: 0;
  bottom: -10px;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: 10px;
  transform: translate(0%, -10%);
  transition: 0.4s cubic-bezier(0.48, 0.57, 0.33, 0.89);
  border-radius: 5px;
}

/*.radiantthemes-shop-box.style-eight > .holder > .pic > .overlay{
  position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    z-index: 10;
    background-color: #fff;
    width: calc(100% - 49px);
    height: calc(100% - 49px);
    margin-left: 50%;
    margin-top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: .2s cubic-bezier(.48,.57,.33,.89);
    -o-transition: .2s cubic-bezier(.48,.57,.33,.89);
    transition: .2s cubic-bezier(.48,.57,.33,.89);
}*/
.radiantthemes-shop-box.style-eight > .holder:hover > .pic > .overlay {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0%);
  background-color: #fff;
  transition: 0.4s cubic-bezier(0.48, 0.57, 0.33, 0.89);
  border-radius: 5px;
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  transform: translateY(160px);
  -webkit-transform: translateY(160px);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border > .button,
.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border > .added_to_cart {
  width: auto;
  float: none;
  padding: 8px 25px 9px 25px;
  background-color: #fff;
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  /*margin-bottom: 20px;*/
  border: 1px solid #000;
  border-radius: 4px;
}

.cross-sells .radiantthemes-shop-box.style-eight > .holder:hover > .pic > .overlay {
  opacity: 0;
  visibility: visible;
  transform: translate(0, 0%);
  background-color: #fff;
  transition: 0.4s cubic-bezier(0.48, 0.57, 0.33, 0.89);
  border-radius: 5px;
}

.cross-sells .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border {
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  transform: translateY(160px);
  -webkit-transform: translateY(160px);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.cross-sells .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border > .button,
.cross-sells .radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .radiantthemes-cart-border > .added_to_cart {
  width: auto;
  float: none;
  padding: 8px 5px 9px 5px;
  background-color: #fff;
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  /*margin-bottom: 20px;*/
  border: 1px solid #000;
  border-radius: 4px;
}

/*.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons > .button:after {
  content: "\e628";
  font-size: 14px;
  color: #000;
  position: absolute;
  margin: 5px 0 0 5px;
  transition: .3s;
  border: none;
  padding: 0;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}*/

.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons .radiantthemes-cart-border .button.add_to_cart_button.added {
  display: none;
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons .radiantthemes-cart-border .button.add_to_cart_button.loading {
  opacity: 1;
}

.radiantthemes-shop-box.style-eight > .holder > .pic > .action-buttons .radiantthemes-cart-border .button.add_to_cart_button.loading:after {
  top: 8px;
  right: 10px;
}

.radiantthemes-shop-box.style-eight > .holder > .data {
  text-align: center;
}

.radiantthemes-shop-box.style-eight > .holder > .data .woocommerce-loop-product__title {
  margin-bottom: 0;
  font-weight: 400 !important;
  font-size: 20px;
  color: #191818;
  line-height: 28px !important;
  letter-spacing: 0.6px;
  text-align: center;
}

.radiantthemes-shop-box.style-eight > .holder > .data .star-rating {
  display: inline-block;
  vertical-align: top;
}

.radiantthemes-shop-box.style-eight > .holder > .data .price {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 18px;
  color: #191818;
  line-height: 36px;
}

.radiantthemes-shop-box.style-eight > .holder > .data .price del {
  margin-right: 5px;
}

.radiantthemes-shop-box.style-eight > .holder > .data .price ins {
  font-weight: inherit;
}

/*.radiantthemes-shop-box.style-eight > .holder:hover > .pic > .product-image {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}*/

.radiantthemes-shop-box.style-eight > .holder:hover > .pic > .action-buttons > .radiantthemes-cart-border {
  transform: translateY(150px);
  -webkit-transform: translateY(150px);
  opacity: 1;
  visibility: visible;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  /*background: #3F3A64 !important;
  border: 1px solid #3F3A64 !important;*/
  background: #FF583C !important;
  border: 1px solid #FF583C !important;
  border-radius: 0px;
  padding: 12px 33px !important;
  text-transform: capitalize !important;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: inline-block;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  /*background: #3F3A64 !important;
  border: 1px solid #3F3A64 !important;*/
  background: #FF583C !important;
  border: 1px solid #FF583C !important;
      /*box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25) !important;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);*/
}

.shop_table .product-add-to-cart a {
  /*background: #3F3A64 !important;
  border: 1px solid #3F3A64 !important;*/
  background: #FF583C !important;
  border: 1px solid #FF583C !important;
  padding: 8px 24px !important;
  text-transform: capitalize !important;
  color: #fff;
  transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce button.button[name="update_cart"] {
  /*background: #3F3A64 !important;
  border: 1px solid #3F3A64 !important;*/
  background: #FF583C !important;
  border: 1px solid #FF583C !important;
  padding: 12px 33px !important;
  text-transform: capitalize !important;
  color: #fff;
  transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce button.button[name="update_cart"]:hover {
  /*background: #3F3A64 !important;
  border: 1px solid #3F3A64 !important;*/
  background: #FF583C !important;
  border: 1px solid #FF583C !important;
      /*box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25) !important;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);*/
}

.woocommerce .coupon button.button {
    width: 36% !important;
    display: inline-block;
    position: absolute;
    height: 51px !important;
    background: #FF583C !important;
    border: 1px solid #FF583C!important;
}
.woocommerce #payment #place_order {
 /*background: #3F3A64 !important;
  border: 1px solid #3F3A64 !important;*/
  background: #FF583C !important;
  border: 1px solid #FF583C !important;
  padding: 12px 33px !important;
  text-transform: capitalize !important;
  transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce #payment #place_order:hover {
  /*background: #3F3A64 !important;
  border: 1px solid #3F3A64 !important;*/
  background: #FF583C !important;
  border: 1px solid #FF583C !important;
      /*box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25) !important;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);*/
}

.shop_single > .summary form.cart .button {
  /*background: #3F3A64 !important;
  border: 1px solid #3F3A64 !important;
  */background: #FF583C !important;
  border: 1px solid #FF583C !important;
  font-size: 16px !important;
  line-height: 26px !important;
  padding: 12px 33px !important;
  text-transform: capitalize !important;
  transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.shop_single > .summary form.cart .hover {
 /*background: #3F3A64 !important;
  border: 1px solid #3F3A64 !important;*/
  background: #FF583C !important;
  border: 1px solid #FF583C !important;
      box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25) !important;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.shop_single > .summary .quantity > .qty {
  -moz-appearance: textfield;
}

.woocommerce div.product form.cart {
  margin-bottom: 15px;
}

.woocommerce div.product form.cart .variations label {
  font-size: 14px;
  line-height: 35px;
}

.page-template-default .entry-content ul.woocommerce-error li {
  padding-left: 20px !important;
}

.hentry .entry-content ul.woocommerce-error li {
  padding: 0 0 0 3.5em !important;
}

.woocommerce h1.entry-title {
  line-height: 35px !important;
  text-transform: capitalize;
  font-size: 25px !important;
  /*font-family: "Jost SemiBold", Sans-serif;*/
}

.shop_single .rt-product-gallery {
  display: block;
  position: relative;
}

/*--------------------------------------------------------------
## Product Single Page
--------------------------------------------------------------*/

.wraper_shop_single {
  width: 100%;
}

.wraper_shop_single > .container {
  padding-top: 100px;
  padding-bottom: 60px;
}

.shop_single > .onsale {
  width: 60px;
  height: 60px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

#yith-quick-view-content .onsale {
  left: 0;
}

.wraper_shop_single.style-one .shop_single .woocommerce-product-gallery .flex-viewport,
.wraper_shop_single.style-two .shop_single .woocommerce-product-gallery .flex-viewport,
.wraper_shop_single.style-three .shop_single .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 20px;
}

.wraper_shop_single.style-one .shop_single > .woocommerce-product-gallery ol.flex-control-nav {
  display: none;
}

.wraper_shop_single.style-one .shop_single .woocommerce-product-gallery ol.flex-control-nav,
.wraper_shop_single.style-two .shop_single .woocommerce-product-gallery ol.flex-control-nav,
.wraper_shop_single.style-three .shop_single .woocommerce-product-gallery ol.flex-control-nav {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.wraper_shop_single.style-one .shop_single .woocommerce-product-gallery ol.flex-control-nav li,
.wraper_shop_single.style-two .shop_single .woocommerce-product-gallery ol.flex-control-nav li,
.wraper_shop_single.style-three .shop_single .woocommerce-product-gallery ol.flex-control-nav li {
  margin-bottom: 30px !important;
  padding-left: 10px;
  padding-right: 10px;
}

.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
  color: #fff;
}

.shop_single > .summary {
  margin-top: -8px;
}

.shop_single > .summary .product_title {
  color: #101010 !important;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 35px;
  display: block;
}

.shop_single > .summary .woocommerce-product-rating {
  margin-bottom: 17px;
}

.shop_single > .summary > .yith-wcwl-add-to-wishlist {
  /* display: none !important;*/
}

.shop_single > .summary .price,
.shop_single > .summary .woocommerce-variation-price {
  margin-bottom: 20px;
  font-size: 20px !important;
  color: #101010 !important;
  line-height: 30px;
  font-weight: 500;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: 500;
}
.shop_single > .summary .woocommerce-product-details__short-description {
  /*margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px #d8dada solid;*/
  color: #696969;
  font-size: 16px;
  line-height: 26px;
}

.shop_single > .summary table.group_table {
  margin: 0px 0px 30px 0px;
  font-size: 16px;
  line-height: 26px;
}

.shop_single > .summary table.group_table td {
  vertical-align: middle !important;
}

.shop_single > .summary table.group_table td label {
  margin-bottom: 0;
}

.shop_single > .summary .wcppec-checkout-buttons {
  max-width: 120px;
  margin-top: 0;
  margin-bottom: 40px;
}

.shop_single > .summary .product_meta {
  border-top: 1px solid #e7eae5;
  margin: 25px 0;
  padding: 18px 0 0 0;
}

.shop_single > .summary .product_meta > .sku_wrapper,
.shop_single > .summary .product_meta > .posted_in,
.shop_single > .summary .product_meta > .tagged_as {
  display: block;
  margin-bottom: 3px;
  color: #101010;
  font-weight: 500;
  /*font-size: 18px;
  line-height: 32px;*/
}

.shop_single > .summary .product_meta > .sku_wrapper a,
.shop_single > .summary .product_meta > .posted_in a,
.shop_single > .summary .product_meta > .tagged_as a {
  color: inherit;
  position: relative;
}

.shop_single > .summary .product_meta > .posted_in a::before {
  content: "";
  width: 0;
  height: 1px;
  bottom: -3px;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.shop_single > .summary .product_meta > .posted_in a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.shop_single > .summary .quantity {
  min-width: auto;
  margin: 0 20px 0 0 !important;
}

.shop_single > .summary .quantity > .input-group-addon {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 27px;
  padding: 0;
  background-color: #d5d5d5;
  border: none;
  border-radius: 0px;
  text-align: center;
  font-size: 16px;
  color: #54546f;
  line-height: 26px;
  cursor: pointer;
  user-select: none;
}


.shop_single > .summary .quantity > .qty::-webkit-inner-spin-button,
.shop_single > .summary .quantity > .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*
.shop_single > .summary .quantity > .qty:focus {
    border: none;
}
*/

.shop_single > .summary select {
  height: 35px;
  padding: 0px 10px 0px 10px;
  border: 1px rgba(195, 196, 198, 0.5) solid;
  font-weight: 400;
  font-size: 15px;
  color: #191717;
}

.shop_single > .summary .variations {
  margin-bottom: 30px !important;
}

.shop_single > .summary .variations tr:not(:last-child) td {
  padding-bottom: 15px;
}

.shop_single > .summary .variations label {
  color: initial;
}

.shop_single > .summary form.cart .button {
  text-transform: capitalize;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

/*.shop_single > .summary form.cart .button:before {
    margin-right: 10px;
    content: "\e655";
    font-family: "themify";
}*/

.shop_single > .summary .yith-wcwl-add-to-wishlist {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 30px;
}

/*.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button,*/
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse {
  /*font-size: 0;*/
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button .feedback,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button .ajax-loading,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse .feedback,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse .feedback,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  display: none !important;
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a {
  display: block;
  color: #54546f;
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a:hover,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a:hover,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a:hover {
  color: #54546f;
}
.radiantthemes-shop-box.style-seven .yith-wcwl-wishlistexistsbrowse a,
.radiantthemes-shop-box.style-seven .yith-wcwl-wishlistaddedbrowse a {
    position: absolute;
    right: 0;
    font-size: 0;
    line-height: 35px;
}
.radiantthemes-shop-box.style-seven .yith-wcwl-wishlistexistsbrowse a i,
.radiantthemes-shop-box.style-seven .yith-wcwl-wishlistaddedbrowse a i {
    font-size: 16px;
    text-align: center;
    width: 45px;
    line-height: 45px;
}

/*.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a:before,*/
/*.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a:before,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a:before {
  font-family: "Themify";
  font-weight: 400;
  font-size: 15px;
  color: #54546f;
  line-height: 1;
}


.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse > a:before,
.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse > a:before {
  content: "\e635";
}*/

.shop_single > .summary > .compare {
  background: transparent;
  padding: 0 !important;
  margin: 0;
  font-weight: normal;
  color: #54546f;
}

.shop_single > .summary > .compare:hover {
  background: transparent;
  color: #54546f;
  box-shadow: none !important;
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
  padding: 0 !important;
}


.shop_single > .summary > .compare:before {
  content: "\e6be";
  font-family: "Themify";
  color: #54546f;
  font-weight: 400;
  font-size: 15px;
  line-height: 45px;
  padding-right: 10px;
}



/*--------------------------------------------------------------
### Shop Details Box (Style One)
--------------------------------------------------------------*/

.wraper_shop_single.style-one .shop_single_tabs {
  margin-top: 40px;
  margin-bottom: 50px;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs {
  margin-bottom: 30px;
  border-bottom-color: #cfced1;
  text-align: center;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-right: 40px;
  margin-bottom: 0;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li:last-child {
  margin-right: 0;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a {
  position: relative;
  display: block;
  margin-right: 0;
  margin-bottom: -2px;
  padding-bottom: 14px;
  border: none;
  font-weight: 600;
  font-size: 20px;
  color: #181b31;
  line-height: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li > a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  content: " ";
  width: auto;
  height: 3px;
  /*background-color: #5f27d4;*/
  background-color: #000;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_shop_single.style-one .shop_single_tabs > ul.nav-tabs > li.active > a:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

.wraper_shop_single.style-one .shop_single_tabs > .tab-content > .tab-pane h2 {
  color: #181b31;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------------------
### Shop Details Box (Style Two)
--------------------------------------------------------------*/

.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item {
  margin-bottom: 12px;
}

.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item > .btn {
  position: relative;
  width: 100%;
  padding: 11px 40px 10px 20px;
  background-color: #fff;
  border: 1px #d9dbdb solid;
  border-radius: 0;
  box-shadow: initial;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  color: #181b31;
  line-height: 25px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item > .btn:before {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 0;
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 80%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item > .btn.collapsed:before {
  content: "\f067";
}

.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item > .collapse h2,
.wraper_shop_single.style-two .shop_single_accordion > .shop_single_accordion_item > .collapsing h2 {
  color: #181b31;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

/*--------------------------------------------------------------
### Shop Details Box (Style Three)
--------------------------------------------------------------*/

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs {
  display: table;
  table-layout: fixed;
  margin-bottom: 20px;
  border: 1px #ece9e9 solid;
  text-align: center;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li {
  display: table-cell;
  width: 1%;
  float: none;
  margin-bottom: 0;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li > a {
  display: block;
  margin: 0;
  padding: 7px 10px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  color: #030712;
  line-height: 25px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_shop_single.style-three .shop_single_tabs > ul.nav-tabs > li.active > a {
  background-color: #ece9e9;
}

.wraper_shop_single.style-three .shop_single_tabs > .tab-content > .tab-pane h2 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

/*--------------------------------------------------------------
### Shop Attributes
--------------------------------------------------------------*/

.shop_single table.shop_attributes {
  border: 1px rgba(84, 84, 111, 0.5) solid;
}

.shop_single table.shop_attributes > tbody > tr > th,
.shop_single table.shop_attributes > tbody > tr > td {
  padding: 7px 15px;
  font-style: normal;
}

.shop_single table.shop_attributes > tbody > tr > th {
  width: 50%;
  font-weight: 500;
}

.shop_single table.shop_attributes > tbody > tr > td {
  text-align: left;
  border-left: 1px solid #efeeee;
}

/*--------------------------------------------------------------
### Shop Reviews
--------------------------------------------------------------*/

.shop_single .woocommerce-Reviews {
  text-align: left;
}

.woocommerce #reviews #comments ol.commentlist li {
  padding: 22px 25px 28px 0px;
  /*background-color: #f9f9f9;*/
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 16px;
  width: 100%;
  float: left;
  margin-bottom: 5px
}
.woocommerce .star-rating {
  float: left;
  margin-bottom: 10px;
}
.woocommerce #reviews #comments ol.commentlist li > .comment_container {
  position: relative;
  min-height: 70px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  top: 0px;
  width: 75px;
  padding: 0;
  /*border: 3px #fff solid;*/
  border-radius: 50px;
  /*box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);*/
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0px 0px 0px 95px;
  padding: 0;
  border: none;
  border-radius: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0;
}

.shop_single #review_form .comment-reply-title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #181b31;
}

.shop_single #review_form #respond label {
  display: block;
}

.shop_single #review_form #respond input[type="text"],
.shop_single #review_form #respond input[type="email"],
.shop_single #review_form #respond textarea {
  padding: 5px 10px 5px 10px;
  border: 1px #eff0f2 solid;
  background: #eff0f2;
  resize: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 0;
  width: 100%;
}
.shop_single #review_form #respond input[type="text"]:hover,
.shop_single #review_form #respond input[type="email"]:hover,
.shop_single #review_form #respond textarea:hover {
  border: 1px solid #eff0f2;
    /*background-color: #fff;*/
}

.shop_single #review_form #respond textarea {
  height: 120px;
}
.shop_single #review_form #respond input[type="text"],
.shop_single #review_form #respond input[type="email"] {
  height: 50px;
}
.comment-form .submit {
  min-width: 170px;
}
.shop_single #review_form #respond input[type="submit"] {
  /*font-family: "Jost" !important;*/
  background: #FF583C !important;
  border: 1px solid #FF583C !important;
  font-size: 17px !important;
  padding: 12px 33px !important;
  text-transform: capitalize !important;
  color: #fff !important;
}
a.woocommerce-review-link {
 color: #696969;
 text-transform: capitalize;
 font-size: 16px;
 line-height: 26px;
}
/*--------------------------------------------------------------
### Shop Related
--------------------------------------------------------------*/
ul.payment_methods li {
  list-style: none !important;
}

.shop_related {
  margin-top: 50px;
}

.shop_related > .related.products > h2 {
  color: #101010;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 22px !important;
  line-height: 32px;
  text-transform: capitalize;
}

/*--------------------------------------------------------------
# Empty Cart Page
--------------------------------------------------------------*/

.return-to-shop .button.wc-backward:before {
    display: none;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: auto;
}
.woocommerce .cart-empty {
    margin-bottom: 25px;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    padding: 15px 10px 17px 10px;
}

.woocommerce .return-to-shop {
    text-align: center;
    margin-bottom: 0px;
}

.woocommerce .return-to-shop .button {
    background-color: initial;
    border-radius: 0;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    background: #FF583C !important;
    padding: 12px 33px !important;
    border: none !important;

}

/*--------------------------------------------------------------
# Login/Register Page
--------------------------------------------------------------*/

legend,
#customer_login h2,
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3,
.cart_totals h2,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
body.woocommerce-order-received h2,
body.woocommerce-order-received header.title h3,
.wishlist-title h2 {
  margin: 0px 0px 37px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px rgba(84, 84, 111, 0.3) solid;
  font-weight: 500;
  font-size: 25px;
  color: #101010 !important;
  line-height: 35px;
  text-transform: capitalize;
}

h3#order_review_heading {
  padding-bottom: 10px !important;
  padding-left: 0 !important;
}

.woocommerce form.login,
.woocommerce form.register {
  border: 1px rgba(40, 41, 37, 0.2) solid;
  border-radius: 0;
}
.woocommerce form .form-row{
  padding: 0px;
}
.woocommerce form .form-row label {
  margin: 0px 0px 7px 0px;
  font-weight: 400;
  font-size: 16px;
  color: #101010;
  line-height: 26px;
}
.woocommerce ul#shipping_method li {
  margin: 0px;
  line-height: 26px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  height: 50px;
  padding: 10px 10px 10px 10px !important;
  background: #eff0f2;
  border: 1px #eff0f2 solid !important;
  border-radius: 0;
  font-weight: 400;
  font-size: 15px;
  color: #101010;
  line-height: 23px;
  resize: none;
  transition: all 0.3s ease-in-out;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
  width: 100%;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  width: 100%;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: left;
  margin-right: 1em;
  background: #FF583C;
  border-radius: 0;
  color: #fff;
  padding: 12px 33px;
  border-radius: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
  background: #FF583C;
  border-radius: 0;
  color: #fff;
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25) !important;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}

.woocommerce form .form-row textarea {
  height: 100px;
  padding: 7px 10px 7px 10px;
}

.select2-container .select2-selection {
  height: 50px;
  border: 1px #eff0f2 solid;
  border-radius: 0;
  background: #eff0f2;
  padding: 10px;
}

.select2-dropdown {
  border-color: #eff0f2;
}

.select2-container .select2-selection > .select2-selection__rendered {
  /* margin-top: 9px;*/
  font-weight: 400;
  font-size: 16px;
  color: #101010;
  line-height: inherit;
  background: #eff0f2;
}

.select2-container .select2-selection > .select2-selection__arrow {
  top: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.select2-container .select2-selection:hover {
  border-width: 1px;
  border-style: solid;
}

.woocommerce form .form-row input.button {
  margin: 10px 15px 5px 0px;
}
a.woocommerce-button.button.view {
    color: #fff !important;
}
a.woocommerce-button.button.view:hover:before {
  display: none;
}
/*--------------------------------------------------------------
# My Account Page
--------------------------------------------------------------*/

.woocommerce-MyAccount-navigation {
    min-height: 350px;
    padding: 0px 30px 0px 0px;
}
.woocommerce-MyAccount-navigation > ul {
    margin: 0 0 0 -20px;
}
.woocommerce-MyAccount-navigation > ul > li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 18px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    color: #101010;
    line-height: 26px;
    list-style: none;
}
.page-template-default .entry-content .woocommerce-MyAccount-navigation > ul > li {
    list-style: none;
    border: 1px solid #e1e1e1;
    padding: 10px 24px !important;
    margin: 0 0px -1px 0px !important;
}
.page-template-default .entry-content .woocommerce-MyAccount-navigation > ul {
  padding-left: 20px !important;
}

.woocommerce-MyAccount-navigation > ul > li:last-child,
.woocommerce-MyAccount-navigation > ul > li:only-child {
    margin: 0;
}

.woocommerce-MyAccount-navigation > ul > li:before {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 0;
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #ff3c24;
    line-height: 15px;
}

.woocommerce-MyAccount-navigation > ul > li > a {
    color: #10101d;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.woocommerce-MyAccount-navigation > ul > li > a:hover {
    color: #10101d;
}

.woocommerce-MyAccount-content p {
    margin: 0px 0px 20px 0px;
}

.woocommerce-MyAccount-content #generate_referral_field,
.woocommerce-MyAccount-content #rs_redeem_voucher_code,
.woocommerce-MyAccount-content #filters,
.woocommerce-MyAccount-content #change-page-sizes {
  width: 100%;
  max-width: 300px;
  height: 40px;
  margin: 0px 0px 10px 0px;
  padding: 0px 10px 0px 10px;
  background: #fff;
  border: 1px rgba(195, 196, 198, 0.5) solid;
  border-radius: 0;
  font-weight: 400;
  font-size: 15px;
  color: #191717;
  line-height: 23px;
  resize: none;
  transition: all 0.3s ease-in-out;
}

.woocommerce-MyAccount-content #filters,
.woocommerce-MyAccount-content #change-page-sizes {
  max-width: 70px;
  margin-left: 7px;
}

.woocommerce-MyAccount-content #generate_referral_field:focus,
.woocommerce-MyAccount-content #rs_redeem_voucher_code:focus {
  border: 1px #ff3c24 solid;
}

/*--------------------------------------------------------------
# Cart Page
--------------------------------------------------------------*/

.woocommerce .product-thumbnail {
  text-align: center;
}

.woocommerce .product-thumbnail .size-woocommerce_thumbnail {
  width: 120px;
  border-radius: 0;
}

.woocommerce .quantity .qty {
  height: 40px;
  width: 80px;
  padding: 0px 5px 0px 20px;
  border: 1px rgba(84, 84, 111, 0.3) solid;
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  color: #2d2b3b;
  transition: all 0.3s ease-in-out;
}

.woocommerce .quantity .qty:focus {
  border: 1px #54546F solid;
}

.woocommerce button.button[name="update_cart"],
.woocommerce button.button[name="update_cart"]:disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  /*    padding-top: 11px !important;
    padding-bottom: 10px !important;*/
  text-transform: capitalize;
  /*letter-spacing: 1px;*/
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce-cart .fp_apply_reward .input-text {
  width: 100%;
  max-width: 180px;
  height: 40px;
  margin: 0px 0px 10px 0px;
  padding: 0px 10px 0px 10px;
  background: #fff;
  border: 1px rgba(195, 196, 198, 0.5) solid;
  border-radius: 0;
  font-weight: 400;
  font-size: 15px;
  color: #191717;
  line-height: 23px;
  resize: none;
  transition: all 0.3s ease-in-out;
}

.woocommerce-cart .fp_apply_reward .input-text:focus {
  border: 1px #ff3c24 solid;
}

.woocommerce .coupon,
.woocommerce .checkout_coupon {
  position: relative;
  width: 100%;
  max-width: 350px;
  /*border: 1px rgba(84, 84, 111, 0.3) solid;*/
  border-radius: 0;
}

.woocommerce .coupon:before,
.woocommerce .coupon:after,
.woocommerce .checkout_coupon:before,
.woocommerce .checkout_coupon:after {
  position: absolute;
  top: 14px;
  z-index: 0;
  width: 40px;
  text-align: center;
  font-family: "themify";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}

.woocommerce .coupon:before,
.woocommerce .checkout_coupon:before {
  left: 0;
  content: "\e613" !important;
}

/*.woocommerce .coupon:after,
.woocommerce .checkout_coupon:after {
  right: 0;
  content: "\e65d" !important;
}*/

.woocommerce .coupon input.input-text,
.woocommerce .checkout_coupon input.input-text {
  width: 100% !important;
  height: 51px;
  padding: 0px 20px 0 40px !important;
  border: 1px solid;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  padding: 8px 46px !important;
}

.woocommerce .coupon,
.woocommerce .checkout_coupon {
  max-width: 442px !important;
}

.woocommerce .coupon button.button,
.woocommerce .checkout_coupon button.button {
  /*position: absolute;*/
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 40px;
  padding: 0 !important;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.woocommerce table.shop_table {
  width: 100%;
  table-layout: auto;
  margin-bottom: 15px;
  border-collapse: collapse;
  border: none;
  border-radius: 0;
  text-align: center;
}

.woocommerce table.shop_table > thead > tr > th {
  padding-top: 0;
  padding-bottom: 11px;
  border: none !important;
  border-bottom: 2px #e7e7e7 solid !important;
  text-align: left;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  color: #101010 !important;
  line-height: 26px;
}

.woocommerce table.shop_table > thead > tr > th.product-remove,
.woocommerce table.shop_table > thead > tr > th.product-price,
.woocommerce table.shop_table > thead > tr > th.product-quantity,
.woocommerce table.shop_table > thead > tr > th.product-subtotal,
.woocommerce table.shop_table > thead > tr > th.product-stock-status,
.woocommerce table.shop_table > thead > tr > th.product-add-to-cart {
  text-align: center;
}

.woocommerce table.shop_table > tbody > tr > th {
  padding: 20px 12px;
  border: none !important;
  border-bottom: 1px #e7e7e7 solid !important;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  color: #101010;
  font-weight: 400 !important;
  /*font-family: "Jost" !important;*/
}
.woocommerce table.shop_table > tbody > tr > td {
  padding: 20px 12px;
  border: none !important;
  border-bottom: 1px #e7e7e7 solid !important;
  text-align: left;
  font-size: 16px;
  line-height: 26px !important;
  color: #696969 !important;
  font-weight: 400 !important;
  /*font-family: "Jost" !important;*/
}
.woocommerce table.shop_table td {
  color: #696969 !important;
}

.woocommerce table.shop_table > tbody > tr > th.product-remove,
.woocommerce table.shop_table > tbody > tr > th.product-price,
.woocommerce table.shop_table > tbody > tr > th.product-quantity,
.woocommerce table.shop_table > tbody > tr > th.product-subtotal,
.woocommerce table.shop_table > tbody > tr > th.product-stock-status,
.woocommerce table.shop_table > tbody > tr > th.product-add-to-cart,
.woocommerce table.shop_table > tbody > tr > td.product-remove,
.woocommerce table.shop_table > tbody > tr > td.product-price,
.woocommerce table.shop_table > tbody > tr > td.product-quantity,
.woocommerce table.shop_table > tbody > tr > td.product-subtotal,
.woocommerce table.shop_table > tbody > tr > td.product-stock-status,
.woocommerce table.shop_table > tbody > tr > td.product-add-to-cart {
  text-align: center;
}

.woocommerce table.shop_table > tbody > tr > th.product-thumbnail,
.woocommerce table.shop_table > tbody > tr > td.product-thumbnail {
  width: 100px;
}

.woocommerce table.shop_table > tbody > tr > th .remove,
.woocommerce table.shop_table > tbody > tr > td .remove {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #FF583C;
  border-radius: 0;
  font-size: 9px;
  color: #fff !important;
  line-height: 21px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  padding-right: 0.5px;
}

.woocommerce table.shop_table > tbody > tr > th .yith-wcqv-button,
.woocommerce table.shop_table > tbody > tr > td .yith-wcqv-button {
  display: none;
}

.woocommerce table.shop_table > tbody > tr > th .wishlist-in-stock,
.woocommerce table.shop_table > tbody > tr > th .wishlist-out-of-stock,
.woocommerce table.shop_table > tbody > tr > td .wishlist-in-stock,
.woocommerce table.shop_table > tbody > tr > td .wishlist-out-of-stock {
  display: inline-block;
  padding: 5px 15px 4px 15px;
  border-width: 2px;
  border-style: solid;
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.3px;
}

.woocommerce table.shop_table > tbody > tr > th .wishlist-in-stock,
.woocommerce table.shop_table > tbody > tr > td .wishlist-in-stock {
  background: #0edc8d !important;
  border: none;
  color: #fff !important;
  padding: 0 10px;
  font-size: 12px;
  letter-spacing: 0.4px;
  border-radius: 0px;
  text-transform: capitalize;
}

.woocommerce table.shop_table > tbody > tr > th .wishlist-out-of-stock,
.woocommerce table.shop_table > tbody > tr > td .wishlist-out-of-stock {
  background: #ee1111 !important;
  border: none;
  color: #fff !important;
  padding: 0 10px;
  font-size: 12px;
  letter-spacing: 0.4px;
  border-radius: 0px;
  text-transform: capitalize;
}

.woocommerce table.shop_table > tbody > tr > th.product-add-to-cart a,
.woocommerce table.shop_table > tbody > tr > td.product-add-to-cart a {
  display: inline-block !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  padding: 20px 0 0 0;
  /*background-color: rgba(0, 0, 0, 0.05);
    border-radius: 5px;*/
}

.woocommerce .cart-collaterals .cart_totals > h2 {
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 2px #e7e7e7 solid;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  color: #101010;
  line-height: 26px;
  letter-spacing: 1px;
}

.woocommerce .cart-collaterals .cart_totals .wcppec-checkout-buttons__button {
  padding-top: 0;
}

.woocommerce .cart-collaterals .cart_totals .wcppec-checkout-buttons__button img {
  max-width: 120px;
}

.woocommerce input.input-text[name=coupon_code] {
  width: 100% !important;
}

.woocommerce-page table.cart td.actions .coupon .button {
  height: 40px ;
}

.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  padding-bottom: 0;
}



/*--------------------------------------------------------------
# Checkout Page
--------------------------------------------------------------*/

.woocommerce #payment #place_order {
  padding-top: 10px !important;
  padding-bottom: 9px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce #payment #place_order:hover {
  /*box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25) !important;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);*/
}

.woocommerce form .form-row .input-checkbox {
  position: static;
}

.woocommerce form #customer_details {
  width: 50%;
  float: left;
  padding-top: 5px;
}

.woocommerce form #customer_details > [class*="col-"] {
  width: 100%;
  margin-bottom: 20px;
}

.woocommerce form #order_review_heading,
.woocommerce form #order_review {
  /*
    width: 100%;
    float: right;
    padding: 0 15px;
*/
}

.woocommerce form #order_review {
  width: 100%;
  float: right;
  padding: 0px;
}

.woocommerce form .about_paypal {
  margin-left: 10px;
}
@media screen and (max-width:767px) {
.woocommerce form #customer_details > [class*="col-"] {
  padding: 0px;
}
/*.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: block;
}*/
}
.r-padding {
  padding-left: 0px;
  padding-right: 15px;
}
.l-padding {
  padding-left: 15px;
  padding-right: 0px;
}

/*--------------------------------------------------------------
# Order Received Page
--------------------------------------------------------------*/

p.woocommerce-thankyou-order-received {
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 1px rgba(40, 41, 37, 0.2) solid;
  font-weight: 600;
  font-size: 24px;
  color: #101010;
  line-height: 35px;
}

/*--------------------------------------------------------------
# YITH WISHLIST POPUP
--------------------------------------------------------------*/

#yith-wcwl-popup-message {
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  font-size: 0;
}

#yith-wcwl-popup-message #yith-wcwl-message {
  padding: 12px 20px 14px 20px;
  background-color: #fff;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
  font-size: 15px;
  line-height: 26px;
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Team Single Page
--------------------------------------------------------------*/

/* wraper_team_single */

.wraper_team_single {
  width: 100%;
}

.wraper_team_single > .container {
  /*padding-top: 100px;
  padding-bottom: 60px;*/
}

/*--------------------------------------------------------------
# Team Single Page Style One
--------------------------------------------------------------*/

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard {
  margin-bottom: 30px;
  padding: 28px 30px 30px 30px;
  background-color: #f4f9fd;
  border: 1px #dfeaf2 solid;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard > *:last-child {
  margin-bottom: 0 !important;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard h2 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 34px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard h3 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 28px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 25px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard hr {
  margin-top: 0;
  margin-bottom: 22px;
  border-top-color: #e2e2e2;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.contact {
  margin-top: 5px;
  margin-bottom: 25px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.contact li {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 26px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.contact li i {
  width: 16px;
  margin-right: 9px;
  color: #193a5e;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.contact li a {
  color: inherit;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.social {
  margin-bottom: 20px;
  font-size: 0;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.social li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.social li:last-child,
.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.social li:only-child {
  margin-right: 0;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.social li > a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px #d5dde3 solid;
  border-radius: 50%;
  text-align: center;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard ul.social li > a i {
  font-size: 16px;
  color: #193a5e;
  line-height: 26px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard .btn {
  padding: 12px 35px 12px 35px;
  background-color: #89be16;
  border: none;
  border-radius: 35px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  cursor: pointer;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-contactcard .btn i {
  margin-left: 10px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard {
  margin-bottom: 40px;
  padding: 15px 30px 15px 30px;
  background-color: #f4f9fd;
  border: 1px #dfeaf2 solid;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard > *:last-child {
  margin-bottom: 0 !important;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard .table {
  margin-bottom: 0;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard .table > tbody > tr > td {
  padding: 13px 0px 13px 0px;
  border-top: none;
  border-bottom: 1px #e2e2e2 solid;
  font-size: 14px;
  line-height: 25px;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard .table > tbody > tr > td:first-child {
  text-align: left;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard .table > tbody > tr > td:last-child {
  text-align: right;
}

.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard .table > tbody > tr:last-child > td,
.team_single.style-one .team-profilebuzz .team-profilebuzz-timingcard .table > tbody > tr:only-child > td {
  border-bottom: none;
}

/*--------------------------------------------------------------
# Event Page
--------------------------------------------------------------*/

/* wraper-radiantthemes-event */

.wraper-radiantthemes-event {
  width: 100%;
  height: auto;
}

.wraper-radiantthemes-event > .container {
  padding-top: 70px;
  padding-bottom: 30px;
}

#tribe-bar-form #tribe-bar-views {
  left: 90%;
  width: 10%;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  padding: 7px 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
}

#tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
  right: 10%;
  width: 90%;
}

#tribe-bar-form {
  background-color: #fff;
  box-shadow: 0px 0px 48px rgba(5, 6, 6, 0.08);
}

.tribe-events-ical {
  display: none !important;
}

/*--------------------------------------------------------------
# Event Month View Page
--------------------------------------------------------------*/

.tribe-events-calendar thead th {
  padding-top: 12px;
  padding-bottom: 13px;
  background-color: #252525;
  border: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
}

#tribe-events-content .tribe-events-calendar td {
  border-color: #e7e7e7;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*="tribe-events-daynum-"] {
  margin-left: -1px;
  margin-right: -1px;
  padding: 8px 10px 10px 10px !important;
  background-color: #e54217;
  border-left: 1px rgba(255, 255, 255, 0.2) solid;
  border-right: 1px rgba(255, 255, 255, 0.2) solid;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  line-height: 25px !important;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] {
  background-color: #252525;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"] > a,
.tribe-events-calendar div[id*="tribe-events-daynum-"] > a:hover,
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a,
.tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a:hover,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a,
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a:hover,
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*="tribe-events-daynum-"] > a,
.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*="tribe-events-daynum-"] > a:hover {
  background-color: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events,
.tribe-events-viewmore {
  margin: 0;
  padding: 13px 10px 14px 10px;
}

#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
  padding: 0;
}

.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-shortcode.view-week .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
  padding: 0px 15px 15px 15px;
}

#tribe-events-content .tribe-events-tooltip h4 {
  margin: 0px -15px 20px -15px;
  padding: 10px 15px 10px 15px;
  background-color: #fbefc7;
  border-bottom: 1px #f2e5bb solid;
  font-weight: 600;
  font-size: 16px;
  color: #051a37;
  line-height: 26px;
}

/*--------------------------------------------------------------
# Event List View Page
--------------------------------------------------------------*/

.radiantthemes-event-list {
  margin-top: 20px;
  padding: 20px 30px 10px 30px;
  background-color: #fff;
  box-shadow: 0px 0px 48px rgba(5, 6, 6, 0.08);
}

.radiantthemes-event-list-item {
  border: 1px #e8e8e8 solid !important;
  margin: 0px 0px 40px 0px !important;
  padding: 0 !important;
}

.radiantthemes-event-list-item > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.radiantthemes-event-list-item > .row > [class*="col-"] {
  float: none;
  flex-basis: 0;
  flex-grow: 1;
  padding-right: 0;
  padding-left: 0;
}

.radiantthemes-event-list-item-pic {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 25%;
  min-height: 100%;
  background: center top no-repeat;
  background-size: cover;
  text-align: center;
}

.radiantthemes-event-list-item-pic > .holder img {
  width: 100%;
}

.radiantthemes-event-list-item-data {
  max-width: 50%;
  padding: 20px 25px 20px 25px !important;
}

.radiantthemes-event-list-item-data > .holder > *:last-child {
  margin-bottom: 0 !important;
}

.radiantthemes-event-list-item-data h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  color: #0c1434;
  line-height: 30px;
}

.radiantthemes-event-list-item-data p {
  margin-bottom: 15px;
}

.radiantthemes-event-list-item-data ul.event-list-meta {
  margin-bottom: 15px;
}

.radiantthemes-event-list-item-data ul.event-list-meta > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 5px;
  padding-left: 0 !important;
}

.radiantthemes-event-list-item-data ul.event-list-meta > li:before {
  display: none;
}

.radiantthemes-event-list-item-data ul.event-list-meta > li.city {
  width: 100%;
  margin-right: 0;
}

.radiantthemes-event-list-item-data ul.event-list-meta > li i {
  margin-right: 6px;
}

.radiantthemes-event-list-item-button {
  max-width: 25%;
  padding: 20px 15px 20px 15px !important;
  text-align: center;
}

.radiantthemes-event-list-item-button .btn {
  padding: 12px 35px 12px 35px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}

/*--------------------------------------------------------------
# Event Day View Page
--------------------------------------------------------------*/

.radiantthemes-event-day {
  margin-top: 20px;
}

.radiantthemes-event-day-item {
  margin: 0px 0px 40px 0px !important;
}

.radiantthemes-event-day-item-pic {
  position: relative;
  overflow: hidden;
  margin-bottom: 17px;
}

.radiantthemes-event-day-item-pic > img {
  width: 100%;
}

.radiantthemes-event-day-item-pic > .holder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: cover;
}

.radiantthemes-event-day-item-pic .tribe-events-event-image {
  width: 100%;
  margin: 0;
}

.radiantthemes-event-day-item-pic > .holder img {
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-event-day-item:hover .radiantthemes-event-day-item-pic > .holder img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.radiantthemes-event-day-item-pic > .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.radiantthemes-event-day-item:hover .radiantthemes-event-day-item-pic > .overlay {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.radiantthemes-event-day-item-pic > .overlay > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.radiantthemes-event-day-item-pic > .overlay > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.radiantthemes-event-day-item-pic .btn {
  padding: 5px 20px 6px 20px;
  background-color: initial;
  border: 2px #fde428 solid;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  letter-spacing: 2px;
}

.radiantthemes-event-day-item-data > *:last-child {
  margin-bottom: 0 !important;
}

.radiantthemes-event-day-item-data h3 {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 17px;
  color: #252525;
  line-height: 28px;
}

.radiantthemes-event-day-item-data h3 a {
  color: inherit;
}

.radiantthemes-event-day-item-data ul.event-list-meta {
  margin-bottom: 5px;
}

.radiantthemes-event-day-item-data ul.event-list-meta > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 5px;
  padding-left: 0;
  font-weight: 400;
  font-size: 14px;
  color: #252525;
  line-height: 25px;
}

.radiantthemes-event-day-item-data ul.event-list-meta > li:before {
  display: none;
}

.radiantthemes-event-day-item-data ul.event-list-meta > li i {
  margin-right: 3px;
}

/*--------------------------------------------------------------
Extra Classes and Id's
--------------------------------------------------------------*/

.comment-body footer.comment-meta .comment-author {
  display: block;
  margin-bottom: 7px !important;
  font-weight: 500 !important;
  color: #101010 !important;
  line-height: 32px !important;
}

/*--------------------------------------------------------------
# 404 Error Page
--------------------------------------------------------------*/

/* wraper_error_main */

.wraper_error_main {
  width: 100%;
}

.wraper_error_main.style-one .error_main .btn {
  background: #FF583C !important;
  border: 1px solid #FF583C !important;
  color: #fff !important;
  padding: 12px 33px !important;
  border-radius: 0px !important;
  font-size: 16px !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;

}

/*--------------------------------------------------------------
# 404 Error Style One
--------------------------------------------------------------*/

.wraper_error_main.style-one > .container {
  padding-top: 120px;
  padding-bottom: 130px;
}

.wraper_error_main.style-one .error_main {
  text-align: center;
}

.wraper_error_main.style-one .error_main > *:last-child {
  margin-bottom: 0 !important;
}

.wraper_error_main.style-one .error_main .radiantthemes-counterup {
  margin-bottom: 20px;
  font-family: "Jost" !important;
  text-align: center;
  font-weight: 400;
  font-size: 200px;
  color: #101010;
  letter-spacing: 5px;
  line-height: 150px;
}

.wraper_error_main.style-one .error_main h1 {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 36px;
  color: #101010 !important;
  /*font-family: "Jost Regular" !important;*/
  line-height: 45px;
  letter-spacing: -1px;
  text-transform: capitalize;
}

.wraper_error_main.style-one .error_main .odometer-ribbon-inner .odometer-value {
  /*font-family: "Jost Regular" !important;*/
  color: #101010;
}

.wraper_error_main.style-one .error_main {
  padding-top: 50px;
  margin-bottom: -10px;
}

.wraper_error_main.style-one .error_main h2 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 25px;
  color: #101010;
  line-height: 36px;
  /*font-family: "Jost Regular" !important;*/
  text-transform: capitalize;
}

/*
.wraper_error_main.style-one .error_main .btn {
    background: none !important;
    box-shadow: none !important;
    font-family: "Jost Medium" !important;
    color: #2d2b3b !important;
    border-radius: 0 !important;
    padding: 11px 33px !important;
    border: 1px solid #2d2b3b !important;
    text-transform: none !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    line-height: 27px !important;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}
*/

/*.wraper_error_main.style-one .error_main .btn:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}*/

.wraper_error_main.style-one .error_main .btn > span {
  display: none;
  /*display: inline-block;
    vertical-align: middle;
    margin-right: 10px;*/
}

/*--------------------------------------------------------------
# 404 Error Style Two
--------------------------------------------------------------*/

.wraper_error_main.style-two > .container {
  padding-top: 200px;
  padding-bottom: 200px;
}

.wraper_error_main.style-two .error_main {
  text-align: center;
}

.wraper_error_main.style-two .error_main > *:last-child {
  margin-bottom: 0 !important;
}

.wraper_error_main.style-two .error_main img {
  margin-bottom: 30px;
}

.wraper_error_main.style-two .error_main h1 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 30px;
  color: #1a1a1a;
  line-height: 40px;
}

.wraper_error_main.style-two .error_main .btn {
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
}

/*--------------------------------------------------------------
# 404 Error Style Three
--------------------------------------------------------------*/

.wraper_error_main.style-three > .container {
  padding-top: 200px;
  padding-bottom: 160px;
}

.wraper_error_main.style-three .error_main_item {
  margin-bottom: 40px;
}

.wraper_error_main.style-three .error_main_item > *:last-child {
  margin-bottom: 0 !important;
}

.wraper_error_main.style-three .error_main_item img {
  width: 400px;
  margin-bottom: 10px;
}

.wraper_error_main.style-three .error_main_item h1 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 80px;
  color: #242c31;
  line-height: 90px;
}

.wraper_error_main.style-three .error_main_item h2 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 20px;
  color: #1a1a1a;
  line-height: 30px;
}

.wraper_error_main.style-three .error_main_item .btn {
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
}

/*--------------------------------------------------------------
# 404 Error Style Four
--------------------------------------------------------------*/

.wraper_error_main.style-four > .container {
  padding-top: 150px;
  padding-bottom: 200px;
}

.wraper_error_main.style-four .error_main {
  text-align: center;
}

.wraper_error_main.style-four .error_main > *:last-child {
  margin-bottom: 0 !important;
}

.wraper_error_main.style-four .error_main img {
  width: 500px;
  margin-bottom: 25px;
}

.wraper_error_main.style-four .error_main h1 {
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  color: #1a1a1a;
  line-height: 40px;
}

.wraper_error_main.style-four .error_main .btn {
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
}

/*--------------------------------------------------------------
# Maintenance Mode Page
--------------------------------------------------------------*/

/* wraper_maintenance_main */

/*.wraper_maintenance_main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}*/

.wraper_maintenance_main > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.wraper_maintenance_main > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 40px;
  vertical-align: middle;
}

.wraper_maintenance_main > .table > .table-cell .container {
  padding-top: 40px;
  padding-bottom: 0;
}

.maintenance_main_item {
  text-align: center;
  padding-bottom: 170px;
}

.maintenance_main_item > *:last-child {
  margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Maintenance Mode Style One
--------------------------------------------------------------*/

.wraper_maintenance_main.style-one {
  background-repeat: no-repeat;
  padding: 0px 0 250px 0;
  background-position: bottom;
}

.wraper_maintenance_main.style-one .maintenance_main_item h1 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 22px;
  color: #181b31;
  line-height: 32px;
}

.wraper_maintenance_main.style-one .maintenance_main_item h1 strong {
  display: block;
  margin-top: 8px;
  font-weight: 700;
  font-size: 54px;
  line-height: 65px;
}

.wraper_maintenance_main.style-one .maintenance_main_item h2 {
  color: #181b31;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

/*--------------------------------------------------------------
# Maintenance Mode Style Two
--------------------------------------------------------------*/

.wraper_maintenance_main.style-two {
  background-repeat: no-repeat;
  background-position: calc(50% + 250px) center;
}

.wraper_maintenance_main.style-two .maintenance_main_item h1 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 40px;
  color: #1a1a1a;
  line-height: 50px;
}

.wraper_maintenance_main.style-two .maintenance_main_item h1 strong {
  display: block;
  font-weight: 700;
  font-size: 65px;
  line-height: 70px;
}

.wraper_maintenance_main.style-two .maintenance_main_item h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: #1a1a1a;
  line-height: 28px;
}

/*--------------------------------------------------------------
# Maintenance Mode Style Three
--------------------------------------------------------------*/

.wraper_maintenance_main.style-three {
  background-repeat: no-repeat;
  background-position: calc(50% + 200px) bottom;
  background-size: 500px auto;
}

.wraper_maintenance_main.style-three .maintenance_main_item h1 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 25px;
  color: #1a1a1a;
  line-height: 35px;
}

.wraper_maintenance_main.style-three .maintenance_main_item h1 strong {
  display: block;
  margin-top: 7px;
  font-weight: 700;
  font-size: 70px;
  line-height: 75px;
}

.wraper_maintenance_main.style-three .maintenance_main_item h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  color: #1a1a1a;
  line-height: 30px;
}

/*--------------------------------------------------------------
# Coming Soon Page
--------------------------------------------------------------*/

/* wraper_comingsoon_main */

.wraper_comingsoon_main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.wraper_comingsoon_main > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.wraper_comingsoon_main > .table > .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 40px;
  vertical-align: middle;
}

.comingsoon_main {
  width: 100%;
  max-width: 1170px;
  padding-top: 0;
  padding-bottom: 15px;
  text-align: center;
  margin: 0 auto;
}



/*--------------------------------------------------------------
# Coming Soon Style One
--------------------------------------------------------------*/

.wraper_comingsoon_main.style-one {
  overflow: hidden;
}

.wraper_comingsoon_main.style-one .comingsoon_main img.aligncenter {
  margin-top: 0;
}

.wraper_comingsoon_main.style-one .comingsoon_main > .holder {
  margin-bottom: 40px;
}

.wraper_comingsoon_main.style-one .comingsoon_main > .holder > *:last-child {
  margin-bottom: 0 !important;
}

.wraper_comingsoon_main.style-one .comingsoon_main h1 {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 72px;
  color: #333333;
  line-height: 75px;
  font-family: "Jost";
}

.wraper_comingsoon_main.style-one .comingsoon_main h2 {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 30px;
  color: #fff;
  line-height: 40px;
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter {
  display: inline-block;
  vertical-align: top;
  max-width: 680px;
  padding-top: 0;
  margin: 0 auto 40px auto;
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  font-family: "Jost";
  position: relative;
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time:nth-child(1):after {
  position: absolute;
  top: 15%;
  left: 150px;
  content: ":";
  width: 20px;
  color: #ef576c;
  font-size: 80px;
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time:nth-child(2):after {
  position: absolute;
  top: 15%;
  left: 100px;
  content: ":";
  width: 20px;
  color: #ef576c;
  font-size: 80px;
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time:nth-child(3):after {
  position: absolute;
  top: 15%;
  left: 100px;
  content: ":";
  width: 20px;
  color: #ef576c;
  font-size: 80px;
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time:last-child:after {
  display: none;
  content: "";
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time strong {
  color: #ef576c;
  font-size: 100px;
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time:last-child,
.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time:only-child {
  margin-right: 0;
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time strong {
  display: block;
  font-weight: 500;
  font-size: 75px;
  line-height: 82px;
}

.wraper_comingsoon_main.style-one .coming-soon-subscribe {
  overflow: hidden;
  width: 50%;
  margin: 0 auto;
}

.wraper_comingsoon_main.style-one .coming-soon-subscribe input[type="email"] {
  font-size: 18px;
  width: 100%;
  height: 53px;
  line-height: 28px;
  font-family: 'Jost';
  color: #54546F;
  background-color: #fff;
  border: none;
  padding-left: 15px;
  margin-right: 10px;
}


.wraper_comingsoon_main.style-one .coming-soon-subscribe input[type="submit"] {
   width: 100%;
  height: 53px;
  font-size: 17px;
  line-height: 27px;
  font-family: 'Jost';
  font-weight: 400;
  border: none;
  padding: 12px 33px;
  color: #fff;
  background-color: #3498DB;
  float: left;
  margin: 0;
}

.wraper_comingsoon_main.style-one ul.social {
  margin: 40px 0 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  display: block;
}

.wraper_comingsoon_main.style-one ul.social li {
  margin: 0 6px;
  padding: 7px;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: none;
  vertical-align: middle;
}

.wraper_comingsoon_main.style-one ul.social li a {
  color: #fff;
}

.wraper_comingsoon_main.style-one ul.social li.facebook {
  background: #3B5999;
}

.wraper_comingsoon_main.style-one ul.social li.twitter {
  background: #1E9FF2;
}

.wraper_comingsoon_main.style-one ul.social li.linkedin {
  background: #0177B5;
}

.wraper_comingsoon_main.style-one ul.social li.pinterest {
  background: #C82226;
}

/*.wraper_comingsoon_main.style-one .subscribe-text{padding-top: 20px;}*/

.wraper_comingsoon_main.style-one .subscribe-text {
  font-family: Jost;
  font-size: 16px;
}


@media screen and (max-width: 767px) {
  .wraper_comingsoon_main.style-one .comingsoon_main h1 {
    font-size: 42px;
    line-height: 45px;
  }

  .wraper_comingsoon_main.style-one .comingsoon_main > .holder {
    margin-bottom: 20px;
  }

  .wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter {
    margin-bottom: 20px;
  }

  .wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time {
    font-size: 16px;
    line-height: 26px;
    margin-right: 25px;
  }

  .wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time strong {
    font-size: 30px;
    line-height: 35px;
  }

  .wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time:nth-child(1):after {
    font-size: 25px;
    top: 3%;
    left: 55px;
  }

  .wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time:nth-child(2):after {
    font-size: 25px;
    top: 3%;
    left: 50px !important;
  }

  .wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time:nth-child(3):after {
    font-size: 25px;
    top: 3%;
    left: 60px;
  }

  .wraper_comingsoon_main > .table > .table-cell {
    padding: 0;
  }

  .wraper_comingsoon_main.style-one .coming-soon-subscribe {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }

  .wraper_comingsoon_main.style-one .coming-soon-subscribe input[type="email"] {
    font-size: 16px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: 'Jost';
    color: #54546F;
    background-color: #fff;
    border: none;
    padding-left: 15px;
    margin-bottom: 10px;
  }


  .wraper_comingsoon_main.style-one .coming-soon-subscribe input[type="submit"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-family: 'Jost';
    font-weight: 500;
    border: none;
    padding: 0 33px;
    color: #fff;
    background-color: #3498DB;
    float: left;
    margin: 0;
  }

  .wraper_comingsoon_main.style-one .subscribe-text {
    font-size: 15px;
  }
  .wraper_error_main.style-one .error_main .radiantthemes-counterup {
    font-size: 100px;
    line-height: 100px;
  }

}


@media screen and (min-width: 768px) and (max-width: 1024px) {

  .wraper_comingsoon_main.style-one .coming-soon-subscribe {
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
  }

}

/*--------------------------------------------------------------
# Coming Soon Style Two
--------------------------------------------------------------*/

.wraper_comingsoon_main.style-two .comingsoon_main > .holder {
  margin-bottom: 40px;
}

.wraper_comingsoon_main.style-two .comingsoon_main > .holder > *:last-child {
  margin-bottom: 0 !important;
}

.wraper_comingsoon_main.style-two .comingsoon_main h1 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 90px;
  color: #fff;
  line-height: 100px;
}

.wraper_comingsoon_main.style-two .comingsoon_main h2 {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 30px;
  color: #fff;
  line-height: 40px;
}

.wraper_comingsoon_main.style-two .comingsoon_main .comingsoon-counter {
  display: inline-block;
  vertical-align: top;
  max-width: 680px;
}

.wraper_comingsoon_main.style-two .comingsoon_main .comingsoon-counter > .time {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  padding: 10px 25px 12px 25px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  font-weight: 400;
  font-size: 18px;
  color: #0f1a2e;
  line-height: 28px;
}

.wraper_comingsoon_main.style-two .comingsoon_main .comingsoon-counter > .time:last-child,
.wraper_comingsoon_main.style-two .comingsoon_main .comingsoon-counter > .time:only-child {
  margin-right: 0;
}

.wraper_comingsoon_main.style-two .comingsoon_main .comingsoon-counter > .time strong {
  display: block;
  font-weight: 500;
  font-size: 60px;
  line-height: 70px;
}

/*--------------------------------------------------------------
# Coming Soon Style Three
--------------------------------------------------------------*/

.wraper_comingsoon_main.style-three .comingsoon_main > .holder {
  margin-bottom: 45px;
}

.wraper_comingsoon_main.style-three .comingsoon_main > .holder > *:last-child {
  margin-bottom: 0 !important;
}

.wraper_comingsoon_main.style-three .comingsoon_main h1 {
  margin-bottom: 17px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  line-height: 35px;
  letter-spacing: 1px;
}

.wraper_comingsoon_main.style-three .comingsoon_main h1 strong {
  display: block;
  text-transform: none;
  font-weight: 600;
  font-size: 75px;
  line-height: 85px;
  letter-spacing: initial;
}

.wraper_comingsoon_main.style-three .comingsoon_main h2 {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 30px;
  color: #fff;
  line-height: 40px;
}

.wraper_comingsoon_main.style-three .comingsoon_main .comingsoon-counter {
  display: inline-block;
  vertical-align: top;
  max-width: 680px;
}

.wraper_comingsoon_main.style-three .comingsoon_main .comingsoon-counter > .time {
  display: inline-block;
  vertical-align: top;
  margin-right: 70px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
}

.wraper_comingsoon_main.style-three .comingsoon_main .comingsoon-counter > .time:last-child,
.wraper_comingsoon_main.style-three .comingsoon_main .comingsoon-counter > .time:only-child {
  margin-right: 0;
}

.wraper_comingsoon_main.style-three .comingsoon_main .comingsoon-counter > .time strong {
  display: block;
  font-weight: 600;
  font-size: 60px;
  line-height: 67px;
}

/*--------------------------------------------------------------
# Default Page
--------------------------------------------------------------*/

.site-content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  /*padding-bottom: 100px;*/
}
u {
    text-decoration: underline !important;
}
strike {
    text-decoration: line-through !important;
}

.default-page p,
.comment-content p,
.wpb_text_column p {
  margin-bottom: 10px;
}

.default-page pre,
.comment-content pre,
.wpb_text_column pre {
  margin-bottom: 28px;
}

.default-page dt,
.comment-content dt,
.wpb_text_column dt {
  margin-bottom: 20px;
  font-weight: 500;
}

.default-page dd,
.comment-content dd,
.wpb_text_column dd {
  margin: 7px 0px 20px 20px;
}

.default-page table,
.comment-content table,
.wpb_text_column table {
  width: 100%;
  margin-bottom: 25px;
  table-layout: fixed;
}

.default-page table thead tr th,
.default-page table tbody tr th,
.default-page table tfoot tr th,
.comment-content table thead tr th,
.comment-content table tbody tr th,
.comment-content table tfoot tr th,
.wpb_text_column table thead tr th,
.wpb_text_column table tbody tr th,
.wpb_text_column table tfoot tr th {
  padding: 10px 10px 10px 10px;
  border: 1px rgba(84, 84, 111, 0.3) solid !important;
  color: #101010 !important;
  font-weight: 500 !important;
}
.default-page table tbody tr td,
.default-page table tfoot tr td,
.comment-content table tbody tr td,
.comment-content table tfoot tr td,
.wpb_text_column table tbody tr td,
.wpb_text_column table tfoot tr td {
  padding: 10px 10px 10px 10px;
  border: 1px rgba(84, 84, 111, 0.3) solid !important;
  color: #696969 !important;
  font-weight: 400 !important;
}

.default-page .default-content table tbody tr:nth-child(even) td,
.default-page table tbody tr:nth-child(even) td,
.comment-content .default-content table tbody tr:nth-child(even) td,
.comment-content table tbody tr:nth-child(even) td,
.wpb_text_column .default-content table tbody tr:nth-child(even) td,
.wpb_text_column table tbody tr:nth-child(even) td {
  /*background-color: rgba(0, 0, 0, 0.01);*/
}

.default-page input[type="password"],
.comment-content input[type="password"],
.wpb_text_column input[type="password"] {
  /*vertical-align:top;*/
  height: 45px;
  padding: 0px 10px 0px 10px;
  background-color: #fff;
  border: 1px #e0e0e0 solid;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.default-page input[type="password"]:focus,
.comment-content input[type="password"]:focus,
.wpb_text_column input[type="password"]:focus {
  border-color: #252525;
}

.default-page input[type="submit"],
.comment-content input[type="submit"],
.wpb_text_column input[type="submit"] {
  vertical-align: top;
  background: #FF583C !important;
  border: none;
  padding: 9px 33px !important;
  line-height: 27px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 17px;
  color: #fff;
  cursor: pointer;
}

.default-page ol,
.comment-content ol,
.wpb_text_column ol {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 20px !important;
}

.default-page ol > li,
.comment-content ol > li,
.wpb_text_column ol > li {
  position: relative;
  margin: 0px 0px 10px 0px;
  list-style: decimal !important;
}

.default-page ol > li > ol,
.default-page ol > li > ul,
.comment-content ol > li > ol,
.comment-content ol > li > ul,
.wpb_text_column ol > li > ol,
.wpb_text_column ol > li > ul {
  margin: 10px 0px 0px 25px !important;
  padding-left: 30px;
}

.default-page ul {
  padding-left: 30px;
}

.default-page ul li {
  list-style: disc;
}

.default-page ul li ol li ul li {
  list-style: circle;
}

.default-page ul li ul li {
  list-style: circle !important;
}

.default-page ol li ul li ul {
  padding-left: 30px;
}

.default-page ol li ul li ul li {
  list-style: circle;
}

.default-page ol > li > ol > li,
.default-page ol > li > ul > li,
.comment-content ol > li > ol > li,
.comment-content ol > li > ul > li,
.wpb_text_column ol > li > ol > li,
.wpb_text_column ol > li > ul > li {
  list-style: disc;
}

.comment-content ul {
  /*padding-left: 30px;*/
}

.comment-content ul li {
  list-style: disc;
}

.comment-content ul li ul li {
  list-style: circle;
}

.comment-content ul li ul li ul {
  list-style: circle;
}

.default-page ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]),
.comment-content ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]),
.wpb_text_column ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) {
  /*margin-bottom: 20px;*/
  margin-bottom: 0px;
}

.default-page ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li,
.comment-content ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li,
.wpb_text_column ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 0;
}

.page-id-1134 .default-page ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li:before,
.page-id-1134 .comment-content ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li:before,
.page-id-1134 .wpb_text_column ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li:before {
  display: none;
}

.default-page ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li:before,
.comment-content ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li:before,
.wpb_text_column ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li:before {
  display: none;
}

.default-page ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li ul,
.default-page ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li ol,
.comment-content ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li ul,
.comment-content ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li ol,
.wpb_text_column ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li ul,
.wpb_text_column ul:not(.wp-block-gallery):not([class*="woocommerce-"]):not([class*="wc_"]):not([class*="tribe-"]) li ol {
  margin-top: 10px;
  margin-bottom: 5px;
}

.default-page .page-links,
.comment-content .page-links,
.wpb_text_column .page-links {
    clear: both;
    margin-bottom: 10px;
    font-size: 14px;
    color: #252525;
    line-height: 30px;
}

.default-page .page-links > a,
.comment-content .page-links > a,
.wpb_text_column .page-links > a {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    margin-left: 7px;
    margin-right: 7px;
    background-color: #5f27d4;
    border-radius: 35px;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.default-page .page-links > a:hover:after,
.comment-content .page-links > a:hover:after,
.wpb_text_column .page-links > a:hover:after {
    content: "";
    background: #000;
    width: 15px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.default-page blockquote,
.default-page .wp-block-quote,
.comment-content blockquote,
.comment-content .wp-block-quote,
.wpb_text_column blockquote,
.wpb_text_column .wp-block-quote {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
  border-left-width: 3px;
  border-left-style: solid;
  font-weight: 500;
  font-size: 107%;
}

.default-page blockquote cite,
.default-page .wp-block-quote cite,
.comment-content blockquote cite,
.comment-content .wp-block-quote cite,
.wpb_text_column blockquote cite,
.wpb_text_column .wp-block-quote cite {
  display: block;
  margin-top: 7px;
  font-weight: 600;
  font-size: 90%;
  font-style: normal;
}

.default-page .wp-block-pullquote,
.comment-content .wp-block-pullquote,
.wpb_text_column .wp-block-pullquote {
  border: none;
  padding: 0;
}

.default-page .wp-block-pullquote blockquote,
.comment-content .wp-block-pullquote blockquote,
.wpb_text_column .wp-block-pullquote blockquote {
  border-top-width: 3px;
  border-top-style: solid;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  padding-top: 20px;
  padding-top: 20px;
}
.wp-block-calendar table caption {
    color: #101010;
    text-align: center;
    caption-side: top;
    font-weight: 500;
    text-transform: uppercase;
}
.wp-calendar-nav span.wp-calendar-nav-next {
  float: right;
  padding-right: 15px;
  font-size: 14px;
}

.wp-calendar-nav span.wp-calendar-nav-prev {
  padding-left: 15px;
  font-size: 14px;
  float: left;
}

.woocommerce .woocommerce-customer-details address {
  border-radius: 0;
}

.hidden-title-form {
  margin-bottom: 40px;
  display: none;
}

.hidden-title-form input {
  height: 40px;
  padding: 0 10px;
  border: 1px rgba(84, 84, 111, 0.3) solid;
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  color: #2d2b3b;
  transition: all 0.3s ease-in-out;
}


.hidden-title-form a.btn.button {
  background: none;
}

.hidden-title-form a.btn.button:hover {
  background: none;
}

/*# sourceMappingURL=radiantthemes-custom.css.map */

/* blog-masonry*/

/*=====================================================
Box Grid
=====================================================*/

.grid_bx {
  max-width: 100%;
  list-style: none;
  margin: 0px auto;
  padding: 0;
  overflow: hidden;
  height: auto;
  position: relative;
}

.grid_bx li {
  display: block;
  float: left;
  padding: 0;
  width: 30%;
  opacity: 1;
  transition: all 0.6s ease-in-out;
  margin: 0 18px 38px 18px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.grid_bx li.shown,
.no-js .grid_bx li,
.no-cssanimations .grid_bx li {
  opacity: 1;
}

.grid_bx li a,
.grid_bx li img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%;
  overflow: hidden;
}

.grid_bx li img {
  overflow: hidden;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.8s cubic-bezier(0.39, 0.01, 0.36, 0.9);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.grid_bx li img:hover {
  overflow: hidden;
  width: 100%;
  height: auto;
  transform: scale(1.1);
  transition: all ease-in-out 0.3s;
}

.quote_block .fa-quote-left:before {
  display: block;
  font-size: 30px;
  text-align: center;
  margin: 20px 20px 0 20px;
  padding: 8px 0 0 0;
  vertical-align: middle;
  transform: none;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 4px 13px rgba(145, 145, 145, 0.3);
  -moz-box-shadow: 5px 4px 13px rgba(145, 145, 145, 0.3);
  box-shadow: 5px 4px 13px rgba(145, 145, 145, 0.3);
}

/* Effect 1: opacity */

.grid_bx.effect-1 li.animate {
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
  0% {}

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {}

  100% {
    opacity: 1;
  }
}

/* Effect 2: Move Up */

.grid_bx.effect-2 li.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
  0% {}

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveUp {
  0% {}

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/*========================================== EXTRA ==========================================*/

.cat_detail {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
}

.cat_detail a {
  text-transform: uppercase;
  position: relative;
  font-size: 10px;
  color: #fff;
  padding: 5px 10px;
  margin: 0 5px;
  letter-spacing: 2px;
  border-radius: 50px;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.cat_detail a.red {
  background: #e4393c;
  float: left;
  text-decoration: none;
}

.cat_detail a.blue {
  background: #6741dc;
  float: left;
  text-decoration: none;
}

.cat_detail a.green {
  background: #4dcf8f;
  float: left;
  text-decoration: none;
}

.cat_detail a.yellow {
  background: #eba845;
  float: left;
  text-decoration: none;
}

.cat_detail a.mas_pts {
  border-radius: 50%;
  padding: 0;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  background-color: #1f5dea;
  z-index: 10;
  line-height: 28px;
  width: 45px;
  height: 45px;
  float: right;
}

.mas_cont {
  padding: 25px 25px 25px 28px;
}

.mas_cont h3 {
  margin: 0;
  padding: 0;
}

.mas_cont h3 a {
  font-size: 24px;
  line-height: 35px;
  text-decoration: none;
  font-weight: 700;
  display: block;
  color: #000000;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
  word-wrap: break-word;
}

.mas_cont h3 a:hover {
  color: #5826ff;
}

.mas_cont p {
  font-size: 17px;
  line-height: 30px;
  text-decoration: none;
  font-weight: 400;
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  /*margin-bottom: 20px;*/
  word-wrap: break-word;
}

.mas_cont span {
  font-weight: 400;
  display: block;
  color: #6a7c92;
  font-size: 15px;
  line-height: 28px;
}

.pad_top {
  padding: 15px 0 0 0;
}

/*==================================== LightBox ====================================*/

#lightbutton {
  /* Dimensions */
  width: 60px !important;
  height: 60px;
  /* Positioning */
  position: absolute;
  left: 50%;
  width: 50%;
  top: 50%;
  transform: translate(-50%, -240%) !important;
  z-index: 2;
  background-color: #ffffff;
  border: none;
  /* remove annoying grey border */
  border-radius: 50%;
  /* make it a circle */
  outline: none;
  /* Ditch the annoyning blue outline on click */
  cursor: pointer;
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3);
  /* ----- Transformations ----- */
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  /* ----- Transitions ----- */
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

#lightbutton:hover {
  /* ----- Transformations ----- */
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  /* ----- Transitions ----- */
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

#lightbutton > i {
  /* Text */
  color: #5826ff;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
  /* Make play sign 3d-ish */
  /* Positioning */
  position: relative;
  margin-top: 4px;
  margin-left: 6px;
  /* ----- Transitions ----- */
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

#lightbutton > i.fa-play:before {
  font-size: 25px;
}

#lightbutton:hover > i {
  /* ----- Transitions ----- */
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  /* When we hover on the button make the play sign white. */
}

#lightbox_pop {
  /* ----- Positioning ----- */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 200px;
  /* The code above makes sure that the
  lightbox covers the entire page*/
  /* ----- Visibility ----- */
  display: none;
  /* ----- Styling ----- */
  background-color: rgba(0, 0, 0, 0.95);
  /* Normally, most lightboxes do not use
  a completely solid black, but with about
  90-95% opacity so that the background is
  somewhat visible */
}

#video-wrapper {
  /* ----- Positioning ----- */
  position: relative;
  top: 50%;
  left: 50%;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

#video-wrapper iframe,
#video-wrapper object,
#video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#close-btn {
  /* ----- Text ----- */
  color: grey;
  font-size: 25px;
  /* ----- Positioning ----- */
  position: fixed;
  top: 3%;
  right: 3%;
  z-index: 2;
  /* The code above is used to put the button on the upper right corner of the lightbox */
  /* ----- Transformations ----- */
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  /* The code above is used to initialize the scale for the button so that it can be used in transitions */
  /* ----- Transitions ----- */
  -webkit-transition: transform 0.5s ease, color 0.5s ease;
  -moz-transition: transform 0.5s ease, color 0.5s ease;
  -ms-transition: transform 0.5s ease, color 0.5s ease;
  -o-transition: transform 0.5s ease, color 0.5s ease;
  transition: transform 0.5s ease, color 0.5s ease;
}

#close-btn:hover {
  /* ----- Text ----- */
  color: white;
  /* ----- Styling ----- */
  cursor: pointer;
  /* ----- Transformations ----- */
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  /* ----- Transitions ----- */
  -webkit-transition: transform 0.5s ease, color 0.5s ease;
  -moz-transition: transform 0.5s ease, color 0.5s ease;
  -ms-transition: transform 0.5s ease, color 0.5s ease;
  -o-transition: transform 0.5s ease, color 0.5s ease;
  transition: transform 0.5s ease, color 0.5s ease;
}

/*========================================== Responsive ==========================================*/

@media screen and (max-width: 900px) {
  .grid_bx li {
    width: 100%;
    margin: 0 auto 30px auto;
  }

  #lightbox_pop {
    padding: 0;
  }

  .wraper_blog_main .widget-area {
    margin-bottom: 40px;
    clear: both;
    margin-left: 0px;
  }

  .wraper_blog_main > .container > .row > [class*="col-"],
  .wraper_blog_main.style-default > .container > .row > [class*="col-"],
  .wraper_blog_main.style-five > .container > .row > [class*="col-"],
  .wraper_blog_main.style-three > .container > .row > [class*="col-"],
  .wraper_blog_main.style-four > .container > .row > [class*="col-"],
  .wraper_blog_main.style-six > .container > .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .wraper_blog_main.style-default .widget-area {
    margin-left: 0px;
  }

  .blog_single {
    padding-right: 0px;
  }

  .single-post .wraper_blog_main .widget-area {
    margin-left: 0px;
  }
}

@media screen and (max-width: 765px) {
  .grid_bx li {
    width: 100%;
    margin: 0 auto 30px auto;
  }

  #lightbox_pop {
    padding: 0;
  }

  .wraper_blog_main > .container > .row > [class*="col-"],
  .wraper_blog_main.style-default > .container > .row > [class*="col-"],
  .wraper_blog_main.style-five > .container > .row > [class*="col-"],
  .wraper_blog_main.style-three > .container > .row > [class*="col-"],
  .wraper_blog_main.style-four > .container > .row > [class*="col-"],
  .wraper_blog_main.style-six > .container > .row > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wraper_blog_main.style-default .widget-area {
    margin-left: 0px;
  }
}

/*========================================== Custom css Blog ==========================================*/

.blog div.entry-content {
  font-size: 16px;
  line-height: 26px;
  color: #696969;
  /*margin-bottom: 45px !important;*/
}

.post.style-five > .entry-meta > .holder {
  padding-left: 0px !important;
}

.post.style-four .post-meta > span {
  text-transform: none;
}

.mas_cont h3 a {
  font-size: 24px !important;
  line-height: 34px !important;
  font-weight: 500 !important;
  color: #181b31;
  letter-spacing: -0.7px !important;
}

.post.style-five > .holder .category-list {
  left: 20px;
}

.post.style-five > .holder .category-list span {
  background-color: #181b31 !important;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 2px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 0px;
  background-color: #101010;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #e5e5e5 !important;
  border: 0;
  height: 3px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 97% !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 3px;
  height: 13px;
  background-color: transparent;
  border-radius: 1em;
  cursor: pointer;
  outline: 0;
  top: -.4em;
  margin-left: 0px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:after {
  content: "";
  position: absolute;
  z-index: 2;
  border-radius: 0;
  cursor: ew-resize;
  outline: 0;
  margin-left: 0;
  top: 0;
  width: 3px;
  height: 14px;
  box-shadow: 0 2px 11px rgba(0, 0, 0, .13);
  background-color: #101010;
}

.widget-area > .widget.widget_price_filter .button {
  background: none !important;
  border: 1px solid #000;
  border-radius: 4px !important;
  color: #000 !important;
}

.widget-area > .widget.widget_price_filter .button:hover {
  background: #000;
  color: #fff;
  transition: 0.3s ease;
}

/*.widget-area > .widget .widget-title {
  color: #3c3c3c !important;
}*/

.widget-area > .widget.widget_search .search-form button[type="submit"] i,
.widget-area > .widget.widget_product_search .woocommerce-product-search button[type="submit"] i {
  color: #101010 !important;
}

.post.style-three .entry-main .post-meta > span {
  color: inherit !important;
  text-transform: none !important;
}

.post.style-three .entry-main > .more .btn {
  color: #181b31 !important;
  text-transform: none !important;
}

.post.style-three .entry-main > .more .btn > .btn-arrow {
  color: #181b31 !important;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .link strong {
  color: #181b31 !important;
}

.comments-area .comment-reply-title {
  color: #101010 !important;
}

.wraper_blog_banner.style-two .wraper_blog_banner_main > .container > .blog_banner_main .blog_banner_main_item > .entry-header > .entry-title {
  color: #181b31 !important;
}

.wraper_blog_main.style-four > .container {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.widget-area .widget.widget_media_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 55px;
}

.widget-area .widget.widget_media_image:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}

.widget-area .widget.widget_media_image img {
  width: 100%;
  height: 250px !important;
}

.random-post-wrapper > .random-post-data > .title {
  margin-bottom: 0;
}

.random-post-wrapper > .random-post-data > .title > a {
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 10px;
}

.random-post-wrapper > .random-post-data > .random-post-excerpt {
  margin-bottom: 0 !important;
  color: #fff;
  margin-top: 15px;
}

.random-post-wrapper > .random-post-data > .random-post-excerpt > a {
  font-size: 15px;
  line-height: 28px;
  color: #dce3eb;
  margin-bottom: 0;
}

.case-studies-single-baner {
  width: 100%;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 130px 0;
}

.case-studies-single-baner .case-studies-single-baner-text {
  text-align: center;
}

.case-studies-single-baner .case-studies-single-baner-text img {
  margin-bottom: 15px;
}

.case-studies-single-baner .case-studies-single-baner-text h1 {
  font-size: 45px;
  line-height: 55px;
  color: #ffffff;
  font-weight: 600;
}

.case-studies-single-content {
  /*padding-top: 80px;*/
}

.case-studies-single-content-details p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 25px;
}

.case-studies-single-content-details p:last-child {
  margin-bottom: 0;
}

.case-studies-single-post-tags {
  padding: 100px 0 60px 0;
}

.case-studies-single-post-tags p {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 28px;
}

.case-studies-single-post-tags a {
  display: inline-block;
  background-color: #f3f5f9;
  padding: 3px 24px;
  border-radius: 4px;
  border: 1px #dce0e5 solid;
  font-size: 13px;
  line-height: 28px;
  text-transform: uppercase;
  margin-right: 3px;
  margin-bottom: 6px;
  text-decoration: none;
  color: #6a7c92;
}

.case-studies-single-post-tags a:last-child {
  margin-right: 0;
}

.case-studies-single-pagination {
  margin-top: 65px;
  padding: 30px 0;
  border-top: 1px #d8d8d8 solid;
  border-bottom: 1px #d8d8d8 solid;
}

.case-studies-single-pagination > [class*="col-"] {
  padding: 0;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-previous-post {
  float: left;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-previous-post > a {
  display: block;
  text-decoration: none;
  padding-left: 70px;
  position: relative;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-previous-post > a:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "\e64a";
  font-family: "themify";
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-previous-post > a:hover:before {
  background-color: #000;
  color: #ffffff;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-previous-post > a > span.case-studies-single-previous-post-title,
.case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post > a > span.case-studies-single-previous-post-title {
  display: inline-block;
  text-transform: uppercase;
  color: #3c3c3c;
  font-size: 13px;
  line-height: 28px;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-previous-post > a > span.case-studies-single-previous-post-name,
.case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post > a > span.case-studies-single-previous-post-name {
  display: block;
  color: #181b31;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-post-back-btn {
  text-align: center;
  margin-top: 30px;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-post-back-btn > a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-post-back-btn > a:before {
  content: "\e739";
  font-family: "themify";
  color: #ff5f63;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-post-back-btn > a > span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-post-back-btn > a > span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ff5f63;
  border-radius: 50%;
  display: inline-block;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post {
  float: right;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post > a {
  display: block;
  text-decoration: none;
  padding-right: 70px;
  text-align: right;
  position: relative;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post > a:before {
  position: absolute;
  top: 10px;
  right: 0;
  content: "\e649";
  font-family: "themify";
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000;
  border-radius: 0px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post > a:hover:before {
  background-color: #000;
  color: #ffffff;
}

.loadmore {
  width: 100%;
  display: block;
  text-align: center;
  /* overflow: hidden;*/
  margin: 0 auto;
}

.rtloadmore {
  padding: 14px 41px 14px 41px;
  text-align: center;
  background: #ff5f63;
  border-radius: 3px;
  /*line-height: 45px;
height: 45px;*/
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1px;
  overflow: hidden;
  color: #ffffff;
  display: block;
  border: 0px;
  text-transform: capitalize;
  clear: both;
  cursor: pointer;
  text-align: center;
  margin: 0 auto 30px auto;
  width: 16%;
}

.rtloderstyle {
  padding: 14px 41px 14px 41px;
  text-align: center;
  background: #ff5f63;
  border-radius: 3px;
  /*line-height: 45px;
height: 45px;*/
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1px;
  overflow: hidden;
  color: #ffffff;
  display: block;
  border: 0px;
  text-transform: capitalize;
  clear: both;
  cursor: pointer;
  text-align: center;
  margin: 0 auto 30px auto;
  width: 18%;
}

.rtloderstyle img {
  width: 16px;
  height: 16px;
}

.rtlazyload {
  padding: 14px 41px 14px 41px;
  text-align: center;
  background: #ff5f63;
  border-radius: 3px;
  /*line-height: 45px;
height: 45px;*/
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1px;
  overflow: hidden;
  color: #ffffff;
  display: block;
  border: 0px;
  text-transform: capitalize;
  clear: both;
  cursor: pointer;
  text-align: center;
  margin: 100px auto 50px auto;
  width: 18%;
}

.rtlazyload img {
  width: 16px;
  height: 16px;
}

.radiantthemes_loadmore {
  padding: 14px 41px 14px 41px;
  text-align: center;
  background: #ff5f63;
  border-radius: 3px;
  /*line-height: 45px;
height: 45px;*/
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1px;
  overflow: hidden;
  color: #ffffff;
  display: block;
  border: 0px;
  text-transform: capitalize;
  clear: both;
  cursor: pointer;
  text-align: center;
  margin: 0 auto 30px auto;
  width: 18%;
}

.rtloadmore-six {
  padding: 14px 41px 14px 41px;
  text-align: center;
  background: #ff5f63;
  border-radius: 3px;
  /*line-height: 45px;
height: 45px;*/
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1px;
  overflow: hidden;
  color: #ffffff;
  display: block;
  border: 0px;
  text-transform: capitalize;
  clear: both;
  cursor: pointer;
  text-align: center;
  margin: 0 auto 30px auto;
  width: 18%;
}

.lazy-load {
  transition: opacity 0.15s;
  opacity: 0;
}

.lazy-load.is-loaded {
  opacity: 1;
}

.wraper_blog_main.style-one .blog-posts {
  margin-left: -25px;
  margin-right: -25px;
}

.wraper_blog_main.style-three .blog-posts {
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (max-width: 768px) {
  .wraper_blog_main.style-three .blog-posts {
    margin-left: 0px;
    margin-right: 0px;
  }

  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center !important;
  }
}

.wraper_blog_main.style-four .blog-posts {
  margin-left: -10px;
  margin-right: -10px;
}

.wraper_blog_main.style-four .blog-posts {
  margin-left: 0px;
  margin-right: 0px;
}

.wraper_blog_main.style-six .blog-posts {
  margin-left: -10px;
  margin-right: -10px;
}

.wraper_blog_main.style-six .blog-posts {
  margin-left: 0px;
  margin-right: 0px;
}
}

/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/

#mobile-menu {
  background-color: #f1f1f1 !important;
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.82, 0.55) 0s !important;
}

/* TABLET LANDSCAPE PART */

@media screen and (min-width: 768px) and (max-width: 991px) {}

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {
  .case-studies-single-pagination > [class*="col-"] {
    padding: 0 15px;
  }

  .case-studies-single-pagination > [class*="col-"] > .case-studies-single-post-back-btn {
    margin: 25px 0;
  }

  .case-studies-single-post-tags p {
    display: block;
  }

  .case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post {
    float: left;
  }

  .case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post > a {
    text-align: left;
  }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {
  .case-studies-single-pagination > [class*="col-"] {
    padding: 0 15px;
  }

  .case-studies-single-pagination > [class*="col-"] > .case-studies-single-post-back-btn {
    margin: 25px 0;
  }

  .case-studies-single-post-tags p {
    display: block;
  }

  .case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post {
    float: left;
  }

  .case-studies-single-pagination > [class*="col-"] > .case-studies-single-next-post > a {
    text-align: left;
  }
}

.blog_single h1.entry-title {
  line-height: 54px;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -0.3px;
}

/*.site-content {
    padding-bottom: 100px;
}*/

.animated {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInLeft {
  from {
    opacity: 0.6;
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 1.5s !important;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes fadeInRight {
  from {
    opacity: 1;
    transform: translate3d(2%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-duration: 1.5s !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 0.6s !important;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1.8s !important;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 35px, 0) scale3d(1, 1, 1);
    opacity: 0;
    transform-style: preserve-3d;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transform-style: preserve-3d;
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes zoomIn {
  from {
    opacity: 0.2;
    /*-webkit-transform: translate3d(0, 30px, 0) scale(0.4);*/
    transform: scaleX(0.8) scaleY(0.8);
  }

  50% {
    opacity: 1;
    /*-webkit-transform: translate3d(0, 0, 0) scale(1);*/
    transform: scaleX(1) scaleY(1);
  }
}

.zoomIn {
  animation-name: zoomIn;
  animation-duration: 1s !important;
}

@keyframes rollIn {
  from {
    opacity: 0.6;
    transform: perspective(1000px) rotateX(30deg);
  }

  to {
    opacity: 1;
    transform: perspective(0px) rotateX(0deg);
  }
}

.rollIn {
  animation-name: rollIn;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes pulse {
  from {
    transform: perspective(2000px) rotate3d(1, 0, 0, 30deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  to {
    transform: perspective(0) rotate3d(1, 0, 0, 0);
  }
}

.pulse {
  backface-visibility: visible !important;
  animation-name: pulse;
}

.animated.animated-fast {
  animation-duration: 0.45s !important;
}

/*widgets image box*/

.random-post-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 55px;
}

.random-post-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  /*background-color: rgba(0, 0, 0, 0.30);*/
  background: #000;
}

.random-post-wrapper > .random-post-pic img {
  width: 100%;
  height: auto;
  height: 345px;
}

.random-post-wrapper > .random-post-data {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  padding: 0 18px;
  margin-top: ;
}

/*#radiantthemes_image_box_widget-2 .random-post-wrapper > .random-post-data{
position:static !important;
margin-top:30px;
margin-top:0px;
}
*/
#radiantthemes_image_box_widget-2 .random-post-wrapper > .random-post-data p {
  color: #fff !important;
}

.random-post-wrapper > .random-post-data > .title > a {
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 15px;
}

.random-post-wrapper > .random-post-data > .random-post-excerpt > a {
  font-size: 15px;
  line-height: 28px;
  color: #dce3eb;
  margin-bottom: 0;
}

/*Blog style 3 */

.post.style-three .entry-main .entry-content p {
  margin-bottom: 20px;
  font-size: 15px;
  color: #4b5264 !important;
  line-height: 28px;
}

.post.style-three .entry-main .author {
  font-weight: 400;
}

.post.style-three span {
  text-transform: capitalize;
  font-size: 15px;
  color: #4b5264 !important;
  line-height: 1.8;
}

.post.style-three .entry-main .post-meta > span {
  font-size: 15px;
  font-weight: 400;
  color: #4b5264 !important;
  text-transform: capitalize;
}

.post.style-one .entry-main .entry-header .date {
  font-size: 15px;
  color: #4b5464;
}

.mas_cont span {
  font-size: 16px;
}

.mas_cont p {
  color: #6a7c92;
}

.post.style-six .entry-main .author {
  font-weight: 400;
  font-size: 15px;
  color: #4b5264 !important;
}

/*.style-default .entry-header .entry-title a {
  font-size: 22px;
  line-height: 30px;
}*/

.radiantthemes-button > .radiantthemes-button-main,
.gdpr-notice .btn,
.shop_single > .summary form.cart .button,
.shop_single #review_form #respond input[type=submit],
.woocommerce button.button[name=apply_coupon],
.woocommerce button.button[name=update_cart],
.woocommerce button.button[name=update_cart]:disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce form.checkout_coupon .form-row .button,
.woocommerce #payment #place_order,
.woocommerce .return-to-shop .button,
.woocommerce form .form-row input.button,
.woocommerce table.shop_table.wishlist_table > tbody > tr > td.product-add-to-cart a,
.widget-area > .widget.widget_price_filter .button,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn,
.comments-area .comment-form > p button[type=submit],
.comments-area .comment-form > p button[type=reset],
.wraper_error_main.style-one .error_main .btn,
.wraper_error_main.style-two .error_main .btn,
.wraper_error_main.style-three .error_main_item .btn,
.wraper_error_main.style-four .error_main .btn {
  /*font-family: "Jost" !important;*/
  text-transform: capitalize !important;
  font-style: normal !important;
  color: #fff !important;
  font-size: 16px !important;
}


.radiantthemes-button > .radiantthemes-button-main,
.gdpr-notice .btn,
.shop_single > .summary form.cart .button,
.shop_single #review_form #respond input[type="submit"],
.woocommerce button.button[name="apply_coupon"],
.woocommerce button.button[name="update_cart"],
.woocommerce button.button[name="update_cart"]:disabled,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce form.checkout_coupon .form-row .button,
.woocommerce #payment #place_order,
.woocommerce .return-to-shop .button,
.woocommerce form .form-row input.button,
.woocommerce table.shop_table.wishlist_table > tbody > tr > td.product-add-to-cart a,
.widget-area > .widget.widget_price_filter .button,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn::before,
.page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn::before,
.tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn::before,
.testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn::before,
.team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn::before,
.portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn::before,
.case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn::before,
.client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn::before,
.product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn::before,
.comments-area .comment-form > p button[type="submit"],
.comments-area .comment-form > p button[type="reset"],
.wraper_error_main.style-one .error_main .btn,
.wraper_error_main.style-two .error_main .btn,
.wraper_error_main.style-three .error_main_item .btn,
.wraper_error_main.style-four .error_main .btn {
  /*border-radius: 5px;*/
}

/*.comments-area .comment-form > p input[type="text"]:focus,
.comments-area .comment-form > p textarea:focus {
  border: 1px solid #ff5f63;
}*/

/******* Portfolio Filter css *******/
.rt-portfolio-box-filter.element-eight.filter-style-one {
  padding: 15px 0 52px 0;
}

.rt-portfolio-box-filter.element-eight.filter-style-one button {
  position: relative;
  border: none;
  margin: 0 5px;
  padding: 0px;
  background: transparent;
  color: #797f84;
  margin: 0 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.1px;
}

.rt-portfolio-box-filter.element-eight.filter-style-one button:hover {
  color: #ff5f63;
}

.rt-portfolio-box-filter.element-eight.filter-style-one button span::after {
  content: "";
  width: 0;
  height: 2px;
  top: 35px;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #ff5f63;
}

.rt-portfolio-box-filter.element-eight.filter-style-one button:hover span::after {
  width: 100%;
  left: 0;
  right: auto;
}

.rt-portfolio-box-filter.element-eight.filter-style-one button.current-menu-item::after {
  content: "";
  width: 100%;
  height: 2px;
  top: 35px;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #ff5f63;
}

.rt-portfolio-box-filter.element-eight.filter-style-one button.current-menu-item {
  color: #ff5f63;
}

/******* Portfolio Filter css end *******/

/******* custom css *******/

.blog_main.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span {
  background-color: transparent !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0px !important;
  padding: 0px !important;
  border: 0px none !important;
  font-size: 17px;
  line-height: 27px;
}

.blog_main.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.blog_main.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:after,
.blog_main.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
  -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
  transition: .35s cubic-bezier(.04, .11, .6, .97);
}

.blog_main.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:hover:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.blog_main.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.blog_main.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: .34s;
  -o-transition-delay: .34s;
  transition-delay: .34s;
}


.rt-image-box h3 {
  color: #fff !important;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

.rt-image-box > h3 {
  margin-top: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.2px;
}

.random-post-wrapper:before {
  display: none;
}

.random-post-pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*.random-post-pic {
	width: 238px;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(0,0,0,0.15);
}
*/
.post.style-default .entry-header {
  margin-bottom: 5px !important;
}

.post.style-default .entry-header .entry-title {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 10px;
  color: #101010;
  text-transform: capitalize;
  word-break: break-all;
}

.entry-header .entry-title a {
  color: #101010;
}

.entry-header .entry-title a:hover {
  color: #101010;
}

.post.style-five .entry-header .entry-title {
  margin-top: 25px;
  margin-bottom: 30px;
}

.category-markup .post.style-default .entry-header .entry-title {
  margin-top: -7px !important;
}

.post.style-default .entry-meta > .holder > .data .meta {
  font-size: 15px;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more {
  margin-bottom: 2px !important;
}

/********** Bootstrap default styling ************/

code,
tt,
var {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  color: #181b31;
}

/*.shop_single #review_form #respond input[type="submit"] {
    background: #ff5f63 !important;
    border: 1px solid #ff5f63 !important;
}*/

/*loader*/
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2100;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader1 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.loader .loader-counter-spiner-holder {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible;
  width: 100vw;
  height: 101vh;
}

.loader .loader-counter-spiner-holder .loader-counter.loader-counter-number-holder h1 {
  /*font-family: "futura-pt" !important;*/
  position: relative;
  z-index: 23;
  font-size: 150px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #dbdcec;
  opacity: 0;
  -webkit-animation: loader-counter-numbers 1s forwards;
  animation: loader-counter-numbers 1s forwards;
}

@-webkit-keyframes loader-counter-numbers {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes loader-counter-numbers {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.loader .loader-counter-spiner-holder .loader-counter-spiner-overlay-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 101vh;
  background: #edecf2;
  will-change: width;
}

.preloader.loaded .loader-counter-spiner-overlay-holder {
  -webkit-animation: loader-fill-spinner-overlay 1s cubic-bezier(0.83, 0.07, 0.25, 1) forwards;
  animation: loader-fill-spinner-overlay 1s cubic-bezier(0.83, 0.07, 0.25, 1) forwards;
}

@-webkit-keyframes loader-fill-spinner-overlay {
  0% {
    width: 0;
  }

  100% {
    width: 100vw;
  }
}

@keyframes loader-fill-spinner-overlay {
  0% {
    width: 0;
  }

  100% {
    width: 100vw;
  }
}

/*.preloader.loaded {
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    opacity: 1;
    visibility: visible;
}
.preloader {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.86,0,.07,1) .8s;
    -o-transition: transform 1s cubic-bezier(.86,0,.07,1) .8s;
    transition: transform 1s cubic-bezier(.86,0,.07,1) .8s;
    transition: transform 1s cubic-bezier(.86,0,.07,1) .8s,-webkit-transform 1s cubic-bezier(.86,0,.07,1) .8s;
} */
.loader-transition {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 2000;
}

.preloader {
  will-change: transform;
}

/* .preloader {
    background-color: #000 !important;
}
 blog element-six */

.blog-posts {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

/*.blog-posts .style-one.blog-item {*/
/*	padding-left: 15px;*/
/*	padding-right: 15px;*/
/*}*/

.blog-posts .style-one.blog-item > .holder > .pic {
  position: relative;
  overflow: hidden;
  padding-top: calc((66 / 100) * 100%);
}

.blog-posts .style-one.blog-item > .holder > .pic > .pic-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
  transform: scale(1.06);
  overflow: hidden;
  transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

.blog-posts .style-one.blog-item > .holder:hover > .pic > .pic-main {
  transform: scale(1.06) translateX(3%);
  transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

.blog-posts .style-one.blog-item > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}

.blog-posts .style-one.blog-item > .holder > .data ul.meta {
  margin-bottom: 6px;
}

.blog-posts .style-one.blog-item > .holder > .data ul.meta > li {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #797675;
}

.blog-posts .style-one.blog-item > .holder > .data ul.meta > li a {
  color: inherit;
}

.blog-posts .style-one.blog-item > .holder > .data .title {
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  min-height: 55px;
}

.blog-posts .style-one.blog-item > .holder > .data {
  padding: 20px 0px 10px 0;
}

.blog-posts .style-one.blog-item > .holder > .data > .post-meta span.date i {
  margin-right: 5px;
}

.blog-posts .style-one.blog-item > .holder > .data > .post-meta span.comments i {
  margin-right: 7px;
}

.blog-posts .style-one.blog-item > .holder > .data > .post-meta span.date,
.blog-posts .style-one.blog-item > .holder > .data > .post-meta span.comments {
  /*font-weight: 500;*/
}

.blog-posts .style-one.blog-item > .holder > .data .title a {
  color: #101010;
}

.blog-posts .style-one.blog-item > .holder > .data .btn span {
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.blog-posts .style-one.blog-item > .holder > .data .btn span:before {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.blog-posts .style-one.blog-item > .holder > .data .btn span:after,
.blog-posts .style-one.blog-item > .holder > .data .btn span:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: 0.35s cubic-bezier(0.04, 0.11, 0.6, 0.97);
  -o-transition: 0.35s cubic-bezier(0.04, 0.11, 0.6, 0.97);
  transition: 0.35s cubic-bezier(0.04, 0.11, 0.6, 0.97);
}

.blog-posts .style-one.blog-item > .holder > .data .btn:hover span:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.blog-posts .style-one.blog-item > .holder > .data .btn span:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.blog-posts .style-one.blog-item > .holder > .data .btn:hover span:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 0.34s;
  -o-transition-delay: 0.34s;
  transition-delay: 0.34s;
}

.blog-posts .style-one:not(.owl-carousel) .blog-item {
  float: left;
  margin-bottom: 40px;
}

/*=====================================================
Box Grid 1
=====================================================*/
.rt-masonry.style-seven {
  column-gap: 28px;
}


.rt-masonry {
  columns: 3;
  column-gap: 30px;
  padding-top: 149px;
  padding-bottom: 113px;
}

@media (max-width: 1200px) {
  .rt-masonry {
    columns: 2;
  }
}

@media (max-width: 992px) {
  .rt-masonry {
    columns: 2;
  }
}

@media (max-width: 480px) {
  .rt-masonry {
    columns: 1;
  }
}

.rt-masonry .rt-grid {
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  /*padding-left: 7px;*/
  /* padding-right: 7px;*/
}

.rt-masonry.style-seven .rt-grid {
  display: inline-block;
  margin-bottom: 35px;
  position: relative;
  padding-left: 7px;
  /*padding-right: 7px;*/
}

.rt-masonry .rt-grid img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%;
  overflow: hidden;
}

.rt-image-box {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.rt-image-box img {
  max-width: 100%;
  transition: .42s ease-out;
  -webkit-transition: .42s ease-out;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.01);
}

.rt-image-box:hover img {
  -webkit-transform: scale(1.035);
  transform: scale(1.035);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

/*=====================================================
Box Grid 2
=====================================================*/
.radiant_lifestyle_section_two-col {
  padding: 22px 80px 1px 0px;
  background: #ffffff;
}

.radiant_lifestyle_section_two-col h3 {
  font-size: 22px;
  color: #181b31;
  line-height: 30px !important;
  margin-bottom: 11px;
  padding: 0;
}

.radiant_lifestyle_section_two-col h3 a {
  color: #181b31;
  text-decoration: none;
  cursor: pointer !important;
}

.radiant_lifestyle_section_two-col h3 a:hover {
  color: #181b31;
}

.radiant_lifestyle_section_two-col p {
  font-size: 15px;
  color: #797675;
  line-height: 30px;
  margin-bottom: 7px;
  padding: 0;
}

.rt-masn-brdr {
  border-bottom: 1px solid #ededed;
  margin-bottom: 17px;
  display: block;
  position: relative;
}

.radiant_lifestyle_section_two-col .radiant-masonory-date p {
  color: #8b8989;
  font-size: 15px;
  line-height: 30px;
  margin-top: 3px;
}

/*==================================== LightBox ====================================*/

#rt_popbutton {
  /* Dimensions */
  width: 60px !important;
  height: 60px;

  /* Positioning */
  position: absolute;
  left: 50%;
  width: 50%;
  top: 50%;
  transform: translate(-50%, -165%) !important;
  z-index: 2;
  background-color: #fba301;
  border: none;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  /*box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.25);*/

  /* ----- Transformations ----- */
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);

  /* ----- Transitions ----- */
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

#rt_popbutton:hover {
  /* ----- Transformations ----- */
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);

  /* ----- Transitions ----- */
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

#rt_popbutton > i {
  /* Text */
  color: #ffffff;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.2);

  /* Make play sign 3d-ish */

  /* Positioning */
  position: relative;
  margin-top: 4px;
  margin-left: 6px;

  /* ----- Transitions ----- */
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

#rt_popbutton > i.fa-play:before {
  font-size: 25px;
}

#rt_popbutton:hover > i {
  /* Text */
  color: #17232d;

  /* ----- Transitions ----- */
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;

  /* When we hover on the button make the play sign white. */
}

#rt-lightbox_pop {
  /* ----- Positioning ----- */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 200px;
  /* The code above makes sure that the
  lightbox covers the entire page*/

  /* ----- Visibility ----- */
  display: none;

  /* ----- Styling ----- */
  background-color: rgba(0, 0, 0, 0.95);

  /* Normally, most lightboxes do not use
  a completely solid black, but with about
  90-95% opacity so that the background is
  somewhat visible */
}

#video-wrapper {
  /* ----- Positioning ----- */
  position: relative;
  top: 50%;
  left: 50%;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

#video-wrapper iframe,
#video-wrapper object,
#video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#rt-close-btn {
  /* ----- Text ----- */
  color: grey;
  font-size: 25px;

  /* ----- Positioning ----- */
  position: fixed;
  top: 3%;
  right: 3%;
  z-index: 2;

  /* The code above is used to put the button on the upper right corner of the lightbox */

  /* ----- Transformations ----- */
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);

  /* The code above is used to initialize the scale for the button so that it can be used in transitions */

  /* ----- Transitions ----- */
  -webkit-transition: transform 0.5s ease, color 0.5s ease;
  -moz-transition: transform 0.5s ease, color 0.5s ease;
  -ms-transition: transform 0.5s ease, color 0.5s ease;
  -o-transition: transform 0.5s ease, color 0.5s ease;
  transition: transform 0.5s ease, color 0.5s ease;
}

#rt-close-btn:hover {
  /* ----- Text ----- */
  color: white;

  /* ----- Styling ----- */
  cursor: pointer;

  /* ----- Transformations ----- */
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);

  /* ----- Transitions ----- */
  -webkit-transition: transform 0.5s ease, color 0.5s ease;
  -moz-transition: transform 0.5s ease, color 0.5s ease;
  -ms-transition: transform 0.5s ease, color 0.5s ease;
  -o-transition: transform 0.5s ease, color 0.5s ease;
  transition: transform 0.5s ease, color 0.5s ease;
}

/* TRANSPARENT BACKGROUND */
#rt_transpnt-bg {
  width: 100%;
  height: 100%;
  /*position: absolute;*/
  top: 62%;
  transform: none;
  z-index: 2;
  border: none;
  outline: none;
  cursor: pointer;
  /* box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.25); */
  transform: none;
}

#rt_transpnt-bg .radiant_lifestyle_section_two-col {
  background: transparent;
  margin-top: -35%;
  position: absolute;
}

#rt_transpnt-bg .radiant_lifestyle_section_two-col h3 {
  font-size: 22px;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 23px;
  padding: 0;
}

#rt_transpnt-bg .radiant_lifestyle_section_two-col h3 a {
  color: #ffffff;
  text-decoration: none;
}

#rt_transpnt-bg .radiant_lifestyle_section_two-col h3 a:hover {
  color: #ffffff;
}

#rt_transpnt-bg .radiant_lifestyle_section_two-col p {
  font-size: 15px;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 25px;
  padding: 0;
}

/*========================================== Responsive ==========================================*/

@media screen and (max-width: 1024px) {
  .radiant_grid_bx_two_column li {
    width: 100%;
  }

  #rt_transpnt-bg .radiant_lifestyle_section_two-col {
    background: transparent;
    margin-top: -49%;
  }

  #rt-mainMenu nav > ul > li > ul > li {
    padding: 0 15px !important;
  }
  #rt-mainMenu nav > ul > li > ul > li > ul > li {
    padding: 0 15px !important;
  }

}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .radiant_grid_bx_two_column li {
    width: 100%;
    margin: 0 auto 30px auto;
  }

  #rt-lightbox_pop {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #rt_transpnt-bg .radiant_lifestyle_section_two-col {
    background: transparent;
    margin-top: -72%;
  }

  .default-mobile-wrapper {
    background: #f7f7f7;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
    padding: 13px 20px;
  }

  .default-mobile-logo {
    width: 50%;
    float: left;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
  }
  .woocommerce #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    margin: 10px 0 15px 0;
  }

  .default-mobile-wrapper {
    background: #f7f7f7;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
    padding: 13px 20px;
  }

  .default-mobile-logo {
    width: 50%;
    float: left;
    display: block;
  }


  .radiant_grid_bx_two_column li {
    width: 100%;
    margin: 0 auto 30px auto;
  }

  #rt-lightbox_pop {
    padding: 0;
  }

  .radiant_lifestyle {
    border-left: none;
  }

  .radiant_lifestyle_section_two-col {
    /*padding: 30px 15px;*/
    padding: 15px 15px 10px 15px;
  }

  .radiant-date-bx {
    display: inline;
    position: relative;
    text-align: left;
  }

  .wraper_error_main.style-one .error_main {
    padding-top: 0;
  }

  .wraper_inner_banner_main > .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .wraper_inner_banner_breadcrumb > .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .woocommerce form #order_review {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  #rt_transpnt-bg .radiant_lifestyle_section_two-col h3 {
    width: 100%;
  }
}

@media only screen and (max-width:421px) {
  .woocommerce input.input-text[name=coupon_code] {
    width: 100% !important;
    margin: 0px 0px 0px 0px !important;
  }

  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
    width: 100% !important;
    height: 100px;
    overflow: visible !important
  }

  .woocommerce #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    width: 100% !important;
    margin-top: 10px !important;
    top: 25px;
  }
}

/************************************************************************************************/
body.mobile-menu-active .overlay {
  visibility: visible;
  opacity: 1;
}

.wraper_header {
  position: relative;
  z-index: 9999;
  width: 100%;
  direction: initial;
}

/*.wraper_header.floating-header {
    position: absolute;
}*/

.wraper_header > .main-header {
  position: relative;
}

.header_holder .wraper_header_main {
  background-color: rgba(255, 255, 255, 0.01);
  width: 100%;
}

.wraper_header .header_holder .elementor-menu-toggle {
  float: right;
  border: none;
  background-color: transparent;
}

.wraper_header .header_holder .elementor-menu-toggle span.ti-menu {
  font-size: 23px;
  color: #000;
}

.header_holder .wraper_header_main > nav {
  float: right;
  margin-top: 3px;
  width: 100%;
  display: block;
}

.leftnav .header_holder .wraper_header_main > nav {
  float: left;
  margin-top: 3px;
  text-align: right;
  display: block;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin-right: 35px;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li:last-child,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu li:only-child {
  margin: 0;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li a {
  line-height: 35px;
  font-weight: 400;
  font-style: normal;
  color: #000;
  position: relative;
  display: block;
  cursor: pointer;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul {
  position: absolute;
  top: 100%;
  left: -40px;
  right: 0;
  z-index: 1;
  width: 265px;
  padding: 40px 0 20px 0;
  transform: translateY(10px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  text-align: left;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-5deg);
  -o-transform: rotateX(-5deg);
  -moz-transform: rotateX(-5deg);
  -webkit-transform: rotateX(-5deg);
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li:last-child > ul {
  left: auto;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li > ul > li,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li > ul > li ul li {
  margin-bottom: 0;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li ul li {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 9px 30px;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > a,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > a,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li ul li a,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li ul li > ul > li > a {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.8px;
  display: inline-block;
  vertical-align: top;
  opacity: inherit !important;
  visibility: inherit !important;
  cursor: pointer;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:after,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:after,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > a:after,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > a:after,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul > li > a:after,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li ul > li > ul > li > a:after {
  position: absolute;
  left: 0;
  top: 11px;
  width: 0;
  height: 2px;
  z-index: 0;
  content: " ";
  background-color: #000;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover:after,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover:after,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > a:hover:after,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > a:hover:after,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul > li > a:hover:after,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li ul > li > ul > li > a:hover:after {
  width: 15px;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > a:hover,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > a:hover,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul > li > a:hover,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li ul > li > ul > li > a:hover {
  padding-left: 20px;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul li ul {
  position: absolute;
  top: 0;
  left: auto;
  right: 100%;
  z-index: 1;
  width: 240px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.075);
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li:hover > ul,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li:hover > ul,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul li:hover > ul {
  top: -8px;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/*.header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul::before {*/
/*  width: 15px;*/
/*  height: 15px;*/
/*  background: #fff;*/
/*  transform: rotate(45deg);*/
/*  position: absolute;*/
/*  content: "";*/
/*  top: -7px;*/
/*  left: 23%;*/
/*  box-shadow: rgba(67, 90, 111, 0.1) -1px -1px 1px;*/
/*}*/

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul {
  position: absolute;
  top: 55px;
  left: -35px;
  right: 0;
  z-index: 1;
  width: 265px;
  padding: 18px 0 22px 0;
  box-shadow: rgba(67, 90, 111, 0.416) 0 0 1.5px,
    rgba(67, 90, 111, 0.3) 0 2px 4px -2px;
  border-radius: 0;
  text-align: left;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: 0% 0%;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li ul li.menu-item-has-children > ul::before {
  width: 15px;
  height: 15px;
  background: #ffffff;
  transform: rotate(135deg);
  position: absolute;
  content: "";
  top: 23px;
  right: 0;
  box-shadow: rgba(67, 90, 111, 0.1) -1px -1px 1px;
  left: 97%;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul > li > ul {
  position: absolute;
  top: 36px;
  left: auto;
  right: 100%;
  z-index: 1;
  width: 265px;
  padding: 18px 0 22px 0;
  box-shadow: rgba(67, 90, 111, 0.416) 0 0 1px,
    rgba(67, 90, 111, 0.3) 0 2px 4px -2px;
  border-radius: 0;
  text-align: left;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: 0% 0%;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul .menu-item a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul .menu-item a:before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 3px;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.wraper_header > .sticky-header,
.wraper_header.floating-header > .sticky-header {
  display: none;
  width: 100%;
}

.wraper_header:not(.floating-header) > .sticky-header.delayed-sticky-mode {
  display: flex;
}

.wraper_header.floating-header > .sticky-header.delayed-sticky-mode.delayed-sticky-mode-acivate {
  display: flex;
}

.wraper_header > .sticky-header.delayed-sticky-mode.delayed-sticky-mode-acivate {
  position: fixed;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: SlideDown 0.55s ease forwards;
  animation: SlideDown 0.55s ease forwards;
  will-change: transform;
}

@-webkit-keyframes SlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes SlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.wraper_header .sticky-header.delayed-sticky-mode.delayed-sticky-mode-acivate.i-am-delayed-sticky {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.075);
}

.header_holder .wraper_header_main.mobile-menu-open {
  transform: translateX(0);
}

.header_holder .wraper_header_main.mobile-menu-open > nav ul.elementor-nav-menu {
  display: block;
}

.header_holder .wraper_header_main.mobile-menu-open > nav ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu {
  position: static;
  z-index: 1;
  width: 100%;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  text-align: left;
  background-color: transparent;
  display: none;
  transition: none;
  opacity: 1;
  visibility: visible;
}

.header_holder .wraper_header_main.mobile-menu-open > nav ul.elementor-nav-menu > li.menu-item-has-children a:before,
.header_holder .wraper_header_main.mobile-menu-open > nav ul.elementor-nav-menu li ul li a:after {
  display: none;
}

.mobile-menu-close {
  padding: 8px 0;
  text-align: right;
  cursor: pointer;
  position: relative;
  /* background: #000; */
  margin-bottom: -3px;
  float: right;
  width: 50%;
}

.mobile-menu-close:before {
  color: #000;
  /* background-color: #1c1a1a; */
  display: inline-block;
  content: "\e646";
  font-family: 'themify';
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.mobile-menu-active .mobile-menu-close {
  display: none;
}

.wraper_header section.elementor-element {
  left: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .header_holder .wraper_header_main.mobile-menu-open > nav ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu {
    position: static;
    z-index: 1;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    background-color: transparent;
    display: none;
    transition: opacity 0.4s linear !important;
    opacity: 1;
    visibility: visible;
  }

  .wraper_header {
    z-index: 999999;
  }

  .header_holder .wraper_header_main.mobile-menu-open {
    z-index: 999999;
    transform: translateX(-350px);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }

  .wraper_header .sticky-header .header_holder .wraper_header_main,
  .wraper_header .header_holder .wraper_header_main {
    height: 100%;
    max-width: 350px;
    width: 100%;
    position: fixed;
    top: 0;
    right: -350px;
    z-index: 1001;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
    overflow-y: scroll;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.55) 0s;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li a {
    padding: 20px !important;
    text-align: left;
    line-height: normal;
  }

  .elementor-nav-menu .menu-item a:hover {
    color: #000000 !important;
  }

  .header_holder .wraper_header_main > nav {
    float: none;
    margin-top: 0;
    text-align: left;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li {
    position: relative;
    width: 100%;
    padding: 0;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li > ul > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li > ul > li ul li {
    padding: 0;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > a,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > a,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li ul li a {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 10px 22px 10px 15px;
    border-bottom: 1px rgba(106, 124, 146, 0.1) solid;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li a {
    color: #000 !important;
    padding-left: 35px !important;
    font-size: 90% !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li a {
    padding-left: 45px !important;
    font-size: 80% !important;
  }

  .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu {
    position: absolute;
    top: 7px;
    right: 0;
    width: 40px;
    cursor: pointer;
    text-align: left;
  }

  .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu:before {
    top: 0;
    position: absolute;
    content: "\e61a";
    font-family: "themify";
    font-size: 14px;
    line-height: 32px;
    color: #000;
  }

  .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu.active:before {
    content: "\e622";
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .wraper_header {
    z-index: 999999;
  }

  .header_holder .wraper_header_main.mobile-menu-open {
    z-index: 999999;
    transform: translateX(-350px);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }

  .wraper_header .sticky-header .header_holder .wraper_header_main,
  .wraper_header .header_holder .wraper_header_main {
    height: 100%;
    max-width: 350px;
    width: 100%;
    position: fixed;
    top: 0;
    right: -350px;
    z-index: 1001;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
    overflow-y: scroll;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.82, 0.55) 0s;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li a {
    padding: 20px !important;
    text-align: left;
  }

  .elementor-nav-menu .menu-item a:hover {
    color: #000000 !important;
  }

  .header_holder .wraper_header_main > nav {
    float: none;
    margin-top: 0;
    text-align: left;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li {
    position: relative;
    width: 100%;
    padding: 0;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li > ul > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li > ul > li ul li {
    padding: 0;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > a,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > a,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li ul li a {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 10px 22px 10px 15px;
    border-bottom: 1px rgba(106, 124, 146, 0.1) solid;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li a {
    color: #000 !important;
    padding-left: 35px !important;
    font-size: 90% !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li a {
    padding-left: 45px !important;
    font-size: 80% !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul > li.menu-item-has-children a {
    padding: 10px 55px 10px 40px;
  }

  .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 40px;
    cursor: pointer;
    text-align: center;
  }

  .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu:before {
    top: 0;
    position: absolute;
    content: "\e61a";
    font-family: "themify";
    font-size: 12px;
    line-height: 32px;
    color: #000;
  }

  .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu.active:before {
    content: "\e622";
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul::before {
    display: none;
  }
}

@media screen and (min-width: 321px) and (max-width: 479px) {
  .header_holder .wraper_header_main.mobile-menu-open > nav ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu {
    position: static;
    z-index: 1;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    background-color: transparent;
    display: none;
    transition: opacity 0.4s linear !important;
    opacity: 1;
    visibility: visible;
  }

  .wraper_header {
    z-index: 999999;
  }

  .header_holder .wraper_header_main.mobile-menu-open {
    z-index: 999999;
    transform: translateX(-350px);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  }

  .wraper_header .sticky-header .header_holder .wraper_header_main,
  .wraper_header .header_holder .wraper_header_main {
    height: 100%;
    max-width: 250px;
    width: 100%;
    position: fixed;
    top: 0;
    right: -350px;
    z-index: 1001;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
    overflow-y: scroll;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.82, 0.55) 0s;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li a {
    padding: 10px 20px !important;
    text-align: left;
  }

  .elementor-nav-menu .menu-item a:hover {
    color: #000000 !important;
  }

  .header_holder .wraper_header_main > nav {
    float: none;
    margin-top: 0;
    text-align: left;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li ul li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li ul li ul li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li {
    position: relative;
    width: 100%;
    padding: 0;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li > ul > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li > ul > li ul li {
    padding: 0;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > a,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > a,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li ul li a {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 10px 22px 10px 15px;
    border-bottom: 1px rgba(106, 124, 146, 0.1) solid;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li a {
    color: #000 !important;
    padding-left: 35px !important;
    font-size: 90% !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li a {
    padding-left: 45px !important;
    font-size: 80% !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul > li.menu-item-has-children a {
    padding: 10px 55px 10px 40px;
  }

  .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu {
    position: absolute;
    top: 7px;
    right: 0;
    width: 40px;
    cursor: pointer;
    text-align: left;
  }

  .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu:before {
    content: "\e61a";
    font-family: "themify";
    font-size: 14px;
    line-height: 32px;
    color: #000;
  }

  .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu.active:before {
    content: "\e622";
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul::before {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .header_holder .wraper_header_main {
    height: 100%;
    max-width: 250px;
    width: 100%;
    position: fixed;
    top: 0;
    right: -350px;
    z-index: 1001;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
    overflow-y: scroll;
    transition: all 0.5s cubic-bezier(0.25, 0.1, 0.82, 0.55) 0s;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li a {
    padding: 20px !important;
    text-align: left;
  }

  .elementor-nav-menu .menu-item a:hover {
    color: #000000 !important;
  }

  .header_holder .wraper_header_main > nav {
    float: none;
    margin-top: 0;
    text-align: left;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li {
    position: relative;
    width: 100%;
    padding: 0;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li > ul > li,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li > ul > li > ul > li ul li {
    padding: 0;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > a,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > a,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > ul > li ul li a {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 10px 22px 10px 15px;
    border-bottom: 1px rgba(106, 124, 146, 0.1) solid;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li a {
    color: #000 !important;
    padding-left: 35px !important;
    font-size: 90% !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li a {
    padding-left: 45px !important;
    font-size: 80% !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul > li.menu-item-has-children a {
    padding: 20px;
  }

  .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 40px;
    cursor: pointer;
    text-align: center;
  }

  .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu:before {
    top: 0;
    position: absolute;
    content: "\e61a";
    font-family: "themify";
    font-size: 12px;
    line-height: 32px;
    color: #000;
  }

  .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .radiantthemes-open-submenu.active:before {
    content: "\e622";
  }
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu {
  position: static;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu {
  position: absolute;
  top: 100%;
  left: 46.9%;
  width: 100vw;
  margin-left: -50.7vw;
  transform: translateY(0) !important;
  border-radius: 0;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  padding: 35px 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-5deg) !important;
  -o-transform: rotateX(-5deg) !important;
  -moz-transform: rotateX(-5deg) !important;
  -webkit-transform: rotateX(-5deg) !important;
  transition: all 0.1s ease-in-out !important;
  -webkit-transition: all 0.1s ease-in-out !important;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu:hover > ul.mega-child-menu {
  opacity: 1;
  visibility: visible;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu > li {
  padding: 0;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul.menu > li,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .elementor-text-editor > div > ul.menu > li {
  width: 100%;
  height: auto;
  position: relative;
  color: #444756;
  font-size: 15px;
  letter-spacing: 0.8px;
  margin: 0 0 15px 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > ul > li:last-child,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .elementor-text-editor > ul > li:last-child {
  margin-bottom: 0;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu:hover ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul > li > a,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu:hover ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .elementor-text-editor > div > ul > li > a {
  color: #444756;
  font-size: 15px;
  letter-spacing: 0.8px;
  position: relative;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu:hover ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul > li > a:hover,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu:hover ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .elementor-text-editor > div > ul > li > a:hover {
  font-size: 15px;
  letter-spacing: 0.8px;
  color: #000;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu ul.mega-child-menu > li ul > li > a:before {
  position: absolute;
  left: 0;
  top: 11px;
  width: 0;
  height: 2px;
  z-index: 0;
  background-color: #000;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu:hover ul.mega-child-menu > li ul > li > a:hover:before {
  width: 15px;
}

.header_holder .elementor-element .elementor-widget-container {
  transition: none !important;
}

.wraper_header .header_holder .elementor-menu-toggle span.ti-menu {
  color: #000;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:after,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:after {
  content: none !important;
  transition: none !important;
  -webkit-transition: none !important;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover {
  padding-left: 0 !important;
  color: #4f5ad0;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > a:after {
  content: none !important;
  transition: none !important;
  -webkit-transition: none !important;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > ul > li > a:hover {
  padding-left: 0 !important;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu .menu-item.mega-parent-menu .mega-child-menu {
  width: 60em;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  background: #fff;
  top: 62px;
  left: -44px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
  box-shadow: rgba(67, 90, 111, 0.416) 0 0 1.5px,
    rgba(67, 90, 111, 0.3) 0 2px 4px -2px;
  -webkit-box-shadow: rgba(67, 90, 111, 0.416) 0 0 1.5px,
    rgba(67, 90, 111, 0.3) 0 2px 4px -2px;
  list-style: none;
  position: absolute;
  border-radius: 5px;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu .menu-item.mega-parent-menu:hover .mega-child-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu .menu-item.mega-parent-menu .mega-child-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu .mega-child-menu ul li {
  margin-right: 0;
  height: auto;
  margin: 0;
  padding: 7px 54px 7px 0px;
  text-align: left;
  float: left;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu:hover ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul > li > a,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu:hover ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .elementor-text-editor > div > ul > li > a {
  color: #13152f;
  font-size: 15px;
  letter-spacing: 0.1px;
  position: relative;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu:hover ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul > li > a:hover,
.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu:hover ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .elementor-text-editor > div > ul > li > a:hover {
  font-size: 15px;
  letter-spacing: 0.1px;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu .mega-child-menu ul li.new-add:after {
  content: "Label";
  position: absolute;
  background: #f95448;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  right: -33px;
  top: 14px;
  border-radius: 3px;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul > li > a::after {
  /*content: "";
  position: absolute;
  background: #989898;
  width: 7px;
  height: 1px;
  top: 17px;
  left: -30px;
  transform: none;*/
  display: none;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul > li:hover a::after {
  transform: none;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul > li > a::before {
  content: "";
  width: 0;
  height: 1px;
  top: 28px;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #444756;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul > li > a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .radiantthemes-custom-button a.radiantthemes-custom-button-main::after {
  transform: none;
  content: none;
}

/*.header_holder .wraper_header_main > nav ul.elementor-nav-menu .menu-item-object-mega_menu.menu-item-has-children:hover::after {*/
/*  transform: translate(-40px, 13px) rotate(45deg);*/
/*  transition: all 300ms linear 0s;*/
/*  opacity: 1;*/
/*  visibility: visible;*/
/*}*/

/*.header_holder .wraper_header_main > nav ul.elementor-nav-menu .menu-item-object-mega_menu.menu-item-has-children::after {*/
/*  transition: all 300ms linear 0s;*/
/*  transform: translate(-40px, 20px) rotate(45deg);*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  width: 15px;*/
/*  height: 15px;*/
/*  background: #fff;*/
/*  box-shadow: rgba(67, 90, 111, 0.1) -1px -1px 1px;*/
/*  content: "";*/
/*  position: absolute;*/
/*}*/

.main-megamenu-holder .mega-child-menu h5 {
  text-align: left;
}

@media screen and (min-width: 1920px) and (max-width: 2000px) {
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu {
    left: 0;
    margin-left: -28.2vw;
  }
}

@media screen and (min-width: 1151px) and (max-width: 1260px) {
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li {
    margin-right: 18px !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu {
    left: 0;
    margin-left: -19.1vw;
  }
}

@media screen and (min-width: 1031px) and (max-width: 1150px) {
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li {
    margin-right: 18px !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu {
    left: 0;
    margin-left: -13.1vw;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) and (orientation: landscape) {
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li {
    margin-right: 18px !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu {
    left: 0;
    margin-left: -13.1vw;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) and (orientation: portrait) {

  .woocommerce .coupon,
  .woocommerce .checkout_coupon {
    width: auto;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li {
    margin-right: 18px !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu {
    left: 0;
    margin-left: -50vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li {
    margin-right: 18px !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu {
    left: 0;
    margin-left: -50vw;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul.menu > li {
    margin-bottom: 0;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu .menu-item.mega-parent-menu .mega-child-menu {
    left: -38% !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu {
    position: static;
    z-index: 1;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    margin-left: 0;
    background-color: transparent;
    display: none;
    transition: opacity 0.4s linear !important;
    opacity: 1;
    visibility: visible;
    border: 1px solid red;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu .menu-item.mega-parent-menu .mega-child-menu {
    position: static;
    z-index: 1;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    margin-left: 0;
    background-color: transparent;
    display: none;
    transition: opacity 0.4s linear !important;
    opacity: 1;
    visibility: visible;
  }

  .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .main-megamenu-holder > .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu {
    position: absolute;
    top: 7px;
    right: 0;
    width: 40px;
    cursor: pointer;
    text-align: left;
  }

  .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .main-megamenu-holder > .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before {
    content: "\e61a";
    font-family: "themify";
    font-size: 14px;
    line-height: 32px;
    color: #000;
  }

  .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .main-megamenu-holder > .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before {
    content: "\e622";
  }

  .woocommerce .coupon,
  .woocommerce .checkout_coupon {
    width: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li {
    margin-bottom: 0 !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover {
    padding-left: 35px !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu {
    position: relative;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul.menu > li {
    margin-bottom: 0;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu .menu-item.mega-parent-menu .mega-child-menu {
    left: -38% !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu {
    position: static;
    z-index: 1;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    margin-left: 0;
    background-color: transparent;
    display: none;
    transition: opacity 0.4s linear !important;
    opacity: 1;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu .menu-item.mega-parent-menu .mega-child-menu {
    position: static;
    z-index: 1;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    margin-left: 0;
    background-color: transparent;
    display: none;
    transition: opacity 0.4s linear !important;
    opacity: 1;
    visibility: visible;
  }

  .mega-child-menu li ul li {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 5px 0;
    /*border-bottom: 1px rgba(106, 124, 146, 0.1) solid;*/
    color: inherit;
    margin-bottom: 0;
  }

  .mega-child-menu h5 {
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-style: normal;
    color: #6a7c92;
    font-size: 15px;
    padding: 10px 0 9px 17px;
    border-bottom: 1px rgba(106, 124, 146, 0.1) solid;
    margin: 0;
  }

  .mega-child-menu .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li a {
    font-size: 14px !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li a {
    padding-bottom: 2px !important;
  }

  .header_holder .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 100%;
  }

  .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .main-megamenu-holder > .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu {
    position: absolute;
    top: 7px;
    right: 0;
    width: 40px;
    cursor: pointer;
    text-align: left;
  }

  .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .main-megamenu-holder > .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before {
    content: "\e61a";
    font-family: "themify";
    font-size: 14px;
    line-height: 32px;
    color: #000;
  }

  .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .main-megamenu-holder > .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before {
    content: "\e622";
  }
}


@media screen and (min-width: 480px) and (max-width: 767px) {
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li {
    margin-bottom: 0 !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul.sub-menu {
    transform: none !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu {
    position: relative;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu {
    position: static;
    z-index: 1;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    margin-left: 0;
    background-color: transparent;
    display: none;
    transition: opacity 0.4s linear !important;
    opacity: 1;
    visibility: visible;
    border: 1px solid red;
  }

  .mega-child-menu .elementor-column.elementor-col-25 {
    width: 100%;
  }

  .mobile-menu-nav > [class*="menu-"] > ul.menu > li > ul > li a {
    padding-left: 30px;
  }

  .mega-child-menu > li ul > li {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 10px 0;
    /*border-bottom: 1px rgba(106, 124, 146, 0.1) solid;*/
    color: inherit;
  }

  .mega-child-menu > li ul > li > a {
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-style: normal;
    color: #6a7c92;
    font-size: 14px;
  }

  .mega-child-menu h5 {
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-style: normal;
    color: #6a7c92;
    font-size: 15px;
    padding: 10px 0 9px 17px;
    border-bottom: 1px rgba(106, 124, 146, 0.1) solid;
    margin: 0;
  }

  .mega-child-menu .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li a {
    font-size: 14px !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li a {
    padding-bottom: 2px !important;
  }
}

@media screen and (min-width: 321px) and (max-width: 479px) {
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li {
    margin-bottom: 0 !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul.sub-menu {
    transform: none !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu {
    position: relative;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu .menu-item.mega-parent-menu .mega-child-menu {
    position: static;
    z-index: 1;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    margin-left: 0;
    background-color: transparent;
    display: none;
    transition: opacity 0.4s linear !important;
    opacity: 1;
    visibility: visible;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu .mega-child-menu ul li.new-add::after {
    right: 40px;
    top: 20px;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul.menu > li {
    margin-bottom: 0;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover {
    padding-left: 35px !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > .mega-child-menu {
    position: static;
    z-index: 1;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    margin-left: 0;
    background-color: transparent;
    display: none;
    transition: opacity 0.4s linear !important;
    opacity: 1;
    visibility: visible;
  }

  .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .main-megamenu-holder > .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu {
    position: absolute;
    top: 7px;
    right: 0;
    width: 40px;
    cursor: pointer;
    text-align: left;
  }

  .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .main-megamenu-holder > .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu:before {
    content: "\e61a";
    font-family: "themify";
    font-size: 14px;
    line-height: 32px;
    color: #000;
  }

  .wraper_header_main ul.elementor-nav-menu > li.menu-item-has-children > .main-megamenu-holder > .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before,
  .wraper_header_main ul.elementor-nav-menu > li > ul > li > ul > li > ul > li > ul li.menu-item-has-children > .main-megamenu-holder .radiantthemes-open-submenu.active:before {
    content: "\e622";
  }

  .mega-child-menu li ul li {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 10px 0;
    /*border-bottom: 1px rgba(106, 124, 146, 0.1) solid;*/
    color: inherit;
  }

  .mega-child-menu h5 {
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-style: normal;
    color: #6a7c92;
    font-size: 15px;
    padding: 10px 0 9px 17px;
    border-bottom: 1px rgba(106, 124, 146, 0.1) solid;
    margin: 0;
  }

  .mega-child-menu .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li a {
    font-size: 14px !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li a {
    padding-bottom: 2px !important;
  }
}

@media screen and (max-width: 320px) {
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li:hover > ul > li {
    margin-bottom: 0 !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li > ul.sub-menu {
    transform: none !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu {
    position: relative;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu {
    position: static;
    z-index: 1;
    width: 100%;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    margin-left: 0;
    background-color: transparent;
    display: none;
    transition: opacity 0.4s linear !important;
    opacity: 1;
    visibility: visible;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul.menu > li {
    margin-bottom: 0;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover,
  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li > ul > li > a:hover {
    padding-left: 35px !important;
  }

  .mega-child-menu li ul li {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 10px 0;
    border-bottom: 1px rgba(106, 124, 146, 0.1) solid;
    color: inherit;
  }

  .mega-child-menu h5 {
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-style: normal;
    color: #6a7c92;
    font-size: 15px;
    padding: 10px 0 9px 17px;
    border-bottom: 1px rgba(106, 124, 146, 0.1) solid;
    margin: 0;
  }

  .mega-child-menu .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu li a {
    font-size: 14px !important;
  }

  .header_holder .wraper_header_main > nav ul.elementor-nav-menu > li a {
    padding-bottom: 2px !important;
  }
}

.elementor-widget-radiant-custom-cart .header-cart-bar {
  float: right;
  margin-top: 7px;
  text-align: center;
  font-size: 0;
}

.elementor-widget-radiant-custom-cart .header-cart-bar > .header-cart-bar-icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  width: 30px;
  color: #fff;
}

.elementor-widget-radiant-custom-cart .header-cart-bar > .header-cart-bar-icon > span.ti-shopping-cart {
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.elementor-widget-radiant-custom-cart .header-cart-bar > .header-cart-bar-icon > .cart-count {
  position: absolute;
  top: -8px;
  right: -3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  /*background-color: #3F3A64;*/
  background-color: #FF583C;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 321px) and (max-width: 479px) {
  .elementor-widget-radiant-custom-search .header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box {
    right: 0;
    left: 6px;
  }
}

@media screen and (max-width: 320px) {
  .elementor-widget-radiant-custom-search .header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box {
    right: 0;
    left: 6px;
  }
}

.elementor-widget-radiant-custom-search .header-slideout-searchbar {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-top: 3px;
  cursor: pointer;
}

.elementor-widget-radiant-custom-search .header-slideout-searchbar > .header-slideout-searchbar-holder {
  position: relative;
  display: block;
}

.elementor-widget-radiant-custom-search .header-slideout-searchbar span[class*="ti-"] {
  font-size: 18px;
  color: #000;
}

.elementor-widget-radiant-custom-search .header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box {
  position: absolute;
  top: -10px;
  right: 30px;
  z-index: 1;
  width: 30px;
  padding: 5px 5px 4px 12px;
  background-color: #f9f9f9;
  border: 3px rgba(0, 0, 0, 0.1) solid;
  border-radius: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.elementor-widget-radiant-custom-search .header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row {
  position: relative;
  display: block;
  padding-right: 30px;
}

.elementor-widget-radiant-custom-search .header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row input[type="search"] {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 30px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  font-size: 13px;
  border-radius: 0;
}

.elementor-widget-radiant-custom-search .header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row input[type="search"]::placeholder {
  color: #000;
}

.elementor-widget-radiant-custom-search .header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row button[type="submit"] {
  position: absolute;
  top: 0;
  width: 26px;
  height: 30px;
  background-color: transparent;
  border: none;
  display: none;
  border-radius: 0;
  text-align: center;
  font-size: 18px;
  color: #000;
  line-height: 28px;
}

.elementor-widget-radiant-custom-search .header-slideout-searchbar > .header-slideout-searchbar-holder:hover > .header-slideout-searchbar-box,
.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:focus > .header-slideout-searchbar-box {
  width: 200px;
  opacity: 1;
  visibility: visible;
}

/************************************************************************************************/

/*=====================================================
Box Grid 2
=====================================================*/
.radiant_lifestyle_trans_bg {
  padding: 20px 45px 1px 45px;
  background: transparent;
}

.radiant_lifestyle_trans_bg h3 {
  font-size: 22px;
  color: #ffffff;
  line-height: 32px !important;
  margin-bottom: 6px;
  padding: 0;
}

.radiant_lifestyle_trans_bg h3 a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer !important;
}

.radiant_lifestyle_trans_bg h3 a:hover {
  color: #ffffff;
}

.radiant_lifestyle_trans_bg p {
  font-size: 15px;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 6px;
  padding: 0;
}

/********************************/
.rt-bottom-left {
  position: absolute;
  /*bottom: 8px;
  left: 16px;*/
  bottom: 32px;
  left: 0px;
}

a.transparent-masionary-btn-hover {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

a:hover.transparent-masionary-btn-hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.radiant_lifestyle_trans_bg .transparent-masionary-btn-hover span {
  position: relative;
  display: inline-block;
  margin-top: 4px;
}

.radiant_lifestyle_trans_bg .transparent-masionary-btn-hover span:before {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.radiant_lifestyle_trans_bg .transparent-masionary-btn-hover span:after,
.radiant_lifestyle_trans_bg .transparent-masionary-btn-hover span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: 0.35s cubic-bezier(0.04, 0.11, 0.6, 0.97);
  -o-transition: 0.35s cubic-bezier(0.04, 0.11, 0.6, 0.97);
  transition: 0.35s cubic-bezier(0.04, 0.11, 0.6, 0.97);
}

.radiant_lifestyle_trans_bg .transparent-masionary-btn-hover:hover span:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.radiant_lifestyle_trans_bg .transparent-masionary-btn-hover span:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.radiant_lifestyle_trans_bg .transparent-masionary-btn-hover:hover span:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 0.34s;
  -o-transition-delay: 0.34s;
  transition-delay: 0.34s;
}

.rt-no-more-post {
  overflow: hidden;
  text-align: center;
  font-style: italic;
  margin-bottom: 150px;
}

.rt-no-more-post {
  display: none;
}


/******************************** Theme Options/

/* START OF COMMON CSS*/
.moving-image-style-one .elementor-image img {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.moving-image-style-one:hover .elementor-image img {
  transform: translate3d(-10px, 0, 0);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.moving-image-style-two .elementor-image img {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.moving-image-style-two:hover .elementor-image img {
  transform: translate3d(-10px, 5px, 0);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.icon-moving .elementor-image-box-img img {
  transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.icon-moving:hover .elementor-image-box-img img {
  transform: translate3d(-6px, 0px, 0);
}

.icon-moving-style-two .elementor-image img {
  transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.icon-moving-style-two:hover .elementor-image img {
  transform: translate3d(0px, -6px, 0);
}

.icon-moving-style-three .elementor-image-box-img img {
  transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.icon-moving-style-three:hover .elementor-image-box-img img {
  transform: translate3d(0px, -6px, 0);
}

.icon-moving-style-four .elementor-image img {
  transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.icon-moving-style-four:hover .elementor-image img {
  transform: translate3d(-6px, 0px, 0);
}

.rt-portfolio-box.element-eight .overlay {
  background-color: transparent !important;
}

.wraper_error_main.style-one .error_main .btn {
  /* border-radius: 5px !important;*/
}

.landing-banner-img .elementor-image {
  width: 1350px;
  float: right;
  position: relative;
  left: 9%;
}

/* END OF COMMON CSS*/

/* Contact Us Css */
.contact_us_page .form-row input[type="text"] {
  width: 100%;
  height: 67px;
  padding: 12px 15px 12px 20px;
  margin-bottom: 0px;
  border: 1px solid #F3F5FD;
  background-color: #F3F5FD;
  margin-bottom: 10px;
  border-radius: 5px;
}

.contact_us_page .form-row input[type="text"]::placeholder {
  color: #7a7a7a;
}

.contact_us_page .form-row input[type="text"]:focus {
  color: #231834;
  background: #EEF1FF;
}

.contact_us_page textarea {
  height: 150px;
  resize: none;
  width: 100%;
  margin-bottom: 18px;
  padding: 7px 15px 8px 20px;
  border: 1px solid #F3F5FD;
  background-color: #F3F5FD;
  border-radius: 5px;
}

.contact_us_page .form-row textarea::placeholder {
  color: #7a7a7a;
}

.contact_us_page .form-row textarea:focus {
  color: #231834;
  background: #EEF1FF;
}

.contact_us_page input[type="submit"] {
  font-size: 17px;
  color: #fff;
  padding: 12px 30px 12px 30px;
  border: none;
  background: #FB5545;
  border-radius: 5px;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out
}

.contact_us_page input[type="submit"]:hover {
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px)
}

/* End Contact us css */

/* Start Contact us two css */

/*.contact-two .form-row {*/
/*    margin-right: -11px;*/
/*}*/
.contact-two .form-row input[type="text"] {
  width: 104%;
  height: 50px;
  padding: 12px 15px 12px 20px;
  margin-bottom: 0px;
  border: 1px solid #F3F5FD;
  background-color: #F3F1EE;
  border-radius: 5px;
}

.contact-two .form-row input[type="text"]:hover {
  width: 104%;
  height: 50px;
  padding: 12px 15px 12px 20px;
  margin-bottom: 0px;
  border: 1px solid #CDCDCD;
  background-color: #FCFAF9;
  border-radius: 5px;
}

.contact-two textarea {
  height: 150px;
  resize: none;
  width: 102%;
  padding: 7px 15px 8px 20px;
  border: 1px solid #F3F5FD;
  background-color: #F3F1EE;
  border-radius: 5px;
}

.contact-two textarea:hover {
  height: 150px;
  resize: none;
  width: 102%;
  padding: 7px 15px 8px 20px;
  border: 1px solid #CDCDCD;
  background-color: #FCFAF9;
  border-radius: 5px;
}

.contact-two input[type="submit"] {
  background: #FBA301;
  border: none;
  color: #fff;
  padding: 14px 43px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out;
  margin-top: -10px;
}

.contact-page-icon-align span.elementor-icon-box-title {
  /*font-family: futura-pt;*/

}

.contact-two select.wpcf7-form-control.wpcf7-select {
  width: 104%;
  height: 50px;
  border-radius: 5px;
  line-height: 28px;
  cursor: pointer;
  padding: 12px 15px 12px 20px;
  border: 1px solid #F3F5FD;
  background-color: #F3F1EE;
}

@media screen and (max-width: 1024px) {
  .contact-two .form-row input[type="text"] {
    width: 100%;
  }

  .contact-two .form-row input[type="text"]:hover {
    width: 100%;
  }

  .contact-two textarea {
    width: 100%;
  }

  .contact-two select.wpcf7-form-control.wpcf7-select {
    width: 100%;
  }
}

/* End Contact us two css */


/* Testimonial Css /*
/* owl-dots */

.testimonial[class*='element-'] .owl-dots {
  margin-left: 15px;
  margin-right: 15px;
}

.testimonial[class*='element-'] .owl-dots > .owl-dot {
  display: inline-block;
  vertical-align: top;
}

/* owl-dots - style-one */

.testimonial[class*='element-'].owl-dot-style-one .owl-dots {
  margin-top: 45px;
  text-align: center;
}

.testimonial[class*='element-'].owl-dot-style-one .owl-dots > .owl-dot {
  margin-left: 6px;
  margin-right: 6px;
}

.testimonial[class*='element-'].owl-dot-style-one .owl-dots > .owl-dot > span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #e3e0df;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

/* owl-dots - style-two */

.testimonial[class*='element-'].owl-dot-style-two .owl-dots {
  position: absolute;
  bottom: 3px;
  right: 0;
  text-align: center;
}

.testimonial[class*='element-'].owl-dot-style-two .owl-dots > .owl-dot {
  margin-left: 4px;
  margin-right: 4px;
}

.testimonial[class*='element-'].owl-dot-style-two .owl-dots > .owl-dot > span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.testimonial[class*='element-'].owl-dot-style-two .owl-dots > .owl-dot.active > span {
  background-color: #fff !important;
}

/* testimonial element-one */

.testimonial.element-one {
  position: relative;
}

.testimonial.element-one .testimonial-item > .holder {
  text-align: center;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-pic {
  margin-bottom: 50px;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-holder > .testimonial-pic-main {
  display: inline-block;
  vertical-align: top;
  width: 145px;
  height: 145px;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-holder > .testimonial-pic-icon {
  position: absolute;
  bottom: -10px;
  right: -5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  color: #fff;
  line-height: 60px;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-data {
  margin-bottom: 35px;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-data blockquote > *:last-child {
  margin-bottom: 0 !important;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-data blockquote p {
  margin-bottom: 20px;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-title > *:last-child {
  margin-bottom: 0 !important;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-title .title {
  margin-bottom: 3px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: #24323d;
  line-height: 28px;
}

.testimonial.element-one .testimonial-item > .holder > .testimonial-title .designation {
  margin-bottom: 7px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  color: #676767;
  line-height: 26px;
}

.testimonial.element-one:not(.owl-carousel) .testimonial-item {
  float: left;
  padding-left: 0;
  margin-bottom: 40px;
}

.testimonial.element-one > .owl-thumbs {
  display: none;
}

.testimonial.element-one > .owl-nav {
  margin-top: -40px !important;
  text-align: right !important;
}

/* testimonial element-two */

.testimonial.element-two {
  position: relative;
}

.testimonial.element-two .testimonial-item > .holder {
  text-align: left;
}

.testimonial.element-two .testimonial-item > .holder > .testimonial-data {
  margin-bottom: 32px;
}

.testimonial.element-two .testimonial-item > .holder > .testimonial-data blockquote > *:last-child {
  margin-bottom: 0 !important;
}

.testimonial.element-two .testimonial-item > .holder > .testimonial-data blockquote p {
  margin-bottom: 20px;
  color: #fff;
}

.testimonial.element-two .testimonial-item > .holder > .testimonial-title > *:last-child {
  margin-bottom: 0 !important;
}

.testimonial.element-two .testimonial-item > .holder > .testimonial-title .title {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
}

.testimonial.element-two .testimonial-item > .holder > .testimonial-title .designation {
  margin-bottom: 7px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  line-height: 26px;
}

.testimonial.element-two:not(.owl-carousel) .testimonial-item {
  float: left;
  padding-left: 0;
  margin-bottom: 40px;
}

.testimonial.element-two > .owl-thumbs {
  display: none;
}

.testimonial.element-two > .owl-nav {
  margin-top: 30px !important;
  text-align: left !important;
}

.testimonial.element-two > .owl-dots {
  position: static !important;
  margin: 38px 0 0 0 !important;
  text-align: left !important;
}

.testimonial.element-two > .owl-dots > .owl-dot > span {
  width: 10px !important;
  height: 10px !important;
}

/* testimonial element-three */

.testimonial.element-three {
  position: relative;
}

.testimonial.element-three .testimonial-item > .holder {
  text-align: left;
  background: #fff;
  border-radius: 5px;
  padding-top: 37px;
  padding-bottom: 52px;
  padding-left: 38px;
  padding-right: 38px;
  /*box-shadow: 0px 0px 10px 5px rgba(47, 85, 212, 0.1);*/
  margin-top: 15px;
  margin-bottom: 15px;
}

.testimonial.element-three .testimonial-item > .holder > .testimonial-title {
  position: relative;
  min-height: 80px;
  margin-bottom: 20px;
  padding-top: 13px;
  padding-left: 90px;
}

.testimonial.element-three .testimonial-item > .holder > .testimonial-title > .testimonial-title-pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 71px;
  height: 71px;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.testimonial.element-three .testimonial-item > .holder > .testimonial-title > .testimonial-title-data > *:last-child {
  margin-bottom: 0 !important;
}

.testimonial.element-three .testimonial-item > .holder > .testimonial-title > .testimonial-title-data .title {
  margin-bottom: 3px;
  margin-top: -9px;
  margin-left: 8px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  color: #16171e;
  line-height: 28px;
}


.testimonial.element-three .testimonial-item > .holder > .testimonial-title > .testimonial-title-data .designation {
  margin-bottom: 7px;
  margin-left: 8px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 13px;
  color: #676767;
  line-height: 26px;
}

.testimonial.element-three .testimonial-item > .holder > .testimonial-data blockquote > *:last-child {
  margin-bottom: 0 !important;
}

.testimonial.element-three .testimonial-item > .holder > .testimonial-data blockquote p {
  margin-bottom: 20px;
}

.testimonial.element-three:not(.owl-carousel) .testimonial-item {
  float: left;
  padding-left: 0;
  margin-bottom: 40px;
}

.testimonial.element-three > .owl-thumbs {
  display: none;
}

.testimonial.element-three > .owl-nav {
  margin-top: -40px !important;
  text-align: right !important;
}

/* testimonial element-four */

.testimonial.element-four {
  position: relative;
}

.testimonial.element-four .testimonial-item > .holder {
  text-align: center;
}

.testimonial.element-four .testimonial-item > .holder > .testimonial-data {
  margin-bottom: 32px;
}

.testimonial.element-four .testimonial-item > .holder > .testimonial-data blockquote > *:last-child {
  margin-bottom: 0 !important;
}

.testimonial.element-four .testimonial-item > .holder > .testimonial-data blockquote p {
  margin-bottom: 20px;
  color: #fff;
}

.testimonial.element-four .testimonial-item > .holder > .testimonial-title > *:last-child {
  margin-bottom: 0 !important;
}

.testimonial.element-four .testimonial-item > .holder > .testimonial-title .title {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 1.5px;
}

.testimonial.element-four:not(.owl-carousel) .testimonial-item {
  float: left;
  padding-left: 0;
  margin-bottom: 40px;
}

.testimonial.element-four > .owl-thumbs {
  display: none;
}

.testimonial.element-four > .owl-nav {
  margin-top: 30px !important;
  text-align: left !important;
}

.testimonial.element-four > .owl-dots {
  position: static !important;
  margin: 38px 0 0 0 !important;
}

.testimonial.element-four > .owl-dots > .owl-dot > span {
  width: 13px !important;
  height: 13px !important;
}

/* testimonial element-five */

.testimonial.element-five {
  position: relative;
}

.testimonial.element-five .testimonial-item > .holder {
  text-align: left;
}

.testimonial.element-five .testimonial-item > .holder > .testimonial-data {
  margin-bottom: 21px;
}

.testimonial.element-five .testimonial-item > .holder > .testimonial-data blockquote > *:last-child {
  margin-bottom: 0 !important;
}

.testimonial.element-five .testimonial-item > .holder > .testimonial-data blockquote p {
  margin-bottom: 20px;
  color: #151516;
}

.testimonial.element-five .testimonial-item > .holder > .testimonial-title > *:last-child {
  margin-bottom: 0 !important;
}

.testimonial.element-five .testimonial-item > .holder > .testimonial-title .title {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  color: #151516;
  line-height: 30px;
  letter-spacing: 1.5px;
}

.testimonial.element-five:not(.owl-carousel) .testimonial-item {
  float: left;
  padding-left: 0;
  margin-bottom: 40px;
}

.testimonial.element-five > .owl-thumbs {
  display: none;
}

.testimonial.element-five > .owl-nav {
  margin-top: 30px !important;
  text-align: left !important;
}

.testimonial.element-five > .owl-dots {
  position: static !important;
  margin: 15px 0 0 0 !important;
  text-align: left !important;
}

.testimonial.element-five > .owl-dots > .owl-dot > span {
  width: 13px !important;
  height: 13px !important;
}


/* testimonial element-seven */

/*.testimonial.element-seven {
    position: relative;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}

.testimonial.element-seven .testimonial-item {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.testimonial.element-seven .testimonial-item > .holder {
    text-align: left;
    padding: 35px 30px 40px 30px;
    background-color: #fff;
    border-top: 5px rgba(0, 0, 0, 0.2) solid;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.testimonial.element-seven .testimonial-item > .holder > .testimonial-main {
    position: relative;
    padding-left: 125px;
}

.testimonial.element-seven .testimonial-item > .holder > .testimonial-main > .testimonial-pic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-bottom: 10px;
}

.testimonial.element-seven .testimonial-item > .holder > .testimonial-main > .testimonial-pic > .testimonial-pic-main {
    display: inline-block;
    vertical-align: top;
    width: 105px;
    height: 105px;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.testimonial.element-seven .testimonial-item > .holder > .testimonial-main > .testimonial-data {
    margin-bottom: 12px;
}

.testimonial.element-seven .testimonial-item > .holder > .testimonial-main > .testimonial-data blockquote > *:last-child {
    margin-bottom: 0 !important;
}

.testimonial.element-seven .testimonial-item > .holder > .testimonial-main > .testimonial-data blockquote p {
    margin-bottom: 20px;
    line-height: 27px;
}

.testimonial.element-seven .testimonial-item > .holder > .testimonial-main > .testimonial-title > *:last-child {
    margin-bottom: 0 !important;
}

.testimonial.element-seven .testimonial-item > .holder > .testimonial-main > .testimonial-title .title {
    margin-bottom: 1px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

.testimonial.element-seven .testimonial-item > .holder > .testimonial-main > .testimonial-title .designation {
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 12px;
    color: #676767;
    line-height: 26px;
}

.testimonial.element-seven:not(.owl-carousel) .testimonial-item {
    float: left;
    padding-left: 0;
    margin-bottom: 40px;
}

.testimonial.element-seven > .owl-thumbs {
    display: none;
}

.testimonial.element-seven > .owl-nav {
    margin-top: -40px !important;
    text-align: right !important;
}*/

/* testimonial element-eight */

.testimonial.element-eight {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: left;
  box-shadow: none !important;
  margin-bottom: 25px;
}

.testimonial.element-eight * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.testimonial.element-eight img {
  max-width: 100%;
  vertical-align: middle;
  height: 70px;
  width: 70px !important;
  border-radius: 50% !important;
  margin: 30px 0 0 25px;
}

.testimonial.element-eight .description {
  background-color: #fff;
  display: block;
  font-weight: 400;
  line-height: 30px;
  /*margin: 30px 20px;*/
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 14px;
  margin-right: 14px;
  /*padding: 30px;*/
  padding-top: 41px;
  padding-bottom: 40px;
  padding-left: 38px;
  padding-right: 38px;
  position: relative;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.18);
  border-radius: 5px;
  color: #5E656C;
  line-height: 30px;
}

.testimonial.element-eight .arrow {
  top: 97%;
  left: 0px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #fff;
  margin: 0;
  position: absolute;
  display: none;
}

.testimonial.element-eight .author {
  position: absolute;
  bottom: 20px;
  padding: 0 10px 0 112px;
  margin: 0;
  color: #16171e;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.testimonial.element-eight .author h5 {
  font-size: 22px;
  font-weight: 500;
  color: #16171e;
  margin-bottom: 10px;
  line-height: 28px;
}

.testimonial.element-eight .author p {
  font-size: 14px;
  color: #85868c;
  margin-top: -10px;
}

/* Testimonial Css End/*

/* TEAM CSS /*
/* team element-one */

.team.element-one {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.team.element-one .team-item {
  padding-top: 17px;
  padding-right: 15px;
  padding-bottom: 17px;
  padding-left: 15px;
}

.team.element-one .team-item > .holder {
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.team.element-one .team-item > .holder > .pic {
  position: relative;
  overflow: hidden;
  padding-top: calc((133 / 100) * 100%);
  border-radius: 0px;
  /*box-shadow: 0px 40px 90px -30px rgba(0, 0, 0, 0.25);*/
}

.team.element-one .team-item > .holder > .pic > .placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center top no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.team.element-one .team-item > .holder > .data {
  padding: 18px 15px 0px 15px;
}

.team.element-one .team-item > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}

.team.element-one .team-item > .holder > .data .designation {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  color: #272727;
  line-height: 25px;
}

.team.element-one .team-item > .holder > .data .title {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  line-height: 28px;
}

.team.element-one .team-item > .holder > .data .title a {
  color: inherit;
}

.team.element-one .team-item > .holder:hover > .pic > .placeholder {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.team.element-one:not(.owl-carousel) .team-item {
  float: left;
  margin-bottom: 0;
}

/* team element-two */

.team.element-two {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.team.element-two .team-item {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.team.element-two .team-item > .holder {
  position: relative;
  text-align: center;
}

.team.element-two .team-item > .holder > .pic {
  position: relative;
  overflow: hidden;
  padding-top: calc((159 / 100) * 100%);
}

.team.element-two .team-item > .holder > .pic > .pic-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center top no-repeat;
  background-size: cover;
  filter: grayscale(1);
}

.team.element-two .team-item > .holder > .data {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 15px 20px 17px 20px;
  background-color: #fff;
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.team.element-two .team-item > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}

.team.element-two .team-item > .holder > .data .title {
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 17px;
  color: #2b2b2b;
  line-height: 27px;
  letter-spacing: -0.4px;
}

.team.element-two .team-item > .holder > .data .title a {
  color: inherit;
}

.team.element-two .team-item > .holder > .data .designation {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: #707070;
  line-height: 25px;
}

.team.element-two .team-item > .holder > .data > ul.social-icon {
  margin-top: 3px;
  font-size: 0;
}

.team.element-two .team-item > .holder > .data > ul.social-icon > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
  margin-right: 3px;
}

.team.element-two .team-item > .holder > .data > ul.social-icon > li > a {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  font-size: 11px;
  color: #fff;
  line-height: 26px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.team.element-two .team-item > .holder > .data > ul.social-icon > li.facebook > a {
  background-color: #3b5999;
}

.team.element-two .team-item > .holder > .data > ul.social-icon > li.twitter > a {
  background-color: #55acee;
}

.team.element-two .team-item > .holder > .data > ul.social-icon > li.gplus > a {
  background-color: #dd4b39;
}

.team.element-two .team-item > .holder > .data > ul.social-icon > li.pinterest > a {
  background-color: #bd081c;
}

.team.element-two .team-item > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.team.element-two:not(.owl-carousel) .team-item {
  float: left;
  margin-bottom: 25px;
}

/* TABLET LANDSCAPE PART */

@media screen and (min-width: 768px) and (max-width: 991px) {

  /* team element-one */
  .team.element-one:not(.owl-carousel) .team-item,
  .team.element-two:not(.owl-carousel) .team-item {
    width: 50% !important;
  }

  /*.contact-two .form-row {*/
  /*         margin: 0 15px;*/
  /*   }*/
}

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {

  /* team element-one */
  .team.element-one:not(.owl-carousel) .team-item,
  .team.element-two:not(.owl-carousel) .team-item {
    width: 50% !important;
  }

  /*   .contact-two .form-row {*/
  /*     margin: 0 15px;*/
  /*}*/
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {

  /* team element-one */
  .team.element-one:not(.owl-carousel) .team-item,
  .team.element-two:not(.owl-carousel) .team-item {
    width: 100% !important;
  }

  .team.element-one .team-item > .holder > .pic {
    padding-top: 420px;
  }

  /*.contact-two .form-row {*/
  /*     margin: 0 15px;*/
  /* }*/
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {

  /* team element-one */
  .team.element-one:not(.owl-carousel) .team-item,
  .team.element-two:not(.owl-carousel) .team-item {
    width: 100% !important;
  }

  /*.contact-two .form-row {*/
  /*         margin: 0 15px;*/
  /*}*/
}


/* team element-three */

.team.element-three {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.team.element-three .team-item {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}

.team.element-three .team-item > .holder {
  position: relative;
  overflow: hidden;
  padding-top: calc((120 / 100) * 100%);
  text-align: inherit;
}

.team.element-three .team-item > .holder > .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center top no-repeat;
  background-size: cover;
}

.team.element-three .team-item > .holder > .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.team.element-three .team-item > .holder > .data {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 17px 30px 17px 30px;
}

.team.element-three .team-item > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}

.team.element-three .team-item > .holder > .data .title {
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  letter-spacing: -0.4px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
}

.team.element-three .team-item > .holder > .data .title a {
  color: inherit;
}

.team.element-three .team-item > .holder > .data .designation {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all 0.3s ease-in-out 0.5s;
  -webkit-transition: all 0.3s ease-in-out 0.5s;
}

.team.element-three .team-item > .holder:hover > .overlay {
  opacity: 0.85;
  visibility: visible;
}

.team.element-three .team-item > .holder:hover > .data {
  opacity: 1;
  visibility: visible;
}

.team.element-three .team-item > .holder:hover > .data .title,
.team.element-three .team-item > .holder:hover > .data .designation {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.team.element-three:not(.owl-carousel) .team-item {
  float: left;
  margin-bottom: 0;
}

/* team element-four */

.team.element-four {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}

.team.element-four .team-item {
  padding-left: 15px;
  padding-right: 15px;
}

.team.element-four .team-item > .holder {
  text-align: center;
}

.team.element-four .team-item > .holder > .pic {
  margin-bottom: 20px;
}

.team.element-four .team-item > .holder > .pic > .placeholder {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: calc((100 / 100) * 100%);
  border-radius: 50%;
}

.team.element-four .team-item > .holder > .pic > .placeholder .pic-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center top no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.team.element-four .team-item > .holder > .data > *:last-child {
  margin-bottom: 0 !important;
}

.team.element-four .team-item > .holder > .data .title {
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.team.element-four .team-item > .holder > .data .title a {
  color: inherit;
}

.team.element-four .team-item > .holder > .data .designation {
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}

.team.element-four .team-item > .holder:hover > .pic > .placeholder .pic-main {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.team.element-four:not(.owl-carousel) .team-item {
  float: left;
  margin-bottom: 40px;
}

/* team element-five */

.team.element-five .owl-carousel .owl-wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ".";
  line-height: 0;
}

/* display none until init */

.team.element-five .owl-carousel {
  position: relative;
  display: none;
  width: 100%;
  -ms-touch-action: pan-y;
}

.team.element-five .owl-carousel .owl-wrapper {
  position: relative;
  display: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.team.element-five .owl-carousel .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.team.element-five .owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.team.element-five .owl-carousel .owl-item {
  float: left;
  padding: 0 15px;
}

.team.element-five .owl-controls .owl-page,
.team.element-five .owl-controls .owl-buttons div {
  cursor: pointer;
}

.team.element-five .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */


/* fix */

.team.element-five .owl-carousel .owl-wrapper,
.team.element-five .owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.team.element-five .owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.team.element-five .owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */

.team.element-five .owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.team.element-five .owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */

.team.element-five .owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut.team.element-five 1s both ease;
  animation: backSlideOut 1s both ease;
}

.team.element-five .owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */

.team.element-five .owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.team.element-five .owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */

.team.element-five .owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.team.element-five .owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Styling Pagination*/

.team.element-five .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.team.element-five .owl-theme .owl-controls .owl-page span {
  display: block;
  margin: 5px 7px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
}

.team.element-five .owl-theme .owl-controls .owl-page.active span,
.team.element-five .owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
}

/* If PaginationNumbers is true */

.team.element-five .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 2px 10px;
  width: auto;
  height: auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #FFF;
  font-size: 12px;
}

/* CUSTOM USER OPTIONS */

.team.element-five .carousel-container {
  width: 100%;
}

.team.element-five .rt_team_area {
  /*background: #fff;
    padding: 20px;
    box-shadow: 0px 5px 35px -20px rgba(0, 0, 0, 0.25);*/
  margin: 15px;
}

.team.element-five .team-item-five {
  float: left;
  margin: 0;
}

.team.element-five .team-item-five .rt_img_bx {
  display: block;
  position: relative;
  overflow: hidden;
}

.team.element-five .team-item-five .rt_img_bx img {
  height: auto;
  width: 100%;
  vertical-align: middle;
  transition: all .5s ease-in-out;
}

.team.element-five .team-item-five .rt_img_bx img {
  -webkit-transform: scale(1.05) translateX(-1%);
  -ms-transform: scale(1.05) translateX(-1%);
  transform: scale(1.05) translateX(-1%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(.33, .02, 0, .93) !important;
  -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93) !important;
  transition: transform 1s cubic-bezier(.33, .02, 0, .93) !important;
}

.team.element-five .team-item-five .rt_img_bx img:hover {
  /*-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);*/
  -webkit-transform: scale(1.05) translateX(2%);
  -ms-transform: scale(1.05) translateX(2%);
  transform: scale(1.05) translateX(2%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(.33, .02, 0, .93) !important;
  -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93) !important;
  transition: transform 1s cubic-bezier(.33, .02, 0, .93) !important;
}

.team.element-five .rt_team_detail_bx {
  padding: 20px 0 0 0;
  text-align: center;
}

.team.element-five .rt_team_detail_bx h3 {
  color: #1E1666;
  font-size: 22px;
  padding-bottom: 0;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 22px;
}

.team.element-five .rt_team_detail_bx p {
  color: #4E6075;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.team.element-five .owl-pagination {
  display: none;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .team.element-five .team-item-five {
    margin: 0 0 10px 0;
    float: none;
  }

  .team.element-five:not(.owl-carousel) .team-item-five {
    width: 50% !important;
    margin-bottom: 20px;
    float: left;
  }

  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
    float: left;
    width: 68%;
  }

  .woocommerce #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    width: auto;
  }

  .woocommerce #content table.cart td.actions,
  .woocommerce table.cart td.actions,
  .woocommerce-page #content table.cart td.actions,
  .woocommerce-page table.cart td.actions {
    overflow: hidden;
  }

  .woocommerce #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    float: right;
  }

  .woocommerce button.button[name=update_cart],
  .woocommerce button.button[name=update_cart]:disabled {
    line-height: 24px !important;
  }
}


@media only screen and (min-width:414px) and (max-width:800px) {

  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
    float: left;
    width: 68%;
  }

  .woocommerce #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    width: auto;
  }

  .woocommerce #content table.cart td.actions,
  .woocommerce table.cart td.actions,
  .woocommerce-page #content table.cart td.actions,
  .woocommerce-page table.cart td.actions {
    overflow: visible;
  }

  .woocommerce #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    float: right;
  }

  .woocommerce button.button[name=update_cart],
  .woocommerce button.button[name=update_cart]:disabled {
    line-height: 24px !important;
  }

  .woocommerce #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    margin: 0;
  }
}

@media only screen and (min-width:320px) and (max-width:413px) {

  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
    width: 100%;
  }

  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
    width: 100%;
  }
}

@media only screen and (max-width:767px) {
  .team.element-five .rt_team_detail_bx {
    padding: 20px 10px 0px 10px;
  }

  .team.element-five .team-item-five p {
    padding: 0;
  }

  .team.element-five .team-item-five {
    padding: 0 5px;
    width: 100% !important;
  }
}

/* team element-six */

.team.element-six .owl-carousel .owl-wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ".";
  line-height: 0;
}

/* display none until init */

.team.element-six .owl-carousel {
  position: relative;
  display: none;
  width: 100%;
  -ms-touch-action: pan-y;
}

.team.element-six .owl-carousel .owl-wrapper {
  position: relative;
  display: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.team.element-six .owl-carousel .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.team.element-six .owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.team.element-six .owl-carousel .owl-item {
  float: left;
  padding: 0 15px;
}

.team.element-six .owl-controls .owl-page,
.team.element-six .owl-controls .owl-buttons div {
  cursor: pointer;
}

.team.element-six .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */



/* fix */

.team.element-six .owl-carousel .owl-wrapper,
.team.element-six .owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.team.element-six .owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.team.element-six .owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */

.team.element-six .owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.team.element-six .owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */

.team.element-six .owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut.team.element-six 1s both ease;
  animation: backSlideOut 1s both ease;
}

.team.element-six .owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */

.team.element-six .owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.team.element-six .owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */

.team.element-six .owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.team.element-six .owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Styling Pagination*/

.team.element-six .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.team.element-six .owl-theme .owl-controls .owl-page span {
  display: block;
  margin: 5px 7px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
}

.team.element-six .owl-theme .owl-controls .owl-page.active span,
.team.element-six .owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
}

/* If PaginationNumbers is true */

.team.element-six .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 2px 10px;
  width: auto;
  height: auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #FFF;
  font-size: 12px;
}

/* CUSTOM USER OPTIONS */

.team.element-six .carousel-container {
  width: 100%;
}

.team.element-six .team-item {
  margin: 0;
  background: #fff;
  color: #333;
  padding: 0 15px;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.team.element-six .team-item img {
  width: 100%;
}

.team.element-six .team-item h4 {
  margin-top: 10px;
  color: #333;
  padding: 10px;
}

.team.element-six .team-item p {
  color: #333;
  padding: 0 10px 30px;
}

.team.element-six .team_detail_bx {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  padding: 16px;
  background-color: rgba(255, 255, 255, .7);
  z-index: 99;
  text-align: center;
}

.team.element-six .team_detail_bx h3 {
  color: #1E1666;
  font-size: 22px;
  padding-bottom: 0;
  margin-bottom: 10px;
  line-height: 22px;
}

.team.element-six .team_detail_bx p {
  color: #4E6075;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.team.element-six .team-hoverfx {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.team.element-six .team-hoverfx img {
  /*position: absolute;*/
  position: relative;
  left: 0;
  width: 100%;
  padding: 0;
  top: 0;
}

.team.element-six .team-hoverfx:before {
  display: inline-block;
  padding-top: 60%;
  content: '';
  vertical-align: middle;
}

.team.element-six .team-hoverfx:before,
.team-figure {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  display: inline-block;
  padding: 5px 30px;
  /*max-width: 100%;*/
  width: 100%;
  color: #ecf0f1;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition-property: all .3s ease;
}

.team.element-six .team-hoverfx .team-figure ul {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  list-style-type: none
}

.team.element-six .team-hoverfx .team-figure ul li {
  margin: 0;
  padding: 0 10px;
  text-align: center;
  display: inline-block;
  list-style-type: none
}

.team.element-six .team-hoverfx .team-figure ul li a {
  color: #fff;
}

.team.element-six .team-hoverfx .team-figure:hover {
  font-size: 14px;
  color: #fff;
}

.team.element-six .team-hoverfx .team-overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 50%;
  height: 100%;
  background-color: rgba(38, 10, 63, .7);
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition-property: all .3s ease;
}

.team.element-six .team-item:hover .team-figure,
.team.element-six .team-item:hover .team-figure h3 p,
.team.element-six .team-item:hover .team-overlay {
  opacity: 1;
}

.team.element-six .team-hoverfx:hover .team_detail_bx {
  display: none;
  opacity: 0;
}

.team.element-six .team-hoverfx .team-figure a h3 {
  color: #fff !important;
  text-decoration: none;
  font-size: 22px;
  padding-bottom: 0;
  line-height: 22px;
  /*font-family: "Poppins";*/
  text-transform: capitalize;
  padding-top: 0;
  margin: 0;
}

.team.element-six .team-hoverfx .team-figure a h3:hover {
  color: #fff;
  text-decoration: none !important;
}

.team.element-six .team-item hr {
  border-top: 1px solid #fff;
  margin: 38px 0 20px 0;
  width: 100%;
}

.team.element-six .team-hoverfx .team-figure p {
  color: #AFB2BB;
  font-size: 16px;
  line-height: 16px;
  padding-top: 10px;
  text-transform: uppercase;
}

.team.element-six .team-hoverfx .team-figure p:hover {
  color: #AFB2BB;
}

.team.element-six .owl-pagination {
  display: none;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .team.element-six .team-item {
    margin: 0 0 10px 0;
    float: none;
  }

  .team.element-six:not(.owl-carousel) .team-item {
    width: 50% !important;
    margin-bottom: 20px;
    float: left;
  }

  .team.element-six .team-hoverfx {
    height: auto;
  }

  .team.element-six .team-hoverfx:before,
  .team-figure {
    padding: 0;
  }
}

@media only screen and (max-width:767px) {

  .team.element-six .team-hoverfx:before,
  .team-figure {
    top: 0;
  }

  .team.element-six .team_detail_bx {
    padding: 10px;
  }

  .team.element-six .team-hoverfx .team-figure ul li {
    padding: 0 2px;
  }

  .team.element-six .team_detail_bx h3 {
    font-size: 16px;
    line-height: 16px;
  }

  .team.element-six .team-hoverfx .team-figure a h3 {
    font-size: 16px;
    line-height: 16px;
  }

  .team.element-six .team-hoverfx .team-figure p {
    font-size: 14px;
    line-height: 14px;
  }

  .team.element-six .team-item p {
    padding: 0;
  }

  .team.element-six .team-item {
    padding: 0 5px;
    width: 100% !important;
  }

  .team.element-six .team-hoverfx {
    height: auto;
  }

  .team.element-six .team-hoverfx:before,
  .team-figure {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Team Style Seven
--------------------------------------------------------------*/
.team.element-seven .owl-carousel .owl-wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ".";
  line-height: 0;
}


/* display none until init */

.team.element-seven .owl-carousel {
  position: relative;
  display: none;
  width: 100%;
  -ms-touch-action: pan-y;
}

.team.element-seven .owl-carousel .owl-wrapper {
  position: relative;
  display: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.team.element-seven .owl-carousel .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.team.element-seven .owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.team.element-seven .owl-carousel .owl-item {
  float: left;
  padding: 0 15px;
}

.team.element-seven .owl-controls .owl-page,
.team.element-seven .owl-controls .owl-buttons div {
  cursor: pointer;
}

.team.element-seven .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* mouse grab icon */



/* fix */

.team.element-seven .owl-carousel .owl-wrapper,
.team.element-seven .owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.team.element-seven .owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}


/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.team.element-seven .owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}


/* fade */

.team.element-seven .owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.team.element-seven .owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}


/* backSlide */

.team.element-seven .owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut.team.element-seven 1s both ease;
  animation: backSlideOut 1s both ease;
}

.team.element-seven .owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}


/* goDown */

.team.element-seven .owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.team.element-seven .owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}


/* scaleUp */

.team.element-seven .owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.team.element-seven .owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}



/* Styling Pagination*/

.team.element-seven .owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  display: inline;
  /*IE7 life-saver */
}

.team.element-seven .owl-theme .owl-controls .owl-page span {
  display: block;
  margin: 5px 7px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
}

.team.element-seven .owl-theme .owl-controls .owl-page.active span,
.team.element-seven .owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
}


/* If PaginationNumbers is true */

.team.element-seven .owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 2px 10px;
  width: auto;
  height: auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #FFF;
  font-size: 12px;
}


/* CUSTOM USER OPTIONS */

.team.element-seven .carousel-container {
  width: 100%;
}

.team.element-seven .rt_team_area {
  margin: 0 15px 0px 15px;
}




.team.element-seven .team-item-seven {
  margin: 0;
  float: left;
}

.team.element-seven .team-item-seven .rt_img_bx {
  display: block;
  position: relative;
  overflow: hidden;
  /*border-radius: 8px;*/
  border-radius: 0px;
}


.team.element-seven .team-item-seven .rt_img_bx img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  transition: all .5s ease-in-out;
}

.team.element-seven .team-item-seven .rt_img_bx img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.team.element-seven .rt_team_detail_bx {
  padding: 20px;
  position: relative;
  display: block;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  /*border-radius: 8px;*/
  border-radius: 0px;
  width: 80%;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: 1s ease-in-out;
  text-align: center;
}

.team.element-seven .rt_team_detail_bx:hover {
  transform: scale(1.05);
  transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -webkit-box-shadow: 0 5px 18px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 18px 5px rgba(0, 0, 0, 0.06);
}



.team.element-seven .rt_team_detail_bx h3 {
  color: #1E1666;

  padding-bottom: 0;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 22px;

}

.team.element-seven .rt_team_detail_bx p {
  color: #8571EA;

  line-height: 16px;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}


.team.element-seven .owl-pagination {
  display: none;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .team.element-seven .team-item-seven {
    margin: 0 0 10px 0;
    float: none;

  }

  .team.element-seven:not(.owl-carousel) .team-item-seven {
    width: 50% !important;
    margin-bottom: 20px;
    float: left;
  }


}

@media only screen and (max-width:767px) {

  .team.element-seven .rt_team_detail_bx {
    padding: 10px;
  }

  .team.element-seven .team-item-seven p {
    padding: 0;
  }

  .team.element-seven .team-item-seven {
    padding: 0 5px;
    width: 100% !important;
  }

}

/* TEAM CSS END /*

/* FOOTER SECTION CSS ENDS */

/* START CSS FOR ACCODIAN */

.radiantthemes-accordion.element-five {
  width: 100%;
  margin: 0 auto;
}

.radiantthemes-accordion.element-five .accord_bdy {
  padding: 0;
}

.radiantthemes-accordion.element-five .accord_bx_sec {
  padding: 0;
}

.radiantthemes-accordion.element-five .ques_bx {
  margin: 0;
  padding: 0;
}

.radiantthemes-accordion.element-five .clearfix:before {
  display: table;
  content: " ";
}

.radiantthemes-accordion.element-five .ques_bx li:not(.a) {
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 0px;
  border-radius: 0px;
  padding: 22px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.radiantthemes-accordion.element-five .ques_bx li:not(.a):first-child {
  /* border-bottom: none; */
  border-top: none;
}

.radiantthemes-accordion.element-five .ques_bx li {
  float: left;
  width: 100%;
}

.radiantthemes-accordion.element-five .minus {
  opacity: 1;
  font-size: 1.3em;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  float: right;
}

.radiantthemes-accordion.element-five .plus {
  opacity: 1;
  font-size: 1.3em;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  top: 9px;
  float: right;
}

.radiantthemes-accordion.element-five .minus::before {
  transform: rotate(135deg);
}

.radiantthemes-accordion.element-five .plus::after,
.radiantthemes-accordion.element-five .plus::before {
  content: "" !important;
  background: currentColor;
  height: 2px;
  width: 16px;
  display: block;
  position: absolute;
  left: 0;
  transition: transform .3s ease-out;
}

.radiantthemes-accordion.element-five .minus::after {
  transform: rotate(45deg);
}

.radiantthemes-accordion.element-five .plus::after {
  transform: rotate(90deg);
}

.radiantthemes-accordion.element-five .plus::after,
.radiantthemes-accordion.element-five .plus::before {
  content: "" !important;
  background: currentColor;
  height: 2px;
  width: 12px !important;
  display: block;
  position: absolute;
  left: 0;
  transition: transform .3s ease-out;
}

.radiantthemes-accordion.element-five .text {
  float: left;
  color: #16193A;
  font-weight: 500 !important;
  margin-right: 10px;
  font-size: 22px;
}

.radiantthemes-accordion.element-five .ques_bx li.a {
  display: none;
  color: #555759;
  margin-top: -18px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 17px;
}

.radiantthemes-accordion.element-five .accord_bx_sec {
  padding: 0 0px 35px 0px !important;
}

@media screen and (max-width: 479px) and (min-width: 321px) {
  .radiantthemes-accordion.element-five .plus {
    top: 8px !important;
    right: -15px;
  }

  .brand-logo .elementor-image {
    width: 220px;
    float: none;
  }

  .heading-border .elementor-heading-title:after {
    display: none;
  }

}

.element-page-accordion-two .elementor-accordion .elementor-accordion-item {
  margin-bottom: 20px;
  border: 1px #E2E4EC solid;
  box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  border-radius: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.element-page-accordion-two .elementor-tab-title a {
  color: #16193A !important;
}

.element-page-accordion-two .elementor-accordion .elementor-tab-content {
  /*padding: 15px 20px;*/
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid #d4d4d4;
}

/* END CSS FOR ACCODIAN */


/* ================================== */
/* START OF COMMON CSS*/
/* ================================== */

.img-box-hover-effect:hover .elementor-column-wrap {
  transform: translateY(-5px);
}

.img-box-hover-effect .elementor-column-wrap {
  transition: .4s cubic-bezier(.48, .57, .33, .89) !important;
}

.icon-moving-left-right img {
  transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.icon-moving-left-right:hover img {
  transform: translate3d(-6px, 0px, 0);
}

.icon-moving-top-bottom .elementor-image-box-img img {
  transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.icon-moving-top-bottom:hover .elementor-image-box-img img {
  transform: translate3d(0px, -6px, 0);
}

.moving-image-left-right .elementor-image img {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.moving-image-left-right:hover .elementor-image img {
  transform: translate3d(-10px, 0, 0);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}


.image-move-top-bottom .elementor-image img {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.image-move-top-bottom:hover .elementor-image img {
  transform: translate3d(0, -10px, 0);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}


.bg-icon-moving-style-one .elementor-image img {
  position: relative;
  animation: iconmove 10s infinite;
}

@keyframes iconmove {
  0% {
    left: 0;
  }

  50% {
    left: 30%;
  }

  100% {
    left: 0;
  }
}

.bg-icon-moving-style-two .elementor-image img {
  position: relative;
  animation: iconmove 8s infinite;
}

@keyframes iconmove {
  0% {
    left: 0;
  }

  50% {
    left: 35%;
  }

  100% {
    left: 0;
  }
}

.bg-icon-moving-style-three-up .elementor-image img {
  position: relative;
  animation: iconmoveup 10s infinite;
}

@keyframes iconmoveup {
  0% {
    bottom: 0;
  }

  50% {
    bottom: 50px;
  }

  100% {
    bottom: 0;
  }
}

.cura-btn-hover .radiantthemes-custom-button-main .placeholder:before {
  content: '';
  width: 0;
  height: 1px;
  bottom: 3px;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
  transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
  background: currentColor;
  height: 2px;
}

.cura-btn-hover .radiantthemes-custom-button-main .placeholder:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}

.cura-btn-white-hover .radiantthemes-custom-button-main .placeholder:before {
  content: '';
  width: 0;
  height: 1px;
  bottom: 3px;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
  transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
  background: #fff;
  height: 2px;
}

.cura-btn-white-hover .radiantthemes-custom-button-main .placeholder:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}

.social-text a {
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.social-text a:hover {
  color: #BEBFC9;
}

.cura-blue-btn-hover .radiantthemes-custom-button-main .placeholder::before,
.cura-blue-btn-hover .radiantthemes-custom-button-main .placeholder::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
  -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
  transition: .35s cubic-bezier(.04, .11, .6, .97);
}

.cura-blue-btn-hover .radiantthemes-custom-button-main .placeholder::before {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.cura-blue-btn-hover .radiantthemes-custom-button-main .placeholder::after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.cura-blue-btn-hover .radiantthemes-custom-button-main .placeholder:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.cura-blue-btn-hover .radiantthemes-custom-button-main .placeholder:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: .34s;
  -o-transition-delay: .34s;
  transition-delay: .34s;
}

.elementor-text-editor ul li {
  padding-bottom: 7px;
}

.video-icon-white-circle img {
  position: relative;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50% !important;
  animation: wh-btn 1.5s linear infinite;
}

@keyframes wh-btn {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 10px rgba(255, 255, 255, 0.2),
      0 0 0 30px rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2),
      0 0 0 30px rgba(255, 255, 255, 0.2),
      0 0 0 50px rgba(255, 255, 255, 0);
  }
}

.particle-moving-1 .elementor-image {
  animation: particlerotate1 5s infinite linear;
}

@keyframes particlerotate1 {
  0% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(-10px, 10px) rotate(10deg);
    -webkit-transform: translate(-10px, 10px) rotate(10deg);
  }

  50% {
    transform: translate(5px, -5px) rotate(25deg);
    -webkit-transform: translate(5px, -5px) rotate(25deg);
  }

  75% {
    transform: translate(15px, -5px) rotate(15deg);
    -webkit-transform: translate(15px, -5px) rotate(15deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
  }
}

.dot-particle-moving-2 .elementor-image {
  animation: particlemove2 4.5s infinite linear;
}

@keyframes particlemove2 {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  25% {
    transform: translate(10px, 10px);
    -webkit-transform: translate(10px, 10px);
  }

  50% {
    transform: translate(5px, 5px);
    -webkit-transform: translate(5px, 5px);
  }

  75% {
    transform: translate(10px, -5px);
    -webkit-transform: translate(10px, -5px);
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}



.img-move-1 .elementor-image {
  animation: imgmoverotate1 5s infinite linear
}

@keyframes imgmoverotate1 {
  0% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg)
  }

  25% {
    transform: translate(-10px, 10px) rotate(10deg);
    -webkit-transform: translate(-10px, 10px) rotate(10deg)
  }

  50% {
    transform: translate(5px, -5px) rotate(25deg);
    -webkit-transform: translate(5px, -5px) rotate(25deg)
  }

  75% {
    transform: translate(15px, -5px) rotate(15deg);
    -webkit-transform: translate(15px, -5px) rotate(15deg)
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg)
  }
}

.img-move-2 .elementor-image {
  animation: imgmove2 4.5s infinite linear
}

@keyframes imgmove2 {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0)
  }

  25% {
    transform: translate(10px, 10px);
    -webkit-transform: translate(10px, 10px)
  }

  50% {
    transform: translate(5px, 5px);
    -webkit-transform: translate(5px, 5px)
  }

  75% {
    transform: translate(10px, -5px);
    -webkit-transform: translate(10px, -5px)
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0)
  }
}

.text-rotate .elementor-heading-title:after {
  content: "";
  background: #F9CB57;
  width: 16px;
  height: 100%;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: -1;
}

.text-rotate .elementor-heading-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 10px 0;
}

.text-number-rotate .elementor-heading-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.social-text-rotate .elementor-heading-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 10px 0;
}

/* ================================== */
/* END OF COMMON CSS*/
/* ================================== */


/* ================================== */
/* START HOME-Page-one CSS*/
/* ================================== */
.home-text-bg .elementor-heading-title {
  background: #FF3600;
  display: inline-block;
  line-height: 60px;
  padding: 0px 15px 0px 2px;
}

.text-stroke .elementor-heading-title {
  display: block;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(255, 53, 0, 0.2);
  width: 100%;
}

.home-one-man-full-img .elementor-image {
  width: 750px;
  float: right;
}

.icon-moving-top .elementor-image img {
  transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.icon-moving-top:hover .elementor-image img {
  transform: translate3d(0px, -6px, 0);
}

.home-one-testimonial-bg {
  position: absolute;
  animation-name: rotate;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.text-stroke-video .elementor-heading-title {
  display: block;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(255, 53, 0, 0.2);
  width: 100%;
  writing-mode: vertical-rl;
  transform: rotate(360deg);
}

.video-img-bg .elementor-image {
  width: 1200px;
  float: right;
}

.newsletter-home-one .wpcf7-email {
  width: 100%;
  border: none;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
  height: 55px;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 400;
  color: #FF3600;
  border-radius: 3px;
}

.newsletter-home-one .wpcf7-email::placeholder {
  color: #6F6F6F;
}

.newsletter-home-one .newsletter-btn .wpcf7-submit {
  border: none;
  height: 55px;
  width: 100%;
  padding: 0;
  color: #fff;
  background: #FF3500;
  font-size: 15px;
  font-weight: 500;
  border-radius: 3px;
}

.newsletter-home-one .newsletter-btn .ajax-loader {
  position: absolute;
}

.newsletter-home-one .newsletter-btn i {
  position: absolute;
  font-size: 15px;
  vertical-align: middle;
  line-height: 50px;
  right: 45px;
}



.img-box-shadow {
  transition: all .4s ease-in-out !important;
}

.img-box-shadow:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
  transition: all .4s ease-in-out !important;
}

.img-box-shadow:before {
  background: #FF3500;
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
}

.img-box-shadow:hover:before {
  width: 100%;
  right: auto;
}

.home-one-testimonial .testimonial.element-six .testimonial-item > .holder {
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-bottom: 15px !important;
}

.diet-tag .elementor-text-editor p {
  background: aliceblue;
  display: inline-block;
  padding: 2px 20px;
}

/* ================================== */
/* END HOME-Page-one CSS*/
/* ================================== */


/* ================================== */
/* START HOME-Page-two CSS*/
/* ================================== */

.text-stroke.textelementor-heading-title.elementor-size-default {
  display: block;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(255, 53, 0, 0.2);
  width: 100%;
}

.laptop-girl .elementor-image {
  width: 699px;
  float: right;
}

.home-two-video-icon img {
  position: relative;
  right: 0px;
  background-color: rgba(26, 31, 50, 0.11);
  border-radius: 50% !important;
  animation: vdo-btn-two 1.5s linear infinite;
}

@keyframes vdo-btn-two {
  0% {
    box-shadow: 0 0 0 0 rgba(26, 31, 50, 0.11),
      0 0 0 10px rgba(26, 31, 50, 0.11),
      0 0 0 30px rgba(26, 31, 50, 0.11);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(26, 31, 50, 0.11),
      0 0 0 30px rgba(26, 31, 50, 0.11),
      0 0 0 50px rgba(26, 31, 50, 0);
  }
}

/* ================================== */
/* END HOME-Page-two CSS*/
/* ================================== */


/* ================================== */
/* START HOME-Page-Three CSS*/
/* ================================== */

.hover_all_black_effect:hover h2 {
  color: #000 !important;
}

.hover_all_black_effect:hover p {
  color: #000;
}

.hover_all_black_effect:hover .elementor-element > .heading-hover-text.elementor-widget-container {
  background-image: url(assets/images/rect_dash2_hover.png) !important;
  background-position: 0px 40px !important;
  background-repeat: no-repeat !important;
}

.home-three-accordion .elementor-accordion-item {
  border: 0px none;
}

.home-three-accordion .elementor-accordion .elementor-tab-content {
  border-top: 0px none;
}

.right_portfolio .rt-portfolio-box-item {
  height: 437px;
  width: 757px;
  top: -10px;
}

.home-three-left-full-img .elementor-image {
  width: 685px;
  /* float: left; */
}

.home-three-banner-img .elementor-image {
  width: 689px;
  float: left;
}

.home-three-section-left-img .elementor-image {
  width: 750px;
  float: right;
}

.home-three-product-box {
  margin-bottom: 20px;
}

.home-three-product-box:after {
  width: 92.5%;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  background: #FFD92B;
  top: 0px;
  left: 15px;
  display: block;
  content: "";
  -webkit-transform-origin: right;
  transform-origin: right;
  transition: visibility .6s, -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
  transition: transform .7s cubic-bezier(.19, 1, .22, 1), visibility .6s;
  transition: transform .7s cubic-bezier(.19, 1, .22, 1), visibility .6s, -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  visibility: hidden;
}

.home-three-product-box:hover:after {
  border-radius: 0px;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: -webkit-transform .5s cubic-bezier(1, 0, 0, 1);
  /*transition: transform .5s cubic-bezier(1,0,0,1);
    transition: transform .5s cubic-bezier(1,0,0,1),-webkit-transform .5s cubic-bezier(1,0,0,1);*/
  visibility: visible;
}

.home-three-product-box .elementor-widget-wrap {
  z-index: 2;
}

.home-three-product-box:hover .elementor-divider .elementor-divider-separator {
  border-top: var(--divider-border-width) var(--divider-border-style) #080808;
}

.home-three-product-box:hover .elementor-heading-title {
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0%;
}

.home-three-product-box .elementor-heading-title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#1f1d1d), color-stop(50%, #1f1d1d), color-stop(50%, #fff));
  background-image: linear-gradient(to right, #1f1d1d, #1f1d1d 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: 100%;
  color: #fff;
}

.home-three-product-box:hover .elementor-text-editor {
  color: #1f1d1d;
  transition: all 0.5s cubic-bezier(0, 0, 0.23, 1);
}

.home-three-blog-box .elementor-widget-image {
  overflow: hidden;
}

.home-three-blog-box .elementor-image {
  -webkit-transform: scale(1.10);
  -ms-transform: scale(1.10);
  transform: scale(1.10);
  -webkit-transition: -webkit-transform 1s cubic-bezier(.33, .02, 0, .93) !important;
  -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93) !important;
  transition: transform 1s cubic-bezier(.33, .02, 0, .93) !important;
}

.home-three-blog-box:hover .elementor-image {
  -webkit-transform: scale(1.10) translateX(3%);
  -ms-transform: scale(1.10) translateX(3%);
  transform: scale(1.10) translateX(3%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(.33, .02, 0, .93) !important;
  -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93) !important;
  transition: transform 1s cubic-bezier(.33, .02, 0, .93) !important;
}

.home-three-project-box .elementor-widget-image {
  overflow: hidden;
  /*border-radius: 5px;*/
}

.home-three-project-box .elementor-image {
  display: block;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-transition: -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
  -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93);
  transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

.home-three-project-box:hover .elementor-image {
  -webkit-transform: scale(1.06) translateX(2%);
  -ms-transform: scale(1.06) translateX(2%);
  transform: scale(1.06) translateX(2%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(.33, .02, 0, .93);
  -o-transition: transform 1s cubic-bezier(.33, .02, 0, .93);
  transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

.home-video-sec-img-right .elementor-image {
  width: 750px;
  float: left;
}

.home-three-service-left-img-full .elementor-image {
  width: 800px;
  float: right;
}

/* ================================== */
/* END HOME-Page-Three CSS*/
/* ================================== */


/* ================================== */
/* START HOME-Page-Four CSS*/
/* ================================== */
.home-four-text-left-border .elementor-text-editor {
  position: relative;
  display: block;
  padding-left: 25px;
}

.home-four-text-left-border .elementor-text-editor:before {
  content: "";
  position: absolute;
  left: 0;
  background: #FDBD00;
  width: 5px;
  height: 100%;
}

.home-four-heading-text-left-border .elementor-heading-title {
  position: relative;
  display: block;
  padding-left: 20px;
}

.home-four-heading-text-left-border .elementor-heading-title:before {
  content: "";
  position: absolute;
  left: 0;
  background: #FDBD00;
  width: 5px;
  height: 100%;
}

.home-four-right-img .elementor-image {
  width: 498px;
  float: left;
}

.home-four-video-icon img {
  position: relative;
  right: 0px;
  background-color: rgba(253, 189, 0, 0.2);
  border-radius: 50% !important;
  animation: anim-btn 1.5s linear infinite;
}

@keyframes anim-btn {
  0% {
    box-shadow: 0 0 0 0 rgba(253, 189, 0, 0.2),
      0 0 0 10px rgba(253, 189, 0, 0.2),
      0 0 0 30px rgba(253, 189, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(253, 189, 0, 0.2),
      0 0 0 30px rgba(253, 189, 0, 0.2),
      0 0 0 50px rgba(253, 189, 0, 0);
  }
}

.home-three-video-icon img {
  position: relative;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50% !important;
  animation: vdo-btn 1.5s linear infinite;
}

@keyframes vdo-btn {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 10px rgba(255, 255, 255, 0.2),
      0 0 0 30px rgba(255, 255, 255, 0.2);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2),
      0 0 0 30px rgba(255, 255, 255, 0.2),
      0 0 0 50px rgba(255, 255, 255, 0);
  }
}

/* ================================== */
/* END HOME-Page-Four CSS*/
/* ================================== */


/* ================================== */
/* START HOME-Page-five CSS Pet Clinic*/
/* ================================== */

/*.rt-main-toggle-menu-trigger{*/
/*    width: 36px;*/
/*    margin-top: 20px;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*}*/
.home-social-text .elementor-text-editor {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.elementor-widget.elementor-widget-radiant-list {
  font-size: 14px;
  font-weight: bold;
  color: black;
}

.contact-us .wpcf7-form-control.wpcf7-submit {

  font-size: 16px;
  background-color: #435FD5;
  color: white;
  position: absolute;
  top: 0px;
  padding: 11px 48px;
  border: 0px none;
  border-radius: 0px;
  right: 0px;
  font-weight: 600;
}

.contact-us .wpcf7-form-control-wrap.email-52 {
  font-size: 16px;
}

.contact-us .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
  margin: 0px;
  width: 100%;
  padding: 5px 0;
  border: 1px solid #EAEAEA;
  background: #fff;
  width: 100%;
  border: none;
  padding: 8px 10px;
  height: 50px;
  border-radius: 0px;
}

.home-five-video-icon img {
  position: relative;
  right: 0px;
  background-color: rgba(67, 95, 213, 0.11);
  border-radius: 50% !important;
  animation: vdo-btn-five 1.5s linear infinite;
}

@keyframes vdo-btn-five {
  0% {
    box-shadow: 0 0 0 0 rgba(67, 95, 213, 0.11),
      0 0 0 10px rgba(67, 95, 213, 0.11),
      0 0 0 30px rgba(67, 95, 213, 0.11);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(67, 95, 213, 0.11),
      0 0 0 30px rgba(67, 95, 213, 0.11),
      0 0 0 50px rgba(67, 95, 213, 0);
  }
}

.home-five-list-icon .elementor-widget-container {
  transition: all 0.3s ease-in-out;
}

.home-five-list-icon:hover .elementor-widget-container {
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease-in-out;
  background: #fff;
  border-radius: 5px;
}

/*.group-box-content .single-box-content .elementor-column-wrap {
    transition:.35s cubic-bezier(.04, .11, .6, .97) !important;
}

.group-box-content .single-box-content:hover .elementor-column-wrap {
    background: #fff !important;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.11) !important;
    transition:.35s cubic-bezier(.04, .11, .6, .97) !important;
}*/
.group-box-content .single-box-content .elementor-column-wrap:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.11);
    transition: .45s cubic-bezier(.04, .11, .6, .97);
    content: "";
    z-index: 0;
}
.group-box-content .elementor-section:first-child .single-box-content:nth-child(2) .elementor-column-wrap:after,
.group-box-content:hover .single-box-content .elementor-column-wrap:hover:after  {
    height: 100%;
}
.group-box-content:hover .elementor-section:first-child .single-box-content:nth-child(2) .elementor-column-wrap:hover:after {
    height: 100%;
}
.group-box-content:hover .elementor-section:first-child .single-box-content:nth-child(2) .elementor-column-wrap:after {
    height: 0;
}

/* ================================== */
/* END HOME-Page-five CSS  Pet Clinic */
/* ================================== */


/* ================================== */
/* START HOME-Page-Six CSS*/
/* ================================== */
.side_portfolio .rt-portfolio-box-item {
  width: 418px;

}

/* ================================== */
/* END HOME-Page-Six CSS*/
/* ================================== */


/* ================================== */
/* START HOME-Page-Seven CSS*/
/* ================================== */
.home-text-bg-seven .elementor-heading-title span {
  background: linear-gradient(to right, #E93154 0%, #FF342D 100%);
  display: inline-block;
  line-height: 70px;
  padding: 0px 10px 0px 10px;
}

.home7_contactus .form-row input[type=text],
.home7_contactus .form-row input[type=email],
.home7_contactus .form-row input[type="email"],
.home7_contactus .form-row input[type="tel"] {
  width: 100%;
  padding: 15px 10px 15px 0;
  margin: 0 0 20px 0;
  background: transparent;
  color: #fff;
  border: 0px none;
  border-bottom: 1px solid #fff;
}

.home7_contactus .form-row textarea {
  width: 100%;
  padding: 15px 10px 15px 0;
  margin: 0 0 20px 0;
  background: transparent;
  color: #fff;
  border: 0px none;
  border-bottom: 1px solid #fff;
  height: 80px;
  resize: none;
}

.home7_contactus .form-row button,
.home7_contactus .form-row html input[type=button],
.home7_contactus .form-row input[type=reset],
.home7_contactus .form-row input[type=submit] {
  background: linear-gradient(to right, #E93154 0%, #FF342D 100%);
  padding: 14px 40px 14px 40px;
  font-size: 15px;
  font-weight: bold;
  line-height: 28px;
  color: #FFFFFF;
  border-radius: 0px !important;
  margin-top: 25px;
  border: 0px none;
}

.home7_contactus ::placeholder {
  color: #FFFFFF;
}

.home7_progressbar .rt-progress-bar.element-two {
  padding: 10px 0px;
}

.home7_progressbar .rt-progress-bar.element-two .skills .skill-item .skill-header .skill-percentage {
  display: none;
}

.img-box-content:hover .elementor-section-boxed {
  transform: translateY(-20px);
}

.img-box-content .elementor-section-boxed {
  transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

.img-box-content .elementor-widget-image {
  overflow: hidden;
}

.img-box-content .elementor-image {
  transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

.img-box-content:hover .elementor-image {
  transform: scale(1.06);
}

.home-seven-video-icon img {
  position: relative;
  right: 0px;
  background-color: rgba(26, 31, 50, 0.11);
  border-radius: 50% !important;
  animation: vdo-btn-seven 1.5s linear infinite;
}

@keyframes vdo-btn-seven {
  0% {
    box-shadow: 0 0 0 0 rgba(26, 31, 50, 0.11),
      0 0 0 10px rgba(26, 31, 50, 0.11),
      0 0 0 30px rgba(26, 31, 50, 0.11);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(26, 31, 50, 0.11),
      0 0 0 30px rgba(26, 31, 50, 0.11),
      0 0 0 50px rgba(26, 31, 50, 0);
  }
}

.service-img-box {
  overflow: hidden;
}

.service-img-box .elementor-column-wrap:after,
.service-img-box .elementor-column-wrap:before {
  width: 100%;
  height: 100%;
  background: rgba(246, 239, 217, 1);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all .5s ease 0s;
  content: "";
}

.service-img-box .elementor-column-wrap:after {
  background: rgba(255, 255, 255, .3);
  top: 0;
  left: 170%;
  opacity: 1;
  z-index: 1;
  transform: skewX(45deg);
  transition: all 1s ease 0s;
}

.service-img-box .elementor-column-wrap:hover:after {
  left: -170%;
}

.service-img-box .elementor-column-wrap:hover:before {
  opacity: 0;
}

.service-img-box .elementor-icon i {
  background: #fff;
  width: 55px;
  height: 55px;
  line-height: 53px;
  border-radius: 50px;
  border: 2px solid #F7193B;
  color: #F7193B;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1)
}

.service-img-box:hover .elementor-heading-title {
  color: #fff !important;
}

.service-img-box:hover .elementor-text-editor {
  color: #fff !important;
}

.service-img-box:hover .elementor-icon i {
  background: #F7193B;
  color: #fff;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.video-button-anim-red img {
  position: relative;
  right: 0px;
  background-color: rgba(247, 25, 59, 0.11);
  border-radius: 50% !important;
  animation: pulse-border 1.5s linear infinite;
}

@keyframes pulse-border {
  0% {
    box-shadow: 0 0 0 0 rgba(247, 25, 59, 0.6);
  }

  100% {
    box-shadow: 0 0 0 35px rgba(247, 25, 59, 0);
  }

}

/* ================================== */
/* END HOME-Page-Seven CSS*/
/* ================================== */


/* ================================== */
/* START HOME-Page-Eight CSS*/
/* ================================== */
.banner-right-img .elementor-image {
  width: 900px;
  float: left;
}


/* ================================== */
/* END HOME-Page-Eight CSS*/
/* ================================== */



/* ================================== */
/* Start About me page CSS*/
/* ================================== */
.about-me-testimonial .testimonial.element-six .testimonial-item > .holder {
  background: transparent;
  padding-left: 0;
}

.about-me-testimonial .testimonial.element-six > .owl-dots > .owl-dot > span {
  width: 50px !important;
  height: 2px !important;
  border-radius: 0px !important;
}

/* ================================== */
/* END About me page CSS*/
/* ================================== */


/* ================================== */
/* Start About us page CSS*/
/* ================================== */
.about-us-right-full-img .elementor-image {
  width: 764px;
  float: left;
}

.about-us-newsletter .col-md-8 {
  padding-right: 0px;
}

.about-us-newsletter .wpcf7-email {
  border: none;
  width: 100%;
  background: #fff;
  height: 48px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
}

.about-us-newsletter .submit-btn {
  text-align: left;
}

.about-us-newsletter .wpcf7-submit {
  border: none;
  background: none;
  border: 1px solid #515151;
  color: #fff;
  /*padding: 10px 50px;*/
  padding: 9px;
  width: 100%;
  text-align: center;
  margin-top: 0px;
  font-size: 14px;
  font-weight: 500;
}

.about-us-testimonial .testimonial.element-two > .owl-dots > .owl-dot > span {
  width: 15px !important;
  height: 3px !important;
  border-radius: 0px !important;
}

.about-us-testimonial .testimonial[class*='element-'].owl-dot-style-two .owl-dots > .owl-dot.active > span {
  background: #000 !important;
  width: 25px !important;
}

.about-us-testimonial .testimonial.element-two > .owl-dots {
  margin: 30px 0 0 0 !important;
}

.img-zoom .elementor-image img {
  transform: scale(.90);
  transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

.img-zoom:hover .elementor-image img {
  transform: scale(1);
  transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

/* ================================== */
/* END About us page CSS*/
/* ================================== */


/* ================================== */
/* Start Footer-Page CSS*/
/* ================================== */
.footer-one-list-item .radiantthemes-list.element-one ul li a {
  color: #c3c3c3 !important;
}

.footer-one-list-item .radiantthemes-list.element-one ul li a:hover {
  color: #fff !important;
}

.footer-seven-list-item .radiantthemes-list.element-one ul li a {
  color: #757575 !important;
}

.footer-seven-list-item .radiantthemes-list.element-one ul li a:hover {
  color: #0B0B12 !important;
}

.footer-eight-list-item .radiantthemes-list.element-one ul li a {
  color: #FFD9D2 !important;
}

.footer-eight-list-item .radiantthemes-list.element-one ul li a:hover {
  color: #fff !important;
}

/* ================================== */
/* END Footer-Page CSS*/
/* ================================== */

/* ================================== */
/* Start Services Page CSS*/
/* ================================== */

.services_right_full_image.elementor-image {
  width: 783px;
  float: right;
}

.service-testimonial .testimonial.element-five > .owl-dots > .owl-dot > span {
  width: 30px !important;
  height: 2px !important;
  border-radius: 0px !important;
}

.service-testimonial .testimonial[class*='element-'].owl-dot-style-two .owl-dots > .owl-dot.active > span {
  width: 45px !important;
}

.service-testimonial .testimonial.element-five > .owl-dots {
  margin: 30px 0 0 0 !important;
}

/* ================================== */
/* END Services Page CSS*/
/* ================================== */


/* ================================== */
/* Start Process Page CSS*/
/* ================================== */

.process-page-right-img .elementor-image {
  width: 680px;
  float: left;
}

/* ================================== */
/* End Process Page CSS*/
/* ================================== */


/* ================================== */
/* Start Team Page CSS*/
/* ================================== */
/*.r-padding {
  padding-right: 0px;
}*/

.team-contact .wpcf7-text {
  border: none;
  width: 100%;
  background: #fff;
  height: 48px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.team-contact .wpcf7-textarea {
  border: none;
  width: 100%;
  background: #fff;
  height: 48px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  height: 220px;
}

.team-contact .wpcf7-submit {
  border: none;
  background: none;
  border: 1px solid #515151;
  color: #fff;
  /* padding: 10px 50px; */
  padding: 10px;
  width: 100%;
  text-align: center;
  margin-top: 0px;
  font-size: 14px;
  font-weight: 500;
}

/* ================================== */
/* End Team Page CSS*/
/* ================================== */


/* ================================== */
/* Start What we do Page CSS*/
/* ================================== */
.performance-img-box-hover {
  cursor: pointer;
}

.performance-img-box-hover .elementor-column-wrap {
  overflow: hidden;
}

.performance-img-box-hover .elementor-background-overlay {
  opacity: 0 !important;
  transform: scale(1.2);
  transition: all 600ms ease !important;
  overflow: hidden !important;
}

.performance-img-box-hover:hover .elementor-background-overlay {
  opacity: 1 !important;
  transform: scale(1);
}

/* ================================== */
/* End What we do Page CSS*/
/* ================================== */



/* ================================== */
/* Start Main Contact Page CSS*/
/* ================================== */
.main-contact .wpcf7-text {
  border: none;
  width: 100%;
  background: #fff;
  height: 48px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.main-contact .wpcf7-textarea {
  border: none;
  width: 100%;
  background: #fff;
  height: 48px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  height: 220px;
}

.main-contact .wpcf7-submit {
  border: none;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  /* padding: 10px 50px; */
  padding: 10px;
  width: 100%;
  text-align: center;
  margin-top: 0px;
  font-size: 14px;
  font-weight: 500;
}

.about-me-contact .wpcf7-text {
  border: none;
  width: 100%;
  background: #fff;
  height: 48px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  border: 1px solid #DCDCDC;
}

.about-me-contact .wpcf7-textarea {
  border: none;
  width: 100%;
  background: #fff;
  height: 48px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  height: 220px;
  border: 1px solid #DCDCDC;
}

.about-me-contact .wpcf7-submit {
  border: none;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 13px 50px;
  /*padding: 10px;*/
  /*width: 100%;*/
  text-align: center;
  margin-top: 0px;
  font-size: 14px;
  font-weight: 500;
}


.contact-seven-plus .wpcf7-text {
  border: none;
  width: 100%;
  background: #F1F2F3;
  height: 43px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  border: 1px solid #F1F2F3;
}

.contact-seven-plus .message {
  width: 100%;
}

.contact-seven-plus .wpcf7-textarea {
  border: none;
  width: 100%;
  background: #F1F2F3;
  height: 48px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  height: 120px;
  border: 1px solid #F1F2F3;
}

.contact-seven-plus .wpcf7-submit {
  border: none;
  background: none;
  /*border: 1px solid #000;*/
  color: #13132E;
  padding: 0px 30px 0 0;
  /*padding: 10px;*/
  /*width: 100%;*/
  text-align: center;
  margin-top: 0px;
  font-size: 18px;
  font-weight: 700;
}

.contact-seven-plus .submit-btn i {
  /*margin-left: -40px;*/
  color: #F71A3B;
  margin: 0;
  position: absolute;
  top: 6px;
  left: 25%;
}

/* ================================== */
/* End Main Contact Page CSS*/
/* ================================== */


/* ================================== */
/* START OF MEDIA QUERY CSS*/
/* ================================== */
@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px !important;
  }
}

@media (min-width: 1400px) {}

@media screen and (min-width:992px) and (max-width:1024px) {
  #rt-mainMenu-trigger {
    top: 10px;
  }
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px) {
  #rt-mainMenu-trigger {
    top: 10px;
  }
}


@media screen and (min-width: 1024px) and (max-width: 1199px) {}

/* TABLET PROTRAIT PART */

@media screen and (min-width:480px) and (max-width:767px) {}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width:321px) and (max-width:479px) {
  .home-four-right-img .elementor-image {
    width: 100%;
  }

  .home-three-banner-img .elementor-image {
    width: auto;
  }

  .home-three-section-left-img .elementor-image {
    width: auto;
  }

  .home-video-sec-img-right .elementor-image {
    width: auto;
  }

  .home-three-service-left-img-full .elementor-image {
    width: auto;
  }

  .home-one-man-full-img .elementor-image {
    width: auto;
  }

  .process-page-right-img .elementor-image {
    width: auto;
  }

  .about-us-newsletter .col-md-8 {
    padding-right: 15px;
  }

  .r-padding {
    padding-right: 15px;
  }

  .banner-right-img .elementor-image {
    width: auto;
    float: left;
  }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width:320px) {
  .home-three-section-left-img .elementor-image {
    width: auto;
  }

}

/* ================================== */
/* END OF MEDIA QUERY CSS*/
/* ================================== */

/* NEW MEGA MENU CSS START */

body .container-wide {
  width: 100%;
  margin: 0 auto;
  padding: 0 60px
}

@media(max-width:1024px) {
  body .body-inner {
    width: 100%;
    margin: 0
  }

  body .container-wide {
    padding: 0 30px
  }
}

@media(min-width:1024px) {
  /*body.boxed .body-inner {
        float: none;
        width: 1200px;
        margin: 0 auto
    }

    body.modern .body-inner .container {
        max-width: 1500px
    }*/

  /*body.frame:before,
    body.frame:after {
        border: 10px solid #fff;
        content: "";
        position: fixed;
        width: auto;
        height: 20px;
        z-index: 200;
        box-shadow: 0 0 14px 0 rgba(0, 0, 0, .1);
        left: 0;
        right: 0
    }

    body.frame:after {
        bottom: 0
    }

    body.frame .body-inner {
        padding: 20px
    }

    body.frame .body-inner:before,
    body.frame .body-inner:after {
        border: 10px solid #fff;
        content: "";
        position: fixed;
        width: 20px;
        z-index: 200;
        box-shadow: 0 10px 14px 0 rgba(0, 0, 0, .1);
        top: 20px;
        bottom: 20px;
        left: 0;
        right: auto
    }

    body.frame .body-inner:after {
        left: auto;
        right: 0;
        box-shadow: 0 10px 14px 0 rgba(0, 0, 0, .1)
    }

    body.frame #scrollTop {
        right: 46px
    }*/
}

.container-fullwidth {
  margin: 0 auto
}

.container-fullwidth .row {
  padding-left: 15px;
  padding-right: 15px
}

section {
  /*position: relative;
    width: 100%;
    z-index: 1;*/
  /*padding: 80px 0;
    overflow: hidden;
    background-color: #fff*/
}

@media(max-width:768px) {
  /*section {
        padding: 40px 0
    }*/
}


body.rt-dark {
  /*background-color: #181818;*/
  color: #999
}

section.rt-dark,
.rt-dark section {
  /*background-color: #181818;*/
  color: #999
}



@media(max-width:1024px) {

  #header[data-transparent=true] + #page-title {
    top: -120px;
    margin-bottom: -124px;
    padding: 160px 0 80px
  }
}



#topbar {
  position: relative;
  z-index: 200;
  background-color: #fff
}

#topbar .top-menu {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  float: left
}

#topbar .top-menu > li {
  display: inline-block;
  height: 40px;
  line-height: 40px
}

#topbar .top-menu > li > a {
  color: #484848;
  display: block;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  margin-right: 16px
}

#topbar .top-links {
  position: relative
}

#topbar .social-icons {
  float: right;
  height: 100%;
  overflow: hidden
}

#topbar .social-icons li,
#topbar .social-icons li a {
  float: left;
  list-style: outside none none
}

#topbar .social-icons li a {
  border-radius: 0;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 35px;
  overflow: hidden;
  margin: 0
}

#topbar.rt-dark {
  background-color: #1f1f1f
}

#topbar.rt-dark .top-menu > li > a,
#topbar.rt-dark .social-icons li a {
  color: #fff !important
}

#topbar.topbar-colored,
#topbar.topbar-colored.rt-dark {
  background-color: #2250fc
}

.topbar-rt-dropdown {
  color: #747474;
  float: left;
  font-size: 13px;
  font-weight: 400;
  position: relative
}

.topbar-rt-dropdown .title {
  border-left: 1px solid #eee;
  padding: 0 20px;
  cursor: pointer;
  line-height: 40px
}

.topbar-rt-dropdown .title a {
  color: #747474
}

.topbar-rt-dropdown .title a:hover {
  text-decoration: underline
}

.topbar-rt-dropdown .title b {
  font-weight: 600
}

.topbar-rt-dropdown .title .fa {
  margin-left: 7px;
  position: relative;
  top: -1px
}

.topbar-rt-dropdown .title .fa:first-child {
  margin-left: 0;
  margin-right: 7px
}

.topbar-rt-dropdown:first-child .title {
  border-color: transparent;
  padding-left: 0
}

.topbar-rt-dropdown .title img,
.topbar-rt-dropdown .list-entry img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  position: relative;
  top: -1px
}

.topbar-rt-dropdown .rt-dropdown-list {
  position: absolute;
  width: auto;
  left: 0;
  top: auto;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border: solid 1px #eee;
  padding: 0 16px;
  z-index: 1;
  text-align: left;
  opacity: 0;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transform-origin: 50% 0% 0;
  -moz-transform-origin: 50% 0% 0;
  -webkit-transform-origin: 50% 0% 0;
  -ms-transform-origin: 50% 0% 0;
  z-index: 1;
  visibility: hidden
}

.topbar-rt-dropdown:hover .rt-dropdown-list,
.topbar-rt-dropdown:hover .topbar-form {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  visibility: visible
}

.topbar-rt-dropdown .list-entry {
  line-height: 30px;
  white-space: nowrap;
  display: block;
  color: #747474;
  padding: 2px 0;
  border-top: 1px #f0f0f0 solid
}

.topbar-rt-dropdown .list-entry:hover {
  color: #222
}

.topbar-rt-dropdown .list-entry:first-child {
  border-top: none
}

.topbar-rt-dropdown .topbar-form {
  position: absolute;
  width: 240px;
  padding: 20px 20px 10px;
  right: auto;
  top: 40px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border: solid 1px #eee;
  z-index: 1;
  text-align: left;
  opacity: 0;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transform-origin: 50% 0% 0;
  -moz-transform-origin: 50% 0% 0;
  -webkit-transform-origin: 50% 0% 0;
  -ms-transform-origin: 50% 0% 0;
  visibility: hidden
}

.topbar-rt-dropdown input {
  margin-bottom: 2px
}

.topbar-rt-dropdown .form-group {
  margin-bottom: 10px
}

.topbar-rt-dropdown .checkbox {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: middle;
  margin-top: -12px
}

.topbar-rt-dropdown.float-right .title {
  padding: 0 0 0 20px !important
}

.topbar-rt-dropdown .rt-dropdown-invert.topbar-form {
  left: auto;
  right: -20px
}

#topbar.topbar-fullwidth > .container {
  max-width: 100%;
  padding: 0 30px
}

#topbar {
  border-bottom: 1px solid #eee
}

#topbar.topbar-rt-dark,
#topbar.rt-dark {
  background-color: #252525;
  border-color: rgba(231, 231, 231, .25)
}

#topbar.topbar-rt-dark .top-menu > li > a,
#topbar.topbar-rt-dark .social-icons li a,
#topbar.rt-dark .top-menu > li > a,
#topbar.rt-dark .social-icons li a {
  color: #fff !important
}

#topbar .topbar-light .top-menu > li > a,
#topbar .topbar-light .social-icons li a {
  color: #111 !important
}

.topbar-transparent {
  margin-top: -2px
}

.topbar-transparent.topbar-rt-dark .topbar-rt-dropdown .title a,
.topbar-transparent.topbar-rt-dark .topbar-rt-dropdown {
  color: #fff
}

.topbar-transparent .topbar-rt-dropdown .title {
  border-color: rgba(231, 231, 231, .25)
}

.topbar-transparent .topbar-rt-dropdown:first-child .title {
  border-color: transparent
}

#topbar.topbar-rt-dark.topbar-colored {
  border-bottom: 0
}

#topbar.rt-dark {
  border-bottom: 1px solid rgba(231, 231, 231, .05)
}

#topbar.rt-dark.topbar-transparent {
  background-color: transparent;
  border-bottom: 1px solid rgba(144, 144, 144, .25)
}

#topbar ~ #header[data-transparent=true] + #slider,
#topbar ~ #header[data-transparent=true] + .fullscreen,
#topbar ~ #header[data-transparent=true] + .halfscreen,
#topbar ~ #header[data-transparent=true] + #google-map {
  top: -120px;
  margin-bottom: -120px
}

@media(max-width:1024px) {
  #topbar.topbar-transparent.rt-dark {
    background-color: #fff !important
  }

  #topbar.topbar-transparent.rt-dark .top-menu > li > a,
  #topbar.topbar-transparent.rt-dark .social-icons li a {
    color: #484848 !important
  }
}

#header {
  position: absolute;
  width: 100%;
  z-index: 199 !important;
  /*height: 80px;
    line-height: 80px;
    background: #000;*/
}

#header .container {
  position: relative;
  padding-left: 0px;
    padding-right: 0;
}

#header .rt-header-inner,
#header #header-wrap {
  /*height: 84px;*/
  /*background-color: #fff;*/
  left: 0;
  right: 0;
  transition: all .4s ease-in-out
}

#header .rt-header-inner #logo,
#header #header-wrap #logo {
  float: left;
  font-size: 28px;
  4 position: relative;
  z-index: 1;
  transition: all .4s ease-in-out;
  /*height: 80px*/
}

#header .rt-header-inner #logo a > img,
#header #header-wrap #logo a > img {
  vertical-align: inherit;
  transition: all .4s ease-in-out;
  height: 80px;
  width: auto
}

#header .rt-header-inner #logo a > img,
#header .rt-header-inner #logo a [class*=logo-],
#header #header-wrap #logo a > img,
#header #header-wrap #logo a [class*=logo-] {
  display: none
}

#header .rt-header-inner #logo a .logo-default,
#header #header-wrap #logo a .logo-default {
  display: block
}

#header .rt-header-inner #logo a,
#header .rt-header-inner #logo a span,
#header #header-wrap #logo a,
#header #header-wrap #logo a span {
  /*font-family: poppins, sans-serif;*/
  font-size: 40px;
  color: #1f1f1f;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-decoration: none;
}

#header[data-fullwidth=true] .rt-header-inner .container,
#header[data-fullwidth=true] #header-wrap .container {
  max-width: 100%;
  /*padding: 0 30px*/
}

#header.header-modern:not(.header-active) {
  margin: 40px auto 0;
  width: 1200px
}

#header.header-modern:not(.header-active) .rt-header-inner,
#header.header-modern:not(.header-active) #header-wrap {
  border-radius: 4px
}

#header.header-modern:not(.header-active) + .inspiro-slider,
#header.header-modern:not(.header-active) + #slider,
#header.header-modern:not(.header-active) + .fullscreen,
#header.header-modern:not(.header-active) + .halfscreen,
#header.header-modern:not(.header-active) + #google-map {
  top: -130px;
  margin-bottom: -130px
}

#header.header-mini {
  line-height: 60px;
  height: 60px
}

#header.header-mini .rt-header-inner,
#header.header-mini #header-wrap {
  height: 60px
}

#header.header-mini .rt-header-inner #rt-mainMenu > .container nav > ul > li > a,
#header.header-mini #header-wrap #rt-mainMenu > .container nav > ul > li > a {
  font-size: 11px
}

#header.header-mini .rt-header-inner #rt-mainMenu > .container nav > ul > li .rt-dropdown-submenu:before,
#header.header-mini #header-wrap #rt-mainMenu > .container nav > ul > li .rt-dropdown-submenu:before {
  top: -6px
}

#header.header-mini .rt-header-inner #logo,
#header.header-mini #header-wrap #logo {
  height: 60px
}

#header.header-mini .rt-header-inner #logo a > img,
#header.header-mini #header-wrap #logo a > img {
  height: 60px
}

#header.header-mini .rt-header-inner #logo a,
#header.header-mini .rt-header-inner #logo a span,
#header.header-mini #header-wrap #logo a,
#header.header-mini #header-wrap #logo a span {
  font-size: 30px
}

#header.header-mini .rt-header-inner #rt-mainMenu-trigger,
#header.header-mini #header-wrap #rt-mainMenu-trigger {
  height: 60px
}

#header.header-mini .rt-header-inner .header-extras,
#header.header-mini #header-wrap .header-extras {
  height: 60px
}

#header.header-alternative {
  line-height: 60px;
  height: 60px
}

#header.header-alternative .rt-header-inner,
#header.header-alternative #header-wrap {
  height: 60px
}

#header.header-alternative .rt-header-inner #rt-mainMenu > .container nav > ul > li .rt-dropdown-submenu:before,
#header.header-alternative #header-wrap #rt-mainMenu > .container nav > ul > li .rt-dropdown-submenu:before {
  top: -6px
}

#header.header-alternative .rt-header-inner #logo,
#header.header-alternative #header-wrap #logo {
  height: 60px
}

#header.header-alternative .rt-header-inner #logo a > img,
#header.header-alternative #header-wrap #logo a > img {
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px
}

#header.header-alternative .rt-header-inner #rt-mainMenu-trigger,
#header.header-alternative #header-wrap #rt-mainMenu-trigger {
  height: 60px
}

#header.header-alternative .rt-header-inner .header-extras,
#header.header-alternative #header-wrap .header-extras {
  height: 60px
}

#header[data-transparent=true]:not(.sticky-active) .rt-header-inner,
#header[data-transparent=true]:not(.sticky-active) #header-wrap {
  background-color: transparent
}

#header[data-transparent=true] + .inspiro-slider,
#header[data-transparent=true] + #slider,
#header[data-transparent=true] + .fullscreen,
#header[data-transparent=true] + .halfscreen,
#header[data-transparent=true] + #google-map {
  top: -80px;
  margin-bottom: -80px
}

#header.header-logo-right .rt-header-inner #logo,
#header.header-logo-right #header-wrap #logo {
  float: right
}

#header.header-logo-right .rt-header-inner .header-extras,
#header.header-logo-right #header-wrap .header-extras {
  float: left
}

#header.header-logo-right .rt-header-inner #rt-mainMenu nav,
#header.header-logo-right #header-wrap #rt-mainMenu nav {
  float: left
}

#header.header-shadow .rt-header-inner,
#header.header-shadow #header-wrap {
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, .12) !important
}

#header[data-transparent=true]:not(.sticky-active) .rt-header-inner,
#header[data-transparent=true]:not(.sticky-active) #header-wrap,
#header[data-transparent=true]:not(.sticky-active).rt-dark .rt-header-inner,
#header[data-transparent=true]:not(.sticky-active).rt-dark #header-wrap {
  background-color: transparent
}

#header[data-transparent=true] + .inspiro-slider,
#header[data-transparent=true] + #slider,
#header[data-transparent=true] + .fullscreen,
#header[data-transparent=true] + .halfscreen,
#header[data-transparent=true] + #google-map {
  top: -80px;
  margin-bottom: -80px
}

#header.header-sticky .rt-header-inner,
#header.header-sticky #header-wrap {
  transition: top .8s ease-in-out;
  top: -140px
}

#header.header-sticky.sticky-active .rt-header-inner,
#header.header-sticky.sticky-active #header-wrap {
  box-shadow: 0 12px 6px rgba(0, 0, 0, .06);
  top: 0;
  position: fixed;
  margin: 0 auto;
  /*background: #fff;*/
  width: 100%
}

#header.sticky_off.header-sticky .rt-header-inner,
#header.sticky_off.header-sticky #header-wrap {
  display: none;
}

.admin-bar #header.header-sticky.sticky-active .rt-header-inner,
.admin-bar #header.header-sticky.sticky-active #header-wrap {
  box-shadow: 0 12px 6px rgba(0, 0, 0, .06);
  top: 0;
  position: fixed;
  margin: 0 auto;
  /* background: #fff; */
  width: 100%;
  top: 32px;
}

#header.header-always-fixed .rt-header-inner,
#header.header-always-fixed #header-wrap {
  position: fixed !important;
  top: 0 !important
}

.rt-dark #header .rt-header-inner,
.rt-dark #header #header-wrap,
#header.rt-dark .rt-header-inner,
#header.rt-dark #header-wrap {
  /*background-color: #181818*/
}

.rt-dark #header .rt-header-inner #logo a > img,
.rt-dark #header .rt-header-inner #logo a [class*=logo-],
.rt-dark #header #header-wrap #logo a > img,
.rt-dark #header #header-wrap #logo a [class*=logo-],
#header.rt-dark .rt-header-inner #logo a > img,
#header.rt-dark .rt-header-inner #logo a [class*=logo-],
#header.rt-dark #header-wrap #logo a > img,
#header.rt-dark #header-wrap #logo a [class*=logo-] {
  display: none
}

.rt-dark #header .rt-header-inner #logo a .logo-rt-dark,
.rt-dark #header #header-wrap #logo a .logo-rt-dark,
#header.rt-dark .rt-header-inner #logo a .logo-rt-dark,
#header.rt-dark #header-wrap #logo a .logo-rt-dark {
  display: block
}

.rt-dark #header .rt-header-inner #logo a,
.rt-dark #header .rt-header-inner #logo a span,
.rt-dark #header #header-wrap #logo a,
.rt-dark #header #header-wrap #logo a span,
#header.rt-dark .rt-header-inner #logo a,
#header.rt-dark .rt-header-inner #logo a span,
#header.rt-dark #header-wrap #logo a,
#header.rt-dark #header-wrap #logo a span {
  color: #111;
}

.rt-dark #header .rt-header-inner .lines,
.rt-dark #header .rt-header-inner .lines:before,
.rt-dark #header .rt-header-inner .lines:after,
.rt-dark #header #header-wrap .lines,
.rt-dark #header #header-wrap .lines:before,
.rt-dark #header #header-wrap .lines:after,
#header.rt-dark .rt-header-inner .lines,
#header.rt-dark .rt-header-inner .lines:before,
#header.rt-dark .rt-header-inner .lines:after,
#header.rt-dark #header-wrap .lines,
#header.rt-dark #header-wrap .lines:before,
#header.rt-dark #header-wrap .lines:after {
  background-color: #000;
}

.rt-dark #header[data-transparent=true]:not(.sticky-active) .rt-header-inner,
.rt-dark #header[data-transparent=true]:not(.sticky-active) #header-wrap,
#header.rt-dark[data-transparent=true]:not(.sticky-active) .rt-header-inner,
#header.rt-dark[data-transparent=true]:not(.sticky-active) #header-wrap {
  background-color: transparent
}

@media(min-width:1200px) {
  body.boxed #header .rt-header-inner {
    max-width: 1200px;
    margin: auto
  }

  body.modern #header .rt-header-inner > .container {
    max-width: 1500px;
    padding: 0 15px
  }

  body.frame #header.header-sticky.sticky-active .rt-header-inner {
    left: 20px;
    right: 20px;
    top: 20px
  }
}

@media(max-width:1024px) {

  #header .rt-header-inner,
  #header #header-wrap {
    height: auto
  }


  #header #logo {
    position: absolute !important;
    text-align: left;
    margin: 0 !important;
    float: none;
    height: 80px
      /*width: 100%;
        left: 0;
        right: 0;*/
      padding: 0 !important
  }

  #header #logo > a {
    display: inline-block
  }

  #header #logo > a img {
    max-height: 80px;
    padding-bottom: 6px
  }

  #header #logo .logo-responsive {
    display: block
  }

  #header #logo .logo-responsive-rt-dark {
    display: block
  }

  #header.header-mobile-logo-left #header #logo {
    width: auto;
    text-align: left;
    left: 30px;
    right: auto
  }

  #header.header-mobile-logo-left .header-extras {
    float: right;
    margin-left: 20px
  }

  #header.header-alternative .rt-header-inner,
  #header.header-alternative #header-wrap {
    height: auto
  }

  #header.header-modern {
    margin: 0 !important;
    width: 100% !important
  }

  #header.header-modern .rt-header-inner,
  #header.header-modern #header-wrap {
    border-radius: 0 !important
  }

  #header.header-logo-right .rt-header-inner .header-extras,
  #header.header-logo-right #header-wrap .header-extras {
    float: right
  }

  #header.header-mini .rt-header-inner,
  #header.header-mini #header-wrap {
    height: auto !important
  }
}

@media(max-width: 767px) {
  #header .container {
  position: relative;
  padding-left: 15px;
    padding-right: 15px;
}
}

@media(max-width:1024px) {
  #header[data-transparent=true] + main {
    top: -120px;
    margin-bottom: -124px;
    position: relative
  }

  #header[data-transparent=true] + main > #page-title {
    padding: 160px 0 80px
  }

  #header[data-transparent=true] + .fullscreen {
    top: -80px;
    margin-bottom: -80px
  }
}

#rt-mainMenu {
  padding: 0
}

#rt-mainMenu > .container {
  padding: 0 !important
}

#rt-mainMenu [class*=col-lg-] {
  line-height: 24px !important
}

#rt-mainMenu nav {}

#rt-mainMenu nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: right;
}

#rt-mainMenu nav > ul > li {
  border: 0;
  transition: all .3s ease;
  /*margin-right: 10px;*/
  padding: 20px 0px 20px 30px;
  position: relative;
  display: inline-block;
  text-align: left;
}

.single-doctor #rt-mainMenu nav > ul > li {
  padding: 0px 15px;
}

.single-doctor #rt-mainMenu nav > ul > li .rt-dropdown-menu {
  top: 53px;
}
/*#rt-mainMenu nav > ul#menu-testing-menu > li {
    padding: 20px 0px 20px 30px;
}
#rt-mainMenu nav > ul#menu-all-pages > li {
    padding: 20px 0px 20px 30px;
}
#rt-mainMenu nav > ul#menu-short > li {
    padding: 20px 0px 20px 30px;
}
#rt-mainMenu nav > ul#menu-social-menu > li {
    padding: 20px 0px 20px 30px;
}*/


/*#rt-mainMenu nav > ul > li .rt-dropdown-menu li {
    border-bottom: 1px solid #dae4f2;
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu li:last-child {
    border-bottom: none;
}*/

#rt-mainMenu nav > ul > li > a {
  position: relative;
  /*padding: 0 17px;*/
  padding: 27px 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2.41px;
  color: #333;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  transition: all .3s ease;
  line-height: normal
}



#rt-mainMenu nav > ul > li > a > i {
  margin-left: 2px;
  margin-right: 6px;
  min-width: 14px;
  font-size: 14px
}

#rt-mainMenu nav > ul > li > a:after,
#rt-mainMenu nav > ul > li > a:before {
  transition: all .3s ease
}

#rt-mainMenu nav > ul > li.menu-item-has-children a::after {
  transition: all .3s ease;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  content: "\e64b";
  font-family: 'themify';
  transition: all 0.3s ease-in-out;
  font-size: 8px;
}

#rt-mainMenu nav > ul > li > ul > li.menu-item-has-children a::after {
  content: '';
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a::after {
  content: '';
}

#rt-mainMenu nav > ul > li:hover a::after {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

#rt-mainMenu nav > ul > li.hover-active > a,
#rt-mainMenu nav > ul > li.hover-active > span,
#rt-mainMenu nav > ul > li.current > a,
#rt-mainMenu nav > ul > li.current > span,
#rt-mainMenu nav > ul > li:hover > a,
#rt-mainMenu nav > ul > li:hover > span,
#rt-mainMenu nav > ul > li:focus > a,
#rt-mainMenu nav > ul > li:focus > span {
  color: #00061E;
}

#rt-mainMenu nav > ul > li.rt-dropdown:before {
  content: "\e649";
  font-family: 'themify';
  transform: rotate(90deg);
  opacity: .6;
  position: absolute;
  /*right: 16px;*/
  color: #262626;
  font-size: 12px;
  display: none;
  right: 0 !important;
}

#rt-mainMenu nav > ul > li .rt-dropdown-arrow {
  display: none;
  height: 40px;
  width: 30px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  cursor: pointer;
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu {
  background-position: right bottom;
  background-repeat: no-repeat;
  min-width: 290px;
  top: 70px;
  z-index: 999;
  background-color: #fff;
  border: 0;
  color: #000;
  left: -6px;
  margin: 0;
  margin-top: 0;
  padding: 25px 10px;
  display: none;
  position: absolute;
  /*transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;*/
  /*border-bottom: 2px solid #f4492f;*/
  box-shadow: rgba(67, 90, 111, 0.416) 0px 0px 1.5px, rgba(67, 90, 111, 0.3) 0px 2px 4px -2px;
  border-radius: 0px;
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > span,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.3px;
  color: #333;
  padding: 0px;
  display: block;
  transition: .3s ease;
  display: block;
  /*width: 100%;*/
  text-align: left;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a:focus,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a:hover,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a:active,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > span:focus,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > span:hover,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > span:active,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a:focus,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a:hover,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a:active {
  background-color: transparent;
  color: #00061E;
  cursor: pointer
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a > i,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > span > i,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a > i {
  margin-left: -4px;
  margin-right: 6px;
  min-width: 14px
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a {
  display: inline-block !important;
  position: relative !important;
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a::before {
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  /*z-index: -1;*/
  -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
  transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
  background: currentColor;
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu > li.current > a,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li.current > span,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li:hover > a,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li:hover > span,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li:focus > a,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li:focus > span,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li:active > a,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li:active > span,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li.hover-active > a,
#rt-mainMenu nav > ul > li .rt-dropdown-menu > li.hover-active > span {
  color: #00061E;
  text-decoration: none;
  /*padding-left: 5px !important;*/
}

#rt-mainMenu nav > ul > li .rt-dropdown-menu.menu-last {
  right: 0;
  left: auto
}

#rt-mainMenu nav > ul > li.mega-menu-item {
  position: static
}

#rt-mainMenu nav .mega-menu-item ul.rt-dropdown-menu {
  /*width: 100em !important;
    left: -100% !important;
    right: -90% !important;
    margin: 0 auto !important;*/
  position: absolute;
  /* top: 113px; */
  width: 100em !important;
  left: -65% !important;
  right: 0em !important;
  margin: 0 auto;

}

#rt-mainMenu nav > ul > li.mega-menu-item > .rt-dropdown-menu {
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  transition-duration: .3s !important
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content h5 {
  margin-bottom: 8px;
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content {
  padding: 0px 20px;
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content ul.menu li {
  padding: 5px 20px 5px 0px;
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content ul.menu li a:after {
  display: none;
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content ul.menu li a {
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content ul.menu li a:before {
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
  transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
  background: currentColor;
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content ul.menu li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content .mega-menu-title {
  /*font-family: poppins, sans-serif;*/
  color: #000;
  font-size: 13px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 12px;
  text-align: left;
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content li ~ .mega-menu-title {
  margin-top: 12px
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content > a,
#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content > span,
#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li > a {
  padding: 10px 0
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content > a > i,
#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content > span > i,
#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li > a > i {
  margin-left: 0;
  margin-right: 8px
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li:first-child > a {
  padding-top: 0
}

#rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li:last-child > a {
  padding-bottom: 0
}

#rt-mainMenu nav > ul > li .rt-dropdown-submenu {
  position: relative;
}

#rt-mainMenu nav > ul > li .rt-dropdown-submenu:before {
  /*line-height: 50px;*/
  content: "\e649";
  font-family: 'themify';
  opacity: .6;
  position: absolute;
  right: 16px;
  color: #262626;
  font-size: 12px;
  transition: all .2s ease
}

#rt-mainMenu nav > ul > li .rt-dropdown-submenu > .rt-dropdown-menu {
  /*margin-left: 10px;*/
  left: 100%;
  top: -1px;
  z-index: 1
}

#rt-mainMenu nav > ul > li .rt-dropdown-submenu > .rt-dropdown-menu.menu-invert {
  right: 100%;
  left: auto
}

#rt-mainMenu nav > ul > li .rt-dropdown-submenu:not(.hover-active):hover:before {
  right: 12px
}

#rt-mainMenu nav > ul > li .rt-dropdown-submenu:not(.hover-active):hover > ul {
  display: block;
  animation: fade-in-out .3s ease
}

#rt-mainMenu nav > ul > li:not(.hover-active):hover > ul {
  display: block;
  animation: fade-in-out .3s ease;
}

#rt-mainMenu nav > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li {
    /*border-bottom: 1px solid #dae4f2;*/
    /*margin-left: 30px;*/
    padding: 5px 20px;
}

#rt-mainMenu nav > ul > li > ul > li:last-child {
  border-bottom: none;
}

#rt-mainMenu nav > ul > li > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li,
#rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li {
  /*border-bottom: 1px solid #dae4f2;
    margin-left: 30px;*/
  padding: 5px 20px;
}

#rt-mainMenu nav > ul > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

#rt-mainMenu nav > ul > li:last-child {
  margin-right: 0
}

#rt-mainMenu nav > ul > a.btn {
  margin-top: 4px
}

#rt-mainMenu nav > ul li ul {
  list-style: none;
  padding: 0
}

#rt-mainMenu nav > ul .rt-badge {
  font-size: 8px;
  padding: 2px 4px;
  line-height: 9px;
  margin: -2px 4px
}

#rt-mainMenu.menu-fullwidth nav > ul > li.mega-menu-item > .rt-dropdown-menu {
  left: 0 !important;
  right: 0 !important;
  width: 100%
}

#rt-mainMenu.menu-rounded nav > ul > li > a {
  border-radius: 4px;
  border-width: 2px
}

#rt-mainMenu.menu-rounded nav > ul > li.current > a,
#rt-mainMenu.menu-rounded nav > ul > li:hover > a,
#rt-mainMenu.menu-rounded nav > ul > li:focus > a {
  background-color: #2250fc;
  color: #fff
}

#rt-mainMenu.menu-outline nav > ul > li > a {
  border-radius: 50px;
  border-width: 2px
}

#rt-mainMenu.menu-outline nav > ul > li.current > a,
#rt-mainMenu.menu-outline nav > ul > li:hover > a,
#rt-mainMenu.menu-outline nav > ul > li:focus > a {
  color: #f4492f;
  border-color: #2250fc;
  background-color: transparent
}

#rt-mainMenu.menu-sub-title nav > ul > li {
  line-height: 64px
}

#rt-mainMenu.menu-sub-title nav > ul > li > a > .menu-sub-title {
  font-size: 10px;
  padding: 0;
  margin-top: -14px !important;
  line-height: 0;
  height: 0;
  text-transform: none;
  display: block;
  opacity: .5;
  font-weight: 400;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: -50px;
  margin-left: 12px;
  margin-right: 14px
}

#rt-mainMenu.menu-lines nav > ul > li {
  margin-left: 4px
}

#rt-mainMenu.menu-lines nav > ul > li > a {
  border-radius: 0;
  border: none
}

#rt-mainMenu.menu-lines nav > ul > li > a:after {
  content: '';
  position: absolute;
  top: auto;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px
}

#rt-mainMenu.menu-lines nav > ul > li.current > a,
#rt-mainMenu.menu-lines nav > ul > li:hover > a,
#rt-mainMenu.menu-lines nav > ul > li:focus > a {
  color: #f4492f;
}

#rt-mainMenu.menu-lines nav > ul > li.current > a:after,
#rt-mainMenu.menu-lines nav > ul > li:hover > a:after,
#rt-mainMenu.menu-lines nav > ul > li:focus > a:after {
  width: 100%;
  left: 0%;
  background-color: #2250fc
}

#rt-mainMenu.menu-creative nav > ul > li {
  margin-left: 4px
}

#rt-mainMenu.menu-creative nav > ul > li > a:after {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(10px);
  transition: opacity .3s ease 0s, transform .3s ease 0s;
  width: 100%;
  bottom: -2px
}

#rt-mainMenu.menu-creative nav > ul > li.current > a:after,
#rt-mainMenu.menu-creative nav > ul > li:hover > a:after,
#rt-mainMenu.menu-creative nav > ul > li:focus > a:after {
  opacity: 1;
  transform: translateY(0px)
}

#rt-mainMenu.menu-hover-background nav > ul > li {
  margin-left: 0
}

#rt-mainMenu.menu-hover-background nav > ul > li > a {
  background: 0 0
}

#rt-mainMenu.menu-hover-background nav > ul > li.current,
#rt-mainMenu.menu-hover-background nav > ul > li:hover,
#rt-mainMenu.menu-hover-background nav > ul > li:focus {
  background-color: #2250fc
}

#rt-mainMenu.menu-hover-background nav > ul > li.current > a,
#rt-mainMenu.menu-hover-background nav > ul > li:hover > a,
#rt-mainMenu.menu-hover-background nav > ul > li:focus > a {
  color: #fff !important
}

#rt-mainMenu.menu-hover-background nav > ul .rt-dropdown-menu {
  margin-top: 0;
  border-radius: 0
}

#rt-mainMenu.menu-overlay nav {
  opacity: 0 !important;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  background: rgba(31, 31, 31, .99);
  transition: opacity .5s ease
}

#rt-mainMenu.menu-overlay nav > ul {
  transition: transform 1s ease;
  transform: translateY(-80%);
  top: -80%;
  position: relative
}

#rt-mainMenu.menu-overlay nav > ul > li {
  float: none;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  padding: 0;
  line-height: 40px
}

#rt-mainMenu.menu-overlay nav > ul > li > a {
  opacity: 0;
  font-size: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  letter-spacing: 2px;
  text-transform: none;
  color: #fff
}

#rt-mainMenu.menu-overlay nav > ul > li .rt-dropdown-menu,
#rt-mainMenu.menu-overlay nav > ul > li .rt-dropdown-submenu {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important
}

#rt-mainMenu.menu-left nav {
  float: left;
  margin-left: 20px
}

#rt-mainMenu.menu-left nav > ul > li.mega-menu-item {
  position: static
}

#rt-mainMenu.menu-left nav > ul > li.mega-menu-item > .rt-dropdown-menu {
  right: auto;
  left: 0
}

#rt-mainMenu.menu-center > .container {
  float: none !important;
  text-align: center
}

#rt-mainMenu.menu-center nav {
  float: none;
  display: inline-block;
  vertical-align: top
}

#rt-mainMenu.menu-onclick nav > ul > li:hover:not(.hover-active) > ul,
#rt-mainMenu.menu-onclick nav > ul > li .rt-dropdown-submenu:hover > ul {
  opacity: 0 !important;
  visibility: hidden !important;
  display: inherit !important
}

#rt-mainMenu.menu-onclick nav > ul > li.hover-active > ul,
#rt-mainMenu.menu-onclick nav > ul > li .hover-active.rt-dropdown-submenu > ul {
  opacity: 1 !important;
  visibility: visible !important;
  display: block
}

#rt-mainMenu.menu-rounded-rt-dropdown nav > ul > li .rt-dropdown-menu {
  border-radius: 6px
}

#rt-mainMenu.menu-rounded-rt-dropdown nav > ul > li > .rt-dropdown-menu {
  margin-top: -6px !important
}

#rt-mainMenu.menu-lowercase nav > ul > li > a {
  text-transform: unset;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500
}

#dotsMenu {
  position: fixed;
  right: 36px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 99
}

#dotsMenu:before {
  content: "";
  background: rgba(31, 31, 31, .7);
  position: absolute;
  width: 32px;
  right: -8px;
  height: 100%;
  border-radius: 20px;
  top: -24px;
  box-shadow: 0 4px 9px 0 rgba(43, 43, 49, .1), 0 7px 14px 0 rgba(43, 43, 49, .13)
}

#dotsMenu ul {
  list-style: none;
  padding-bottom: 6px
}

#dotsMenu ul li {
  text-align: right;
  padding: 0;
  width: 15px;
  height: 15px;
  margin-bottom: 12px;
  background-color: #eee;
  border-radius: 50%;
  transform: scale(.6);
  transition: transform .3s, background-color .5s
}

#dotsMenu ul li:hover {
  background-color: #2250fc;
  transform: scale(1)
}

#dotsMenu ul li.current {
  background-color: #2250fc
}

#dotsMenu ul li a {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 1.5;
  border-radius: 50%;
  left: -14px;
  top: -14px
}

#dotsMenu ul li a span {
  position: absolute;
  width: auto;
  top: 8px;
  right: 25px;
  white-space: nowrap;
  margin-right: 14px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  transition: transform .2s, opacity .2s;
  opacity: 0;
  transform-origin: 100% 50%;
  background-color: rgba(0, 0, 0, .6);
  border-radius: 100px;
  line-height: 26px;
  padding: 0 12px;
  text-transform: uppercase
}

#dotsMenu ul li a:hover:before {
  transform: scale(1)
}

#dotsMenu ul li a:hover:before {
  background-color: #2250fc
}

#dotsMenu ul li a:hover > span {
  opacity: 1;
  transform: scale(1)
}

@media(max-width:1024px) {
  #dotsMenu ul li a span {
    display: none
  }
}

.rt-mainMenu-open #dotsMenu {
  z-index: -1 !important
}

.menu-overlay-active #topbar.topbar-transparent.topbar-fullwidth,
.menu-overlay-active #header[data-fullwidth=true][data-transparent=true] .rt-header-inner,
.menu-overlay-active #header[data-fullwidth=true][data-transparent=true] .rt-header-inner .header-extras,
.menu-overlay-active #header[data-fullwidth=true][data-transparent=true] #header-wrap,
.menu-overlay-active #header[data-fullwidth=true][data-transparent=true] #header-wrap .header-extras {
  border: 0
}

.menu-overlay-active #header.header-sticky.rt-dark .rt-header-inner,
.menu-overlay-active #header.header-sticky.rt-dark #header-wrap {
  background-color: transparent
}

.menu-overlay-active #header #logo {
  z-index: -1 !important
}

.menu-overlay-active #header #rt-mainMenu {
  z-index: 200
}

.menu-overlay-active #header #rt-mainMenu nav {
  opacity: 1 !important;
  display: inherit !important;
  pointer-events: auto
}

.menu-overlay-active #header #rt-mainMenu nav > ul {
  transform: translateY(-50%);
  top: 50%
}

.menu-overlay-active #header #rt-mainMenu nav > ul > li > a {
  opacity: 1
}

.menu-overlay-active #header .header-extras li > *:not(#menu-overlay-trigger) {
  opacity: 0;
  visibility: hidden;
  z-index: -1
}

.menu-overlay-active #header #menu-overlay-trigger .lines,
.menu-overlay-active #header #menu-overlay-trigger .lines:before,
.menu-overlay-active #header #menu-overlay-trigger .lines:after {
  background-color: #fff
}

.header-logo-center #logo,
.menu-split #logo {
  position: absolute !important;
  width: 100%;
  text-align: center;
  margin: 0;
  float: none;
  height: 100px
}

.header-logo-center #logo > a,
.menu-split #logo > a {
  display: inline-block
}

.header-logo-center #rt-mainMenu nav,
.menu-split #rt-mainMenu nav {
  float: none;
  margin: 0;
  position: relative;
  z-index: 1
}

.header-logo-center #rt-mainMenu nav > ul,
.menu-split #rt-mainMenu nav > ul {
  z-index: 198
}

.header-logo-center #rt-mainMenu nav > ul:first-child,
.menu-split #rt-mainMenu nav > ul:first-child {
  float: left
}

.header-logo-center #rt-mainMenu nav > ul:last-child,
.menu-split #rt-mainMenu nav > ul:last-child {
  float: right
}

.rt-dark #rt-mainMenu nav > ul > li > a,
#rt-mainMenu.rt-dark nav > ul > li > a {
  color: #000;
  text-decoration: none;
}

.rt-dark #rt-mainMenu nav > ul > li.hover-active > a,
.rt-dark #rt-mainMenu nav > ul > li.hover-active > span,
.rt-dark #rt-mainMenu nav > ul > li.current > a,
.rt-dark #rt-mainMenu nav > ul > li.current > span,
.rt-dark #rt-mainMenu nav > ul > li:hover > a,
.rt-dark #rt-mainMenu nav > ul > li:hover > span,
.rt-dark #rt-mainMenu nav > ul > li:focus > a,
.rt-dark #rt-mainMenu nav > ul > li:focus > span,
#rt-mainMenu.rt-dark nav > ul > li.hover-active > a,
#rt-mainMenu.rt-dark nav > ul > li.hover-active > span,
#rt-mainMenu.rt-dark nav > ul > li.current > a,
#rt-mainMenu.rt-dark nav > ul > li.current > span,
#rt-mainMenu.rt-dark nav > ul > li:hover > a,
#rt-mainMenu.rt-dark nav > ul > li:hover > span,
#rt-mainMenu.rt-dark nav > ul > li:focus > a,
#rt-mainMenu.rt-dark nav > ul > li:focus > span {
  color: #000;
}

.rt-dark #rt-mainMenu nav > ul > li.rt-dropdown:before,
#rt-mainMenu.rt-dark nav > ul > li.rt-dropdown:before {
  color: #000;
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu {
  background-color: #181818;
  border-color: #272727
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li > span,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li > span,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a {
  color: #9896a6
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a:focus,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a:hover,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li > a:active,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li > span:focus,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li > span:hover,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li > span:active,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a:focus,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a:hover,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a:active,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li > a:focus,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li > a:hover,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li > a:active,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li > span:focus,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li > span:hover,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li > span:active,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a:focus,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a:hover,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a:active {
  color: #e2e2e2
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li.current > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li.current > span,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li:hover > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li:hover > span,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li:focus > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li:focus > span,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li:active > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li:active > span,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li.hover-active > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-menu > li.hover-active > span,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li.current > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li.current > span,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li:hover > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li:hover > span,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li:focus > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li:focus > span,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li:active > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li:active > span,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li.hover-active > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-menu > li.hover-active > span {
  color: #e2e2e2
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-submenu:before,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-submenu:before {
  color: #9896a6
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-submenu.current > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-submenu.current > span,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-submenu:hover > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-submenu:hover > span,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-submenu:focus > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-submenu:focus > span,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-submenu:active > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-submenu:active > span,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-submenu.hover-active > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li .rt-dropdown-submenu.hover-active > span,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-submenu.current > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-submenu.current > span,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-submenu:hover > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-submenu:hover > span,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-submenu:focus > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-submenu:focus > span,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-submenu:active > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-submenu:active > span,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-submenu.hover-active > a,
#rt-mainMenu.rt-dark nav > ul > li .rt-dropdown-submenu.hover-active > span {
  color: #e2e2e2
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content .mega-menu-title,
#rt-mainMenu.rt-dark nav > ul > li.mega-menu-item .mega-menu-content .mega-menu-title {
  color: #000;
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-rounded nav > ul > li.current > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-rounded nav > ul > li:hover > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-rounded nav > ul > li:focus > a,
#rt-mainMenu.rt-dark.menu-rounded nav > ul > li.current > a,
#rt-mainMenu.rt-dark.menu-rounded nav > ul > li:hover > a,
#rt-mainMenu.rt-dark.menu-rounded nav > ul > li:focus > a {
  background-color: #2250fc;
  color: #000;
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-outline nav > ul > li.current > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-outline nav > ul > li:hover > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-outline nav > ul > li:focus > a,
#rt-mainMenu.rt-dark.menu-outline nav > ul > li.current > a,
#rt-mainMenu.rt-dark.menu-outline nav > ul > li:hover > a,
#rt-mainMenu.rt-dark.menu-outline nav > ul > li:focus > a {
  color: #f4492f;
  border-color: #2250fc
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-lines nav > ul > li.current > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-lines nav > ul > li:hover > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-lines nav > ul > li:focus > a,
#rt-mainMenu.rt-dark.menu-lines nav > ul > li.current > a,
#rt-mainMenu.rt-dark.menu-lines nav > ul > li:hover > a,
#rt-mainMenu.rt-dark.menu-lines nav > ul > li:focus > a {
  color: #f4492f;
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-lines nav > ul > li.current > a:after,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-lines nav > ul > li:hover > a:after,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-lines nav > ul > li:focus > a:after,
#rt-mainMenu.rt-dark.menu-lines nav > ul > li.current > a:after,
#rt-mainMenu.rt-dark.menu-lines nav > ul > li:hover > a:after,
#rt-mainMenu.rt-dark.menu-lines nav > ul > li:focus > a:after {
  background-color: #2250fc
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-creative nav > ul > li > a:after,
#rt-mainMenu.rt-dark.menu-creative nav > ul > li > a:after {
  background-color: #000;
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-hover-background nav > ul > li.current,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-hover-background nav > ul > li:hover,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-hover-background nav > ul > li:focus,
#rt-mainMenu.rt-dark.menu-hover-background nav > ul > li.current,
#rt-mainMenu.rt-dark.menu-hover-background nav > ul > li:hover,
#rt-mainMenu.rt-dark.menu-hover-background nav > ul > li:focus {
  background-color: #2250fc
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-hover-background nav > ul > li.current > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-hover-background nav > ul > li:hover > a,
.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-hover-background nav > ul > li:focus > a,
#rt-mainMenu.rt-dark.menu-hover-background nav > ul > li.current > a,
#rt-mainMenu.rt-dark.menu-hover-background nav > ul > li:hover > a,
#rt-mainMenu.rt-dark.menu-hover-background nav > ul > li:focus > a {
  color: #000 !important;
}

.rt-dark:not(.rt-submenu-light) #rt-mainMenu.menu-overlay nav,
#rt-mainMenu.rt-dark.menu-overlay nav {
  background: rgba(31, 31, 31, .99)
}

#menu-overlay-trigger {
  z-index: 299 !important
}

@media(min-width:1024px) {
  #header[data-fullwidth=true] #rt-mainMenu:not(.menu-left):not(.menu-center) nav > ul > li.mega-menu-item > .rt-dropdown-menu {
    left: auto;
    right: 0
  }

  #header[data-fullwidth=true] #rt-mainMenu.menu-center nav > ul > li.mega-menu-item > .rt-dropdown-menu {
    right: auto;
    left: 50%;
    transform: translateX(-50%)
  }
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) {
  max-height: 3000px;
  clear: both;
  display: block;
  width: 100%;
  opacity: 1;
  overflow: hidden;
  transition: max-height .8s cubic-bezier(.79, .14, .15, .86), opacity .8s cubic-bezier(.79, .14, .15, .86)
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) > .container {
  text-align: left !important;
  width: 100%;
  max-width: 100%
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav {
  line-height: 40px;
  float: none;
  width: 100%;
  padding-bottom: 20px;
  opacity: 1 !important;
  transform: translateY(0) !important
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul {
  float: none;
  width: 100%
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li {
  padding: 0;
  margin: 0;
  clear: both;
  float: none;
  display: block;
  border: 0
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li > a {
  display: block;
  padding: 12px 0;
  font-size: 14px;
  border: 0;
  border-radius: 0
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li > a:after {
  display: none
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li > a .menu-sub-title {
  display: none !important
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.rt-dropdown:before {
  right: 14px;
  display: block
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li .rt-dropdown-menu {
  background-image: none !important;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1);
  position: static;
  clear: both;
  float: none;
  box-shadow: none;
  border: 0 !important;
  min-width: 100%;
  margin: 0;
  border-radius: 0;
  padding: 0 16px
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li .rt-dropdown-menu > li > a,
#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li .rt-dropdown-menu > li > span,
#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a {
  line-height: 16px;
  font-size: 14px;
  padding: 12px 0;
  display: block
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item {
  position: relative
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content {
  padding: 0 0 0 15px
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content .mega-menu-title {
  padding-top: 12px;
  padding-bottom: 12px
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content > a,
#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content > span,
#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li > a {
  padding: 10px 0
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li:first-child > a {
  padding-top: 12px
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li:last-child > a {
  padding-bottom: 12px
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li .rt-dropdown-submenu {
  position: relative
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul > li .rt-dropdown-submenu:before {
  right: 0;
  top: 0;
  font-size: 16px
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul li > .rt-dropdown-menu {
  border: 0;
  background-color: transparent;
  display: block
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul li > .rt-dropdown-menu > .rt-dropdown-submenu {
  position: relative
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul li > .rt-dropdown-menu > .rt-dropdown-submenu:before {
  right: 0;
  transform: rotate(90deg);
  font-size: 16px
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul li.hover-active > .rt-dropdown-menu {
  visibility: visible;
  opacity: 1;
  max-height: 3000px
}

#rt-mainMenu.menu-vertical:not(.menu-overlay) nav > ul [class*=col-lg] {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  flex: 100%;
  padding: 0;
  margin: 0
}

#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-sub-title nav > ul > li {
  line-height: unset !important
}

#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-sub-title nav > ul > li .rt-dropdown-submenu:before {
  top: 0
}

#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-rounded nav > ul > li.current > a,
#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-rounded nav > ul > li:hover > a,
#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-rounded nav > ul > li:focus > a {
  background-color: unset !important
}

#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-hover-background nav > ul > li.current,
#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-hover-background nav > ul > li:hover,
#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-hover-background nav > ul > li:focus {
  background-color: unset
}

#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-hover-background nav > ul > li.current > a,
#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-hover-background nav > ul > li:hover > a,
#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-hover-background nav > ul > li:focus > a {
  color: unset !important
}

#rt-mainMenu.menu-vertical:not(.menu-overlay).menu-left nav {
  margin-left: 0
}

#rt-mainMenu-trigger {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  height: 20px;
  z-index: 1;
  float: right;
}

#rt-mainMenu-trigger button {
  background: 0 0;
  border: 0;
  padding: 0
}

#rt-mainMenu-trigger button:focus {
  outline: 0
}

#rt-mainMenu-trigger button i {
  font-size: 17px
}

@media(max-width:1024px) {
  #rt-mainMenu-trigger {
    position: relative;
    opacity: 1;
    visibility: visible
  }

  #rt-mainMenun.menu-center nav {
    margin: 0
  }

  #rt-mainMenu:not(.menu-overlay) {
    max-height: 15px;
    position: relative;
    top: 20px;
    clear: both;
    display: block;
    width: 100%;
    opacity: 1;
    overflow: hidden;
    transition: max-height .8s cubic-bezier(.79, .14, .15, .86), opacity .8s cubic-bezier(.79, .14, .15, .86)
  }

  #rt-mainMenu:not(.menu-overlay) > .container {
    text-align: left !important;
    width: 100%;
    max-width: 100%
  }

  #rt-mainMenu:not(.menu-overlay) nav {
    line-height: 40px;
    float: none;
    width: 100%;
    padding: 20px 0;
    transition: .7s ease;
    opacity: 0;
    transform: translateY(-18px);

  }

  #rt-mainMenu:not(.menu-overlay) nav > ul {
    float: left;
    display: block;
    text-align: left;
    width: 100%;
    margin-top: 20px;
  }

  #rt-mainMenu:not(.menu-overlay) nav > ul > li {
    padding: 0;
    margin: 0;
    clear: both;
    float: none;
    border: 0;
    float: left;
    display: block;
    text-align: left;
    width: 100%;
  }
  #rt-mainMenu nav > ul#menu-testing-menu > li {
        padding: 0px;
    }
    #rt-mainMenu nav > ul#menu-all-pages > li {
        padding: 0px;
    }
    #rt-mainMenu nav > ul#menu-short > li {
        padding: 0px;
    }
    #rt-mainMenu nav > ul#menu-social-menu > li {
        padding: 0px;
    }

  #rt-mainMenu:not(.menu-overlay) nav > ul > li > a {
    display: block;
    padding: 12px 0;
    font-size: 13px;
    border: 0;
    border-radius: 0;
  }

  #rt-mainMenu:not(.menu-overlay) nav > ul > li > a:after {
    display: none
  }

  #rt-mainMenu:not(.menu-overlay) nav > ul > li > a .menu-sub-title {
    display: none !important
  }

  #rt-mainMenu:not(.menu-overlay) nav > ul > li.rt-dropdown:before {
    right: 3px !important;
    top: 4px;
    display: block
  }

  #rt-mainMenu:not(.menu-overlay) nav > ul > li .rt-dropdown-arrow {
    display: inline
  }

  #rt-mainMenu:not(.menu-overlay) nav > ul > li .rt-dropdown-menu {
    background-image: none !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    /*transition: max-height .5s cubic-bezier(.77, 0, .175, 1),
opacity .5s cubic-bezier(.77, 0, .175, 1);*/
    position: static;
    clear: both;
    float: none;
    box-shadow: none;
    border: 0 !important;
    min-width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 0 0 0 10px;
  }
  #rt-mainMenu nav > ul > li > ul > li,
    #rt-mainMenu nav > ul > li > ul > li > ul > li,
    #rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li,
    #rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li,
    #rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li,
    #rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li,
    #rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li,
    #rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li,
    #rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li,
    #rt-mainMenu nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li {
        padding: 0px !important;
    }

  #rt-mainMenu:not(.menu-overlay) nav > ul > li .rt-dropdown-menu > li > a,
  #rt-mainMenu:not(.menu-overlay) nav > ul > li .rt-dropdown-menu > li > span,
  #rt-mainMenu:not(.menu-overlay) nav > ul > li .rt-dropdown-menu > li [class*=col-] > ul > li > a {
    line-height: 16px;
    font-size: 16px;
    padding: 12px 0;
    display: block;
  }

  #rt-mainMenu:not(.menu-overlay) nav > ul > li.mega-menu-item {
    position: relative
  }

  #rt-mainMenu:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content {
    padding: 0 0 0 15px
  }

  #rt-mainMenu:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content .mega-menu-title {
    padding-top: 12px;
    padding-bottom: 12px
  }

  #rt-mainMenu:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content > a,
  #rt-mainMenu:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content > span,
  #rt-mainMenu:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li > a {
    padding: 10px 0
  }

  #rt-mainMenu:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li:first-child > a {
    padding-top: 12px
  }

  #rt-mainMenu:not(.menu-overlay) nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li:last-child > a {
    padding-bottom: 12px
  }

  #rt-mainMenu:not(.menu-overlay) nav > ul > li .rt-dropdown-submenu {
    position: relative
  }

  #rt-mainMenu:not(.menu-overlay) nav > ul > li .rt-dropdown-submenu:before {
    right: 0;
    top: 0;
    font-size: 16px
  }

  #rt-mainMenu:not(.menu-overlay) nav > ul li > .rt-dropdown-menu {
    border: 0;
    background-color: transparent;
    display: block
  }

  #rt-mainMenu:not(.menu-overlay) nav > ul li > .rt-dropdown-menu > .rt-dropdown-submenu {
    position: relative
  }

  #rt-mainMenu:not(.menu-overlay) nav > ul li > .rt-dropdown-menu > .rt-dropdown-submenu:before {
    right: 4px;
    transform: rotate(90deg);
    font-size: 12px
  }

  #rt-mainMenu:not(.menu-overlay) nav > ul li.hover-active > .rt-dropdown-menu {
    visibility: visible;
    opacity: 1;
    max-height: 3000px
  }

  #rt-mainMenu:not(.menu-overlay) nav > ul [class*=col-lg] {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex: 100%;
    padding: 0;
    margin: 0
  }

  #rt-mainMenu:not(.menu-overlay).menu-animate nav {
    opacity: 1;
    transform: translateY(0)
  }

  #rt-mainMenu:not(.menu-overlay).menu-sub-title nav > ul > li {
    line-height: unset !important
  }

  #rt-mainMenu:not(.menu-overlay).menu-sub-title nav > ul > li .rt-dropdown-submenu:before {
    top: 0
  }

  #rt-mainMenu:not(.menu-overlay).menu-rounded nav > ul > li.current > a,
  #rt-mainMenu:not(.menu-overlay).menu-rounded nav > ul > li:hover > a,
  #rt-mainMenu:not(.menu-overlay).menu-rounded nav > ul > li:focus > a {
    background-color: unset !important
  }

  #rt-mainMenu:not(.menu-overlay).menu-hover-background nav > ul > li.current,
  #rt-mainMenu:not(.menu-overlay).menu-hover-background nav > ul > li:hover,
  #rt-mainMenu:not(.menu-overlay).menu-hover-background nav > ul > li:focus {
    background-color: unset
  }

  #rt-mainMenu:not(.menu-overlay).menu-hover-background nav > ul > li.current > a,
  #rt-mainMenu:not(.menu-overlay).menu-hover-background nav > ul > li:hover > a,
  #rt-mainMenu:not(.menu-overlay).menu-hover-background nav > ul > li:focus > a {
    color: unset !important
  }

  #rt-mainMenu:not(.menu-overlay).menu-left nav {
    margin-left: 0
  }

  .rt-mainMenu-open #header #rt-mainMenu {
    /*width: calc(100% + 14px);*/
    display: block;
    opacity: 1;
    overflow-y: scroll
  }

  .rt-mainMenu-open #header .rt-header-inner,
  .rt-mainMenu-open #header #header-wrap {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
    background-color: #fff !important
  }

  .rt-mainMenu-open.rt-dark #header .rt-header-inner,
  .rt-mainMenu-open.rt-dark #header #header-wrap,
  .rt-mainMenu-open #header:not(.rt-submenu-light).rt-dark .rt-header-inner,
  .rt-mainMenu-open #header:not(.rt-submenu-light).rt-dark #header-wrap {
    background-color: #181818 !important
  }

  .rt-mainMenu-open #dotsMenu {
    z-index: -1
  }

  #dotsMenu {
    right: 20px
  }

  #dotsMenu:before {
    background: 0 0
  }
}

@media(max-width:1024px) {
  .rt-mainMenu-open #header #logo [class*=logo-] {
    display: none
  }

  .rt-mainMenu-open #header #logo .logo-default {
    display: block
  }
}

@keyframes fade-in-out {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}



@media(max-width:1024px) {
  #header[data-transparent=true] + main {
    top: -120px;
    margin-bottom: -124px;
    position: relative
  }

  #header[data-transparent=true] + main > #page-title {
    padding: 220px 0 160px
  }

  #header[data-transparent=true] + .fullscreen {
    top: -80px;
    margin-bottom: -80px
  }
}



.col-lg-2-5 {
  width: 20%;
  float: left;
  padding-left: 15px;
  padding-right: 15px
}

.profile-content {
  width: 100%;
  padding: 0;
  position: relative
}

.profile-content .profile-image {
  background-position: 50% 20%;
  background-repeat: repeat-y;
  background-size: cover;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 67.6666%;
  z-index: 2;
  display: table
}

.profile-content .profile-image .profile-name {
  padding: 15px;
  position: absolute;
  width: 100%;
  bottom: 0
}

.profile-content .profile-image .profile-name h3 {
  color: #fff;
  font-size: 120px;
  opacity: .7;
  line-height: 1;
  text-shadow: 0 22px 25px rgba(0, 0, 0, .13)
}

.profile-content .profile-bio {
  float: right;
  height: auto;
  margin: 50px;
  overflow: hidden;
  padding: 0 0 0 100px;
  position: relative;
  right: 0;
  top: 0;
  width: 33.3333%;
  z-index: 1
}

.profile-content .profile-bio .profile-bio-footer {
  padding: 20px 0 0;
  width: 100%
}

@media(max-width:1024px) {
  .profile-content .profile-image {
    height: 300px;
    position: relative;
    width: 100%;
    display: table
  }

  .profile-content .profile-image .profile-name h3 {
    font-size: 40px;
    text-align: center
  }

  .profile-content .profile-bio {
    display: block;
    float: none;
    height: auto;
    margin: 15px auto;
    padding: 15px;
    width: 750px
  }
}

.morphext > .animated {
  display: inline-block;
  opacity: 1
}

.ohidden {
  position: relative;
  overflow: hidden !important
}

.play-button {
  position: relative;
  width: 90px;
  height: 90px;
  display: inline-block;
  border-width: 7px;
  border-style: solid;
  border-color: #fff;
  border-radius: 50%;
  transition: all .4s cubic-bezier(.19, 1, .22, 1) 0s
}

.play-button > i {
  font-size: 22px;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 2px;
  transform: translateY(-50%) translateX(-50%)
}

.play-button.rt-dark {
  border-color: #1f1f1f
}

.play-button.rt-dark > i {
  color: #1f1f1f
}

.play-button:hover {
  transform: scale(1.15);
  transition: all .4s cubic-bezier(.19, 1, .22, 1) 0s
}

.rt-lines-button {
  appearance: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: .3s;
  user-select: none;
  width: 16px;
  background: 0 0;
  outline: none
}

.rt-lines-button > * {
  display: block
}

.rt-lines-button:hover,
.rt-lines-button:focus {
  outline: none
}

.rt-lines-button::-moz-focus-inner {
  border: 0
}

.lines {
  display: inline-block;
  height: 2px;
  width: 20px;
  border-radius: 4px;
  transition: .3s;
  position: relative;
  top: 2px;
}

.lines::before,
.lines::after {
  display: inline-block;
  height: 2px;
  width: 20px;
  border-radius: 4px;
  transition: .3s;
  content: '';
  position: absolute;
  left: 0;
  transform-origin: 2.85714px center;
  width: 100%
}

.lines::before {
  top: 6px
}

.lines::after {
  top: -6px
}

.lines,
.lines:before,
.lines:after {
  background-color: #111
}

.toggle-active .lines {
  -webkit-transform: scale3d(.8, .8, .8);
  transform: scale3d(.8, .8, .8)
}

.x {
  width: auto
}

.x.toggle-active .lines {
  background: 0 0 !important
}

.x.toggle-active .lines::before,
.x.toggle-active .lines::after {
  transform-origin: 50% 50%;
  top: 0;
  width: 26px
}

.x.toggle-active .lines::before {
  transform: rotate3d(0, 0, 1, 45deg)
}

.x.toggle-active .lines::after {
  transform: rotate3d(0, 0, 1, -45deg)
}

.toggle-item i {
  position: relative
}

.toggle-item i:nth-of-type(2) {
  visibility: hidden;
  position: absolute
}

.toggle-item.toggle-active i:nth-of-type(2) {
  visibility: visible;
  position: relative
}

.toggle-item.toggle-active i:nth-of-type(1) {
  visibility: hidden;
  position: absolute
}

.image-hover-zoom {
  position: relative;
  overflow: hidden;

}

.image-hover-zoom img {
  transition: all .4s ease;
  opacity: 1
}

.image-hover-zoom:hover img {
  opacity: .3
}

.vimeo_player_wrapper {
  z-index: -1 !important
}

.vimeo_player_wrapper ~ iframe {
  display: none
}

iframe {
  width: 100%
}

.block-shadow {
  -moz-box-shadow: 0 25px 75px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 25px 75px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 25px 75px 0 rgba(0, 0, 0, .2);
  margin-left: -100px
}

.portfolio-item .new-rt-rt-badge {

  background-position: 0 0;
  background-repeat: no-repeat;
  height: 61px;
  position: absolute;
  right: 12px;
  top: 3px;
  width: 55px;
  z-index: 100
}

.bar-rating {
  height: 23px;
  float: left;
  color: #ffc300
}

.image-left-offset {
  margin-left: -15px
}

.image-left-offset img {
  width: 100%;
  max-width: none;
  z-index: 1;
  position: relative;
  display: block
}

.image-right-offset {
  margin-right: -15px
}

.image-right-offset img {
  width: 100%;
  max-width: none;
  z-index: 1;
  position: relative;
  display: block
}

#external-events .fc-event {
  margin-bottom: 10px;
  cursor: grab
}

.fc-view,
.fc-view > table {
  z-index: 0 !important
}

.fc-toolbar .fc-button {
  font-size: 12px !important;
  padding: 4px 14px;
  height: 34px;
  /*font-family: poppins, sans-serif;*/
  background-color: #fff !important;
  border-color: #ebebeb !important;
  color: #4c5667 !important;
  text-shadow: none !important;
  background-image: unset !important;
  box-shadow: unset !important
}

.fc-toolbar .fc-button:hover,
.fc-toolbar .fc-button:focus,
.fc-toolbar .fc-button:active,
.fc-toolbar .fc-button.active {
  border-color: #ebedf2 !important;
  background-color: #f4f5f8 !important;
  color: #4c5667 !important
}

.fc-day-header {
  padding-top: 10px !important;
  padding-bottom: 10px !important
}

.fc-day-header span {
  font-weight: 600
}

.fc-list-heading td {
  font-weight: 600
}

td.fc-today {
  border-style: none
}

.fc-event {
  padding: 4px 10px
}

.fc-event,
.fc-event:hover,
.fc-title,
.fc-more {
  color: #484848
}

.fc-popover .fc-header {
  padding: 6px 9px
}

.fc-event {
  background-color: #fff;
  border-width: 1px;
  border-color: #e6e8eb;
  box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
  border-left-width: 1px !important;
  padding: 5px 12px !important;
  border-radius: 4px !important;
  margin: 5px
}

.fc-event-dot {
  background-color: #181818
}

.fc-divider,
.fc-list-heading td,
.fc-popover .fc-header {
  background-color: #f7f9fb !important
}

.fc-toolbar h2 {
  font-size: 1.2em
}

.fc-event-primary.fc-event {
  background-color: #2250fc;
  border-color: #2250fc;
  color: #fff
}

.fc-event-primary.fc-event span {
  color: #fff
}

.fc-event-primary .fc-event-dot {
  background-color: #2250fc
}

.fc-event-secondary.fc-event {
  background-color: #5a6268;
  border-color: #5a6268;
  color: #fff
}

.fc-event-secondary.fc-event span {
  color: #fff
}

.fc-event-secondary .fc-event-dot {
  background-color: #2250fc
}

.fc-event-warning.fc-event {
  background-color: #ffb20e;
  border-color: #ffb20e;
  color: #fff
}

.fc-event-warning.fc-event span {
  color: #fff
}

.fc-event-warning .fc-event-dot {
  background-color: #ffb20e
}

.fc-event-danger.fc-event {
  background-color: #ce041c;
  border-color: #ce041c;
  color: #fff
}

.fc-event-danger.fc-event span {
  color: #fff
}

.fc-event-danger .fc-event-dot {
  background-color: #ce041c
}

.fc-event-info.fc-event {
  background-color: #53b0f8;
  border-color: #53b0f8;
  color: #fff
}

.fc-event-info.fc-event span {
  color: #fff
}

.fc-event-info .fc-event-dot {
  background-color: #53b0f8
}

.fc-event-success.fc-event {
  background-color: #81c868;
  border-color: #81c868;
  color: #fff
}

.fc-event-success.fc-event span {
  color: #fff
}

.fc-event-success .fc-event-dot {
  background-color: #81c868
}

.simple-rt-dropdown .title {
  line-height: inherit !important;
  letter-spacing: 1px;
  padding: 0;
  color: #1f1f1f
}

.simple-rt-dropdown .rt-dropdown-list {
  right: -10px;
  margin-top: -20px;
  left: auto;
  box-shadow: 0 -6px 16px rgba(0, 0, 0, .1);
  margin-top: -16px
}

.simple-rt-dropdown .rt-dropdown-list:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  top: -9px;
  right: 14px;
  position: absolute
}

.p-rt-dropdown {
  float: left;
  font-size: 13px;
  font-weight: 400;
  position: relative
}

.p-rt-dropdown a:not(.btn) {
  color: #484848
}

.p-rt-dropdown .btn,
.p-rt-dropdown .title {
  padding-bottom: 10px;
  cursor: pointer;
  overflow: unset !important
}

.p-rt-dropdown .btn:before {
  top: 30px;
  right: 5px
}

.p-rt-dropdown .btn ~ .rt-dropdown-content {
  top: 42px
}

.p-rt-dropdown .p-rt-dropdown-content,
.p-rt-dropdown ul.p-rt-dropdown-content {
  line-height: normal;
  position: absolute;
  z-index: 5;
  text-align: left;
  opacity: 0;
  transition: all .3s ease;
  visibility: hidden;
  transform: translateY(8px);
  padding: 14px 20px;
  min-width: 100px;
  top: auto;
  width: min-content;
  right: 0;
  margin: 0;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e6e8eb;
  box-shadow: 0 14px 20px rgba(0, 0, 0, .1)
}

.p-rt-dropdown .p-rt-dropdown-content hr,
.p-rt-dropdown ul.p-rt-dropdown-content hr {
  margin-left: -20px;
  margin-right: -20px
}

.p-rt-dropdown .p-rt-dropdown-content ul > li,
.p-rt-dropdown .p-rt-dropdown-content > li,
.p-rt-dropdown ul.p-rt-dropdown-content ul > li,
.p-rt-dropdown ul.p-rt-dropdown-content > li {
  display: block
}

.p-rt-dropdown .p-rt-dropdown-content ul > li:first-child label,
.p-rt-dropdown .p-rt-dropdown-content > li:first-child label,
.p-rt-dropdown ul.p-rt-dropdown-content ul > li:first-child label,
.p-rt-dropdown ul.p-rt-dropdown-content > li:first-child label {
  margin-top: 0
}

.p-rt-dropdown .p-rt-dropdown-content ul > li label,
.p-rt-dropdown .p-rt-dropdown-content > li label,
.p-rt-dropdown ul.p-rt-dropdown-content ul > li label,
.p-rt-dropdown ul.p-rt-dropdown-content > li label {
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 14px;
  margin-bottom: 0
}

.p-rt-dropdown .p-rt-dropdown-content ul > li a,
.p-rt-dropdown .p-rt-dropdown-content > li a,
.p-rt-dropdown ul.p-rt-dropdown-content ul > li a,
.p-rt-dropdown ul.p-rt-dropdown-content > li a {
  line-height: 26px;
  white-space: nowrap;
  display: block;
  padding: 2px 8px
}

.p-rt-dropdown .p-rt-dropdown-content ul > li a i,
.p-rt-dropdown .p-rt-dropdown-content > li a i,
.p-rt-dropdown ul.p-rt-dropdown-content ul > li a i,
.p-rt-dropdown ul.p-rt-dropdown-content > li a i {
  margin-right: 6px
}

.p-rt-dropdown.p-rt-dropdown-invert .p-rt-dropdown-content,
.p-rt-dropdown.p-rt-dropdown-invert ul.p-rt-dropdown-content {
  left: 0;
  right: auto
}

.p-rt-dropdown.p-rt-dropdown-invert .p-rt-dropdown-content:before,
.p-rt-dropdown.p-rt-dropdown-invert ul.p-rt-dropdown-content:before {
  content: " ";
  right: auto;
  left: 22px
}

.p-rt-dropdown:hover .title:before,
.p-rt-dropdown.rt-dropdown-active .title:before {
  opacity: 1;
  visibility: visible
}

.p-rt-dropdown:hover .p-rt-dropdown-content,
.p-rt-dropdown.rt-dropdown-active .p-rt-dropdown-content {
  opacity: 1;
  transform: scale(1);
  visibility: visible
}

.rt-badge-danger {
  color: #fff;
  background-color: #dc3545
}

a.rt-badge-danger:focus,
a.rt-badge-danger:hover {
  color: #fff;
  background-color: #bd2130
}

a.rt-badge-danger.focus,
a.rt-badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.widget-form {
  min-width: 200px
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e6e8eb;
  border-bottom-width: 1px;
  border-left-width: 1px
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #e6e8eb;
  border-top: 0;
  background-color: #f7f9fb
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  border-top: 2px solid #e6e8eb;
  background-color: #f7f9fb
}

.table-bordered {
  border: 1px solid #e6e8eb
}

.dataTables_paginate,
.paging_simple_numbers .dataTables_info,
#datatable_paginate {
  margin-top: 20px
}

div.dataTables_wrapper div.dataTables_length select {
  min-width: 60px
}

.dataTables_wrapper .dataTable .group th,
.dataTables_wrapper .dataTable .group td {
  background-color: #f8f9fa
}

.dataTable input {
  width: 100%
}

.table th {
  font-weight: 500
}

.p-countdown .p-countdown-show {
  display: none
}



.no-margin {
  margin: 0 !important
}

.m-b-0 {
  margin-bottom: 0 !important
}

.m-b-5 {
  margin-bottom: 5px !important
}

.m-b-10 {
  margin-bottom: 10px !important
}

.m-b-15 {
  margin-bottom: 15px !important
}

.m-b-20 {
  margin-bottom: 20px !important
}

.m-b-25 {
  margin-bottom: 25px !important
}

.m-b-30 {
  margin-bottom: 30px !important
}

.m-b-35 {
  margin-bottom: 35px !important
}

.m-b-40 {
  margin-bottom: 40px !important
}

.m-b-50 {
  margin-bottom: 50px !important
}

.m-b-60 {
  margin-bottom: 60px !important
}

.m-b-70 {
  margin-bottom: 70px !important
}

.m-b-80 {
  margin-bottom: 80px !important
}

.m-b-90 {
  margin-bottom: 90px !important
}

.m-b-100 {
  margin-bottom: 100px !important
}

.m-b-150 {
  margin-bottom: 150px !important
}

.m-b-200 {
  margin-bottom: 200px !important
}

.m-t-0 {
  margin-top: 0 !important
}

.m-t-5 {
  margin-top: 5px !important
}

.m-t-10 {
  margin-top: 10px !important
}

.m-t-15 {
  margin-top: 15px !important
}

.m-t-20 {
  margin-top: 20px !important
}

.m-t-25 {
  margin-top: 25px !important
}

.m-t-30 {
  margin-top: 30px !important
}

.m-t-35 {
  margin-top: 35px !important
}

.m-t-40 {
  margin-top: 40px !important
}

.m-t-50 {
  margin-top: 50px !important
}

.m-t-60 {
  margin-top: 60px !important
}

.m-t-70 {
  margin-top: 70px !important
}

.m-t-80 {
  margin-top: 80px !important
}

.m-t-90 {
  margin-top: 90px !important
}

.m-t-100 {
  margin-top: 100px !important
}

.m-l-0 {
  margin-left: 0 !important
}

.m-l-5 {
  margin-left: 5px !important
}

.m-l-10 {
  margin-left: 10px !important
}

.m-l-15 {
  margin-left: 15px !important
}

.m-l-20 {
  margin-left: 20px !important
}

.m-l-25 {
  margin-left: 25px !important
}

.m-l-30 {
  margin-left: 30px !important
}

.m-l-35 {
  margin-left: 35px !important
}

.m-l-40 {
  margin-left: 40px !important
}

.m-l-50 {
  margin-left: 50px !important
}

.m-l-60 {
  margin-left: 60px !important
}

.m-l-70 {
  margin-left: 70px !important
}

.m-l-80 {
  margin-left: 80px !important
}

.m-l-90 {
  margin-left: 90px !important
}

.m-l-100 {
  margin-left: 100px !important
}

.m-r-0 {
  margin-right: 0 !important
}

.m-r-5 {
  margin-right: 5px !important
}

.m-r-10 {
  margin-right: 10px !important
}

.m-r-15 {
  margin-right: 15px !important
}

.m-r-20 {
  margin-right: 20px !important
}

.m-r-25 {
  margin-right: 25px !important
}

.m-r-30 {
  margin-right: 30px !important
}

.m-r-35 {
  margin-right: 35px !important
}

.m-r-40 {
  margin-right: 40px !important
}

.m-r-50 {
  margin-right: 50px !important
}

.m-r-60 {
  margin-right: 60px !important
}

.m-r-70 {
  margin-right: 70px !important
}

.m-r-80 {
  margin-right: 80px !important
}

.m-r-90 {
  margin-right: 90px !important
}

.m-r-100 {
  margin-right: 100px !important
}

.m-0 {
  margin: 0 !important
}

.m-5 {
  margin: 5px !important
}

.m-10 {
  margin: 10px !important
}

.m-15 {
  margin: 15px !important
}

.m-20 {
  margin: 20px !important
}

.m-25 {
  margin: 25px !important
}

.m-30 {
  margin: 30px !important
}

.m-35 {
  margin: 35px !important
}

.m-40 {
  margin: 40px !important
}

.m-50 {
  margin: 50px !important
}

.m-60 {
  margin: 60px !important
}

.m-70 {
  margin: 70px !important
}

.m-80 {
  margin: 80px !important
}

.m-90 {
  margin: 90px !important
}

.m-100 {
  margin: 100px !important
}


.lh80 {
  line-height: 80px !important
}

.line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 50px 0;
  border-top: 1px solid #e3e3e3
}



.space {
  width: 100%;
  display: block;
  clear: both;
  height: 60px;
  position: relative
}

@media(max-width:768px) {

  .text-md,
  .text-md span,
  .text-md span span {
    font-size: 46px !important;
    line-height: 58px !important
  }
}



a:not([href]):not([tabindex]):not(.btn) {
  color: none
}

.btn {
  padding: 0px !important;
}


button.btn i,
.btn:not(.close):not(.mfp-close) i,
a.btn:not([href]):not([tabindex]) i {
  text-shadow: none
}

button.btn.btn-xs,
.btn:not(.close):not(.mfp-close).btn-xs,
a.btn:not([href]):not([tabindex]).btn-xs {
  font-size: 10px;
  height: 24px;
  line-height: 22px;
  padding: 0 10px
}

button.btn.btn-sm,
.btn:not(.close):not(.mfp-close).btn-sm,
a.btn:not([href]):not([tabindex]).btn-sm {
  font-size: 11px;
  height: 30px;
  line-height: 28px;
  padding: 0 14px
}

button.btn.btn-lg,
.btn:not(.close):not(.mfp-close).btn-lg,
a.btn:not([href]):not([tabindex]).btn-lg {
  font-size: 16px;
  height: 58px;
  letter-spacing: 2px;
  line-height: 56px;
  padding: 0 40px
}

button.btn:hover,
button.btn:focus,
button.btn:not(:disabled):not(.disabled):active,
button.btn:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close):hover,
.btn:not(.close):not(.mfp-close):focus,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]):hover,
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active {
  /*background-color: #0333e8;
    border-color: #0333e8;
    color: #fff;
    text-decoration: none*/
}

button.btn.btn-outline,
.btn:not(.close):not(.mfp-close).btn-outline,
a.btn:not([href]):not([tabindex]).btn-outline {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  /*border-color: #2250fc;
    color: #f4492f;*/
}

button.btn.btn-outline:hover,
button.btn.btn-outline:focus,
button.btn.btn-outline:active,
button.btn.btn-outline.active,
.btn:not(.close):not(.mfp-close).btn-outline:hover,
.btn:not(.close):not(.mfp-close).btn-outline:focus,
.btn:not(.close):not(.mfp-close).btn-outline:active,
.btn:not(.close):not(.mfp-close).btn-outline.active,
a.btn:not([href]):not([tabindex]).btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-outline:focus,
a.btn:not([href]):not([tabindex]).btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-outline.active {
  background-color: #2250fc;
  border-width: 2px;
  border-style: solid;
  border-color: #2250fc;
  color: #fff
}

button.btn.btn-rounded,
.btn:not(.close):not(.mfp-close).btn-rounded,
a.btn:not([href]):not([tabindex]).btn-rounded {
  border-radius: 2em !important
}

button.btn.btn-block,
.btn:not(.close):not(.mfp-close).btn-block,
a.btn:not([href]):not([tabindex]).btn-block {
  width: 100%;
  display: block
}

button.btn.btn-white,
button.btn.btn-light,
.btn:not(.close):not(.mfp-close).btn-white,
.btn:not(.close):not(.mfp-close).btn-light,
a.btn:not([href]):not([tabindex]).btn-white,
a.btn:not([href]):not([tabindex]).btn-light {
  background-color: #fff;
  border-color: #e6e8eb;
  color: #4c5667
}

button.btn.btn-white:hover,
button.btn.btn-white:focus,
button.btn.btn-white:active,
button.btn.btn-white.active,
button.btn.btn-light:hover,
button.btn.btn-light:focus,
button.btn.btn-light:active,
button.btn.btn-light.active,
.btn:not(.close):not(.mfp-close).btn-white:hover,
.btn:not(.close):not(.mfp-close).btn-white:focus,
.btn:not(.close):not(.mfp-close).btn-white:active,
.btn:not(.close):not(.mfp-close).btn-white.active,
.btn:not(.close):not(.mfp-close).btn-light:hover,
.btn:not(.close):not(.mfp-close).btn-light:focus,
.btn:not(.close):not(.mfp-close).btn-light:active,
.btn:not(.close):not(.mfp-close).btn-light.active,
a.btn:not([href]):not([tabindex]).btn-white:hover,
a.btn:not([href]):not([tabindex]).btn-white:focus,
a.btn:not([href]):not([tabindex]).btn-white:active,
a.btn:not([href]):not([tabindex]).btn-white.active,
a.btn:not([href]):not([tabindex]).btn-light:hover,
a.btn:not([href]):not([tabindex]).btn-light:focus,
a.btn:not([href]):not([tabindex]).btn-light:active,
a.btn:not([href]):not([tabindex]).btn-light.active {
  border-color: #e6e8eb;
  background-color: #f4f5f8;
  color: #4c5667
}

button.btn.btn-white.btn-outline,
button.btn.btn-light.btn-outline,
.btn:not(.close):not(.mfp-close).btn-white.btn-outline,
.btn:not(.close):not(.mfp-close).btn-light.btn-outline,
a.btn:not([href]):not([tabindex]).btn-white.btn-outline,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline {
  border-color: #fff;
  background-color: transparent;
  color: #fff
}

button.btn.btn-white.btn-outline:hover,
button.btn.btn-white.btn-outline:focus,
button.btn.btn-white.btn-outline:active,
button.btn.btn-white.btn-outline.active,
button.btn.btn-light.btn-outline:hover,
button.btn.btn-light.btn-outline:focus,
button.btn.btn-light.btn-outline:active,
button.btn.btn-light.btn-outline.active,
.btn:not(.close):not(.mfp-close).btn-white.btn-outline:hover,
.btn:not(.close):not(.mfp-close).btn-white.btn-outline:focus,
.btn:not(.close):not(.mfp-close).btn-white.btn-outline:active,
.btn:not(.close):not(.mfp-close).btn-white.btn-outline.active,
.btn:not(.close):not(.mfp-close).btn-light.btn-outline:hover,
.btn:not(.close):not(.mfp-close).btn-light.btn-outline:focus,
.btn:not(.close):not(.mfp-close).btn-light.btn-outline:active,
.btn:not(.close):not(.mfp-close).btn-light.btn-outline.active,
a.btn:not([href]):not([tabindex]).btn-white.btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-white.btn-outline:focus,
a.btn:not([href]):not([tabindex]).btn-white.btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-white.btn-outline.active,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline:focus,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-light.btn-outline.active {
  background-color: #fff;
  border-color: #fff;
  color: #4c5667
}

button.btn.btn-white.btn-white-hover:hover,
button.btn.btn-white.btn-white-hover:focus,
button.btn.btn-white.btn-white-hover:active,
button.btn.btn-white.btn-white-hover.active,
button.btn.btn-white.btn-light-hover:hover,
button.btn.btn-white.btn-light-hover:focus,
button.btn.btn-white.btn-light-hover:active,
button.btn.btn-white.btn-light-hover.active,
button.btn.btn-light.btn-white-hover:hover,
button.btn.btn-light.btn-white-hover:focus,
button.btn.btn-light.btn-white-hover:active,
button.btn.btn-light.btn-white-hover.active,
button.btn.btn-light.btn-light-hover:hover,
button.btn.btn-light.btn-light-hover:focus,
button.btn.btn-light.btn-light-hover:active,
button.btn.btn-light.btn-light-hover.active,
.btn:not(.close):not(.mfp-close).btn-white.btn-white-hover:hover,
.btn:not(.close):not(.mfp-close).btn-white.btn-white-hover:focus,
.btn:not(.close):not(.mfp-close).btn-white.btn-white-hover:active,
.btn:not(.close):not(.mfp-close).btn-white.btn-white-hover.active,
.btn:not(.close):not(.mfp-close).btn-white.btn-light-hover:hover,
.btn:not(.close):not(.mfp-close).btn-white.btn-light-hover:focus,
.btn:not(.close):not(.mfp-close).btn-white.btn-light-hover:active,
.btn:not(.close):not(.mfp-close).btn-white.btn-light-hover.active,
.btn:not(.close):not(.mfp-close).btn-light.btn-white-hover:hover,
.btn:not(.close):not(.mfp-close).btn-light.btn-white-hover:focus,
.btn:not(.close):not(.mfp-close).btn-light.btn-white-hover:active,
.btn:not(.close):not(.mfp-close).btn-light.btn-white-hover.active,
.btn:not(.close):not(.mfp-close).btn-light.btn-light-hover:hover,
.btn:not(.close):not(.mfp-close).btn-light.btn-light-hover:focus,
.btn:not(.close):not(.mfp-close).btn-light.btn-light-hover:active,
.btn:not(.close):not(.mfp-close).btn-light.btn-light-hover.active,
a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover:hover,
a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover:focus,
a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover:active,
a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover.active,
a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover:hover,
a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover:focus,
a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover:active,
a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover.active,
a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover:hover,
a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover:focus,
a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover:active,
a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover.active,
a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:hover,
a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:focus,
a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:active,
a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover.active {
  background-color: #fff;
  border-color: #ebebeb;
  color: #4c5667
}

button.btn:not(.btn-shadow):focus,
button.btn:not(.btn-shadow):focus:active,
.btn:not(.close):not(.mfp-close):not(.btn-shadow):focus,
.btn:not(.close):not(.mfp-close):not(.btn-shadow):focus:active,
a.btn:not([href]):not([tabindex]):not(.btn-shadow):focus,
a.btn:not([href]):not([tabindex]):not(.btn-shadow):focus:active {
  box-shadow: none !important
}

button.btn.btn-info,
.btn:not(.close):not(.mfp-close).btn-info,
a.btn:not([href]):not([tabindex]).btn-info {
  background-color: #53b0f8;
  border-color: #53b0f8
}

button.btn.btn-info:hover,
button.btn.btn-info:focus,
button.btn.btn-info:not(:disabled):not(.disabled):active,
button.btn.btn-info:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-info:hover,
.btn:not(.close):not(.mfp-close).btn-info:focus,
.btn:not(.close):not(.mfp-close).btn-info:not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close).btn-info:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-info:hover,
a.btn:not([href]):not([tabindex]).btn-info:focus,
a.btn:not([href]):not([tabindex]).btn-info:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-info:not(:disabled):not(.disabled).active {
  background-color: #2299f6;
  border-color: #2299f6;
  color: #fff
}


button.btn.btn-round,
.btn:not(.close):not(.mfp-close).btn-round,
a.btn:not([href]):not([tabindex]).btn-round {
  border-radius: 50%;
  padding: 0 10px !important;
  height: 36px !important;
  line-height: 36px !important
}

button.btn.btn-round > i,
.btn:not(.close):not(.mfp-close).btn-round > i,
a.btn:not([href]):not([tabindex]).btn-round > i {
  font-size: 14px
}


button.btn.btn-shadow:hover,
button.btn.btn-shadow:focus,
button.btn.btn-shadow:not(:disabled):not(.disabled):active,
button.btn.btn-shadow:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-shadow:hover,
.btn:not(.close):not(.mfp-close).btn-shadow:focus,
.btn:not(.close):not(.mfp-close).btn-shadow:not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close).btn-shadow:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-shadow:hover,
a.btn:not([href]):not([tabindex]).btn-shadow:focus,
a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: 4px 8px 16px #dedede;
  -moz-box-shadow: 4px 8px 16px #dedede;
  box-shadow: 4px 8px 16px #dedede
}



.heading-creative {
  font-size: 62px;
  font-weight: 100;
  position: relative;
  text-align: left;
  width: 100%
}

.heading-creative strong {
  color: #f4492f;
}

#header:not([data-transparent=true]).rt-dark .heading-creative {
  color: #eee
}

ul.nav li.rt-dropdown:hover > ul.rt-dropdown-menu {
  display: block
}

/* NEW MEGA MENU CSS END */

/* STYLE NAV START */
#rt-main-toggle-menu,
.responsive-menu-wrap {
  display: none;
}

.mobile-menu-icon {
  position: fixed;
  float: right;
  left: 0;
  top: 0;
  height: 55px;
  width: 55px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #000;
  -webkit-transition: left 0.3s ease-in, background 0.3s ease-in;
  -moz-transition: left 0.3s ease-in, background 0.3s ease-in;
  transition: left 0.3s ease-in, background 0.3s ease-in;
  z-index: 1000;
}

.rt-mobile-menu-toggle {
  -webkit-transition: left 0.3s ease-in;
  -moz-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
  left: 0;
}

.rt-dashboard-push-left .rt-mobile-menu-toggle {
  left: 0;
}

.mobile-menu-icon {
  font-size: 24px;
}

.minimal-logo-overlay,
.minimal-menu-overlay,
.rt-menu-overlay {
  position: fixed;
  right: 0;
  top: 0;
  float: left;
  z-index: 99;
  width: 50%;
  height: 100%;
  display: none;
}

body:not(.mobile-mode-active) .rt-mobile-menu-outer:after {
  content: " ";
  position: fixed;
  right: 0;
  top: 0;
  opacity: 0;
  float: left;
  z-index: 98;
  width: 0%;
  height: 100%;
  display: block;
  background-color: transparent;
}

.rt-mobile-menu-outer:after {
  width: 0%;
}

.rt-menu-overlay {
  height: 100%;
  width: 0%;
}

body:not(.mobile-mode-active) .rt-mobile-menu .rt-dashboard-columns {
  margin: 0;
}

body .rt-mobile-menu-outer,
body .minimal-logo-overlay,
body .rt-menu-overlay {
  -webkit-transition: width 0.3s ease-in;
  -moz-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
}

body .rt-mobile-menu-outer:after {
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.menu-is-onscreen .rt-mobile-menu-outer,
.menu-is-onscreen:not(.mobile-mode-active) .minimal-logo-overlay {
  width: 580px;
}

.menu-is-onscreen .rt-menu-overlay {
  width: 35%;
}

.menu-is-onscreen:not(.mobile-mode-active) .rt-mobile-menu-outer:after {
  width: 100%;
  opacity: 1;
}

.menu-is-onscreen:not(.mobile-mode-active).menu-is-closing .rt-mobile-menu-outer:after {
  opacity: 0;
}

.menu-is-onscreen:not(.mobile-mode-active) .minimal-logo-overlay {
  opacity: 1;
}

.minimal-logo:not(.mobile-mode-active) .rt-mobile-menu {
  width: 100%;
  left: 0;
  right: auto;
  top: 0;
}

.menu-is-onscreen:not(.mobile-mode-active) .minimal-logo-overlay {
  width: 600px;
  left: 0;
  right: auto;
  top: 0;
}

.minimal-logo-overlay {
  display: block;
}

.menu-is-onscreen .minimal-logo:not(.mobile-mode-active) .minimal-logo-overlay {
  left: 0;
  width: 610px;
}

.menu-is-closing .rt-mobile-menu-toggle,
.menu-is-onscreen .rt-mobile-menu-toggle {
  background: none;
}

.minimal-menu-overlay,
.minimal-logo-overlay,
.rt-menu-overlay {
  /*background: url(../images/glow-pattern.png) no-repeat right bottom #030315;*/
  background: #030315;
}

.rt-menu-bg {
  height: 100%;
  display: block;
}

.simple-menu,
.theme-is-light .simple-menu {
  background: rgba(55, 55, 55, 1);
}

.rt-mobile-menu,
.theme-is-light .rt-mobile-menu {
  width: 100%;
}

.header-is-simple .rt-mobile-menu {
  right: 0;
  top: 0;
}

.simple-menu.menu-push-onscreen,
.rt-mobile-menu.menu-push-onscreen {
  visibility: visible;
  opacity: 1;
  right: 0;
  -webkit-transition: right 1s, opacity 1s;
  transition: right 1s, opacity 1s;
}

.display-menu-item-image {
  border-radius: 100%;
  position: absolute;
  left: -79px;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -28px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: height 300ms ease-out, width 300ms ease-out, border 300ms ease-out, opacity 0.8s, transform 0.5s;
  -moz-transition: height 300ms ease-out, width 300ms ease-out, border 300ms ease-out, opacity 0.8s, transform 0.5s;
  -ms-transition: height 300ms ease-out, width 300ms ease-out, border 300ms ease-out, opacity 0.8s, transform 0.5s;
  transition: height 300ms ease-out, width 300ms ease-out, border 300ms ease-out, opacity 0.8s, transform 0.5s;
  border: 5px solid rgba(255, 255, 255, 0.15);
}

.menu-item small {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  display: block;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.rt-tree-open.menu-item small {
  opacity: 0;
}

ul.rt-tree {
  margin-left: 0;
  padding: 18px 35px;
}

ul.rt-tree ul {
  margin-left: 1em;
}

ul.rt-tree li {
  list-style: none;
  position: relative;
}

ul.rt-tree a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.25px;
  text-decoration: none;
}

ul.rt-tree ul li a {
  display: block;
  font-size: 12px;
  letter-spacing: -0.25px;
  text-decoration: none;
}

ul.rt-tree a {
  -webkit-transition: color 300ms ease-out, border-color 300ms ease-out;
  -moz-transition: color 300ms ease-out, border-color 300ms ease-out;
  -ms-transition: color 300ms ease-out, border-color 300ms ease-out;
  -o-transition: color 300ms ease-out, border-color 300ms ease-out;
  transition: color 300ms ease-out, border-color 300ms ease-out;
  text-decoration: none;
}

ul.rt-tree ul {
  margin-left: 0;
}

ul.rt-tree li.rt-tree-node {
  position: relative;
}

ul.rt-tree li.rt-tree-node > a:after {
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  position: absolute;
  right: 0;
  top: 50%;
  font-family: "themify";
}

ul.rt-tree ul.sub-menu li:last-child {
  padding-bottom: 28px;
}

ul.rt-tree li.rt-tree-open > a:after {
  content: "\e64b";
  -webkit-transform: translateY(0) rotate(180deg);
  transform: translateY(0) rotate(180deg);
  right: 3px;
}

ul.rt-tree li {
  padding-bottom: 0;
  opacity: 0;
  -webkit-transition: bottom 0.5s, opacity 1s, padding-bottom 0.3s;
  -moz-transition: bottom 0.5s, opacity 1s, padding-bottom 0.3s;
  -ms-transition: bottom 0.5s, opacity 1s, padding-bottom 0.3s;
  -o-transition: bottom 0.5s, opacity 1s, padding-bottom 0.3s;
  transition: bottom 0.5s, opacity 1s, padding-bottom 0.3s;
  position: relative;
  bottom: 0;
}

.vertical-menu ul.rt-tree li {
  opacity: 1;
}

ul.rt-tree > li {
  bottom: -5px;
}

ul.rt-tree > li::before {
  position: absolute;
  content: " ";
  width: 7px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
  left: -22px;
  top: 23px;
  border-radius: 100%;
  opacity: 0.3;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

ul.rt-tree > li.rt-tree-open::before {
  opacity: 1;
}

ul.rt-tree li.rt-tree-closed > a:after {
  content: "\e649";
  font-family: 'themify';
}

ul.rt-tree li > a:after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

ul.rt-tree ul > li:first-child {
  margin-top: 1px;
}

ul.rt-tree li > a:hover {
  color: #fff;
}

.rt-mobile-menu ul.rt-tree ul > li ul li a {
  padding-left: 20px !important;
  font-size: 14px !important;
  line-height: 24px !important;
}

ul.rt-tree a {
  padding: 5px 0px 5px 0;
  color: #fff;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.05);*/
}

ul.rt-tree a:hover {
  color: #fff;
}

ul.rt-tree ul.sub-menu {
  display: none;
}

.vertical-menu nav,
.simple-menu nav,
.rt-mobile-menu nav,
.header-is-simple .rt-mobile-menu nav {
  text-align: left;
}

.simple-menu ul.rt-tree,
.header-is-simple .rt-mobile-menu ul.rt-tree,
.mobile-social-header .social-header-wrap {
  width: 360px;
  margin: 0;
  margin-top: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.rt-mobile-menu ul.rt-tree {
  width: auto;
  max-width: 290px;
  margin: 0 auto;
}

.simple-menu ul.rt-tree a,
.rt-mobile-menu ul.rt-tree a {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 2px;
  font-weight: 400;
  padding: 12px 0;
  position: relative;
}

.simple-menu ul.rt-tree .sub-menu a,
.rt-mobile-menu ul.rt-tree .sub-menu a {
  padding: 6px 0;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1.6px;
  color: #D9D8E1;
}

.simple-menu ul.rt-tree .sub-menu .sub-menu a,
.header-is-simple .rt-mobile-menu ul.rt-tree .sub-menu .sub-menu a {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.vertical-menu ul.rt-tree ul.sub-menu,
.simple-menu ul.rt-tree ul.sub-menu,
.rt-mobile-menu ul.rt-tree ul.sub-menu,
.header-is-simple .rt-mobile-menu ul.rt-tree ul.sub-menu {
  margin: 0;
}

.simple-menu ul.rt-tree li.rt-tree-node > a::after,
.rt-mobile-menu ul.rt-tree li.rt-tree-node > a::after,
.header-is-simple ul.rt-tree li.rt-tree-node > a::after {
  top: 23px;
  line-height: 0;
}

.rt-mobile-menu ul.rt-tree a {
  padding: 14px 0;
  position: relative;
  color: #ffffff !important;
}

.simple-menu ul.rt-tree li li.rt-tree-node > a::after,
.rt-mobile-menu ul.rt-tree li li.rt-tree-node > a::after,
.header-is-simple ul.rt-tree li li.rt-tree-node > a::after {
  top: 22px;
}

.theme-is-light .simple-menu ul.rt-tree a {
  color: #000;
}

.theme-is-light .rt-mobile-menu .simple-menu ul.rt-tree a {
  color: #000;
}

.theme-is-light .simple-menu ul.rt-tree li li a {
  color: #fff;
}

.theme-is-light .rt-mobile-menu ul.rt-tree a,
.header-is-simple.theme-is-light .rt-mobile-menu ul.rt-tree a {
  color: rgba(255, 255, 255, 0.9);
}

.theme-is-light .rt-mobile-menu ul.rt-tree li li a,
.header-is-simple.theme-is-light .rt-mobile-menu ul.rt-tree li li a {
  color: rgba(255, 255, 255, 0.9);
}

.theme-is-light .rt-mobile-menu ul.rt-tree li li a:hover,
.header-is-simple.theme-is-light .rt-mobile-menu ul.rt-tree li li a:hover,
.theme-is-light .rt-mobile-menu ul.rt-tree li > a:hover,
.theme-is-light .rt-mobile-menu ul.rt-tree a:hover {
  color: rgba(255, 255, 255, 1);
}

.rt-mobile-menu,
.simple-menu {
  padding-top: 0;
}

.simple-menu,
.rt-mobile-menu {
  background: #fff;
  color: #000;
  width: 35%;
  position: fixed;
  right: 0;
  top: 0;
  padding-top: 130px;
  float: left;
  z-index: 1001;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: right 0.5s, opacity 0.5s, visibility 0.5s;
  transition: right 0.5s, opacity 0.5s, visibility 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.rt-mobile-menu-outer {
  width: 590px;
  position: fixed;
  left: 0;
  top: 0;
  float: left;
  z-index: 1001;
  overflow: hidden;
  height: 0%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.minimal-logo:not(.mobile-mode-active) .rt-mobile-menu {
  position: absolute;
}

.rt-mobile-menu {
  color: #fff;
  background: none;
}

.rt-mobile-menu-inner-wrap {
  margin: 0 auto;
  padding: 110px 0;
}

.rt-mobile-menu ul.rt-tree {
  padding: 0;
}

/**
 * Toggle Menu
 */

#toggle-menu {
  display: block;
}

.minimal-menu .social-sharing-toggle {
  right: 50px;
}

.minimal-menu.minimal-menu-fadein .social-sharing-toggle,
.minimal-menu.minimal-menu-fadein .social-header-wrap,
.minimal-menu.minimal-menu-fadein .homemenu {
  -webkit-animation: minimalmenu-fadein 1s;
  -moz-animation: minimalmenu-fadein 1s;
  -ms-animation: minimalmenu-fadein 1s;
  -o-animation: minimalmenu-fadein 1s;
  animation: minimalmenu-fadein 1s;
  opacity: 1;
}

@keyframes minimalmenu-fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes minimalmenu-fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes minimalmenu-fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes minimalmenu-fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.minimal-menu.minimal-menu-fadeout .social-sharing-toggle,
.minimal-menu.minimal-menu-fadeout .social-header-wrap,
.minimal-menu.minimal-menu-fadeout .homemenu {
  -webkit-animation: minimalmenu-fadeout 1s;
  -moz-animation: minimalmenu-fadeout 1s;
  -ms-animation: minimalmenu-fadeout 1s;
  -o-animation: minimalmenu-fadeout 1s;
  animation: minimalmenu-fadeout 1s;
  opacity: 0;
}

@keyframes minimalmenu-fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-moz-keyframes minimalmenu-fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes minimalmenu-fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-o-keyframes minimalmenu-fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.toggle-menu-trigger {
  position: absolute;
  top: 35px;
  left: 35px;
  display: block;
  width: 25px;
  height: 50px;
  cursor: pointer;
  z-index: 130;
}

.sticky-menu-on .toggle-menu-trigger {
  display: none;
}

.toggle-menu-trigger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  margin-top: -3px;
  font-size: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
}

.toggle-menu-open .toggle-menu-trigger span,
.fullscreen-slide-dark .toggle-menu-open .toggle-menu-trigger span,
.fullscreen-slide-light .toggle-menu-open .toggle-menu-trigger span {
  background-color: transparent;
}

.toggle-menu-trigger span:before,
.toggle-menu-trigger span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
}

.toggle-menu-trigger span:before,
.toggle-menu-trigger span:after,
.toggle-menu-open .toggle-menu-trigger span:before,
.toggle-menu-open .toggle-menu-trigger span:after,
.toggle-menu-trigger span {
  background: #000;
}

.toggle-menu-trigger span:before {
  -webkit-transform: translateY(-350%);
  transform: translateY(-350%);
}

.toggle-menu-trigger span:after {
  -webkit-transform: translateY(350%);
  transform: translateY(350%);
}

.toggle-menu-open .toggle-menu-trigger span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.toggle-menu-open .toggle-menu-trigger span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

/* Mobile Menu */

#simple-toggle-menu .rt-main-toggle-menu-trigger {
  left: 32px;
}

/*nav#rt-main-toggle-menu.rt-main-toggle-menu-open {
    position: fixed;
    right: 95px;
    top: 30px;
    z-index: 999;
    transition: .4s cubic-bezier(.48,.57,.33,.89) !important;
}*/
nav#rt-main-toggle-menu {
  position: absolute;
  right: 0;
  top: -25px;
  transition: .4s cubic-bezier(.48, .57, .33, .89) !important;
}

.rt-main-toggle-menu-trigger {
  position: relative;
  top: 20px;
  right: 0;
  display: block;
  width: 28px;
  height: 40px;
  cursor: pointer;
  float: right;
  z-index: 1010;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  margin: 0;
}

#minimal-toggle-menu .rt-main-toggle-menu-trigger {
  top: 144px;
  left: 50px;
}

.top-header-present #minimal-toggle-menu .rt-main-toggle-menu-trigger {
  top: 59px;
}

.menu-is-onscreen #minimal-toggle-menu .rt-main-toggle-menu-trigger {
  top: 14px;
}

.sticky-menu-on #minimal-toggle-menu .rt-main-toggle-menu-trigger {
  top: 14px;
}

.rt-main-toggle-menu-trigger span {
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  width: 100%;
  height: 2px;
  font-size: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
}

.rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span,
.fullscreen-slide-dark .rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span,
.fullscreen-slide-light .rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span {
  background-color: transparent;
}

.rt-main-toggle-menu-trigger span:before,
.rt-main-toggle-menu-trigger span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s;
}

.rt-main-toggle-menu-trigger span:before,
.rt-main-toggle-menu-trigger span:after,
.rt-main-toggle-menu-trigger span,
.rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span:before,
.rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span:after {
  background: #000;
}

.minimal-logo:not(.mobile-mode-active).fullscreen-header-dark:not(.menu-is-onscreen) .rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span {
  background: transparent;
}

.rt-main-toggle-menu-trigger span:before,
.rt-main-toggle-menu-trigger span:after,
.rt-main-toggle-menu-trigger span,
.rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span:before,
.rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span:after {
  background: #c5c3c3;
}

.rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span {
  background: transparent !important;
}

.menu-is-onscreen .rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span {
  background: transparent;
}

.rt-main-toggle-menu-trigger span:before {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.rt-main-toggle-menu-trigger span:after {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
}

.rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.rt-main-toggle-menu-open .rt-main-toggle-menu-trigger span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.rt-mobile-menu .rt-dashboard-columns {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  float: right;
}

.rt-mobile-menu ul.rt-tree {
  margin-bottom: 48px;
}

.toggle-main-menu:not(.mobile-mode-active) .rt-menu-overlay,
.toggle-main-menu:not(.mobile-mode-active) #rt-main-toggle-menu,
.toggle-main-menu:not(.mobile-mode-active) .rt-main-toggle-menu-trigger {
  display: block;
}

.toggle-main-menu:not(.mobile-mode-active) .rt-main-toggle-menu-trigger {
  position: absolute;
  right: 25px;
  top: 14px;
  left: auto;
}

.vertical-menu ul.rt-tree ul.sub-menu li:last-child a {
  border: 0;
}

.vertical-menu ul.rt-tree .sub-menu li.rt-tree-node > a::after {
  top: 13px;
}

.vertical-menu ul.rt-tree li > a:hover,
.vertical-menu ul.rt-tree a:hover {
  color: #fff;
}

.vertical-menu ul.rt-tree a {
  color: rgba(255, 255, 255, 0.8);
}

.vertical-menu ul.rt-tree .sub-menu .sub-menu a {
  color: rgba(255, 255, 255, 0.5);
}

.vertical-menu ul.rt-tree li.rt-tree-open > a {
  color: rgba(255, 255, 255, 1);
}

.rt-mobile-menu .vertical-menu ul.rt-tree a {
  color: rgba(255, 255, 255, 0.5);
}

.vertical-menu ul.rt-tree li li a {
  color: rgba(255, 255, 255, 0.5);
}

.vertical-menu ul.rt-tree > li::before {
  height: 1px;
  left: -22px;
  top: 16px;
}

.vertical-menu ul.rt-tree a {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1.5px;
  font-weight: 400;
  padding: 10px 0;
  position: relative;
}

.vertical-menu ul.rt-tree ul.sub-menu {
  margin: 0;
}

.vertical-menu ul.rt-tree .sub-menu a {
  padding: 6px 0;
}

.vertical-menu ul.rt-tree ul.sub-menu a {
  padding: 7px 0;
}

.vertical-menu ul.rt-tree li li.rt-tree-node > a::after {
  top: 18px;
}

.vertical-menu-wrap ul.rt-tree {
  padding: 0 55px 40px 40px;
}

.vertical-menu ul.rt-tree li.rt-tree-node > a::after {
  top: 16px;
  line-height: 0;
}

.vertical-menu-wrap ul.rt-tree li > a:after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform-origin: center center;
}


.rt-menu-btm-area {
  position: relative;
  bottom: 20px;
  left: 0;
  right: 0;
  width: auto;
  max-width: 318px;
  margin: 0 auto;
}

.rt-menu-logo {
  margin-bottom: 28px;
  width: 100%;
}

.rt-menu-logo img {
  width: 30%;
}

.rt-menu-text {
  margin-bottom: 28px;
  font-size: 18px;
}


.rt-social-link {
  margin: 0;
  padding: 0;
}

.rt-social-link ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.rt-social-link ul li {
  float: left;
  padding-right: 10px;
}

.rt-social-link ul li i {
  color: #fff;
}


/*============================= XTRA =============================*/

.menu-detail-box {
  display: hidden;
  visibility: hidden;
}

/*============================= Book an Appointment Starts =============================*/

/*.rt-book-appointment {
  margin: 0 auto;
  max-width: 1000px;
}*/
body .rt-book-appointment .ea-bootstrap {
  margin: 0 auto;
}
.rt-book-appointment .ea-bootstrap #booking-overview .value {
  font-weight: 500;
  font-size: 17px;
}
.rt-book-appointment .ea-bootstrap #booking-overview .ea-label {
    padding: 5px;
    font-size: 17px;
}
.rt-book-appointment .ea-actions-group {
    padding: 0;
}

.rt-book-appointment .ea-bootstrap .final h3 {
  color: #333333 !important;
  font-size: 25px !important;
  line-height: 35px !important;
  /*font-family: "Jost Medium", Sans-serif !important;*/
  margin: 0 !important;
  text-transform: capitalize;
}

.rt-book-appointment .ui-datepicker {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15) !important;
  overflow: hidden !important;
  padding: 30px !important;
}

.rt-book-appointment .ui-datepicker .ui-datepicker-calendar td a {
  font-size: 15px !important;
  /*font-family: "Jost Regular", Sans-serif !important;*/
}

.rt-book-appointment .ea-bootstrap .disabled {
  margin-top: 55px !important;
}

.rt-book-appointment .ea-bootstrap .disabled .block {
  opacity: inherit !important;
  background: none !important;
  position: relative !important;
}

.rt-book-appointment .ea-bootstrap .well-lg {
  border-radius: 0px !important;
  border: none !important;
}

.rt-book-appointment .ea-bootstrap .time-value {
  border: 1px solid #e1e1e1 !important;
}

.rt-book-appointment .ui-datepicker .ui-datepicker-calendar td {
  border-radius: 0px !important;
}

.rt-book-appointment .ea-bootstrap small {
  color: #696D76 !important;
  /*font-family: "Jost Regular", Sans-serif !important;*/
  font-weight: 400 !important;
  line-height: 30px !important;
  font-size: 14px !important;
  width: 100% !important;
  /*overflow: hidden !important;*/
  float: left !important;
  margin-bottom: 20px;
}

.rt-book-appointment .ea-bootstrap label {
  color: #696D76 !important;
  /*font-family: "Jost Regular", Sans-serif !important;*/
  font-weight: 400 !important;
  line-height: 30px !important;
  font-size: 18px !important;
}

.rt-book-appointment .ea-bootstrap input.form-control {
  height: 59px !important;
  background-color: #fafafa !important;
  border: none !important;
  border-radius: 0px !important;
  width: 100% !important;
  font-size: 16px !important;
  line-height: 28px !important;
  color: #7e7e7e !important;
  /*font-family: "Jost Regular", Sans-serif !important;*/
  padding: 0 25px !important;
  box-shadow: none !important;
}

.rt-book-appointment .ea-bootstrap textarea.form-control {
  height: 120px !important;
  resize: none !important;
  background-color: #fafafa !important;
  border: none !important;
  border-radius: 0px !important;
  width: 100% !important;
  font-size: 16px !important;
  line-height: 28px !important;
  color: #7e7e7e !important;
  /*font-family: "Jost Regular", Sans-serif !important;*/
  padding: 0 25px !important;
  box-shadow: none !important;

}

.rt-book-appointment .ea-bootstrap .form-horizontal .form-group {
  overflow: hidden !important;
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.rt-book-appointment .ea-bootstrap .form-group select {
  height: 59px !important;
  background-color: #fafafa !important;
  border: none !important;
  border-radius: 0px !important;
  width: 100% !important;
  font-size: 16px !important;
  line-height: 28px !important;
  color: #7e7e7e !important;
  /*font-family: "Jost Regular", Sans-serif !important;*/
  padding: 0 25px !important;
  box-shadow: none !important;
}

.rt-book-appointment .ea-bootstrap.ea-bootstrap .selected-time,
.rt-book-appointment .ea-bootstrap.ea-bootstrap .selected-time:hover {
  background-color: #EF576C !important;
}

.rt-book-appointment .ui-datepicker .ui-datepicker-current-day {
  background-color: #3498DB !important;
}


.rt-book-appointment .ui-datepicker .ui-state-disabled {
  font-weight: 400 !important;
  font-size: 18px !important;
}

.rt-book-appointment .ui-datepicker .ui-datepicker-next {
  font-size: 18px !important;
}

.rt-book-appointment .ui-datepicker .ui-datepicker-title {
  color: #696D76 !important;
  /*font-family: "Jost Regular", Sans-serif !important;*/
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  margin-bottom: 30px;
}

.rt-book-appointment .ea-bootstrap table.ui-datepicker-calendar {
  float: left !important;
  color: #696D76 !important;
  /*font-family: "Jost Regular", Sans-serif !important;*/
  font-weight: 400 !important;
  font-size: 15px !important;
  margin: 0 !important;
}

.rt-book-appointment .ea-bootstrap #booking-overview table {
  color: #696D76 !important;
  /*font-family: "Jost Regular", Sans-serif !important;*/
  font-weight: 400 !important;
  font-size: 18px !important;
}
.rt-book-appointment .ea-bootstrap #booking-overview {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.rt-book-appointment .ea-bootstrap .booking-button {
  /*font-family: "Jost Medium", Sans-serif !important;*/
  font-size: 17px !important;
  line-height: 27px !important;
  color: #FFFFFF !important;
  padding: 12px 33px 12px 33px !important;
  background-color: #EF576C !important;
  border: none !important;
}

.rt-book-appointment .ea-bootstrap .ea-cancel {
  /*font-family: "Jost Medium", Sans-serif !important;*/
  font-size: 17px !important;
  line-height: 27px !important;
  color: #333333 !important;
  padding: 12px 33px 12px 33px !important;
  background-color: #fff !important;
  border: 1px solid #EF576C !important;
}

.rt-book-appointment .ea-actions-group {
  margin-top: 30px !important;
  display: inline-block !important;
}

.rt-book-appointment .ea-bootstrap .ea-actions-group button {
  margin-left: 0 !important;
  margin-right: 10px !important;
}


@media only screen and (max-width : 767px) {
  .rt-book-appointment .ea-bootstrap .final h3 {
    text-align: center !important;
  }

  .rt-book-appointment .ea-bootstrap small {
    text-align: center !important;
  }

  .rt-book-appointment .ea-actions-group {
    display: inline-flex !important;
  }
}



/*============================= Book an Appointment Ends =============================

/* STYLE NAV END */

/* MEGA MENU RESPONSIVE START */
#rt-main-toggle-menu,
.minimal-menu-overlay,
.rt-menu-overlay,
.rt-menu-wrap {
  display: block;
}

.menu-is-vertical {
  top: 0;
}

.responsive-titles {
  display: block;
}


@media only screen and (max-width : 767px) {
  .menu-is-onscreen .rt-menu-overlay {
    width: 100%;
  }

  .rt-main-toggle-menu-trigger {
    display: none;
  }

  #rt-mainMenu-trigger {
    height: 30px;
    width: 20px;
    top: 7px;
  }

  #rt-mainMenu nav > ul > li {
    padding: 0;
  }

  #rt-mainMenu nav > ul > li > ul > li {
    padding: 0px 15px;
  }

  #rt-mainMenu nav .mega-menu-item ul.rt-dropdown-menu {
    width: 100% !important;
    left: 0% !important;
    right: 0% !important;
    margin: 0 !important;
    padding-left: 0px !important;
  }

  #rt-mainMenu nav .mega-menu-item ul.rt-dropdown-menu .mega-menu-content {
    padding-left: 0px !important;
  }

  #rt-mainMenu nav > ul > li.mega-menu-item .mega-menu-content h5 {
    margin-bottom: 15px;
    margin-top: 10px;
  }

}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .menu-is-onscreen .rt-menu-overlay {
    width: 100%;
  }

  .rt-main-toggle-menu-trigger {
    display: none;
  }

  #rt-mainMenu nav .mega-menu-item ul.rt-dropdown-menu {
    width: 100% !important;
    left: 0% !important;
    right: 0% !important;
    margin: 0 !important;
    padding-left: 0px !important;
  }

  #rt-mainMenu nav .mega-menu-item ul.rt-dropdown-menu .mega-menu-content {
    padding-left: 0px !important;
  }
}

/* MEGA MENU RESPONSIVE END */
.wraper_inner_banner .wraper_inner_banner_breadcrumb .inner_banner_breadcrumb #crumbs .gap:nth-child(3) {
  display: none;
}

.wraper_inner_banner .wraper_inner_banner_breadcrumb .inner_banner_breadcrumb #crumbs {
  /*margin-left:15px;*/
}

.wraper_inner_banner .wraper_inner_banner_main .inner_banner_main .title {
  padding-left: 0;
  margin: 0 0 0 -2px;
  border: none;
  
}
.wraper_inner_banner .wraper_inner_banner_main .inner_banner_main .title .vcard a {
  color: #101010 !important;
}
.wraper_inner_banner .wraper_inner_banner_main .inner_banner_main .title .vcard a:hover {
  color: #101010 !important;
}
/* NEW CSS */

@media screen and (max-width: 1190px) and (min-width: 250px) {
  .wraper_blog_main > .container {
    padding-top: 124px;
    padding-bottom: 60px;
  }

  .wraper_blog_main {
    width: 100%;
  }
}

.wraper_blog_main.style-five .container {
  padding-top: 120px;
  padding-bottom: 110px;
}
.site-main.post .wraper_blog_main > .container {
    padding-top: 195px;
}

.hidden {
  display: none;
}

.site-content .blogtitle {
  display: none;
}

.rt-recent-post-with-thumbnail .rt-recent-post-with-thumbnail-holder .rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-title {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  margin-bottom: 0;
}

.rt-recent-post-with-thumbnail .rt-recent-post-with-thumbnail-holder .rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-title a {
  color: #101010;
}

@media screen and (max-width: 1190px) and (min-width: 768px) {
  .rt-recent-post-with-thumbnail .rt-recent-post-with-thumbnail-holder .rt-recent-post-with-thumbnail-post .blog-widget-post .blog-widget-title {
    font-size: 16px;
    line-height: 28px;
  }
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover span {
  background-color: transparent !important;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:after,
.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
    -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
    transition: .35s cubic-bezier(.04, .11, .6, .97);
    display: block !important;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: .34s;
    -o-transition-delay: .34s;
    transition-delay: .34s;
}




.widget-area > .widget.widget_radiantthemes_social_widget ul.social {
  list-style: none;
}

.widget-area > .widget.widget_radiantthemes_social_widget ul.social li {
  width: 20px;
  float: left;
  margin: 5px 10px 5px 0px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
}

.widget-area > .widget.widget_radiantthemes_social_widget ul.social li a {
  color: #000;
  transition: opacity .25s ease;
}

.widget-area > .widget.widget_radiantthemes_social_widget ul.social li:hover a {
  color: #000;
  opacity: .7;
  transition: opacity .25s ease;
}



.widget-area .widget .widget-title {
  margin-top: -4px;
  margin-bottom: 20px;
  font-weight: 500 !important;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #101010 !important;
  text-transform: capitalize;
}


.widget-area > .widget .tagcloud {
  margin: 0px 0px 14px 0px;
  font-size: 0;
  padding-top: 8px;
}

.widget-area > .widget .tagcloud > [class*="tag-link-"] {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4px;
  font-weight: 400;
  color: inherit;
  font-size: 16px !important;
  line-height: 28px;
  color: #54546f;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.widget-area > .widget .tagcloud > a {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.widget-area > .widget .tagcloud > a.tag-cloud-link {
  text-align: center;
  background: #FFFFFF;
  font-size: 16px !important;
  border-radius: 0px;
  color: #696969;
  display: inline-block;
  vertical-align: top;
  margin: 0px 10px 10px 0px;
  padding: 0px 10px 0 10px;
  border: 1px #696969 solid;
  /* text-transform: capitalize; */
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.widget-area > .widget .tagcloud > a.tag-cloud-link:hover {
  opacity: 1;
  background: #696969;
  color: #fff;
}

.widget-area > .widget .tagcloud > a.tag-cloud-link:after,
.widget-area > .widget .tagcloud > a.tag-cloud-link:before {
  display: none;
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
  -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
  transition: .35s cubic-bezier(.04, .11, .6, .97);
}

.widget-area > .widget .tagcloud > a.tag-cloud-link:before {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.widget-area > .widget .tagcloud > a.tag-cloud-link:hover:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.widget-area > .widget .tagcloud > a.tag-cloud-link:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.widget-area > .widget .tagcloud > a.tag-cloud-link:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: .34s;
  -o-transition-delay: .34s;
  transition-delay: .34s;
}

.widget-area > .widget.widget_archive ul li,
.widget-area > .widget.widget_categories ul li,
.widget-area > .widget.widget_meta ul li,
.widget-area > .widget.widget_pages ul li,
.widget-area > .widget.widget_nav_menu ul li,
.widget-area > .widget.widget_layered_nav ul li,
.widget-area > .widget.widget_product_categories ul li {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 22px;
  color: #696969 !important;
  text-transform: uppercase;
  letter-spacing: 2.41px;
}

.widget-area > .widget.widget_archive ul li:last-child,
.widget-area > .widget.widget_archive ul li:only-child,
.widget-area > .widget.widget_categories ul li:last-child,
.widget-area > .widget.widget_categories ul li:only-child,
.widget-area > .widget.widget_meta ul li:last-child,
.widget-area > .widget.widget_meta ul li:only-child,
.widget-area > .widget.widget_pages ul li:last-child,
.widget-area > .widget.widget_pages ul li:only-child,
.widget-area > .widget.widget_nav_menu ul li:last-child,
.widget-area > .widget.widget_nav_menu ul li:only-child,
.widget-area > .widget.widget_layered_nav ul li:last-child,
.widget-area > .widget.widget_layered_nav ul li:only-child,
.widget-area > .widget.widget_product_categories ul li:last-child,
.widget-area > .widget.widget_product_categories ul li:only-child {
  margin-bottom: 0;
}

.widget-area > .widget.widget_archive ul li a,
.widget-area > .widget.widget_categories ul li a,
.widget-area > .widget.widget_meta ul li a,
.widget-area > .widget.widget_pages ul li a,
.widget-area > .widget.widget_nav_menu ul li a,
.widget-area > .widget.widget_layered_nav ul li a,
.widget-area > .widget.widget_product_categories ul li a {
  position: relative;
  color: inherit;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.widget-area > .widget.widget_archive ul li a:before,
.widget-area > .widget.widget_categories ul li a:before,
.widget-area > .widget.widget_meta ul li a:before,
.widget-area > .widget.widget_pages ul li a:before,
.widget-area > .widget.widget_nav_menu ul li a:before,
.widget-area > .widget.widget_layered_nav ul li a:before,
.widget-area > .widget.widget_product_categories ul li a:before {
  /*display: none;*/
  content: "";
  width: 0;
  height: 1px;
  bottom: -3px;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.widget-area > .widget.widget_archive ul li a:hover:before,
.widget-area > .widget.widget_categories ul li a:hover:before,
.widget-area > .widget.widget_meta ul li a:hover:before,
.widget-area > .widget.widget_pages ul li a:hover:before,
.widget-area > .widget.widget_nav_menu ul li a:hover:before,
.widget-area > .widget.widget_layered_nav ul li a:hover:before,
.widget-area > .widget.widget_product_categories ul li a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}

.widget-area > .widget.widget_archive ul li ul,
.widget-area > .widget.widget_categories ul li ul,
.widget-area > .widget.widget_meta ul li ul,
.widget-area > .widget.widget_pages ul li ul,
.widget-area > .widget.widget_nav_menu ul li ul,
.widget-area > .widget.widget_layered_nav ul li ul,
.widget-area > .widget.widget_product_categories ul li ul {
  margin-top: 12px;
  margin-left: 15px;
}

.widget-area > .widget.widget_search .search-form input[type="search"],
.widget-area > .widget.widget_search .search-form input[type="text"],
.widget-area > .widget.widget_product_search .woocommerce-product-search input[type="search"],
.widget-area > .widget.widget_product_search .woocommerce-product-search input[type="text"] {
  vertical-align: top;
  width: 100%;
  height: 50px;
  padding: 0px 45px 0px 20px;
  background-color: #fafafa;
  border: none;
  /*border-bottom: 1px solid #000;*/
  font-weight: 400;
  font-size: 16px;
  color: #696969;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

/*.widget-area > .widget.widget_product_search .woocommerce-product-search input[type="text"] {
  border-bottom: 1px solid #54546F !important;
}*/

.widget-area > .widget.widget_search .search-form input[type="submit"] {
  background: #fff;
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.widget-area > .widget.widget_search .search-submit {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.widget-area > .widget.widget_search .search-form button[type="submit"]:after {
  font-size: 16px !important;
  font-weight: 600;
}

.widget-area > .widget.widget_search .search-form button[type="submit"] {
  height: 50px !important;
}

/*.widget-area > .widget.widget_search .search-form input[type="submit"]:hover {
    /*box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25);
}*/

.widget-area > .widget.widget_search .search-form button[type="submit"],
.widget-area > .widget.widget_product_search .woocommerce-product-search button[type="submit"] {
  position: absolute;
  top: 0;
  right: 15px;
  width: 20px;
  height: 52px;
  padding: 0;
  background-color: initial;
  border: none;
  border-radius: 0;
  font-size: 0;
  color: #101010 !important;
}

.widget-area > .widget.widget_search .search-form button[type="submit"]:after,
.widget-area > .widget.widget_product_search .woocommerce-product-search button[type="submit"]:after {
  content: "\e610";
  position: absolute;
  font-family: "themify";
  font-size: 17px;
  vertical-align: middle;
  padding: 0;
  left: 0;
  right: 0;
  top: 18px;
}

.widget-area > .widget.widget_search .search-form button[type="submit"] i,
.widget-area > .widget.widget_product_search .woocommerce-product-search button[type="submit"] i {
  font-size: 16px;
  color: #000;
  line-height: 52px;
}

/*.widget-area > .widget.widget_search .search-form {
  border-bottom: 1px #000 solid;
}*/

/*.wraper_blog_main.style-default .hentry.style-default {
    margin-bottom: 30px;
    width: 100%;
}*/

.post.style-default .entry-main .post-meta .comments {
  margin-right: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #2d2b3b;
}



@media only screen and (max-width: 988px) and (min-width: 250px) {
  .post.style-default .entry-main .post-meta .comments {
    margin-right: 100%;
  }

  .post.style-default .entry-main .entry-extra .entry-extra-item {
    /*margin-top:10px;*/
  }
}

@media only screen and (max-width: 988px) and (min-width: 576px) {
  .post.style-default .entry-main .entry-extra .entry-extra-item {
    margin-top: 10px;
  }
}

.entry-main .post-meta .date {
  margin-right: 25px;
  font-size: 16px;
  line-height: 28px;
  color: #2d2b3b;
}

.post.single-post .entry-meta > .holder > .data .meta {
  margin-bottom: 7px;
  /*font-weight: 400;*/
  font-size: 12px;
  color: #696969;
  line-height: 22px;
  letter-spacing: 2.41px;
  text-transform: uppercase;
}

.post.single-post .entry-meta > .holder > .data .meta > span i,
.post.single-post .entry-meta > .holder > .data .meta > span span[class*="ti-"] {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-right: 7px;
}

.post.single-post .entry-meta > .holder > .data .meta > span {
    position: relative;
    display: inline-block;
}
.post.single-post .entry-meta > .holder > .data .meta > span:after {
  content: '';
  height: 1px;
  width: 7px;
  background-color: #8c8c8c;
  position: absolute;
  bottom: 42%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 7px;
  margin-right: 6px;
}
.post.single-post .entry-meta > .holder > .data .meta > span.published-on {
  margin-right: 20px;
}
.post.single-post .entry-meta > .holder > .data .meta > span.byline {
  margin-right: 22px;
}

.post.single-post .entry-meta > .holder > .data .meta > span:last-child:after,
.post.single-post .entry-meta > .holder > .data .meta > span:only-child:after {
  display: none;
}

.post.single-post .entry-meta > .holder > .data .meta > span a {
  position: relative;
  color: inherit;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  color: #696969;
}

.post.single-post .entry-meta > .holder > .data .meta > span a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}

.post.single-post .entry-meta > .holder > .data .meta > span a:before {
  content: "";
  width: 0;
  height: 1px;
  bottom: -3px;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.comments-area .comment-form > p {
  margin-bottom: 20px;
  /*padding-left: 10px;*/
  padding-right: 0px;
  font-size: 16px !important;
  line-height: 26px !important;
  letter-spacing: 0 !important;
  color: #696969;
}

.comments-area .comment-form > p.comment-form-author,
.comments-area .comment-form > p.comment-form-email {
  width: 100%;
  float: left;
  position: relative;
}
.comments-area .comment-form > p.comment-form-url {
  display: none;
}

.comments-area .comment-form > p.comment-form-author:after {
  content: "\e602";
  font-family: "Themify";
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 13px;
  width: 20px;
  height: 100%;
  line-height: 50px;
  text-align: center;
}

.comments-area .comment-form > p.comment-form-email:after {
  content: "\e75a";
  font-family: "Themify";
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 13px;
  width: 20px;
  height: 100%;
  line-height: 50px;
  text-align: center;
}

.comments-area .comment-form > p.comment-form-url:after {
  content: "\e665";
  font-family: "Themify";
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 13px;
  width: 20px;
  height: 100%;
  line-height: 50px;
  text-align: center;
}
.woocommerce #review_form #respond p {
  margin-bottom:
}
.woocommerce #reviews #comments h2 {
  display: none;
}
.comments-area .comment-form > p label {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 10px;
}

.comments-area .comment-form > p.comment-form-cookies-consent label {
  width: auto;
  margin-bottom: 0;
  margin-left: 0px;
  font-size: 16px;
  line-height: 28px;
}
.comment-form-cookies-consent {
    float: left;
    width: 100%;
}
.comment-form-cookies-consent #wp-comment-cookies-consent {
    position: absolute;
}
.comment-form-cookies-consent label {
    padding-left: 25px;
}
.comment-form-rating {
    width: 100%;
    float: left;
}
.comments-area .comment-form > p .required {
  color: #f00000;
}

.comments-area .comment-form > p input[type="text"],
.comments-area .comment-form > p input[type="email"],
.comments-area .comment-form > p input[type="tel"],
.comments-area .comment-form > p input[type="url"],
.comments-area .comment-form > p input[type="password"],
.comments-area .comment-form > p input[type="date"],
.comments-area .comment-form > p input[type="time"],
.comments-area .comment-form > p select,
.comments-area .comment-form > p textarea {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 50px;
  border: 1px solid #eff0f2;
  background: #eff0f2;
  padding: 12px;
  font-weight: 400;
  font-size: 16px;
  color: #696969;
  line-height: 28px;
  resize: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius: 0px;
}

.comments-area .comment-form > p input[type="text"]:hover,
.comments-area .comment-form > p input[type="email"]:hover,
.comments-area .comment-form > p input[type="tel"]:hover,
.comments-area .comment-form > p input[type="url"]:hover,
.comments-area .comment-form > p input[type="password"]:hover,
.comments-area .comment-form > p input[type="date"]:hover,
.comments-area .comment-form > p input[type="time"]:hover,
.comments-area .comment-form > p select:hover,
.comments-area .comment-form > p textarea:hover {
  border: 1px solid #eff0f2;
  /*background-color: #fff;*/
}

.comments-area .comment-form > p textarea {
  height: 120px;
  padding: 12px 0 0 12px;
  border-radius: 0px;
  border: 1px solid #eff0f2;
  background: #eff0f2;
  font-size: 16px;
}


/*.comments-area .comment-form > p textarea:hover {
    border: 1px solid #2d2b3b;
    background-color: #fff;
}*/

.comments-area .comment-form > p ::-webkit-input-placeholder {
  color: #4b5264;
}

.comments-area .comment-form > p ::-moz-placeholder {
  color: #4b5264;
}

.comments-area .comment-form > p :-ms-input-placeholder {
  color: #4b5264;
}

.comments-area .comment-form > p :-moz-placeholder {
  color: #4b5264;
}

.comments-area .comment-form > p input[type="submit"],
.comments-area .comment-form > p button[type="reset"] {
  background: #FF583C;
  border: none;
  color: #fff;
  padding: 12px 33px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.3px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.comments-area .comment-form > p input[type="submit"]:hover,
.comments-area .comment-form > p button[type="reset"]:hover {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25) !important;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}

.comments-area .comment-form > p input[type="submit"] span,
.comments-area .comment-form > p button[type="reset"] span {
  position: relative;
  display: block;
}

body.page .comments-area {
  margin-top: 27px;
  padding-bottom: 100px;
}
.entry.page .entry-content td a,
.single-post .entry-main td a,
.comment-content td a,
.comment-content p a {
    position: relative;
    display: inline-block;
}

.entry.page .entry-content td a:before,
.single-post .entry-main td a:before,
.comment-content td a:before,
.comment-content p a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.entry.page .entry-content td a:hover:before,
.single-post .entry-main td a:hover:before,
.comment-content td a:hover:before,
.comment-content p a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}

.entry.page .entry-content td a,
.single-post .entry-main th a,
.comment-content td a,
.comment-content p a {
    position: relative;
    display: inline-block;
}

.entry.page .entry-content td a:before,
.single-post .entry-main th a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0px;
    position: absolute;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.entry.page .entry-content td a:hover:before,
.single-post .entry-main th a:hover:before {
    right: auto;
    left: 0;
    width: 100%;
}
a.shipping-calculator-button:before {
    display: none !important;
}

.comments-area .comment-reply-title {
  margin-bottom: 8px;
  /*font-weight: 500;*/
  color: #101010 !important;
  font-size: 22px !important;
  line-height: 30px !important;
  /*letter-spacing: -0.6px;*/
}

.comments-area .comment-reply-title small a {
  color: inherit;
  padding-left: 30px;
}

.post-tags a[rel="tag"] {
  display: inline-block;
  vertical-align: top;
  margin: 0px 10px 10px 0px;
  padding: 4px 10px 0 10px;
  background: none;
  border: 1px #696969 solid;
  /*border-radius: 5px;*/
  font-size: 16px;
  color: #696969;
  line-height: 28px;
  /*opacity: 0.9;*/
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.post-tags a[rel="tag"]:hover {
  opacity: 1;
  background: #696969;
  color: #fff !important;
}

.post-tags .tags-title {
  display: none;
}

.wraper_blog_main.style-default .widget-area {
  margin-left: 0px;
  /*margin-top: -17px;*/
  padding-left: 15px;
}

@media screen and (max-width: 767px) and (min-width: 250px) {
  .wraper_blog_main.style-default .widget-area {
    margin-top: 30px;
    margin-left: 0;
    padding-left: 0px;

  }
  .comment-form-cookies-consent #wp-comment-cookies-consent {
    position: relative;
  }
}

.single-post .wraper_blog_main .widget-area {
  margin-left: 0px;
  padding-left: 15px;
}

@media screen and (max-width: 1190px) and (min-width: 250px) {
  .single-post .wraper_blog_main .widget-area {
    margin-left: 0;
    padding-left: 0px;
    padding-top: 30px;
  }

  .wraper_blog_main .blog_main {
    padding-right: 0px;
  }
}

.wraper_blog_main .widget-area {
  margin-bottom: 40px;
  clear: both;
  margin-left: -15px;
}
/*.widget-area {
    margin-top: -15px;
}*/

@media screen and (max-width: 765px) and (min-width: 250px) {
  .wraper_blog_main .widget-area {
    margin-bottom: 0;
  }
}

.widget-area {
  margin-bottom: 40px;
  clear: both;
  /*margin-top: 15px;*/
}



.post-tags {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 0;
  width: 100%;
  max-width: 980px;
}

.post-tags a[rel="tag"] {
  display: inline-block;
  vertical-align: top;
  margin: 0px 10px 10px 0px;
  padding: 0px 10px 0 10px;
  background: none;
  border: 1px #696969 solid;
  /*border-radius: 5px;*/
  font-size: 16px;
  color: #696969;
  line-height: 28px;
  /*opacity: 0.8;*/
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.post-tags a[rel="tag"]:hover {
  opacity: 1;
  background: #696969;
  color: #fff;
}

.post-navigation,
.comment-navigation {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 0;
}

.post-navigation .nav-links,
.comment-navigation .nav-links {
  margin-left: -10px;
  margin-right: -10px;
}

.post-navigation .nav-links:after,
.comment-navigation .nav-links:after {
  content: " ";
  display: block;
  clear: both;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next,
.comment-navigation .nav-links .nav-previous,
.comment-navigation .nav-links .nav-next {
  /*width: 50%;*/
  padding-left: 10px;
  padding-right: 10px;
}

.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a,
.comment-navigation .nav-links .nav-previous a,
.comment-navigation .nav-links .nav-next a {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #0a0114;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.post-navigation .nav-links .nav-previous a span,
.post-navigation .nav-links .nav-next a span,
.comment-navigation .nav-links .nav-previous a span,
.comment-navigation .nav-links .nav-next a span {
  position: relative;
  color: #4b5264;
}

.post-navigation .nav-links .nav-previous a span:hover,
.post-navigation .nav-links .nav-next a span:hover,
.comment-navigation .nav-links .nav-previous a span:hover,
.comment-navigation .nav-links .nav-next a span:hover {
  color: #4b5264;
}

.post-navigation .nav-links .nav-previous a span:before,
.comment-navigation .nav-links .nav-previous a span:before {
  position: absolute;
  left: 0;
  -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
  transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
  color: #0a0114;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.post-navigation .nav-links .nav-next a span:before,
.comment-navigation .nav-links .nav-next a span:before {
  position: absolute;
  right: 0;
  -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
  transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
  color: #101010;
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover,
.comment-navigation .nav-links .nav-previous a:hover,
.comment-navigation .nav-links .nav-next a:hover {
  opacity: 0.9;
}

.post-navigation .nav-links .nav-previous a strong,
.comment-navigation .nav-links .nav-previous a strong,
.post-navigation .nav-links .nav-next a strong,
.comment-navigation .nav-links .nav-next a strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: #101010;
  line-height: 28px;
  font-weight: 400;
}

.post-navigation .nav-links .nav-previous a strong,
.comment-navigation .nav-links .nav-previous a strong {
  padding-left: 25px;
}

.post-navigation .nav-links .nav-next a strong,
.comment-navigation .nav-links .nav-next a strong {
  padding-right: 25px;
}

.post-navigation .nav-links .nav-previous,
.comment-navigation .nav-links .nav-previous {
  float: left;
}

.hidden {
  display: none !important;
}

.post-navigation .nav-links .nav-previous a,
.comment-navigation .nav-links .nav-previous a {
  text-align: left;
}

.post-navigation .nav-links .nav-next,
.comment-navigation .nav-links .nav-next {
  float: right;
}

.post-navigation .nav-links .nav-next a,
.comment-navigation .nav-links .nav-next a {
  text-align: right;
}

/*.post-navigation .nav-links:before {
    content: "";
    width: 97%;
    height: 1px;
    background: #e4e4e4;
    position: relative;
    display: inline-block;
    top: 0px;
    margin-left: 10px;
    margin-bottom: 30px;
}*/

/*Instagram area*/

#sb_instagram .sbi_photo_wrap a {
  opacity: 1 !important;
  overflow: hidden;
}

#sb_instagram .sbi_photo_wrap a:hover img {
  -webkit-transform: scale(1.06) translateX(2%) !important;
  transform: scale(1.06) translateX(2%) !important;
  transition: transform 1s cubic-bezier(.33, .02, 0, .93);
}

#sb_instagram .sbi_photo_wrap a img {
  max-width: 100%;
  transition: transform 1s cubic-bezier(.33, .02, 0, .93) !important;
  -webkit-transition: transform 1s cubic-bezier(.33, .02, 0, .93) !important;
  display: block !important;
  width: 100%;
  height: auto;
  transform: scale(1.06);
}

.rt-instagram {
  position: relative;
  display: inline-block;
}

#sb_instagram #sbi_images {
  padding: 0px !important;
}

#sb_instagram.sbi_col_2 #sbi_images .sbi_item {
  padding-right: 5px !important;
  padding-bottom: 5px !important;
}

#sb_instagram #sbi_images:before {
  content: "\f16d";
  font-family: FontAwesome;
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: #000;
  left: 0px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  /*top: 0;*/
  margin-top: 38%;
  color: #fff;
  font-size: 18px;
}

@media only screen and (max-width: 767px) and (min-width: 450px) {
  #sb_instagram #sbi_images:before {
    left: -1px;
    margin-top: 40%;
  }
}

@media only screen and (max-width: 449px) and (min-width: 250px) {
  #sb_instagram #sbi_images:before {
    left: -1px;
  }
}

#sb_instagram #sbi_images:before #sbi_load {
  opacity: 1;
  transition: all .5s ease-in;
}

#sb_instagram #sbi_images:before #sbi_load {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
}

#sb_instagram .sb_instagram_header .sbi_no_bio {
  display: none;
}

#sb_instagram .sb_instagram_header .sbi_header_img {
  display: none;
}

#sb_instagram .sb_instagram_header {
  margin: 0 !important;
  padding: 0 !important;
}

/*Instagram area End*/

.blog_main .style-five .holder .entry-content {
  font-size: 16px;
  line-height: 28px;
  padding-top: 10px;
}

.blog_main .style-five .holder .meta {
  margin-top: 20px;
}

.blog_main .style-five .holder .meta a,
.blog_main .style-five .holder .meta .published-on,
.blog_main .style-five .holder .meta .byline {
  font-size: 15px;
  line-height: 30px;
  color: #101010;
  font-weight: 400;
}

.widget-area #radiantthemes_social_widget-3 .widget-title,
.widget-area #radiantthemes_recent_posts_widget-4 .widget-title {
  color: #2d2b3b;
}

/*** SHOP MODIFIED **/
.woocommerce ul#shipping_method .amount {
  font-weight: 500;
}
.woocommerce .woocommerce-result-count {
  color: #2d2b3b;
}

.woocommerce .woocommerce-ordering select {
  height: 45px;
  padding-left: 12px;
  border: 1px #101010 solid;
  font-size: 16px;
  line-height: 28px;
  /*border-radius: 4px;*/
  color: #2d2b3b;
  /*font-family: "Jost Regular", Sans-serif;*/
}

.radiantthemes-shop-box.style-seven > .holder > .data .woocommerce-loop-product__title {
  color: #101010;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  /* text-transform: uppercase; */
  margin: 0;
}

.radiantthemes-shop-box.style-seven > .holder {
  position: relative;
  text-align: center;
  margin-left: 2px;
}

.radiantthemes-shop-box.style-seven > .holder .price-box-holder .radiantthemes-cart-border a.button {
  background-color: transparent;
  border: 0;
  color: #101010;
  font-size: 17px;
  line-height: 27px;
  left: 0;
  opacity: 0;
  padding: 0;
  position: relative;
  top: 0px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
  -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
  transition: all .45s cubic-bezier(.18, .74, .58, 1);
  left: 0;
  text-transform: capitalize;
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
  -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
  transition: all .45s cubic-bezier(.18, .74, .58, 1);
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button:hover:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button:after,
.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
  -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
  transition: .35s cubic-bezier(.04, .11, .6, .97);
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button.added {
  opacity: 0;
  visibility: hidden;
}

.radiantthemes-shop-box.style-seven > .holder .price-box-holder .radiantthemes-cart-border a.added_to_cart {
  background: #2d2b3b !important;
  color: #fff !important;
  padding: 2px 8px !important;
  font-weight: 500;
  text-transform: capitalize;
}

.radiantthemes-shop-box.style-seven > .holder .price-box-holder .radiantthemes-cart-border a.added_to_cart {
  background-color: transparent;
  border: 0;
  color: #000;
  left: 0;
  line-height: 28px;
  font-size: 16px !important;
  opacity: 0;
  padding: 0;
  position: relative;
  top: 0px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
  -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
  transition: all .45s cubic-bezier(.18, .74, .58, 1);
  left: -12%;
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.added_to_cart {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .45s cubic-bezier(.18, .74, .58, 1);
  -o-transition: all .45s cubic-bezier(.18, .74, .58, 1);
  transition: all .45s cubic-bezier(.18, .74, .58, 1);
  left: -12%;
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button:before {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.radiantthemes-shop-box.style-seven > .holder:hover .price-box-holder .radiantthemes-cart-border a.button:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: .34s;
  -o-transition-delay: .34s;
  transition-delay: .34s;
}

.radiantthemes-shop-box.style-seven > .holder .price-box-holder {
  margin-top: 7px;
  overflow: hidden;
  position: relative;
  text-align: center;
}


.radiantthemes-shop-box.style-seven > .holder > .radiantthemes-cart-border {
  color: #101010;
}


.woocommerce nav.woocommerce-pagination {
  display: block !important;
  padding: 0;
  border-radius: 0;
  text-align: center;
  font-size: 0;
  text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
  margin: 0;
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  display: inline-block !important;
  vertical-align: top;
  float: none;
  margin: 0px 4px;
  border: none;
}


.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  clear: both;
  padding: 20px 0 0 0;
}


.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a span:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #2d2b3b;
  /*border: 1px solid;*/
}

/*.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #2d2b3b !important;
    /*border: none;
    background-color: #ff5f63 !important;
    /*box-shadow: 0 0 22px rgba(0, 0, 0, 0.18);
    border: 1px solid #ff5f63;
    border-radius: 5px;
}*/


.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  color: #101010;
  display: inline-block !important;
  float: none;
  font-weight: 400;
  min-width: 0px;
  padding: 0px 5px;
  font-size: 16px;
  line-height: 26px;
  vertical-align: middle;
  position: relative;
  background: none !important;
  border: 0;
}


.woocommerce nav.woocommerce-pagination ul li a.next:hover:after,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover:after {
  display: none;
}

.woocommerce nav.woocommerce-pagination ul li span {
  padding: 2px 0;
  border: none;
  text-align: center;
  font-weight: 500;
  color: #101010;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #101010 !important;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background: none;
}

.woocommerce nav.woocommerce-pagination ul li span.current:after {
  background: currentColor;
  color: #101010 !important;
  content: "";
  width: 15px;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.woocommerce nav.woocommerce-pagination ul li span.current:after:hover {
  color: #101010 !important;
  right: 0 !important;
  left: 0 !important;
  width: 15px !important;
}

.woocommerce nav.woocommerce-pagination ul li a {
  color: #101010 !important;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce nav.woocommerce-pagination ul li a:after {
  content: "";
  background: currentColor;
  color: #101010 !important;
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.woocommerce nav.woocommerce-pagination ul li a:hover:after {
  color: #101010 !important;
  right: 0 !important;
  left: 0 !important;
  width: 15px !important;
}

.woocommerce nav.woocommerce-pagination .next:hover::after {
  visibility: none
}



.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
  border: none;
  padding: 0;
  display: none;
}

.woocommerce nav.woocommerce-pagination ul li a.next:hover:after,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover:after {
  display: none;
}

.shop_single > .summary .product_meta > .sku_wrapper .sku,
.shop_single > .summary .product_meta > .posted_in a,
.shop_single > .summary .product_meta > .tagged_as a {
  color: #696969 !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.shop_single > .summary .post-share .post-share-buttons .rt-social-share {
  float: left;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.shop_single > .summary .post-share .post-share-buttons li {
  float: left;
  width: 22px;
  height: 22px;
  text-align: center;
  background: #2d2b3b;
  margin: 5px 5px;
  line-height: 21px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.woocommerce div.product form.cart div.quantity.input-group,
.woocommerce table.shop_table > tbody > tr > td .quantity.input-group {
  width: auto;
}

.shop_single > .summary .quantity > .input-group-addon.quantity-decrease {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*.shop_single > .summary .quantity > .input-group-addon.quantity-increase {
    position: absolute;
    right: 0;
    top: 0;
}*/


.shop_single > .summary .quantity > .qty {
  width: 55px;
  height: 53px;
  float: none;
  margin-left: 0px;
  margin-right: 0;
  padding: 0px;
  border: none;
  background: #f7f7f7 ;
  box-shadow: initial;
  text-align: center;
  border-radius: 0;
}

.shop_single > .summary p.stock {
  color:#696969 !important;
  padding: 0px;
  font-size: 16px !important;
  font-weight: 500;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 18px;
}
.shop_single > .summary p.stock:before {
    color: #00c853;
    content: '\f058';
    float: left;
    font-family: FontAwesome;
    font-size: 14px;
    margin: 0px 8px 0 0;
}
.shop_single > .summary .post-share .post-share-buttons li a {
  color: #fff;
  font-size: 12px;
}

.shop_single > .woocommerce-tabs ul.tabs {
  padding: 0 !important;
}

.shop_single > .woocommerce-tabs ul.tabs li.active a {
  font-size: 16px !important;
  line-height: 28px;
  color: #101010;
  position: relative;
  display: inline-block;
  /*font-family: "Jost Regular" !important;*/
}

.shop_single > .woocommerce-tabs ul.tabs li.active a:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  width: 100%;
}

.shop_single > .woocommerce-tabs ul.tabs li.active a:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  width: 100%;
}

.shop_single > .woocommerce-tabs ul.tabs li a {
  position: relative;
  display: inline-block;
  /*font-family: "Jost Regular" !important;*/
}

.shop_single > .woocommerce-tabs ul.tabs li a:before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}


.shop_single > .woocommerce-tabs ul.tabs li a:hover {
  color: #101010;
}

.shop_single > .woocommerce-tabs ul.tabs li a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0 50px 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0;
  color: #101010;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 28px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #101010;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #101010;
}


.shop_single > .woocommerce-tabs ul.tabs:before,
.shop_single > .woocommerce-tabs ul.tabs li.active:before,
.shop_single > .woocommerce-tabs ul.tabs li.active:after,
.shop_single > .woocommerce-tabs ul.tabs li:before,
.shop_single > .woocommerce-tabs ul.tabs li:after {
  display: none !important;
}

.shop_single > .woocommerce-tabs #tab-description h5,
.shop_single > .woocommerce-tabs #tab-additional_information h5 {
  display: none !important;
}

.shop_single > .woocommerce-tabs #tab-description p {
  color: #696969 !important;
}

.woocommerce table.shop_attributes th {
  border-bottom: 1px dotted rgba(84, 84, 111, 0.3);
}

.woocommerce table.shop_attributes .woocommerce-product-attributes-item p {
  color: #696969 !important;
}
.woocommerce table.shop_attributes .woocommerce-product-attributes-item th {
  color: #101010 !important;
}

.shop_single .woocommerce-Reviews p {
  color: #696969 !important;
}

.shop_single .woocommerce-Reviews h5,
.shop_single .woocommerce-Reviews h2 {
  color: #101010 !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
  /*font-family: "Jost Regular" !important;*/
}

.shop_single #review_form #reply-title {
  font-size: 18px !important;
  line-height: 28px !important;
  color: #101010 !important;
}

.shop_single .comment-form-rating {
  color: #101010 !important;
}

.shop_single .comment-form-rating p.stars a {
  color: #ffde05 !important;
}

.shop_single .comment-form-rating p.stars a:hover {
  color: #ffde05 !important;
}
.woocommerce .star-rating span::before {
  color: #ffde05;
}
.wraper_blog_main .container.page-container #post-42384 .entry-header .entry-title,
.wraper_blog_main .container.page-container #post-42385 .entry-header .entry-title {
  display: none;
}


.entry.page .entry-content td.product-name a:hover:before,
.single-post .entry-main th a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}

.entry.page .entry-content td.product-name a:before,
.single-post .entry-main th a:before {
  content: "";
  width: 0px;
  height: 1px;
  bottom: 0px;
  position: absolute;
  left: auto;
  right: 0px;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.entry.page .entry-content td a,
.single-post .entry-main th a,
.comment-content td a,
.comment-content p a {
  position: relative;
  display: inline-block;
  color: #696969;

}

.radiantthemes-cart .woocommerce-cart-form__cart-item td a {
  color: #101010;
}

span.woocommerce-input-wrapper {
  width: 100%;
}

.select2-container .select2-selection > .select2-selection__arrow::before {
  display: none !important;
}

.select2-container--default .select2-results > .select2-results__options {
  font-size: 16px !important;
  line-height: 28px !important;
  color: #101010 !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0 !important;
}


.page-template-default .entry-content ul li {
  padding: 0px !important;
}

.woocommerce-checkout #payment ul.payment_methods li label {
  color: #101010;
  font-size: 16px;
  line-height: 26px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: .92em;
  border-radius: 2px;
  font-size: 14px !important;
  line-height: 26px !important;
  background-color: #dfdcde;
  color: #101010;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  top: -16px;
}

.woocommerce-checkout #payment div.payment_box {
  font-size: 16px !important;
  line-height: 28px !important;
  color: #101010 !important;
}

.woocommerce-checkout #payment div.form-row {
  padding: 15px 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  color: #2d2b3b !important;
  font-size: 16px;
}

.woocommerce-checkout #payment ul.payment_methods li input:hover {
  color: #2d2b3b !important;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  color: #101010 !important;
  font-size: 16px;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a {
  color: #2d2b3b !important;
  font-size: 16px;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a:hover {
  color: #2d2b3b !important;
}

.woocommerce-page table.cart .product-thumbnail::before {
  display: none;
}

.woocommerce-checkout #payment div.form-row {
  padding-bottom: 115px !important;
}

.woocommerce table.shop_table {
  text-align: left !important;
}

.woocommerce table.cart td.actions {
  padding-right: 0 !important;
}

.woocommerce ul.order_details li {
  margin-right: 20px !important;
  padding-right: 20px !important;
  color: #101010;
  font-weight: 400 !important;
}

.wraper_shop_main #woocommerce_product_search-2 {
  margin-bottom: 45px !important;
}

.widget-area > .widget.widget_price_filter .price_label {
  color: #101010 !important;
  line-height: 28px;
  font-size: 16px;
  padding-top: 8px;
}

/*.woocommerce ul.product_list_widget span {
  color: #54546F;
}

.woocommerce ul.product_list_widget span.product-title {
  color: #3F3A64 ;
  font-size: 18px;
  line-height: 32px;
  margin-top: -7px;
}


.woocommerce ul.product_list_widget span bdi {
  font-size: 16px;
  line-height: 28px;
  color: #54546f;
}*/

.wraper_shop_single.style-one .container {
  padding-top: 120px;
  padding-bottom: 35px;
}

.post .entry-main .entry-extra-item {
  /*font-size: 16px;
    line-height: 28px;
    color: #54546F;*/
  font-size: 12px;
  line-height: 22px;
  color: #696969;
  font-weight: 400;
  /*margin-bottom: 20px;*/
  text-transform: uppercase;
  letter-spacing: 2.41px;
}

.post .entry-main .entry-extra-item span i {
  display: none;
}
.post .entry-main .entry-extra-item span.ti-direction-alt {
    display: none;
}

.post .entry-main .entry-extra-item span {
  position: relative;
  display: inline-block;
}

.post .entry-main .entry-extra-item span:after {
  content: '';
  height: 1px;
  width: 7px;
  background-color: #8c8c8c;
  position: absolute;
  bottom: 42%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 7px;
  margin-right: 6px;
}

.post .entry-main .entry-extra-item span:last-child:after {
  display: none !important;
}

.post .entry-main .comments {
  margin-right: 20px;
}

.post .entry-main .comments i {
  padding-right: 12px;
}

.post .entry-main .date {
  margin-right: 20px;
}

.post .entry-main .date i {
  padding-right: 6px;
}
.post.single-post .entry-meta > .holder > .data .meta > span span[class*="ti-"] {
    display: none;
}


.post .entry-main .category a, .post .entry-main .comments a {
  /*color: #3F3A64 !important;*/
  position: relative;
  color: inherit;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.post .entry-main .category a:before, .post .entry-main .comments a:before {
  content: "";
  width: 0;
  height: 1px;
  bottom: -3px;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.post .entry-main .category a:hover:before, .post .entry-main .comments a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}

.post .entry-main .category a:hover, .post .entry-main .comments a:hover {
  color: #101010 !important;
}

.post .entry-main .ti-direction-alt {
  margin-right: 6px;
}


.logged-in-as a {
  font-weight: 400;
  position: relative;
  display: inline-block;
  margin: 0;
  color: #696969;
}

.logged-in-as a:before {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0px;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.logged-in-as a:hover:before {
  width: 100%;
  left: 0px;
  right: auto;
}

.search .entry-main .entry-extra-item {
  /*font-size: 16px;
    line-height: 28px;
    color: #54546F;*/
  font-size: 15px;
  line-height: 30px;
  color: #696969;
  font-weight: 400;
  /*text-transform: uppercase;*/
  /*letter-spacing: 1.3px;*/
}

.search .entry-main .entry-extra-item span i {
  display: none;
}
.search .entry-main .entry-extra-item span.ti-direction-alt {
    display: none;
}

.search .entry-main .entry-extra-item span {
  position: relative;
  display: inline-block;
}

.search .entry-main .entry-extra-item span:after {
  content: '';
  height: 1px;
  width: 7px;
  background-color: #8c8c8c;
  position: absolute;
  bottom: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 7px;
  margin-right: 6px;
}

.search .entry-main .entry-extra-item span:last-child:after {
  display: none !important;
}

.search .entry-main .comments {
  margin-right: 20px;
}

.search .entry-main .comments i {
  padding-right: 12px;
}

.search .entry-main .date {
  margin-right: 20px;
}

.search .entry-main .date i {
  padding-right: 6px;
}
.search.single-post .entry-meta > .holder > .data .meta > span span[class*="ti-"] {
    display: none;
}

.search.search-results .entry-main .post-meta {
  margin-top: 10px;
  margin-bottom: 25px;
}

.search.search-results .entry-main .entry-extra .entry-extra-item .post-read-more {
  margin-left: 0;
}


.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span {
  background-color: transparent !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0px !important;
  padding: 0px !important;
  border: 0px none !important;
  font-size: 17px;
  line-height: 30px;
  color: #2d2b3b;
  position: relative;
  display: inline-block;
}

.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:after,
.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:before {
  content: '';
  position: absolute;
  bottom: 3px !important;
  margin: 0px !important;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  -webkit-transition: .35s cubic-bezier(.04, .11, .6, .97);
  -o-transition: .35s cubic-bezier(.04, .11, .6, .97);
  transition: .35s cubic-bezier(.04, .11, .6, .97);
  display: block !important;
}

.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:hover:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: .34s;
  -o-transition-delay: .34s;
  transition-delay: .34s;
}

.blog .rt-btn-right {
  float: right;
  text-align: right;
  margin-left: 10px;
}

.search.search-results .rt-btn-right {
  float: right;
  text-align: right;
  margin-left: 10px;
}

.search.search-results .blog_main .pagination {
  margin-top: 20px;
}

.category-back .data .post-meta .date i {
  padding-right: 8px;
  font-weight: 400;
}

.category-back .data .post-meta .comments i {
  padding-right: 8px;
  font-weight: 400;
}

.wraper_inner_banner .wraper_inner_banner_main > .container .col-lg-12,
.wraper_inner_banner .wraper_inner_banner_main > .container .col-md-12,
.wraper_inner_banner .wraper_inner_banner_main > .container .col-sm-12,
.wraper_inner_banner .wraper_inner_banner_main > .container .col-xs-12 {
  padding: 0 !important;
}

.wraper_inner_banner_breadcrumb > .container .col-lg-12,
.wraper_inner_banner_breadcrumb > .container .col-md-12,
.wraper_inner_banner_breadcrumb > .container .col-sm-12,
.wraper_inner_banner_breadcrumb > .container .col-xs-12 {
  padding: 0;
}

.wraper_inner_banner_main > .container {
  padding-left: 0px;
  padding-right: 0;
}

.wraper_inner_banner_breadcrumb > .container {
  padding-left: 0px;
  padding-right: 0;
}



.wraper_shop_main.right .order-sm-1 {
  padding-right: 20px;
}


/*.wraper_shop_main.right .widget-area {
    margin-right: 15px;
}*/

.wraper_shop_main .widget_price_filter {
  margin-bottom: 47px;
}

.wraper_shop_main .widget_products {
  margin-bottom: 47px;
}

.wraper_shop_single.style-one > .container {
  padding-top: 120px;
  padding-bottom: 37px;
  padding-left: 0;
  padding-right: 0;
}

.shop_single > .summary .post-share {
  display: none;
}


.woocommerce-message .button.wc-forward {
  /*background-color: #3F3A64 !important;*/
  background-color: #FF583C !important;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
  padding: 7px 11px !important;
  border-radius: 0px !important;
  transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce-message .button.wc-forward:hover {
  /*background-color: #3F3A64 !important;*/
  background-color: #FF583C !important;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
  padding: 7px 11px !important;
  border-radius: 0px !important;
      /*box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25) !important;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);*/
}


.woocommerce-error .button.wc-forward {
  background-color: #101010 !important;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
  padding: 7px 11px !important;
  border-radius: 0px !important;
}

.woocommerce-error .button.wc-forward:hover {
  color: #ffffff;
}

.woocommerce table.shop_table > tbody > tr > td.product-remove {
  text-align: left;
  padding: 0px;
}

.woocommerce table.shop_table > tbody > tr > th {
  padding: 20px 0px;
  border: none !important;
  border-bottom: 1px #e7e7e7 solid !important;
  text-align: left;
  font-size: 16px;
  line-height: 26px !important;
}

.woocommerce .shop_table td.actions {
  padding: 20px 0px 0px !important;
  border-bottom: 0 !important;
}


.woocommerce .cart-collaterals .cart_totals > h4 {
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 0 !important;
  text-transform: capitalize;
  /*font-family: Jost;*/
  line-height: 35px;
  letter-spacing: 0px;
  font-weight: 500;
  font-style: normal;
  color: #101010;
  font-size: 25px;
}



.woocommerce-billing-fields h4 {
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 10px 0px !important;
  border-bottom: 1px rgba(40, 41, 37, 0.2) solid !important;
  font-weight: 500 !important;
  text-transform: capitalize;
  color: #101010;
}

.woocommerce-shipping-fields h4 {
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0 0px !important;
  border-bottom: 1px rgba(40, 41, 37, 0.2) solid !important;
  font-weight: 500 !important;
  text-transform: capitalize;
  color: #101010;
}

.woocommerce-shipping-fields h4 label {
  font-weight: 500 !important;
  text-transform: capitalize;
  color: #101010;
}

.woocommerce-additional-fields h4 {
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 10px 0px !important;
  border-bottom: 1px rgba(40, 41, 37, 0.2) solid !important;
  font-weight: 500 !important;
  text-transform: capitalize;
  color: #101010;
}

.woocommerce-checkout-review-order h4 {
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 10px 0px !important;
  border-bottom: 1px rgba(40, 41, 37, 0.2) solid !important;
  font-weight: 500 !important;
  text-transform: capitalize;
  color: #101010;
}


.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-size: 16px;
  line-height: 28px;
}

.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #d3ced2;
  margin: 0;
  list-style: none outside;
}

.woocommerce-checkout-payment ul.wc_payment_methods.payment_methods {
  padding-left: 15px !important;
  border: 1px solid #d3ced2;
  background: #FCFCFC;
  color: #54546f;
}

.woocommerce ul.order_details li strong {
  font-size: 16px;
}

.radiantthemes-cart .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
  margin-left: 0 !important;
  padding-left: 0px;
  padding-right: 0px;
}

.woocommerce-message .cart-added {
  display: table;
  width: 100%;
}

.woocommerce-message .cart-added .cart-added-text,
.woocommerce-message .cart-added .cart-added-button {
  display: table-cell;
  vertical-align: middle;
}

.woocommerce-message .cart-added .cart-added-text {
  width: 88%;
  font-size: 16px;
  line-height: 28px;
}

.wraper_blog_main .container.page-container {
  padding-top: 112px;
  padding-bottom: 104px;
}



.rt-cont-detail-area {
  position: relative;
}

.rt-cont-detailgrid-box {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.rt-dr-details .opening-hours:before {
  content: "";
  position: relative;
  display: inline-block;
  top: 47px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}



.comments-area .comment-form > p button[type="submit"],
.comments-area .comment-form > p button[type="reset"] {
  box-shadow: none !important;
  background: #FF583C !important;
  color: #ffffff;
  font-size: 16px !important;
  line-height: 28px !important;
  border-radius: 0 !important;
  padding: 12px 33px !important;
  border: 0px none !important;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  font-weight: 500 !important;
}


.comments-area .comment-form > p button[type="submit"]:hover,
.comments-area .comment-form > p button[type="reset"]:hover {
  /*box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, .25) !important;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);*/
}


.moving-image-left-right:hover .elementor-image img {
  transform: translate3d(-10px, 0, 0);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.moveup-icon-top .elementor-image-box-img img {
  transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.moveup-icon-top:hover .elementor-image-box-img img {
  transform: translate3d(0px, -6px, 0);
}

.moveup-icon-top .elementor-widget-image img {
  transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.moveup-icon-top:hover .elementor-widget-image img {
  transform: translate3d(0px, -6px, 0);
}


.move-icon-sidewise .elementor-image img {
  transition: all .35s cubic-bezier(.38, 3, .57, 1.6);
}

.move-icon-sidewise:hover .elementor-image img {
  transform: translate3d(-6px, 0, 0);
}




.rt-img-blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1.0;
  }

  to {
    opacity: 0.0;
  }
}

/* ============================================== contact-nutrition (CONTACT FORM STARTS)==============================================*/

.contact-nutrition .form-row input[type="text"],
.contact-nutrition .form-row input[type="email"],
.contact-nutrition .form-row input[type="tel"] {
  width: 100%;
  height: 54px;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  font-size: 16px;
  line-height: 28px;
  color: #8d8b99;
  margin-bottom: 25px;
  padding: 0 25px;
  border-radius: 0;
}



.contact-nutrition .form-row textarea {
  width: 100%;
  height: 124px;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  font-size: 16px;
  line-height: 28px;
  color: #8d8b99;
  margin-bottom: 15px;
  resize: none;
  padding: 12px 25px 0;
  border-radius: 0;
}



.contact-nutrition .form-row input[type="submit"] {
  background-color: #FF583C;
  border: 0;
  padding: 12px 33px;
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  .contact-nutrition .form-row input[type="submit"] {
    width: 100%;
    border-radius: 0;
  }

  .radiantthemes-shop-box.style-seven > .holder {
    margin: 0;
  }
}

/* ============================================== contact-nutrition (CONTACT FORM ENDS)==============================================*/


.rt-hospital-detail img {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.23);
  padding: 5px;
}

.img-moving-style-up .elementor-image img {
  position: relative;
  animation: iconmoveup 10s infinite;
}

@keyframes iconmoveup {
  0% {
    bottom: 0;
  }

  50% {
    bottom: 50px;
  }

  100% {
    bottom: 0;
  }
}


/* ==============================================
RESPONSIVE
==============================================*/


@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .rt-cont-detailgrid-box {
    position: relative;
    bottom: 0;
  }

  .archive .wraper_shop_main.left .order-sm-12 {
    padding-left: 15px !important;
  }

  .archive .wraper_shop_main.right .order-sm-1 {
    padding-right: 15px !important;
  }
}


@media only screen and (max-width: 767px) {
  .rt-cont-detailgrid-box {
    position: relative;
    bottom: 0;
  }

  .wraper_shop_main.left > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }

  .wraper_shop_main.right > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .wraper_shop_main.left > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }

  .wraper_shop_main.right > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }

  .wraper_shop_main {
    width: 100%;
  }

  .radiantthemes-shop-box.style-seven > .holder {
    margin-left: 0;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {

  .post-type-archive-product .wraper_shop_main > .container {
    padding-top: 50px;
    padding-bottom: 70px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .radiantthemes-shop.three-column > .radiantthemes-shop-box {
    width: 50%;
  }
}

@media screen and (min-width:250px) and (max-width:767px) {

  .post-type-archive-product .wraper_shop_main > .container {
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .radiantthemes-shop.three-column > .radiantthemes-shop-box {
    width: 100%;
  }

  .woocommerce-page .woocommerce-ordering {
    float: right;
  }
}

@media screen and (min-width:250px) and (max-width:445px) {
  .woocommerce-page .woocommerce-ordering {
    float: left;
  }
}

@media screen and (min-width:250px) and (max-width:768px) {

  .shop_single > .summary .product_meta {
    border-top: 1px solid #e7eae5;
    border-bottom: 1px solid #e7eae5;
    margin: 17px 0 25px 0;
    padding: 25px 0 25px 0;
  }

  .woocommerce div.product div.summary {
    margin-bottom: 0;
  }

}

@media screen and (min-width:250px) and (max-width:318px) {
  .shop_single > .summary form.cart .button {
    margin-top: 30px;
  }

}

@media screen and (min-width:250px) and (max-width:432px) {
  .shop_single table.shop_attributes > tbody > tr > th {
    width: 100px !important;
  }
}

@media screen and (max-width:768px) {
  .woocommerce table.shop_table > tbody > tr > td.product-remove {
    /*width: 30px;*/
    float: left;
    border-bottom: none !important;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent !important;
  }

  .woocommerce form #customer_details {
    width: 100% !important;
  }

  .woocommerce-checkout #payment div.form-row {
    padding-bottom: 45px !important;
  }
  .shop_single .woocommerce-Reviews p.comment-form-author,
  .shop_single .woocommerce-Reviews p.comment-form-email {
    width: 100% !important;
    padding: 0px !important;
  }

}
.shop_single .woocommerce-Reviews p.comment-form-author,
.shop_single .woocommerce-Reviews p.comment-form-email {
    width: 50%;
    float: left;
    position: relative;
}
.shop_single .woocommerce-Reviews p.comment-form-author {
  padding-right: 0px;
}
.shop_single .woocommerce-Reviews p.comment-form-email {
  padding-left: 15px;
}

.shop_single .woocommerce-Reviews p.comment-form-author:after {
  content: "\e602";
  font-family: "Themify";
  font-weight: normal;
  position: absolute;
  top: auto;
  right: 10px;
  font-size: 13px;
  width: 20px;
  height: 100%;
  line-height: 50px;
  text-align: center;
}

.shop_single .woocommerce-Reviews p.comment-form-email:after {
  content: "\e75a";
  font-family: "Themify";
  font-weight: normal;
  position: absolute;
  top: auto;
  right: 10px;
  font-size: 13px;
  width: 20px;
  height: 100%;
  line-height: 50px;
  text-align: center;
}

@media screen and (max-width:767px) {

  .woocommerce #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    float: left !important;
    margin-top: 15px;
  }

  .woocommerce ul.order_details li {
    padding-top: 15px !important;
  }

  .post-type-archive-product .wraper_shop_main #secondary {
    margin-bottom: 0 !important;
  }

  .post-type-archive-product .wraper_shop_main #woocommerce_product_tag_cloud-2 .tagcloud {
    margin: 0 !important;
  }

  .wraper_shop_main.left .container {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .wraper_shop_main .row {
    margin: 0;
  }

  .wraper_shop_main.right .order-sm-1 {
    padding-right: 15px;
    padding-left: 15px;
  }


  .wraper_shop_main.right .widget-area {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
  }



  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    margin-top: 10px !important;
  }

  .woocommerce-message .cart-added .cart-added-text,
  .woocommerce-message .cart-added .cart-added-button {
    display: block;
    margin-bottom: 20px;
    width: auto;
    float: left;
  }

  .woocommerce-message .cart-added .cart-added-button {
    margin-bottom: 0 !important;
  }

  .comments-area .comment-form > p {
    padding: 0 !important;
  }

  .comments-area .comment-form > p.comment-form-author,
  .comments-area .comment-form > p.comment-form-email,
  .comments-area .comment-form > p.comment-form-url {
    width: 100% !important;
  }

  input[type="checkbox"] {
    margin: 7px 0 0 !important;
    flex: 0 0 auto;
    margin-right: 10px !important;
    width: 18px;
    height: 20px;
    float: left;
  }

  .comments-area .comment-form > p.comment-form-cookies-consent label {
    width: 80% !important;
    margin-bottom: 0;
    margin-left: 10px;
    float: left;
    margin-bottom: 20px;
  }

  .woocommerce #content div.product .woocommerce-tabs,
  .woocommerce div.product .woocommerce-tabs,
  .woocommerce-page #content div.product .woocommerce-tabs,
  .woocommerce-page div.product .woocommerce-tabs {
    padding: 0;
  }

  .shop_single > .woocommerce-tabs ul.tabs li {
    margin-bottom: 15px !important;
    width: 100%;
  }

  .wraper_blog_main > .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .post-type-archive-product .wraper_shop_main > .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

}

@media (min-width: 768px) and (max-width: 1023px) {

  .container {
    max-width: 768px;
  }
  #header .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  /*.archive.post-type-archive .wraper_inner_banner_main > .container {
        margin: 0 15px;
    }*/

  .wraper_blog_main.style-default > .container > .row {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .single.single-post .wraper_blog_main .container .row {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }

  .wraper_inner_banner_breadcrumb > .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .wraper_inner_banner_main > .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .wraper_blog_main.style-default .widget-area {
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding-left: 0px;
    padding-top: 30px;
  }

  .widget-area > .widget.widget_search .search-form {
    margin-right: 0 !important;
  }

  .tag-gallery .entry-content.default-page .wp-block-gallery {
    margin-bottom: 30px;
  }

  .radiantthemes-shop.three-column > .radiantthemes-shop-box {
    width: 50%;
  }


  .checkout.woocommerce-checkout #customer_details .col-12 {
    padding: 0;
  }

  .checkout.woocommerce-checkout .woocommerce-checkout-review-order {
    padding: 0 !important;
  }

  .woocommerce table.shop_table > tbody > tr > td.product-remove {
    float: left;
    border-bottom: none !important;
  }

  td.product-thumbnail:before {
    display: none;
  }

  .woocommerce table.shop_table > tbody > tr > td {
    padding: 20px 0;
  }

  .woocommerce-message .cart-added .cart-added-text {
    width: 80%;
  }

  .order-sm-12 {
    -ms-flex-order: inherit;
    order: inherit;
  }

  .order-sm-1 {
    -ms-flex-order: inherit;
    order: inherit;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {

  /*.archive.post-type-archive .wraper_inner_banner_main > .container{margin: 0 15px;}
    .archive.post-type-archive .wraper_inner_banner_breadcrumb > .container{margin: 0 15px;}
    .archive.post-type-archive .wraper_shop_main.left > .container{margin: 0 15px;}*/

  .wraper_shop_main.right .widget-area {
    margin-right: 0;
  }

}
@media screen and (max-width:767px) {
  .woocommerce #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    float: left !important;
    margin-top: 47px !important;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width:413px) {

  .woocommerce #content table.cart td.actions .button,
  .woocommerce table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button {
    float: left !important;
    margin-top: 47px !important;
    margin-bottom: 30px !important;
  }
  .wraper_shop_single.style-two .container {

  }
}

@media screen and (max-width:1023px) {
  .wraper_blog_main .container.page-container {
    padding-bottom: 100px !important;
  }

  .woocommerce-checkout #payment div.form-row {
    padding-bottom: 92px !important;
  }

  .wraper_shop_single.style-one .container {
    padding-top: 110px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wraper_shop_single.style-one .radiantthemes-shop {
    margin-bottom: 0 !important;
  }

  /*.post-type-archive-product .wraper_shop_main > .container {
        padding-top: 50px;
        padding-bottom: 70px;
    }
*/
  .wraper_shop_main.left .container {
    padding-top: 50px;
    padding-bottom: 70px;
  }

}


/*** SHOP MODIFIED **/


.process-img-box {
  overflow: hidden;
  margin: 0;
}

.process-img-box .elementor-column-wrap {
  position: relative;
}

/*.process-img-box .elementor-column-wrap:before {
    content: "";
    width: 0;
    height: 100%;
    background: rgba(236, 158, 124, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    transition: all .5s ease 0s;
}

.process-img-box .elementor-column-wrap:hover:before {
    width: 100%;
}*/

.process-img-box .elementor-column-wrap .elementor-image {
  opacity: 0;
  transform: translate3d(0, -50px, 0);
  transition: transform .5s ease 0s;
}

.process-img-box .elementor-column-wrap:hover .elementor-image {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.process-img-box .elementor-column-wrap .elementor-heading-title {
  opacity: 1;
  transform: translate3d(0, 70px, 0);
  transition: transform .5s ease 0s;
}

.process-img-box .elementor-column-wrap:hover .elementor-heading-title {
  opacity: 1;
  transform: translate3d(0, -20px, 0);
  color: #fff !important;
  transition-delay: .15s;
}

.process-img-box .elementor-column-wrap .elementor-text-editor {
  opacity: 0;
  transform: translate3d(0, 70px, 0);
  transition: all .5s ease 0s;
}

.process-img-box .elementor-column-wrap:hover .elementor-text-editor {
  opacity: 1;
  transform: translate3d(0, -20px, 0);
  transition-delay: .15s;
}

.process-img-box .elementor-column-wrap .radiantthemes-custom-button {
  /*position: absolute;
    opacity: 0;
    z-index: 1;
    transition: all .7s ease 0s;*/

  opacity: 0;
  transform: translate3d(0, 70px, 0);
  transition: all .5s ease 0s;
}

.process-img-box .elementor-column-wrap:hover .radiantthemes-custom-button {
  /*opacity: 1;
    transition-delay: .15s;*/
  opacity: 1;
  transform: translate3d(0, -20px, 0);
  transition-delay: .15s;
}

/******/
.service-counseller {
  overflow: hidden;
  margin: 0;
}

.service-counseller .elementor-column-wrap {
  position: relative;
  margin: 0 10px;
}

.service-counseller .elementor-column-wrap:before {
  content: "";
  width: 94%;
  height: 94%;
  background: rgba(236, 158, 124, 0.7);
  position: absolute;
  top: 3%;
  left: 3%;
  transition: all .5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.service-counseller .elementor-column-wrap:hover:before {
  /*width: 94%;
    height: 94%*/
  transition: all .5s ease 0s;
  opacity: 1;
  visibility: visible;
}

.service-counseller .elementor-column-wrap .elementor-heading-title {
  opacity: 0;
  transform: translate3d(0, 70px, 0);
  transition: transform .5s ease 0s;
}

.service-counseller .elementor-column-wrap:hover .elementor-heading-title {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  /*transition-delay: .15s;*/
}

.service-counseller .elementor-column-wrap .elementor-text-editor {
  opacity: 0;
  transform: translate3d(0, 70px, 0);
  transition: all .5s ease 0s;
}

.service-counseller .elementor-column-wrap:hover .elementor-text-editor {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  transition-delay: .15s;
}

.service-counseller .elementor-column-wrap .radiantthemes-custom-button {
  opacity: 0;
  transform: translate3d(0, 70px, 0);
  transition: all .5s ease 0s;
}

.service-counseller .elementor-column-wrap:hover .radiantthemes-custom-button {
  opacity: 1;
  transform: translate3d(0, -20px, 0);
  transition-delay: .15s;
}

@media(max-width:1024px) {
  .process-img-box .elementor-column-wrap .elementor-heading-title {
    opacity: 1;
    transform: translate3d(0, 85px, 0);
    transition: transform .5s ease 0s;
  }

  .service-counseller .elementor-column-wrap .elementor-heading-title {
    opacity: 1;
    transform: translate3d(0, 85px, 0);
    transition: transform .5s ease 0s;
  }

}

@media(max-width:767px) {
  .process-img-box .elementor-column-wrap .elementor-heading-title {
    opacity: 1;
    transform: translate3d(0, 100px, 0);
    transition: transform .5s ease 0s;
  }

  .service-counseller .elementor-column-wrap .elementor-heading-title {
    opacity: 1;
    transform: translate3d(0, 100px, 0);
    transition: transform .5s ease 0s;
  }


}

.clinic-img-box .elementor-section-boxed {
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
}

.clinic-img-box:hover .elementor-section-boxed {
  transform: translateY(-20px);
}

.counsel-img-box {
  overflow: hidden;
  margin: 0;
}

.counsel-img-box .elementor-column-wrap {
  position: relative;
  overflow: hidden
}

.counsel-img-box .elementor-column-wrap:before {
  content: "";
  width: 0;
  height: 100%;
  background: rgba(248, 242, 232, 0.8);
  position: absolute;
  top: 0;
  left: -180px;
  bottom: 0;
  transform: skewX(-36deg);
  transition: all .5s ease 0s
}

.counsel-img-box .elementor-column-wrap:hover:before {
  width: 245%
}

.counsel-img-box .elementor-column-wrap .elementor-image {
  opacity: 0;
  transform: translate3d(0, -50px, 0);
  transition: transform .5s ease 0s
}

.counsel-img-box .elementor-column-wrap:hover .elementor-image {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

.counsel-img-box .elementor-column-wrap .elementor-heading-title {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: all .7s ease 0s
}

.counsel-img-box .elementor-column-wrap:hover .elementor-heading-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: .15s
}


.counsel-img-box .elementor-column-wrap .elementor-text-editor {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: all .7s ease 0s
}



.counsel-img-box .elementor-column-wrap:hover .elementor-text-editor {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: .15s
}

.counsel-img-box .elementor-column-wrap .radiantthemes-custom-button {
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: all .7s ease 0s
}

.counsel-img-box .elementor-column-wrap:hover .radiantthemes-custom-button {
  opacity: 1;
  transition-delay: .15s
}







.service-box-rt {
  overflow: hidden;
  margin: 0;
}

.service-box-rt .elementor-column-wrap {
  position: relative;
  overflow: hidden
}

.service-box-rt .elementor-column-wrap:before {
  content: "";
  width: 0;
  height: 100%;
  background: rgba(236, 158, 124, 0.7);
  position: absolute;
  top: 0;
  left: -180px;
  bottom: 0;
  transform: skewX(-36deg);
  transition: all .5s ease 0s
}

.service-box-rt .elementor-column-wrap:hover:before {
  width: 245%
}

.service-box-rt .elementor-column-wrap .elementor-image {
  opacity: 0;
  transform: translate3d(0, -50px, 0);
  transition: transform .5s ease 0s
}

.service-box-rt .elementor-column-wrap:hover .elementor-image {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

.service-box-rt .elementor-column-wrap .elementor-heading-title {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: all .7s ease 0s
}

.service-box-rt .elementor-column-wrap:hover .elementor-heading-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: .15s
}


.service-box-rt .elementor-column-wrap .elementor-text-editor {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: all .7s ease 0s
}



.service-box-rt .elementor-column-wrap:hover .elementor-text-editor {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: .15s
}

.service-box-rt .elementor-column-wrap .radiantthemes-custom-button {
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: all .7s ease 0s
}

.service-box-rt .elementor-column-wrap:hover .radiantthemes-custom-button {
  opacity: 1;
  transition-delay: .15s
}

.skin-clinic-read-more a {
  position: relative;
  display: inline-block;
}

.skin-clinic-read-more a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #4F4F4F;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.skin-clinic-read-more a:hover:before {
  width: 0;
}
.info-box .info-number .elementor-text-editor p {
  margin:0px;
}
.info-box .info-number .elementor-text-editor {
  background: #FDF5F2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.info-box .info-bg .elementor-column-wrap.elementor-element-populated {
    background: #FDF5F2;
    transition: all 0.3s ease;
}
.info-box:hover .info-bg .elementor-column-wrap.elementor-element-populated {
    background: #e69472;
}
.info-box .info-bg .elementor-text-editor {
  transition: all 0.3s ease;
}
.info-box:hover .info-bg .elementor-text-editor {
  color: #fff;
}
.info-box:hover .info-number .elementor-text-editor {
  background: #e69472;
  color: #fff;
}
.info-box .info-bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 40%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #fdf5f2;
    border-left: 0;
    margin-top: -10px;
    margin-left: -10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.info-box:hover .info-bg:before {
    border-right-color: #e69472;
}

.info-box .info-number .elementor-text-editor:before {
    content: "";
    width: 2px;
    height: 104px;
    position: absolute;
    transition: all 0.35s linear;
    background: #fdf5f2;
    top: 50px;
    left: 27%;
}
.info-box .info-number .elementor-text-editor:after {
    content: "";
    width: 2px;
    height: 0px;
    position: absolute;
    transition: all 0.35s linear;
    background: #e69472;
    top: 50px;
    left: 27%;
}
.info-box:hover .info-number .elementor-text-editor:after {
    height: 104px;
}
.info-box .info-number.b-none .elementor-text-editor:before {
    display: none;
}
.info-box .info-number.b-none .elementor-text-editor:after {
    display: none;
}

@media screen and (min-width:768px) and (max-width:991px) {
.info-box .info-number .elementor-text-editor:before {
    content: "";
    width: 2px;
    height: 104px;
    position: absolute;
    transition: all 0.35s linear;
    background: #fdf5f2;
    top: 50px;
    left: 45%;
}
.info-box .info-number .elementor-text-editor:after {
    content: "";
    width: 2px;
    height: 0px;
    position: absolute;
    transition: all 0.35s linear;
    background: #e69472;
    top: 50px;
    left: 45%;
}
}
@media screen and (min-width:480px) and (max-width:767px) {

}
@media screen and (min-width:321px) and (max-width:479px) {
.info-box .info-number .elementor-text-editor:before {
    display: none;
}
.info-box .info-number .elementor-text-editor:after {
    display: none;
}
.info-box .info-bg:before {
    content: '';
    position: absolute;
    left: 25px;
    top: -10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fdf5f2;
    margin-top: -10px;
    margin-left: -10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.info-box:hover .info-bg:before {
    border-bottom: 10px solid #e69472;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

}
@media screen and (max-width:320px) {
.info-box .info-number .elementor-text-editor:before {
    display: none;
}
.info-box .info-number .elementor-text-editor:after {
    display: none;
}
.info-box .info-bg:before {
    content: '';
    position: absolute;
    left: 25px;
    top: -10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fdf5f2;
    margin-top: -10px;
    margin-left: -10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.info-box:hover .info-bg:before {
    border-bottom: 10px solid #e69472;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

}

.rt-clinic-icon-align .elementor-image-box-img {
  padding: 8px 0 15px 0;

}



.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
  display: none !important;
}

.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: 40%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 57%;
  float: right;
}

.archive .wraper_shop_main.left .order-sm-12 {
  padding-left: 50px;
}

.archive .wraper_shop_main.left .order-sm-1 {
  padding-left: 17px;
}

.archive .wraper_shop_main.right .order-sm-1 {
  padding-right: 50px;
  padding-left: 17px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

  .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: 48%;
  }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 48%;
    float: right;
  }
}

@media only screen and (max-width: 767px) {

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%;
  }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
  }

  .order-sm-12 {
    -ms-flex-order: inherit;
    order: inherit;
  }

  .order-sm-1 {
    -ms-flex-order: inherit;
    order: inherit;
  }
}

/*========================================= SANTANU STARTS =========================================*/

.premium-progressbar-container {
  position: relative;
}

.premium-progressbar-bar-wrap {
  position: relative;
  text-align: left;
  overflow: hidden;
  height: 25px;
  margin-bottom: 50px;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.premium-progressbar-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  background: #6ec1e4;
  text-align: center;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  overflow: hidden;
  -webkit-transition: width 0s ease-in-out !important;
  transition: width 0s ease-in-out !important;
}

.premium-progressbar-striped .premium-progressbar-bar {
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.premium-progressbar-active .premium-progressbar-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.premium-progressbar-gradient .premium-progressbar-bar {
  -webkit-background-size: 400% 400% !important;
  background-size: 400% 400% !important;
  -webkit-animation: progress-bar-gradient 10s ease-in-out infinite;
  animation: progress-bar-gradient 10s ease-in-out infinite;
}

.premium-progressbar-container .clearfix {
  clear: both;
}

.premium-progressbar-container p:first-of-type {
  margin: 0;
  float: left;
}

.premium-progressbar-container p:nth-of-type(2) {
  margin: 0;
  float: right;
}

.header-social-icon .elementor-social-icon {
  padding: 0.1em;
  margin-right: 7px;
}

.demo-three-social .elementor-icon .ti-facebook {
  width: 0.9em;
  height: 0.9em;
  border-radius: 3px;
}

.together-we-can .elementor-widget-container {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.together-we-can:hover .elementor-widget-container {
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 800px) {}

@media only screen and (max-width:760px) {}

@media only screen and (max-width:375px) {}

@media only screen and (max-width:355px) {}

.healthy-and-happy-life .elementor-image-box-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.healthy-and-happy-life .elementor-image {
  overflow: hidden;
}

.healthy-and-happy-life img {
  transform: scale(1);
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}

.healthy-and-happy-life:hover img {
  transform: scale(1.03);
  transition: all 0.3s ease;
}

.healthy-and-happy-life .elementor-image-box-img {
  overflow: hidden;
}

.home-page-two-read-more .elementor-icon-list-text:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.home-page-two-read-more .elementor-icon-list-text:hover:before {
  width: 0;
}


.why-choose-cura {
  box-shadow: none;
  transition: all 0.3s ease;
}

.why-choose-cura:hover {
  box-shadow: 4.33px 2.5px 23px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}


/* ======================= skin-clinic Page =======================*/
.skin-info .bubble-box {
  position: relative;
  background: #fdf5f2;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;


}

.skin-info .bubble-box:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #fdf5f2;
  border-left: 0;
  margin-top: -10px;
  margin-left: -10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.skin-info:hover .bubble-box {
  background: #e69472;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;

}

.skin-info:hover .bubble-box:after {
  border-right-color: #e69472;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;

}



@media only screen and (max-width: 1200px) and (min-width: 824px) {

  .skin-info .number-effect:before,
  .skin-info .number-effect-last:before {
    left: 15%;
    width: 70%;
    height: 100%;
  }
}

.skin-info .skin-info-title-one {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.skin-info .skin-info-title-two {
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.skin-info:hover .skin-info-title-one {
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.skin-info:hover .skin-info-title-two {
  opacity: 1;
  z-index: 3;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.skin-info .skin-info-des-one {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.skin-info .skin-info-des-two {
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.skin-info:hover .skin-info-des-one {
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.skin-info:hover .skin-info-des-two {
  opacity: 1;
  z-index: 3;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.skin-info .skin-info-img-one {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.skin-info .skin-info-img-two {
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.skin-info:hover .skin-info-img-one {
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.skin-info:hover .skin-info-img-two {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.skin-info .skin-info-one p {
  color: #3D3C37;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.skin-info:hover .skin-info-one p {
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.skin-info .number-effect:before,
.skin-info .number-effect-last:before {
  content: "";
  position: absolute;
  top: -15%;
  left: 22%;
  width: 58%;
  height: 100%;
  border-radius: 150px;
  background-color: currentColor;
  z-index: -1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.skin-info:hover .number-effect:before,
.skin-info:hover .number-effect-last:before {
  background-color: currentColor;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.skin-info .number-effect:after {
  content: "";
  position: absolute;
  top: 45px;
  left: 50%;
  width: 2px;
  height: 0;
  background-color: currentColor;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.skin-info .number-effect-back:before {
  content: "";
  position: absolute;
  top: 45px;
  left: 50%;
  width: 2px;
  height: 93px;
  background-color: currentColor;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.skin-info:hover .number-effect:after {
  height: 95px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.skin-info:hover .number-effect-back:before {
  height: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

@media only screen and (max-width: 734px) and (min-width: 500px) {

  .skin-info .number-effect:before,
  .skin-info .number-effect-last:before {
    left: 20%;
    width: 58%;
    height: 100%;
  }
}

@media only screen and (max-width: 499px) {

  .skin-info .number-effect:before,
  .skin-info .number-effect-last:before {
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 414px) and (max-width: 736px) and (orientation: landscape) {
  .skin-info .number-effect:before {
    width: 54%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1266px) {
  .skin-info .number-effect:before {
    left: 10px;
    width: 70%;
  }

  .skin-info .number-effect-back:before {
    height: 107px;
  }

  .skin-info:hover .number-effect:after {
    height: 107px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .skin-info .number-effect:before {
    left: 0;
    width: 100%;
  }

  .skin-info .number-effect-last:before {
    left: 0;
    width: 100%;
  }

  .skin-info .number-effect-back:before {
    height: 107px;
  }

  .skin-info:hover .number-effect:after {
    height: 107px;
  }
}

@media only screen and (max-width: 767px) {
  .skin-info .number-effect-back:before {
    height: 107px;
    display: none;
  }

  .skin-info:hover .number-effect:after {
    height: 107px;
    display: none;
  }

  .skin-info .bubble-box:after {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 568px) and (orientation: landscape) {
  .rt-round {
    width: 18% !important;
  }
}

@media screen and (max-width: 320px) {

  .skin-info .number-effect:before,
  .skin-info .number-effect-last:before {
    top: -4px;
    left: 0;
    width: 100%;
    height: 80%;
  }
}





.type-of-counselling .elementor-icon-list-text:before {
  content: "";
  position: absolute;
  top: 95%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #EC9E7C;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.type-of-counselling:hover .elementor-icon-list-text:before {
  width: 0;
}




.special-treatment-effect .elementor-heading-title:before {
  content: "";
  position: absolute;
  left: 20%;
  top: -35%;
  /*margin:0 70% 0 20%;*/
  width: 60%;
  height: 180%;
  background-color: #f5ab4a;
  Z-index: -1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}


.special-treatment-effect .elementor-element.elementor-element-7a01e4c,
.special-treatment-effect .elementor-element.elementor-element-7f41454,
.special-treatment-effect .elementor-element.elementor-element-abc6c38 {

  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.special-treatment-effect:hover .elementor-element.elementor-element-7a01e4c,
.special-treatment-effect:hover .elementor-element.elementor-element-7f41454,
.special-treatment-effect:hover .elementor-element.elementor-element-abc6c38 {
  top: 83%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}


/*===================== ACCORDIAN STYLE =====================*/


.about-three-accordian .elementor-accordion-item .elementor-tab-title.elementor-active {
  background-color: #FF583C !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  margin-bottom: 0 !important;
}

.about-three-accordian .elementor-accordion-item .elementor-tab-title {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  margin-bottom: 25px;
}

.about-three-accordian .elementor-accordion-item .elementor-tab-content.elementor-active {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  margin-bottom: 25px;
}

.about-three-accordian .elementor-accordion-icon {
  padding-top: 5px;
}

.about-eight-accordian .elementor-accordion-item .elementor-tab-title.elementor-active {
  background-color: #47A1E7 !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  margin-bottom: 0 !important;
}

.about-eight-accordian .elementor-accordion-item .elementor-tab-title {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  margin-bottom: 25px;
}

.about-eight-accordian .elementor-accordion-item .elementor-tab-content.elementor-active {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
  margin-bottom: 25px;
}

.about-eight-accordian .elementor-accordion-icon {
  padding-top: 5px;
}

/*============Team===============*/
.team-img-gap .team.element-eight .team-item {
  margin: 0;
}



.appointment .form input[type="text"] {
  /*width:calc(100% - 20px);*/
  width: 100%;
  height: 56px;
  border: 0;
  background-color: #f6f3ee;
  font-size: 16px;
  line-height: 28px;
  color: #858585;
  /*font-family: "Jost Regular";*/
  padding-left: 25px;
  border-radius: 0;

}

.appointment .form input[type="email"] {
  /*width:calc(100% - 20px);*/
  width: 100%;
  height: 56px;
  border: 0;
  background-color: #f6f3ee;
  font-size: 16px;
  line-height: 28px;
  color: #858585;
  /*font-family: "Jost Regular";*/
  padding-left: 25px;
  border-radius: 0;
  /* margin-left:-20px;*/
}

.appointment .form input[type="submit"] {
  width: 100%;
  /*padding: 12px 33px;*/
  height: 56px;
  border: 0;
  background-color: #ec9e7c;
  font-size: 17px;
  line-height: 27px;
  color: #ffffff;
  border-radius: 0;
  /*font-family: "Jost Medium";*/
  /*margin-left:-40px;*/
}

.appointment .padding-space {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.counter-div .counter-effect-two:before {
  content: "";
  position: absolute;
  left: 0;
  top: 120%;
  width: 105px;
  height: 1px;
  background-color: #9d4c3d;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.counter-div:hover .counter-effect-two:before {
  width: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.counter-div .counter-effect-two .elementor-counter-number-prefix {
  display: none;
}

.counter-div .counter-effect:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 105px;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.counter-div:hover .counter-effect:before {
  width: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.counter-div .counter-effect .elementor-counter-number-prefix {
  display: none;
}

.pet-counter .elementor-counter .elementor-counter-number-prefix {
  display: none;
}

.pet-counter .elementor-counter .elementor-counter-title {
  text-align: left;
}

@media only screen and (max-width: 767px) {

  .appointment .form input[type="text"] {
    margin-bottom: 10px;
  }

  .appointment .form input[type="email"] {
    margin-bottom: 10px;
  }

  .appointment .form input[type="submit"] {
    margin-bottom: 10px;
    width: 100%;
  }

  .pet-counter .elementor-counter .elementor-counter-number-prefix {
    display: none;
  }

  .pet-counter .elementor-counter .elementor-counter-title {
    text-align: left;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  .pet-counter .elementor-counter .elementor-counter-number-prefix {
    display: none;
  }

  .pet-counter .elementor-counter .elementor-counter-title {
    text-align: left;
  }
}

@media only screen and (max-width: 800px) {
  .appointment .form input[type="submit"] {
    padding: 11px 14px;
    width: 100%;
  }
}


/*========================================= SANTANU Ends =========================================*/


.clinic-treatment-effect .elementor-heading-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  width: 60%;
  height: 180%;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
  z-index: -1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}


.clinic-treatment-effect .elementor-widget-heading {

  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.clinic-treatment-effect:hover .elementor-widget-heading {
  top: 83% !important;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {

  .clinic-treatment-effect .elementor-heading-title:before {
    width: 80%;
  }


}

.rt-customer-support .swiper-pagination {
  position: relative !important;
  text-align: left !important;
}

.rt-customer-support .swiper-pagination span.swiper-pagination-bullet-active {
  position: relative;
  display: inline-block;
}

.rt-customer-support .swiper-pagination span.swiper-pagination-bullet-active:after {
  border-radius: 50% !important;
  border: 1px solid #000 !important;
  width: 16px !important;
  height: 16px !important;
  background: transparent;
  position: absolute;
  content: '';
  top: -5px;
  left: -5px;
  right: 0;
  margin: 0 auto;
}



.rt-customer-support .swiper-pagination span {
  position: relative;
  display: inline-block;
}

.rt-customer-support .swiper-pagination span:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  background: #000;
  width: 6px;
  height: 6px;
}





/*==================================== LANDING PAGE ====================================*/


.landing-home-one {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}



.landing-home-one:hover {
  -webkit-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  transform: translateY(-7px);
}



/*.landing-home-one:hover .elementor-widget-image-box .elementor-image-box-title {
    color: #0067DA;
}*/



.landing-home-one .elementor-image-box-img img {
  box-shadow: 0px 10px 50px -10px rgba(103, 100, 253, 0.2);
  border-radius: 0px;
}



/*Shop/Blog Banner*/
.post-type-archive-product .wraper_shop_main > .container {
  padding-top: 118px;
  padding-bottom: 120px;
  padding-left: 0;
  padding-right: 0;
}

/*=======================*/

.wishlist-title.wishlist-title-with-form .btn.show-title-form {
  background: none;
  display: none;
}

.wishlist-title.wishlist-title-with-form .btn.show-title-form:hover {
  background: none;
}

.single.single-product .wraper_inner_banner {
  background-image: none !important;
}


.single.single-product .wraper_inner_banner_main > .container {
  padding-top: 125px !important;
  padding-bottom: 10px !important;
}

.single.single-product .wraper_inner_banner_breadcrumb > .container {
  padding-top: 0 !important;
  padding-bottom: 45px !important;
}

.single.single-product .wraper_inner_banner_main > .container .inner_banner_main .title {
  color: #101010;
}


.single.single-product .wraper_inner_banner_breadcrumb > .container .inner_banner_breadcrumb #crumbs {
  color: #696969;
}

.widget.widget_products .product-info h5 {
  margin: 0;
}

.wraper_blog_main .entry.status-publish .entry-header {
  display: none;
}


.yith_wcwl_wishlist_footer .yith-wcwl-share ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share ul li {
  margin: 0;
  padding: 0;
  float: left;
  margin: 0 10px 0 0;
  list-style-type: none;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share h4 {
  margin-bottom: 10px;
  font-weight: 500 !important;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #101010 !important;
  text-transform: capitalize;
}



#calc_shipping_state_field span {
  width: 100% !important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}
.select2-selection__arrow:after {
    content: "\e64b";
    position: absolute;
    /* left: 50%; */
    top: 50%;
    margin-left: 0;
    margin-top: -11px;
    font-family: 'themify';
    font-size: 10px;
    width: 0;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

.shipping-calculator-form .form-row {
  padding: 3px 0 !important;
}

.rt-select-wrapper .rt-select-button:before,
.select2-container .select2-selection > .select2-selection__arrow:before {
  content: "\e64b";
  position: absolute;
  right: 0;
  top: 50%;
  margin-left: -3px;
  margin-top: -11px;
  font-family: 'themify';
  font-size: 10px;
  width: 18px;
  height: 24px;
  line-height: 24px;
  font-weight: normal;
}



.select2-hidden-accessible {
  position: absolute !important;
  /*poulami*/
  width: 100% !important;
  /*poulami*/
  border: 0 !important;
  clip: none !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: none !important;
  padding: 0 !important;
  float: left !important;
}
.woocommerce-terms-and-conditions-wrapper {
    text-align: left;
    margin: 0;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 0 !important;
  background: #FF583C;
  color: #fff;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
   background: #FF583C;
  color: #fff;
}

.checkout_coupon.woocommerce-form-coupon .button {
  background: #FF583C !important;
  border: 1px solid #FF583C !important;
  border-radius: 0px;
  color: #fff;
  height: 50px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
}
@media screen and (max-width: 768px) {

  .rt-select-wrapper .rt-select-button:before,
  .select2-container .select2-selection > .select2-selection__arrow:before {
    right: 10px;
  }

  .shipping-calculator-form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
  }
}


.woocommerce-cart .cart-collaterals .shipping-calculator-button:hover {
  color: #101010;
}


.woocommerce ul.product_list_widget .rt-edu-product-item .rt-thumbnail {
  float: right;
}

.woocommerce ul.product_list_widget .rt-edu-product-item .product-info {
  float: left;
  margin-top: -8px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0;
}
.woocommerce ul.product_list_widget li a {
  font-size: 16px;
  line-height: 26px;
  color: #101010;
}


/*======================================================================================
SEARCH
======================================================================================*/


.rt-search-box {
  width: 100%;
  position: relative;
}

.search-btn {
  position: absolute;
  /* color: #FFF; */
  float: right;
  right: 0;
  top: 7px;
}

.search-btn:hover {
  cursor: pointer;

}

.search-btn:before {
  content: "\e610";
  font-family: 'themify';
  font-size: 18px;
}



.rt-search-btn {
  position: absolute;
  top: 10px;
  right: 0;
  color: #FFF;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;

}


.rt-search-btn.fa-2x {
  font-size: 18px;
}

#search-overlay {
  display: none;
}

.block {
  position: fixed;
  /*left: auto;*/
  left: 0;
  right: 0;
  z-index: 90;
  margin: 0 auto;
  /*width: 100%;*/
  width: 1184px;
  overflow: auto;
  text-align: center;
  border: 0px;
  transform: translate3d(0px, 63px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  display: block;
  transition: transform .1s ease-in-out;
}

.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
}

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  float: left;
  padding: 0;
  color: #FFF;
  border: none;
  background: #eff0f2;
}

#search-box {
  position: relative;
  width: 100%;
  margin: 0;
}

#search-form {
  overflow: hidden;
}

#search-text {
  font-size: 13px;
  text-transform: uppercase;
  color: #ddd;

}

#search-box input[type="text"] {
  /*    background: rgba(255, 255, 255, 0.9);*/
  background: #e5e6e9;
  width: 90%;
  float: left;
  padding: 0;
  color: #101010;
  outline: none;
  font-size: 16px;
  line-height: 27px;
  padding: 12px 30px;
  text-transform: capitalize;
  border: 0px;
}

#search-box input[type="text"]::-webkit-input-placeholder {
  color: #101010;
}

#search-box input[type="text"]::-moz-placeholder {
  color: #101010;
}

#search-box input[type="text"]:-ms-input-placeholder {
  color: #101010;
}


#search-box input[type="submit"] {
  width: 10%;
  float: right;
  padding: 12px 33px;
  background: none;
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  border: 0;
  cursor: pointer;
  background: #FF583C;
}




@media screen and (min-width: 768px) and (max-width: 1024px) {
  #search-box input[type="text"] {
    width: 83%;
  }

  #search-box input[type="submit"] {
    width: 17%;
  }

}

@media screen and (max-width: 767px) {

  .centered {
    width: 100%;
  }

  #search-box input[type="text"] {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
  }

  #search-box input[type="submit"] {
    width: 100%;
    padding: 15px 33px;
  }

  .search-btn.fa-2x {
    font-size: 16px;
  }

  .rt-search-btn.fa-2x {
    font-size: 16px;
  }

  #close-btn.fa-2x {
    font-size: 16px;
  }

  .rt-search-btn {
    position: absolute;
    top: 10px;
    right: 0;
    color: #FFF;
  }
}
.post-thumbnail:hover .wp-post-image {
    transform: scale(1.06) translateX(2%);
    transition: transform 1s cubic-bezier(.33,.02,0,.93);
}
header#header.sticky-active .rt-cart-box.hidden-md {display : none;}


.appointment-booking .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.5);
  height: 50px;
  margin-bottom: 15px;
  padding: 0 10px;
  background: #077ece;
  color: #fff;
}
.appointment-booking ::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.appointment-booking ::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1;
}
.appointment-booking ::-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
}
.appointment-booking ::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

.appointment-booking .form-row {
  margin:0px;
}
.appointment-booking .col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    padding: 0;
}
.appointment-booking .wpcf7-submit {
    width: 100%;
    border: none;
    background: #EF576C;
    color: #fff;
    height: 50px;
    font-weight: 500;
}
.appointment-booking select.wpcf7-form-control.wpcf7-select {
    background: url(assets/images/ar-d.png) no-repeat right #077ece;
    background-position-x: 96%;
    background-size: 12px;
    -webkit-appearance: none;
    appearance: none;
}
.wp-block-file .wp-block-file__button, .wp-block-button__link {
	/*border-radius: 0;*/
}
.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    background: url(https://cura.radiantthemes.com/wp-content/uploads/2020/10/ar-db.png) no-repeat left #ffffff;
    appearance: none;
    background-position-x: 97.5%;
    background-size: 9px;
}

.rt-selectbox{ opacity: 0;position: absolute;left: 0px;right: 0px;top: 0px;bottom: 0px;}
.country_select, .state_select {min-height: 50px; font-size: 16px; color: #101010; background: #eff0f2; border: 1px #eff0f2 solid; border-radius: 0; padding: 10px 10px 10px 7px; line-height: inherit; background: #eff0f2 url(../images/icon.png) no-repeat center right 5px;-moz-appearance: none;-webkit-appearance: none;}

.blog .site-main.post .wraper_blog_main > .container {
    padding-top: 100px;
}
.body-inner .block {
    display: none;
}

.elementor-37102 .elementor-element.elementor-element-fb8c7a2 > .elementor-widget-container,.elementor-37102 .elementor-element.elementor-element-509b5af > .elementor-widget-container,.elementor-37102 .elementor-element.elementor-element-557663d > .elementor-widget-container,.elementor-37102 .elementor-element.elementor-element-9d818da > .elementor-widget-container{
  padding-bottom: 12px !important;
  margin-bottom: 15px !important;
}
.elementor-49191 .elementor-element.elementor-element-71bf65a > .elementor-widget-container,.elementor-49191 .elementor-element.elementor-element-a0c93eb > .elementor-widget-container{
  margin-bottom: 20px !important;
}
.elementor-49191 .elementor-element.elementor-element-4487e1a > .elementor-widget-container,.elementor-49191 .elementor-element.elementor-element-d58eb58 > .elementor-widget-container{
  margin-bottom: 20px !important;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .timeslot{
  display: none;
}
.elementor-45589 .elementor-element.elementor-element-d1b963c > .elementor-widget-container,.elementor-45589 .elementor-element.elementor-element-60d2102 > .elementor-widget-container,.elementor-45589 .elementor-element.elementor-element-027eba1 > .elementor-widget-container,.elementor-45589 .elementor-element.elementor-element-1a07901 > .elementor-widget-container{
  padding-bottom: 15px !important;
  margin-bottom: 20px !important;
}
p{
  line-height: 28px !important;
}