/*--------------------------------------------------------------
>>> 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
# Header
	## Header Style Default
	## Header Style One
	## Header Style Two
	## Header Style Three
	## Header Style Four
	## Header Style Five
	## Header Style Six
  ## Header Style Six B
	## Header Style Seven
	## Header Style Eight
	## Header Style Nine
	## Header Style Ten
	## Header Style Eleven
	## Header Style Twelve
	## Header Style Thirteen
	## Header Style Fourteen
	## Header Style Fifteen
	## Header Style Sixteen
	## Header Style Seventeen
# 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:active,
a:hover {
    text-decoration: none !important;
    outline: none !important;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}

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

strong {
    font-weight: 600;
}

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

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

label {
    font-weight: 400;
}

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


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

/*--------------------------------------------------------------
# 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;
    margin: 0 auto;
}

.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;
    }
}

.wraper_blog_main > .container > .row > .blog-content,
.wraper_blog_main.style-default > .container > .row > .blog-content {
    padding-right: 40px;
}

/*--------------------------------------------------------------
# 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 i {
    font-size: 25px;
    color: inherit;
    line-height: 38px;
}

/*--------------------------------------------------------------
# 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: 15px;
    padding-bottom: 15px;
}

.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;
}

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

.wraper_header.style-default .header_main .header-responsive-nav {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.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-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 700;
    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: #000;
    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-family: 'Inter', sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    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;
    font-family: 'Inter', sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    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: 3px;
    width: 0;
    height: 1px;
    z-index: 0;
    content: " ";
    background-color: currentColor;
    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;
    left: 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.sub-menu,
.wraper_header.style-default .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul li ul.sub-menu,
.wraper_header.style-default .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul li ul li ul li ul.sub-menu,
.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.sub-menu,
.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 li ul.sub-menu {
    left: 100%;
    top: -1px;
    z-index: 1;
}

.wraper_header.style-default .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul.sub-menu,
.wraper_header.style-default .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul li ul li ul.sub-menu,
.wraper_header.style-default .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul li ul li ul li ul li ul.sub-menu,
.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.sub-menu {
    left: auto;
    top: -1px;
    z-index: 1;
    right: 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: 400;
    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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: #18161b;
}

.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,
.wraper_footer{
	margin-left:265px;
}*/
#page {
    word-wrap: break-word;
    /*position: relative;
    min-height: 100vh;*/
}

/*.wraper_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}*/

body[data-header-style=header-style-three] {
    /* wraper_header */
    /* wraper_header_responsive */
    /* wraper_header_main */
    /* SIDR */
}

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 {
    /* NAV */
}

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

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

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header Style Four
--------------------------------------------------------------*/
body[data-header-style=header-style-four] {
    /* sidr */
    /* wraper_header_main */
}

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 {
    /* NAV */
}

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_main */
    /* flyout-menu-overlay */
    /* wraper_flyout_menu */
}

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 {
    /* NAV */
}

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 1.0s;
}

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: 400;
    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_main */
    /* wraper_flyout_search */
}

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

.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;
    background-color: transparent !important;
}

.wraper_header.style-six .wraper_header_main .header-responsive-nav .ti-menu {
    color: #fff;
}

.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;
    margin-top: 5px;
    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 > .fa.fa-shopping-basket {}

.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: -25px;
    content: " ";
    display: block;
    width: 0;
    height: 1px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    background: #fb7a46;
}

.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: 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-six .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-six .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-six .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-six .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-six .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-six .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-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 A
--------------------------------------------------------------*/
.wraper_header.style-six-a {
    position: absolute;
    z-index: 999;
    width: 100%;
    direction: initial;
    /* wraper_header_main */
    /* wraper_flyout_search */
}

.wraper_header.style-six-a .wraper_header_main {
    width: 100%;
    /* RADIANTTHEMES MEGA MENU */
    /* STICKY MODE */
}

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

.wraper_header.style-six-a .wraper_header_main .header_main_action ul > .header-flyout-phone span {
    padding-left: 5px;
}

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

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

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

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

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

.wraper_header.style-six-a .wraper_header_main .header-responsive-nav .ti-menu {
    /*color: #fff;*/
}

.wraper_header.style-six-a .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-a .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-a .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(4),
.wraper_header.style-six-a .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(7),
.wraper_header.style-six-a .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-a .wraper_header_main .header-hamburger-menu > .header-hamburger-menu-icon:nth-child(4) {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.wraper_header.style-six-a .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-a .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-a .wraper_header_main .header-hamburger-menu:hover > .header-hamburger-menu-icon:nth-child(4),
.wraper_header.style-six-a .wraper_header_main .header-hamburger-menu:hover > .header-hamburger-menu-icon:nth-child(8),
.wraper_header.style-six-a .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-a .wraper_header_main .header_main_action {
    float: right;
    margin-top: 13px;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-six-a .wraper_header_main .header_main_action ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    margin-top: 5px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_header.style-six-a .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-a .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-a .wraper_header_main .nav {
    float: right;
    margin-top: 7px;
    text-align: right;
}

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

.wraper_header.style-six-a .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-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:last-child,
.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:only-child {
    margin-right: 0 !important;
}

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

.wraper_header.style-six-a .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-a .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-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
}

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

.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li,
.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-six-a .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-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:hover > ul > li,
.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-six-a .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-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > a,
.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-six-a .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-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > a:before,
.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
    position: relative;
    bottom: -25px;
    content: " ";
    display: block;
    width: 0;
    height: 1px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    background: #fb7a46;
}

.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-six-a .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-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-six-a .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-a .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-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > a i,
.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-six-a .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-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul,
.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-six-a .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-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-six-a-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-six-a .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-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-six-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-six-a .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-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.rt-mega-menu-full-width {
    position: static;
}

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

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

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

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

.wraper_header.style-six-a .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-a .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-six-a .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
    border-right: none;
}

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

.wraper_header.style-six-a .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-a .wraper_header_main .rt-megamenu-widget ul.menu > li {
    position: relative;
}

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

.wraper_header.style-six-a .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-a .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-a .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
    width: 100%;
}

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

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

.wraper_header.style-six-a .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-a .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-a .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky > .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
*/
.wraper_header.style-six-a .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .brand-logo {
    display: none;
}

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

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

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

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

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

.wraper_header.style-six-a .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-a body.flyout-searchbar-active .wraper_flyout_search {
    opacity: 1;
    visibility: visible;
}

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

.wraper_header.style-six-a .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-a .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-a .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-a .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-a .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-a .flyout-search-close {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
}

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

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

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

.wraper_header.style-six-a .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-a .flyout_search > .flyout-search-title {
    margin-bottom: 30px;
}

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

.wraper_header.style-six-a .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-a body.flyout-searchbar-active .flyout_search > .flyout-search-title h4 {
    letter-spacing: 0;
    opacity: 1;
}

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

.wraper_header.style-six-a .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-a .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-a .flyout_search .form-row button[type=submit] i {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {}

/* TABLET LANDSCAPE PART */
@media screen and (max-width: 991px) {
    .wraper_header.style-six-a .wraper_header_main .header_main_action {
        margin-top: 10px;
        display: none;
    }

}


/*--------------------------------------------------------------
# Header Style Six B
--------------------------------------------------------------*/
.wraper_header.style-six-b {
    position: absolute;
    z-index: 999;
    width: 100%;
    direction: initial;
    /* wraper_header_main */
    /* wraper_flyout_search */
}

.wraper_header.style-six-b .wraper_header_main {
    width: 100%;
    /* RADIANTTHEMES MEGA MENU */
    /* STICKY MODE */
}

.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: 3px;
    margin-left: 20px;
    text-align: right;
    font-size: 25px;
    background-color: transparent !important;
}

.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;
    margin-top: 5px;
    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: 20px;
    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: 30px;
}

.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;
}

.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;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    border-radius: 4px;
    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: -25px;
    content: " ";
    display: block;
    width: 0;
    height: 1px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    background: #fb7a46;
}

.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: 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-six-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-six-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-six-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-six-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-six-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-six-b .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-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_main */
}

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

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;
    /*overflow:auto;*/
    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 {
    /* NAV */
}

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: 1.0s;
}

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

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

.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;
    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: -25px;
    content: " ";
    display: block;
    width: 0;
    height: 1px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    background: #fb7a46;
}

.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: 400;
    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: 0;
    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;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    /* wraper_header_top */
    /* wraper_header_main */
    /* wraper_header_nav */
}

.wraper_header.style-eleven .wraper_header_top {
    width: 100%;
}

.wraper_header.style-eleven .wraper_header_top > .container {
    padding-top: 10px;
    padding-bottom: 0;
}

.wraper_header.style-eleven .wraper_header_top .header_top {
    border-bottom: 1px rgba(0, 0, 0, 0.25) solid;
}

.wraper_header.style-eleven .wraper_header_top .header_top .header_top_item {
    margin-bottom: 10px;
}

.wraper_header.style-eleven .wraper_header_top .header_top .header_top_item .header-top-note {
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.wraper_header.style-eleven .wraper_header_top .header_top .header_top_item .header-top-calltoaction {
    font-size: 0;
}

.wraper_header.style-eleven .wraper_header_top .header_top .header_top_item .header-top-calltoaction .btn {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    padding: 7px 25px 6px 25px;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
}

.wraper_header.style-eleven .wraper_header_top .header_top .header_top_item .header-top-calltoaction .btn > .placeholder {
    display: block;
    transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
}

.wraper_header.style-eleven .wraper_header_top .header_top .header_top_item .header-top-calltoaction .btn > .placeholder i {
    margin-right: 6px;
}

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

.wraper_header.style-eleven .wraper_header_main > .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

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

.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_main .header_main ul.header-contact {
    float: right;
    font-size: 0;
}

.wraper_header.style-eleven .wraper_header_main .header_main ul.header-contact > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    padding-left: 60px;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    line-height: 28px;
}

.wraper_header.style-eleven .wraper_header_main .header_main ul.header-contact > li:last-child,
.wraper_header.style-eleven .wraper_header_main .header_main ul.header-contact > li:only-child {
    margin-right: 0;
}

.wraper_header.style-eleven .wraper_header_main .header_main ul.header-contact > li span[class*='ti-'] {
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 1;
    width: 44px;
    height: 44px;
    text-align: center;
    background-color: transparent;
    border: 2px rgba(0, 0, 0, 0.1) solid;
    border-radius: 50%;
    font-size: 20px;
    line-height: 40px;
}

.wraper_header.style-eleven .wraper_header_main .header_main ul.header-contact > li strong {
    display: block;
}

.wraper_header.style-eleven .wraper_header_main .header_main ul.header-contact > li a {
    color: inherit;
}

.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;
    /* RADIANTTHEMES MEGA MENU */
}

.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_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 .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;
    }

    .wraper_header.style-six-b .wraper_header_main .header_main_action {
        margin-top: 10px;
    }

    .wraper_header.style-six .wraper_header_main .header_main_action ul > li {
        margin-top: 0;
    }

    .wraper_header.style-six-b .wraper_header_main .header_main_action ul > li {
        margin-top: 0;
    }
}

/* TABLET PROTRAIT PART */
@media screen and (max-width: 767px) {
    .wraper_header.style-six .wraper_header_main .header_main_action ul > li {
        margin-top: 4px;
    }

    .wraper_header.style-six-b .wraper_header_main .header_main_action ul > li {
        margin-top: 7px;
    }

    .wraper_header.style-six .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header-responsive-nav .ti-menu {
        color: #000 !important;
    }

}

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

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: 500px;
    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: 400;
    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.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;
    font-weight: 600;
}

.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: -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-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;
    font-size: 13px;
    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: -25px;
    content: " ";
    display: block;
    width: 0;
    height: 1px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    background: #fb7a46;
}

.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);
}

/*--------------------------------------------------------------
# Header Style Fifteen A
--------------------------------------------------------------*/
.wraper_header.style-fifteen-a {
    position: relative;
    z-index: 999;
    width: 100%;
    direction: initial;
    box-shadow: 0px 0px 20px rgba(97, 145, 214, 0.20);
}

.wraper_header.style-fifteen-a .wraper_header_top {
    width: 100%;
}

.wraper_header.style-fifteen-a .wraper_header_top > .container {
    padding-top: 0;
    padding-bottom: 0;
}

.wraper_header.style-fifteen-a .wraper_header_top .header_top .header_top_item ul.header-contact {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.wraper_header.style-fifteen-a .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: 14px;
    color: #eff0ff;
    line-height: 28px;
    letter-spacing: -0.2px;
}

.wraper_header.style-fifteen-a .wraper_header_top .header_top .header_top_item ul.header-contact > li.top-social-box {
    display: inline-block;
    /*color: #1E1666;*/
    vertical-align: middle;
}

.wraper_header.style-fifteen-a .wraper_header_top .header_top .header_top_item ul.header-contact > li.top-social-box .social {
    margin: 0;
    padding: 0;
    display: block;
    /* text-align: left; */
    list-style-type: none;
}

.wraper_header.style-fifteen-a .wraper_header_top .header_top .header_top_item ul.header-contact > li.top-social-box .social li {
    margin: 0;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    list-style-type: none;
}

.wraper_header.style-fifteen-a .wraper_header_top .header_top .header_top_item ul.header-contact > li:first-child {
    padding-left: 0;
}

.wraper_header.style-fifteen-a .wraper_header_top .header_top .header_top_item ul.header-contact > li:last-child {
    padding-right: 0;
    border-right: none;
}

.wraper_header.style-fifteen-a .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-a .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-a .wraper_header_top .header_top .header_top_item ul.header-contact > li a {
    color: inherit;
}

.wraper_header.style-fifteen-a .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-a .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: 14px;
    color: #fff;
    line-height: 28px;
    letter-spacing: -0.2px;
}

.wraper_header.style-fifteen-a .wraper_header_top .header_top .header_top_item .header-calltoaction .btn:last-child {
    padding-right: 0;
}

.wraper_header.style-fifteen-a .wraper_header_top .header_top .header_top_item .header-calltoaction .btn:last-child,
.wraper_header.style-fifteen-a .wraper_header_top .header_top .header_top_item .header-calltoaction .btn:only-child {
    border-right: none;
}

.wraper_header.style-fifteen-a .wraper_header_top .header_top .header_top_item .header-calltoaction .btn i {
    margin-left: 6px;
}

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

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

.wraper_header.style-fifteen-a .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-a .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-a .wraper_header_main > .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

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

.wraper_header.style-fifteen-a .wraper_header_main .header_main .brand-logo {
    float: left;
    text-align: center;
    font-size: 0;
    margin-top: 3px;
}

.wraper_header.style-fifteen-a .wraper_header_main .header_main .brand-logo img {
    max-width: 103px;
}

.wraper_header.style-fifteen-a .wraper_header_main .header-responsive-nav {
    width: 30px;
    float: right;
    margin-top: 6px;
    margin-left: 20px;
    text-align: right;
    font-size: 25px;
    color: #fff;
}

.wraper_header.style-fifteen-a .wraper_header_main .header-responsive-nav .ti-menu {
    color: #000;
}

.wraper_header.style-fifteen-a .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-fifteen-a .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-fifteen-a .wraper_header_main .header_main_action {
    float: right;
    margin-top: 5px !important;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-fifteen-a .wraper_header_main .header_main_action ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    margin-top: 5px;
    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-fifteen-a .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-fifteen-a .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-fifteen-a .wraper_header_main .header_main_action ul > li span[class*='ti-'] {
    font-size: 18px;
    color: #000;
    line-height: 1;
    font-weight: 600;
}

.wraper_header.style-fifteen-a .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder {
    position: relative;
    display: block;
}

.wraper_header.style-fifteen-a .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-fifteen-a .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-a .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-a .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-fifteen-a .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-a .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:hover > .header-slideout-searchbar-box,
.wraper_header.style-fifteen-a .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-a .wraper_header_main .nav {
    float: right;
    margin-top: 5px !important;
    text-align: right;
}

.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] {
    display: block;
}

.wraper_header.style-fifteen-a .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-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:last-child,
.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:only-child {
    margin-right: 20px !important;
}

.wraper_header.style-fifteen-a .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-a .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-a .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-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
}

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

.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li,
.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-fifteen-a .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-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:hover > ul > li,
.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-fifteen-a .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-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > a,
.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-fifteen-a .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-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > a:before,
.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
    position: relative;
    bottom: -25px;
    content: " ";
    display: block;
    width: 0;
    height: 1px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    background: #fb7a46;
}

.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-fifteen-a .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-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-fifteen-a .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-a .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-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > a i,
.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-fifteen-a .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-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul,
.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-fifteen-a .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-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-fifteen-a .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-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-fifteen-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-fifteen-a .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-a .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.rt-mega-menu-full-width {
    position: static;
}

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

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

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

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

.wraper_header.style-fifteen-a .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-a .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-fifteen-a .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
    border-right: none;
}

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

.wraper_header.style-fifteen-a .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-a .wraper_header_main .rt-megamenu-widget ul.menu > li {
    position: relative;
}

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

.wraper_header.style-fifteen-a .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-a .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-a .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
    width: 100%;
}

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

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

/* DESKTOP PART */
@media screen and (min-width: 992px) and (max-width: 1199px) {}

/* TABLET LANDSCAPE PART */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .wraper_header.style-fifteen-a .header_top [class*='col-'].text-left {
        padding-right: 0;
    }

    .wraper_header.style-fifteen-a .header_top [class*='col-'].text-right {
        padding-left: 0;
    }

    .wraper_header.style-fifteen-a .wraper_header_top .header_top .header_top_item .header-calltoaction {
        margin-left: 0px;
    }

    .wraper_header.style-fifteen-a .wraper_header_top .header_top .header_top_item .header-calltoaction .btn {
        padding: 7px 18px 8px 18px;
    }

}

/*--------------------------------------------------------------
# Header Style Fifteen B
--------------------------------------------------------------*/
.wraper_header.style-fifteen-b {
    position: relative;
    z-index: 999;
    width: 100%;
    direction: initial;
    box-shadow: 0px 0px 20px rgba(97, 145, 214, 0.20);
}

.wraper_header.style-fifteen-b .wraper_header_top {
    width: 100%;
}

.wraper_header.style-fifteen-b .wraper_header_top > .container {
    padding-top: 0;
    padding-bottom: 0;
}

.wraper_header.style-fifteen-b .wraper_header_top .header_top .header_top_item ul.header-contact {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.wraper_header.style-fifteen-b .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: 14px;
    color: #eff0ff;
    line-height: 24px;
    letter-spacing: -0.2px;
}

.wraper_header.style-fifteen-b .wraper_header_top .header_top .header_top_item ul.header-contact > li.phone {
    /*width: 50%;*/
    text-align: left;
    padding-left: 30px;
    padding-right: 15px;
    position: relative;
}

.wraper_header.style-fifteen-b .wraper_header_top .header_top .header_top_item ul.header-contact > li.email {
    /*width: 47%;*/
    text-align: left;
    padding-left: 30px;
    padding-right: 15px;
    position: relative;
    margin-left: 15px;
}

.wraper_header.style-fifteen-b .wraper_header_top .header_top .header_top_item ul.header-contact > li.phone img,
.wraper_header.style-fifteen-b .wraper_header_top .header_top .header_top_item ul.header-contact > li.email img {
    position: absolute;
    left: 0;
    top: 23%;
    width: 16px;
}

.wraper_header.style-fifteen-b .wraper_header_top .header_top .header_top_item ul.header-contact > li.top-social-box {
    display: inline-block;
    /*color: #1E1666;*/
    vertical-align: middle;
    margin-top: 0px;
}

.wraper_header.style-fifteen-b .wraper_header_top .header_top .header_top_item ul.header-contact > li.top-social-box .social {
    margin: 0;
    padding: 0;
    display: block;
    /* text-align: left; */
    list-style-type: none;
}

.wraper_header.style-fifteen-b .wraper_header_top .header_top .header_top_item ul.header-contact > li.top-social-box .social li {
    margin: 0;
    padding: 0px;
    text-align: center;
    display: inline-block;
    list-style-type: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 24px;
    margin-left: 5px;
}

.wraper_header.style-fifteen-b .wraper_header_top .header_top .header_top_item ul.header-contact > li.top-social-box .social li.facebook {
    background: #2744d6;
}

.wraper_header.style-fifteen-b .wraper_header_top .header_top .header_top_item ul.header-contact > li.top-social-box .social li.youtube {
    background: #db1f58;
}

.wraper_header.style-fifteen-b .wraper_header_top .header_top .header_top_item ul.header-contact > li.top-social-box .social li.twitter {
    background: #30a2c7;
}

.wraper_header.style-fifteen-b .wraper_header_top .header_top .header_top_item ul.header-contact > li.top-social-box .social li.instagram {
    background: #ad21d6;
}

/*.wraper_header.style-fifteen-b .wraper_header_top .header_top .header_top_item ul.header-contact > li:first-child {
    padding-left: 0;
}*/

.wraper_header.style-fifteen-b .wraper_header_top .header_top .header_top_item ul.header-contact > li:last-child {
    /*padding-right: 0;*/
    border-right: none;
}

.wraper_header.style-fifteen-b .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-b .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-b .wraper_header_top .header_top .header_top_item ul.header-contact > li a {
    color: inherit;
}

.wraper_header.style-fifteen-b .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-b .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: 14px;
    color: #fff;
    line-height: 28px;
    letter-spacing: -0.2px;
}

.wraper_header.style-fifteen-b .wraper_header_top .header_top .header_top_item .header-calltoaction .btn:last-child {
    padding-right: 0;
}

.wraper_header.style-fifteen-b .wraper_header_top .header_top .header_top_item .header-calltoaction .btn:last-child,
.wraper_header.style-fifteen-b .wraper_header_top .header_top .header_top_item .header-calltoaction .btn:only-child {
    border-right: none;
}

.wraper_header.style-fifteen-b .wraper_header_top .header_top .header_top_item .header-calltoaction .btn i {
    margin-left: 6px;
}

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

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

.wraper_header.style-fifteen-b .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-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-fifteen-b .wraper_header_main > .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

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

.wraper_header.style-fifteen-b .wraper_header_main .header_main .brand-logo {
    float: left;
    text-align: center;
    font-size: 0;
    margin-top: 3px;
}

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

.wraper_header.style-fifteen-b .wraper_header_main .header-responsive-nav {
    width: 30px;
    float: right;
    margin-top: 6px;
    margin-left: 20px;
    text-align: right;
    font-size: 25px;
    color: #fff;
}

.wraper_header.style-fifteen-b .wraper_header_main .header-responsive-nav .ti-menu {
    color: #000;
}

.wraper_header.style-fifteen-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-fifteen-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-fifteen-b .wraper_header_main .header_main_action {
    float: right;
    margin-top: 5px !important;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-fifteen-b .wraper_header_main .header_main_action ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    margin-top: 5px;
    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-fifteen-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-fifteen-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-fifteen-b .wraper_header_main .header_main_action ul > li span[class*='ti-'] {
    font-size: 18px;
    color: #000;
    line-height: 1;
    font-weight: 600;
}

.wraper_header.style-fifteen-b .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder {
    position: relative;
    display: block;
}

.wraper_header.style-fifteen-b .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-fifteen-b .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-b .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-b .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-fifteen-b .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-b .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:hover > .header-slideout-searchbar-box,
.wraper_header.style-fifteen-b .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-b .wraper_header_main .nav {
    float: right;
    margin-top: 5px !important;
    text-align: right;
}

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

.wraper_header.style-fifteen-b .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-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:last-child,
.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:only-child {
    margin-right: 20px !important;
}

.wraper_header.style-fifteen-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-fifteen-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;
}

.wraper_header.style-fifteen-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;
    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-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
}

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

.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li,
.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-fifteen-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-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:hover > ul > li,
.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-fifteen-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-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > a,
.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-fifteen-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-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > a:before,
.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
    position: relative;
    bottom: -25px;
    content: " ";
    display: block;
    width: 0;
    height: 1px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    background: #fb7a46;
}

.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-fifteen-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-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-fifteen-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-fifteen-b .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-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > a i,
.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-fifteen-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-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul,
.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-fifteen-b .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-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-fifteen-b .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-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-fifteen-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-fifteen-b .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.rt-mega-menu-full-width {
    position: static;
}

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

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

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

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

.wraper_header.style-fifteen-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-fifteen-b .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-fifteen-b .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
    border-right: none;
}

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

.wraper_header.style-fifteen-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-fifteen-b .wraper_header_main .rt-megamenu-widget ul.menu > li {
    position: relative;
}

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

.wraper_header.style-fifteen-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-fifteen-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-fifteen-b .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
    width: 100%;
}

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

.wraper_header.style-fifteen-b .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;
    }

    .wraper_header.style-fifteen-b .header_top [class*='col-'].text-left {
        padding-right: 0;
    }

    .wraper_header.style-fifteen-b .header_top [class*='col-'].text-right {
        padding-left: 0;
    }
}

/* 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: 20px;
    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: -25px;
    content: " ";
    display: block;
    width: 0;
    height: 1px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    background: #fb7a46;
}

.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: 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-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 */
}

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: 500px;
    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%;
    /* 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: 20px;
}

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

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

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

.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_categories ul li ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_pages ul li ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_archive ul li ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_meta ul li ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_nav_menu ul li ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_entries ul li ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_recent_comments ul li ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_product_categories ul li ul li ul,
.wraper_footer.style-default .wraper_footer_main .footer_main .footer_main_item .widget.widget_rss ul li ul li ul {
    /*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: 270px;
    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: #6a7c92;
    line-height: 1;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.mobile-menu-close .ti-close:hover {}

.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: 10px 22px 10px 15px;
    border-bottom: 1px rgba(106, 124, 146, 0.10) solid;
    color: inherit;
    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: 0;
    right: 0;
    width: 40px;
    cursor: pointer;
    text-align: center;
}

.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: "+";
    font-size: 125%;
    line-height: 47px;
}

.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: "-";
}

.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: 350px;
    }

    .wraper_header.style-six .wraper_header_main .header_main_action ul > li {
        margin-top: 0;
    }

    .wraper_header.style-six-b .wraper_header_main .header_main_action ul > li {
        margin-top: 0;
    }

    .wraper_header.style-six .wraper_header_main .header-responsive-nav.radiantthemes-sticky-style-two .ti-menu {
        color: #000;
    }
}

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

.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: 600;
}

.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;
    /*font-size:90%;*/
}

.hamburger-menu .hamburger-menu-main .widget_categories ul li 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 li ul {
    /*font-size:90%;*/
}

.hamburger-menu .hamburger-menu-main .widget_recent_entries ul li .post-date {
    display: block;
    position: relative;
    margin-top: 6px;
    padding-left: 22px;
    font-weight: 400;
    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
--------------------------------------------------------------*/
.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
    border-width: 1px;
    border-style: solid;
}

.woocommerce-info {
    background-color: #cce5ff;
    border-color: #c5ddf5;
}

.woocommerce-error {
    background-color: #f8d7da;
    border-color: #e4c2c5;
}

.woocommerce-message {
    background-color: #9abc44;
    border-color: #82a132;
}

.woocommerce-info:before,
.woocommerce-error:before,
.woocommerce-message:before {
    top: inherit;
}

.woocommerce-info,
.woocommerce-info:before,
.woocommerce-info a:not(.button) {
    color: #0078bc !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: 4px 0px 0px 0px !important;
    background-color: initial !important;
    color: #fff !important;
}

.widget-area > section {
    width: 100%;
    float: left;
    margin-bottom: 46px;
}

#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: 10px 30px 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: 5px 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;
}

figure.wp-block-gallery.columns-2.is-cropped.alignleft.extraclass {
    padding-bottom: 0px;
    margin-bottom: -10px !important;
}

.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;
    color: #696969;
}

.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;
    color: #013CA3;
}

figcaption a:hover {
    color: #013CA3;
}

.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;
}

/*--------------------------------------------------------------
# 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: 43px;
    border: 1px #d8dada solid;
}

/*--------------------------------------------------------------
# Website Layout
--------------------------------------------------------------*/
.radiantthemes-website-layout {
    position: relative;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.rt-recent-post-with-thumbnail.element-one {
    margin-bottom: 20px;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post {
    position: relative;
    min-height: 85px;
    margin-bottom: 10px;
    padding-left: 105px;
    padding-bottom: 22px;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post:last-child,
.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post:only-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post img {
    position: absolute;
    top: 5px;
    left: 0;
    width: 90px;
    border-radius: 7px;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .title {
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 20px;
    color: #1e1666;
    line-height: 30px;
}

.rt-recent-post-with-thumbnail.element-one > ul.rt-recent-post-with-thumbnail-holder > li.rt-recent-post-with-thumbnail-post .excerpt {
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 28px;
}

/*--------------------------------------------------------------
# Inner Banner
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Inner Banner Main
--------------------------------------------------------------*/
/* wraper_inner_banner */
.wraper_inner_banner {
    position: relative;
    z-index: 2;
    width: 100%;
    background-color: #e7e2e6;
    /* wraper_inner_banner_main */
    /*--------------------------------------------------------------
  # Inner Banner Breadcrumb
  --------------------------------------------------------------*/
}

.inner_banner_main .title {
    font-size: 50px !important;
    line-height: 58px !important;
    text-align: center !important;
}

.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;
}

.wraper_inner_banner .wraper_inner_banner_main .inner_banner_main .title {
    margin-bottom: 6px;
}

.wraper_inner_banner .wraper_inner_banner_main .inner_banner_main .subtitle {
    margin-bottom: 20px;
}

.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: top;
    margin-top: 2px;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 50%;
}

.wraper_inner_banner .wraper_inner_banner_breadcrumb .inner_banner_breadcrumb #crumbs a {
    color: inherit;
}

/*--------------------------------------------------------------
# Pagination / WooCommerce Pagination
--------------------------------------------------------------*/
.pagination,
.woocommerce nav.woocommerce-pagination {
    display: block;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
    border-radius: 0;
    text-align: center;
    font-size: 0;
}

.woocommerce nav.woocommerce-pagination ul {
    margin: 0;
    border: none;
}

.pagination > *,
.woocommerce nav.woocommerce-pagination ul li {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0px 4px 10px 4px;
    border: none;
}

.pagination > *,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    min-width: 49px;
    min-height: 49px;
    padding: 9px 15px 9px 15px;
    border-radius: 40px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #1e1666;
    line-height: 28px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.pagination > * svg {
    stroke: #010101;
    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: #010101;
    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: #1e1666 !important;
    background-color: #fe5f88;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.18);
}

.pagination > *.current,
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #fff !important;
    background-color: #fe5f88;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.18);
}

.pagination > *.prev,
.pagination > *.next {
    display: none;
    min-width: initial;
    padding-left: 5px;
    padding-right: 5px;
    border-color: transparent;
}

.pagination > *.prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.widget-area {
    margin-bottom: 40px;
    clear: both;
}

.widget-area > #search-2 {
    margin-bottom: 55px;
}

.widget-area > #categories-2 {
    margin-bottom: 46px;
}

.widget-area > #radiantthemes_recent_posts_widget-2 {
    margin-bottom: 39px;
}

.widget-area > #archives-2 {
    margin-bottom: 52px;
}

.widget-area > #recent-comments-2 {
    margin-bottom: 52px;
}

.widget-area > #recent-posts-2 {
    margin-bottom: 52px;
}

.widget-area > #tag_cloud-2 {}

/*.widget-area > .widget {
  margin-bottom: 60px;
}*/
.widget-area > .widget:last-child,
.widget-area > .widget:only-child {
    margin-bottom: 0;
}

.widget-area > .widget > *:last-child {
    margin-bottom: 0 !important;
}

.widget-area > .widget .widget-title {
    margin-top: -7px;
    margin-bottom: 22px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.2px;
}

.widget-area > .widget .widget-title:after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    content: " ";
    width: 15px;
    height: 2px;
}

.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,
.widget-area > .widget.widget_product_search {
    /*padding:0;*/
}

/*.widget-area > .widget.widget_search .widget-title, .widget-area > .widget.widget_product_search .widget-title {
  display: 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.widget_search .search-form input[type=search],
.widget-area > .widget.widget_product_search .woocommerce-product-search input[type=search] {
    vertical-align: top;
    width: 100%;
    height: 50px;
    padding: 0px 45px 0px 20px;
    background-color: #fff;
    border: 1px rgba(0, 0, 0, 0.2) solid;
    border-radius: 30px;
    font-weight: 400;
    font-size: 15px;
    color: #888;
    line-height: 23px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.widget-area > .widget.widget_search .search-form input[type=submit] {
    border-radius: 44px !important;
    display: inline-block;
    padding: 4px 28px;
    letter-spacing: 0.8px;
    line-height: 40px;
    position: absolute;
    right: 0px;
    bottom: 1px;
    background-color: #FD5F87;
    border: none;
    color: #ffffff;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}

.widget-area > .widget.widget_search .search-form input[type=submit]:hover {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25);
}

input[type=submit] {
    outline: none;
}

.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: 0;
    width: 45px;
    height: 52px;
    padding: 0;
    background-color: initial;
    border: none;
    border-radius: 0;
    font-size: 0;
}

.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 .textwidget {
    margin-bottom: 20px;
}

.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;
}

.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_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: 15px;
    font-size: 15px;
    line-height: 25px;
    text-transform: capitalize;
}

.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 {
    position: absolute;
    right: 0;
    bottom: -2px;
    content: " ";
    display: block;
    width: 0;
    height: 1px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.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_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: 5px 20px 4px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 12px;
}

.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: 17px;
    border-bottom: 1px #e2e2e2 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: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.widget-area > .widget .tagcloud {
    margin: 0px 0px 14px 0px;
    font-size: 0;
}

.widget-area > .widget .tagcloud > [class*='tag-link-'] {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 14px !important;
    color: #6a7c92;
    line-height: 26px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.widget-area > .widget .tagcloud > [class*='tag-link-']:after {
    display: inline-block;
    vertical-align: middle;
    content: "/";
    margin-top: -2px;
    margin-left: 10px;
    margin-right: 10px;
}

.widget-area > .widget .tagcloud > [class*='tag-link-']:last-child:after,
.widget-area > .widget .tagcloud > [class*='tag-link-']:only-child:after {
    display: none;
}

.widget-area > .widget.widget_calendar .calendar_wrap {
    background-color: #fff;
}

.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: 700;
    font-size: 14px;
    color: #373737;
    line-height: 24px;
    letter-spacing: 1px;
}

.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 {
    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: 110px;
    padding-bottom: 75px;
}

.wraper_blog_main > .container.page-container {
    padding-bottom: 100px;
}

.wraper_blog_main.style-default > .container > .row {
    margin-left: -30px;
    margin-right: -30px;
}

.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: 30px;
    padding-right: 40px;
}

.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;
}

.wraper_blog_main.style-five .blog_main {
    width: auto;
    float: none;
    margin: 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: 20px;
}

.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: 60px;
    padding: 30px 30px 5px 30px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}

.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: 27px;
}

.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;
}

.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;
}

.entry-category > .category > a {
    color: #3a3d42;
}

.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,
.product.style-default .entry-header {
    margin-bottom: 20px;
}

.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: 20px;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}

.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,
.page.style-default .entry-meta > .holder,
.tribe_events.style-default .entry-meta > .holder,
.testimonial.style-default .entry-meta > .holder,
.team.style-default .entry-meta > .holder,
.portfolio.style-default .entry-meta > .holder,
.case-studies.style-default .entry-meta > .holder,
.client.style-default .entry-meta > .holder,
.product.style-default .entry-meta > .holder {
    /*position:relative;
  min-height:40px;
  padding-top:7px;
  padding-left:60px;*/
}

.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: 12px;
    color: #6a7c92;
    line-height: 22px;
}

.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: -1px;
    overflow: hidden;
    color: inherit;
}

.post.style-default .entry-meta > .holder > .data .meta > span.published-on {}

.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-meta > .holder > .data .meta > span a:hover span,
.page.style-default .entry-meta > .holder > .data .meta > span a:hover span,
.tribe_events.style-default .entry-meta > .holder > .data .meta > span a:hover span,
.testimonial.style-default .entry-meta > .holder > .data .meta > span a:hover span,
.team.style-default .entry-meta > .holder > .data .meta > span a:hover span,
.portfolio.style-default .entry-meta > .holder > .data .meta > span a:hover span,
.case-studies.style-default .entry-meta > .holder > .data .meta > span a:hover span,
.client.style-default .entry-meta > .holder > .data .meta > span a:hover span,
.product.style-default .entry-meta > .holder > .data .meta > span a:hover span {
    /*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: 23px;
}

.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: 0px;
}

.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: 25px;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn {
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    border: none !important;
}

.post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn:hover {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25) !important;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.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;
    background-color: #fe5f88;
}

.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 (Style One)
--------------------------------------------------------------*/
.post.style-one {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.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 7px 15px;
    background-color: rgba(255, 255, 255, 0.87);
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    color: #1E1666;
    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-button {
    display: block;
    position: absolute;
    bottom: 35%;
    right: 20px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 5px 25px -4px rgba(9, 31, 67, .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: #FC6086;
}

.post.style-one .post-button:hover .ti-angle-right {
    color: #ffffff;
}

.post.style-one .post-button .ti-angle-right {
    color: #FC6086;
    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;
}

.post.style-one .entry-main .entry-header > *:last-child {
    margin-bottom: 0 !important;
}

.post.style-one .entry-main .entry-header .entry-title {
    color: #1e1666 !important;
    font-size: 25px !important;
    font-weight: 500 !important;
    line-height: 35px !important;
    letter-spacing: -0.7px;
}

.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: uppercase;
    font-size: 13px;
    color: #999;
    line-height: 1.8;
}

.post.style-one .post-meta > span.author {
    color: #6a7c92;
}

.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: 700;
    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 0 15px rgba(0, 0, 0, 0.15);
    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:hover {}

.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: 35px 30px;
}

.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: 700;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -0.7px;
}

.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 {
    color: #6a7c92 !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}

.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 0 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 35px;
}

.post.style-four:hover {}

.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;
}

.post.style-four .entry-main .entry-header .entry-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
}

.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: #6a7c92;
    line-height: 28px;
}

.post.style-four .post-meta {
    margin-bottom: 0;
    font-size: 0;
}

.post.style-four .post-meta > span {
    text-transform: uppercase;
    font-size: 13px;
    color: #999;
    line-height: 1.8;
}

.post.style-four .post-meta > span.author {
    font-weight: 400;
    color: #6a7c92;
}

.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: 60px;
}

.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: 8px 20px 9px 20px;
    border-radius: 30px;
    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;
}

.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: 20px;
}

.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: 25px;
    color: #0c121f;
    line-height: 35px;
}

.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: 500;
}

.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 Six)
--------------------------------------------------------------*/
.post.style-six {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    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:hover {}

.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: 35px 30px;
}

.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: 700;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -0.7px;
}

.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: 28px;
}

.post.style-six .entry-main .author {
    font-weight: 400;
}

.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;
}

/*--------------------------------------------------------------
# Blog Single Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Single Page Style Default
--------------------------------------------------------------*/
.single .wraper_blog_main.style-one {
    background-color: initial;
}

.blog_single {
    margin-bottom: 40px;
}

.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: 15px;
}

.post.single-post .entry-header > *:last-child {
    margin-bottom: 0 !important;
}

.post.single-post .entry-header .entry-title {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    word-wrap: break-word;
}

.post.single-post .entry-header .entry-title a {
    color: inherit;
}

.post.single-post .entry-meta {
    margin-bottom: 35px;
}

.post.single-post .entry-meta > .holder {
    /*position:relative;
  min-height:40px;
  padding-top:7px;
  padding-left:60px;*/
}

.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%;
}

.post.single-post .entry-meta > .holder > .data > *:last-child {
    margin-bottom: 0 !important;
}

.post.single-post .entry-meta > .holder > .data .meta {
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 14px;
    color: #1e1e1e;
    line-height: 25px;
}

.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:after {
    content: "-";
    margin-left: 10px;
    margin-right: 8px;
}

.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 {
    color: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.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;
}

.post-tags {
    margin-top: 30px;
    font-size: 0;
}

.post-tags a[rel=tag] {
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 10px 0px;
    padding: 4px 10px 4px 10px;
    border: 1px #1e1666 solid;
    font-size: 12px;
    color: #1e1666;
    line-height: 24px;
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post-tags a[rel=tag]:hover {
    opacity: 1;
}

.post-navigation,
.comment-navigation {
    margin-top: 35px;
    margin-bottom: 48px;
    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: 12px;
    color: #989898;
    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 strong,
.post-navigation .nav-links .nav-next a strong,
.comment-navigation .nav-links .nav-previous a strong,
.comment-navigation .nav-links .nav-next a strong {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 18px;
    color: #181818;
    line-height: 28px;
    letter-spacing: -0.4px;
}

.post-navigation .nav-links .nav-previous,
.comment-navigation .nav-links .nav-previous {
    float: left;
}

.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;
}

.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: 20px;
}

.comments-area .comments-title,
.comments-area .comment-reply-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px !important;
    line-height: 30px !important;
    letter-spacing: 0;
}

.comments-area .comment-reply-title #cancel-comment-reply-link {
    padding-left: 20px;
}

.comments-area .comments-title {
    margin-bottom: 51px;
}

.comments-area .comment-reply-title {
    margin-bottom: 18px;
}

.comments-area .comment-reply-title small a {
    color: inherit;
}

.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: 30px;
    padding: 0px 0px 0px 72px;
}

.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: 600;
    font-size: 16px;
    color: #0d1d28;
    line-height: 28px;
}

.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: 50px;
    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: #0d1d28;
    line-height: 22px;
}

.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: 15px;
    line-height: 28px;
}

.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: 0;
}

.comments-area ol.comment-list li .reply .comment-reply-link:before {
    content: "\e72f";
    font-family: "themify";
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
}

.comments-area ol.comment-list li ol {
    padding-left: 40px;
}

.comments-area .comment-form {
    margin-left: -10px;
    margin-right: -10px;
}

.comments-area .comment-form > p {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.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: 33.33%;
    float: left;
}

.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: 10px;
}

.comments-area .comment-form > p .required {
    color: #bf0000;
}

.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: 35px;
    padding: 0;
    background-color: transparent;
    border: none;
    padding: 18px;
    border: 1px rgba(0, 0, 0, 0.10) solid;
    font-weight: 400;
    font-size: 14px;
    color: #6a7c92;
    line-height: 26px;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comments-area .comment-form > p textarea {
    height: 90px;
    padding: 12px 0 0 25px;
}

.comments-area .comment-form > p ::-webkit-input-placeholder {
    color: #6a7c92;
}

.comments-area .comment-form > p ::-moz-placeholder {
    color: #6a7c92;
}

.comments-area .comment-form > p :-ms-input-placeholder {
    color: #6a7c92;
}

.comments-area .comment-form > p :-moz-placeholder {
    color: #6a7c92;
}

.comments-area .comment-form > p input[type=text]:focus,
.comments-area .comment-form > p input[type=email]:focus,
.comments-area .comment-form > p input[type=tel]:focus,
.comments-area .comment-form > p input[type=url]:focus,
.comments-area .comment-form > p input[type=password]:focus,
.comments-area .comment-form > p input[type=date]:focus,
.comments-area .comment-form > p input[type=time]:focus,
.comments-area .comment-form > p select:focus,
.comments-area .comment-form > p textarea:focus {
    outline: none;
}

.comments-area .comment-form > p button[type=submit],
.comments-area .comment-form > p button[type=reset] {
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: #FD5F87;
    outline: none;
}

.comments-area .comment-form > p button[type=submit]:hover,
.comments-area .comment-form > p button[type=reset]:hover {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.25) !important;
    background: #FD5F87;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

.comments-area .comment-form > p button[type=submit] span,
.comments-area .comment-form > p button[type=reset] span {
    position: relative;
    display: block;
}

body.page .comments-area {
    margin-top: 0px;
    padding-top: 85px;
}

.wraper_blog_main div.comments-area {
    float: left;
    width: 100%;
}

.comments-area .comment-form > p a {
    color: #6a7c92;
}

.wraper_blog_main.default-page .post-page-numbers {
    min-width: 37px;
    min-height: 37px;
    padding: 10px 15px 10px 15px;
    border-radius: 40px;
    vertical-align: middle;
    color: #1e1666 !important;
    background-color: transparent !important;
}

.wraper_blog_main.default-page span.post-page-numbers.current {
    color: #1e1666 !important;
    background-color: transparent !important;
    box-shadow: 0 0 22px rgb(0 0 0 / 18%);
    min-width: 37px;
    min-height: 37px;
    padding: 10px 15px 10px 15px;
    margin-left: 7px;
    margin-right: 7px;
    border-radius: 40px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #1e1666;
    line-height: 28px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.wraper_blog_main.default-page a.post-page-numbers:hover {
    color: #1e1666 !important;
    background-color: transparent !important;
    box-shadow: 0 0 22px rgb(0 0 0 / 18%);
    min-width: 37px;
    min-height: 37px;
    padding: 10px 15px 10px 15px;
    border-radius: 40px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #1e1666;
    line-height: 28px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/*--------------------------------------------------------------
# Single Page Style One
--------------------------------------------------------------*/
/* wraper_blog_banner style-one */
.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: 400;
    font-size: 12px;
    color: #fff;
    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: 600;
    font-size: 15px;
}

.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: #F6F7FC;
}

.wraper_blog_main.style-one > .container {
    padding-top: 110px;
    padding-bottom: 75px;
}

.wraper_blog_main.style-one .blog_single {
    margin-bottom: 0;
}

/* wraper_blog_navigation style-one */
.wraper_blog_navigation.style-one {
    width: 100%;
}

.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: 600;
    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: 105px;
    padding-bottom: 95px;
}

/*--------------------------------------------------------------
# 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 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] {
    vertical-align: top;
    height: 45px;
    padding: 0px 20px 0px 20px;
    border: none;
    border-radius: 0;
    font-size: 18px;
    color: #fff !important;
    cursor: pointer;
    background: #FD5F87;
}

/*--------------------------------------------------------------
# Shop Page
--------------------------------------------------------------*/
/* wraper_shop_main */
.wraper_shop_main {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.wraper_shop_main > .container {
    padding-top: 70px;
    padding-bottom: 30px;
}

.woocommerce .woocommerce-breadcrumb {
    display: none;
}

/*--------------------------------------------------------------
# Product Listing Page
--------------------------------------------------------------*/
.woocommerce .woocommerce-products-header {
    margin-bottom: 20px;
}

.woocommerce .woocommerce-result-count {
    margin-top: 10px;
}

.woocommerce .woocommerce-ordering select {
    height: 45px;
    padding-left: 12px;
    border: 1px #e2e2e2 solid;
    font-size: 14px;
}

.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-left: 15px;
    padding-right: 15px;
}

.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%;
}

.widget.widget_categories .rt-select-wrapper,
.widget.widget_archive .rt-select-wrapper {
    position: relative;
    width: 100%;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    min-width: 140px;
    padding-right: 36px;
    border-radius: 0px;
    border: 1px solid #d0d0d0;
}

.woocommerce .woocommerce-ordering select {
    height: 45px;
    padding-left: 12px;
    border: 1px #e2e2e2 solid;
    font-size: 16px;
    line-height: 28px;
    border-radius: 4px;
}

/* ============== Drop Down new css ============== */

.rt-select-wrapper {
    position: relative;
    /*width: 100%;*/
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    min-width: 232px;
    padding-right: 36px;
    border-radius: 0px;
    border: 1px solid #d0d0d0;
}

.rt-select-wrapper .rt-select-text {
    display: block;
    padding: 5px 13px;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    color: #696969;
}

.rt-select-wrapper .rt-select-button {
    width: 36px;
    height: 40px;
    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;
}

.select2-container .select2-selection > .select2-selection__arrow:before {
    content: "\e64b";
    position: absolute;
    /*left: 50%;*/
    right: 0;
    top: 50%;
    margin-left: -12px;
    margin-top: -14px;
    font-family: "themify";
    font-size: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none !important;
}

.widget-area > .widget select {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 4px padding: 0 10px 0 0;
    font-size: 13px;
    height: 37px;
    border: 1px solid #e7f1fb;
    background-color: #ffffff;
}

.widget-area > .widget select:hover {
    border: 1px solid #e7f1fb !important;
    background-color: #ffffff;
}

.widget-area > .widget select:focus {
    border: 1px solid #afb1b1 !important;
    background-color: #ffffff;
}

/* ============== End Drop Down new css ============== */

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

.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%);
}

.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: 700;
    font-size: 16px;
    color: #1e1666;
    line-height: 28px;
    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);
}

/*--------------------------------------------------------------
## 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;
    line-height: 55px !important;
}

.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: 30px;
}

.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: -15px !important;
    margin-right: -15px !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: 15px;
    padding-right: 15px;
}

.shop_single > .summary {
    margin-top: -9px;
}

.shop_single > .summary .product_title {
    color: #1e1666;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 35px;
}

.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: 25px !important;
    color: #1e1666 !important;
    line-height: 30px;
}

.shop_single > .summary .woocommerce-product-details__short-description {
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px #d8dada solid;
}

.shop_single > .summary table.group_table {
    margin: 0px 0px 30px 0px;
    font-size: 14px;
}

.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 {
    margin-bottom: 25px;
}

.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;
}

.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;
}

.shop_single > .summary .quantity {
    min-width: 105px;
    margin: 7px 20px 7px 0px !important;
}

.shop_single > .summary .quantity > .input-group-addon {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    padding: 0;
    background-color: #f5f5f5;
    border: 1px #d5d5d5 solid;
    border-radius: 50%;
    text-align: center;
    font-size: 17px;
    color: #030712;
    line-height: 27px;
    cursor: pointer;
    user-select: none;
}

.shop_single > .summary .quantity > .qty {
    width: 35px;
    height: 30px;
    float: none;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px 5px 0px 5px;
    border: none;
    box-shadow: initial;
    text-align: center;
    -moz-appearance: textfield;
}

.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: 40px;
    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: uppercase;
    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: 11px;
    margin-left: 18px;
}

.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;
}

.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: 20px;
    color: #3a3d42;
    line-height: 1;
}

.shop_single > .summary .yith-wcwl-add-to-wishlist > .yith-wcwl-add-button > a:before {
    content: "\e634";
}

.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 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: #1e1666;
    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: #fe5f88;
    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: #1e1666;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

/*--------------------------------------------------------------
### 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: #1e1666;
    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: #1e1666;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 600;
    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 #d8dada 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: 250px;
    font-weight: 500;
}

.shop_single table.shop_attributes > tbody > tr > td {
    text-align: right;
}

/*--------------------------------------------------------------
### Shop Reviews
--------------------------------------------------------------*/
.shop_single .woocommerce-Reviews {
    text-align: left;
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 22px 25px 28px 25px;
    background-color: #f9f9f9;
}

.woocommerce #reviews #comments ol.commentlist li > .comment_container {
    position: relative;
    min-height: 70px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    top: 6px;
    width: 60px;
    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 80px;
    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: 600;
    font-size: 20px;
    line-height: 30px;
}

.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 #e2e2e2 solid;
    resize: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.shop_single #review_form #respond input[type=submit] {
    padding-top: 11px !important;
    padding-bottom: 10px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/*--------------------------------------------------------------
### Shop Related
--------------------------------------------------------------*/
.shop_related {
    margin-top: 50px;
}

.shop_related > .related.products > h2 {
    color: #1e1666;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
}

/*--------------------------------------------------------------
# Empty Cart Page
--------------------------------------------------------------*/
.woocommerce .cart-empty {
    margin-bottom: 25px;
    text-align: center;
    font-size: 35px;
    line-height: 45px;
}

.woocommerce .return-to-shop {
    text-align: center;
}

.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;
}

/*--------------------------------------------------------------
# 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 30px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px rgba(40, 41, 37, 0.2) solid;
    font-weight: 400;
    font-size: 24px;
    color: #373834;
    line-height: 35px;
}

.woocommerce form.login,
.woocommerce form.register {
    border: 1px rgba(40, 41, 37, 0.2) solid;
    border-radius: 0;
}

.woocommerce form .form-row label {
    margin: 0px 0px 7px 0px;
    font-weight: 400;
    font-size: 17px;
    color: #30302d;
    line-height: 25px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    height: 40px;
    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 form .form-row textarea {
    height: 100px;
    padding: 7px 10px 7px 10px;
}

.select2-container .select2-selection {
    height: 40px;
    border: 1px rgba(195, 196, 198, 0.5) solid;
    border-radius: 0;
}

.select2-dropdown {
    border-color: rgba(195, 196, 198, 0.5);
}

.select2-container .select2-selection > .select2-selection__rendered {
    margin-top: 9px;
    font-weight: 400;
    font-size: 15px;
    color: #191717;
    line-height: 23px;
}

.select2-container .select2-selection > .select2-selection__arrow {
    top: 6px;
}

.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;
}

/*--------------------------------------------------------------
# My Account Page
--------------------------------------------------------------*/
.woocommerce-MyAccount-navigation {
    min-height: 350px;
    padding: 0px 30px 0px 0px;
}

.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: #10101d;
    line-height: 25px;
}

.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: #ff3c24;
}

.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;
}

.woocommerce .quantity .qty {
    height: 40px;
    padding: 0px 5px 0px 0px;
    border: 1px rgba(195, 196, 198, 0.5) solid;
    font-weight: 400;
    font-size: 15px;
    color: #1e1666;
    transition: all 0.3s ease-in-out;
}

.woocommerce .quantity .qty:focus {
    border: 1px #ff3c24 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: uppercase;
    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: 2px rgba(0, 0, 0, 0.2) dashed;
}

.woocommerce .coupon:before,
.woocommerce .coupon:after,
.woocommerce .checkout_coupon:before,
.woocommerce .checkout_coupon:after {
    position: absolute;
    top: 10px;
    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";
}

.woocommerce .coupon:after,
.woocommerce .checkout_coupon:after {
    right: 0;
    content: "\e65d";
}

.woocommerce .coupon input.input-text,
.woocommerce .checkout_coupon input.input-text {
    width: 100% !important;
    height: 42px;
    border: none !important;
    padding: 0px 70px 0px 40px !important;
}

.woocommerce .coupon button.button,
.woocommerce .checkout_coupon button.button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 40px;
    padding: 0 !important;
    background-color: transparent;
    border: none;
    border-radius: 0;
    opacity: 0;
}

.woocommerce table.shop_table {
    width: 100%;
    table-layout: auto;
    margin-bottom: 70px;
    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: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #1B1919;
    line-height: 28px;
    letter-spacing: 1px;
}

.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,
.woocommerce table.shop_table > tbody > tr > td {
    padding: 20px 12px;
    border: none !important;
    border-bottom: 1px #e7e7e7 solid !important;
    text-align: left;
    font-size: 15px;
}

.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: #1d1d1d;
    border-radius: 50%;
    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;
}

.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 {
    border-color: #00a300;
    color: #00a300;
}

.woocommerce table.shop_table > tbody > tr > th .wishlist-out-of-stock,
.woocommerce table.shop_table > tbody > tr > td .wishlist-out-of-stock {
    border-color: #ee1111;
    color: #ee1111;
}

.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 30px 0px 30px;
    background-color: rgba(0, 0, 0, 0.05);
}

.woocommerce .cart-collaterals .cart_totals > h2 {
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 2px #e7e7e7 solid;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #1B1919;
    line-height: 28px;
    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;
}

/*--------------------------------------------------------------
# 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 form .form-row .input-checkbox {
    position: static;
}

.woocommerce form #customer_details {
    width: 48%;
    float: left;
}

.woocommerce form #customer_details > [class*='col-'] {
    width: 100%;
    margin-bottom: 20px;
}

.woocommerce form #order_review_heading,
.woocommerce form #order_review {
    width: 48%;
    float: right;
}

.woocommerce form .about_paypal {
    margin-left: 10px;
}

/*--------------------------------------------------------------
# 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: 400;
    font-size: 24px;
    color: #373834;
    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: 32px;
}

.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: 38px;
}

.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: 25px;
}

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

/*--------------------------------------------------------------
# 404 Error Page
--------------------------------------------------------------*/
/* wraper_error_main */
.wraper_error_main {
    width: 100%;
}

/*--------------------------------------------------------------
# 404 Error Style One
--------------------------------------------------------------*/
.wraper_error_main.style-one > .container {
    padding-top: 100px;
    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;
    text-align: center;
    font-weight: 700;
    font-size: 250px;
    color: #181818;
    line-height: 0.7;
}

.wraper_error_main.style-one .error_main h1 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 30px;
    color: #181818;
    line-height: 35px;
    letter-spacing: -1px;
}

.wraper_error_main.style-one .error_main h2 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #737373;
    line-height: 26px;
}

.wraper_error_main.style-one .error_main .btn {
    padding: 17px 35px 17px 35px !important;
    background-color: #fe5f88 !important;
    border: none !important;
    text-transform: none !important;
    font-weight: 400 !important;
    font-size: 16px !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 {
    background-color: #fa897d !important;
}

.wraper_error_main.style-one .error_main .btn > span {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    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: #1e1666;
    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: #1e1666;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
}

/*--------------------------------------------------------------
# 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: 40px;
}

/*--------------------------------------------------------------
# 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: 95%;
    max-width: 1170px;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

/*--------------------------------------------------------------
# Coming Soon Style One
--------------------------------------------------------------*/
.wraper_comingsoon_main.style-one .comingsoon_main > .holder {
    margin-bottom: 60px;
}

.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: 600;
    font-size: 65px;
    color: #fff;
    line-height: 75px;
}

.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: 7px;
    padding-bottom: 12px;
    border-top: 1px #eaeaea solid;
    border-bottom: 1px #eaeaea solid;
}

.wraper_comingsoon_main.style-one .comingsoon_main .comingsoon-counter > .time {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 32px;
}

.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: 600;
    font-size: 75px;
    line-height: 82px;
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width:321px) and (max-width:479px) {
    .wraper_comingsoon_main {
        position: static;
    }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width:320px) {
    .wraper_comingsoon_main {
        position: static;
    }
}

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

.default-page,
.comment-content,
.wpb_text_column {
    /* Blockquote */
    /* Pull Quote */
}

.default-page h1,
.comment-content h1,
.wpb_text_column h1 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 48px;
}

.default-page h2,
.comment-content h2,
.wpb_text_column h2 {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 43px;
}

.default-page h3,
.comment-content h3,
.wpb_text_column h3 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 38px;
}

.default-page h4,
.comment-content h4,
.wpb_text_column h4 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
}

.default-page h5,
.comment-content h5,
.wpb_text_column h5 {
    margin-bottom: 20px;
}

.default-page h6,
.comment-content h6,
.wpb_text_column h6 {
    margin-bottom: 20px;
}

.default-page p,
.comment-content p,
.wpb_text_column p {
    margin-bottom: 30px;
}

.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: 700;
}

.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 td,
.default-page table tbody tr th,
.default-page table tfoot tr td,
.default-page table tfoot tr th,
.comment-content table thead tr th,
.comment-content table tbody tr td,
.comment-content table tbody tr th,
.comment-content table tfoot tr td,
.comment-content table tfoot tr th,
.wpb_text_column table thead tr th,
.wpb_text_column table tbody tr td,
.wpb_text_column table tbody tr th,
.wpb_text_column table tfoot tr td,
.wpb_text_column table tfoot tr th {
    padding: 10px 10px 10px 10px;
    border: 1px #e2e2e2 solid !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;
    height: 45px;
    padding: 0px 30px 0px 30px;
    background-color: #252525;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff !important;
    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 15px !important;
}

.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: none;
}

.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;
}

.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: 0px;
}

.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 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 50%;
}

.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: #252525;
    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,
.comment-content .page-links > a:hover,
.wpb_text_column .page-links > a:hover {
    background-color: #252525;
    border-color: #252525;
    color: #fff;
}

.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;
}

/*# 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.10);
}


.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: 45px;
    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: #e4393c;
}

.mas_cont p {
    font-size: 15px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: 400;
    display: block;
    padding: 0;
    margin-top: 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%;
    top: 50%;
    transform: translate(-50%, -240%) !important;
    z-index: 2;
    background-color: #ffffff;
    opacity: 0.5;
    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.30);

    /* ----- Transitions ----- */
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.grid_bx li:hover #lightbutton {
    opacity: 1;
}

#lightbutton > i {
    /* Text */
    color: #fe6088;
    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 .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
}

#lightbutton > i.fa-play:before {
    font-size: 25px;
}

#lightbutton:hover > i {

    /* ----- Transitions ----- */
    -webkit-transition: color .5s ease;
    -moz-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .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 .5s ease, color .5s ease;
    -moz-transition: transform .5s ease, color .5s ease;
    -ms-transition: transform .5s ease, color .5s ease;
    -o-transition: transform .5s ease, color .5s ease;
    transition: transform .5s ease, color .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 .5s ease, color .5s ease;
    -moz-transition: transform .5s ease, color .5s ease;
    -ms-transition: transform .5s ease, color .5s ease;
    -o-transition: transform .5s ease, color .5s ease;
    transition: transform .5s ease, color .5s ease;
}

/*========================================== Responsive ==========================================*/


@media screen and (max-width: 900px) {
    .grid_bx li {
        width: 100%;
        margin: 0 auto 30px auto;
    }

    #lightbox_pop {
        padding: 0;
    }
}

@media screen and (max-width: 400px) {
    .grid_bx li {
        width: 100%;
        margin: 0 auto 30px auto;
    }

    #lightbox_pop {
        padding: 0;
    }
}


/*========================================== Custom css Blog ==========================================*/

.blog h3.entry-title {
    color: #1e1666;
    font-size: 25px !important;
    font-weight: 600 !important;
    line-height: 35px !important;
    letter-spacing: -0.7px;
}

.blog div.entry-content {
    font-size: 15px !important;
    line-height: 28px;
}

.page-child .entry-header .entry-title {
    color: #1e1666 !important;
    font-size: 25px !important;
    font-weight: 500 !important;
    line-height: 35px !important;
    letter-spacing: -0.7px;
}

.post.style-five > .entry-meta > .holder {
    padding-left: 0px !important;
}

.post.style-one .post-meta > span {
    text-transform: none;
}

.post.style-four .post-meta > span {
    text-transform: none;
}

.mas_cont h3 a {
    font-size: 25px !important;
    line-height: 35px !important;
    font-weight: 500 !important;
    color: #1e1666;
    letter-spacing: -0.7px !important;
}

.single.single-post h2 {
    line-height: 45px !important;
    font-size: 35px;
    margin-bottom: 20px !important;
    color: #1e1666 !important;
}

.post.style-five > .holder .category-list {
    left: 20px;
}

.post.style-five > .holder .category-list span {
    background-color: #1e1666 !important;
}

.widget-area > .widget .widget-title {
    color: #1e1666 !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: #1e1666 !important;
}

.post.style-three .entry-main > .more .btn {
    color: #1e1666 !important;
    text-transform: none !important;
}

.post.style-three .entry-main > .more .btn > .btn-arrow {
    color: #1e1666 !important;
}

.wraper_blog_navigation.style-one .blog_navigation .navigation-link > .link strong {
    color: #1e1666 !important;
}

.comments-area .comment-reply-title {
    color: #1e1666 !important;
}

.wraper_blog_banner.style-two .wraper_blog_banner_main > .container > .blog_banner_main .blog_banner_main_item > .entry-header > .entry-title {
    color: #1e1666 !important;
}

.wraper_blog_main.style-four > .container {
    padding-top: 100px !important;
    padding-bottom: 120px !important;
}

.random-post-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 55px;
    height: 250px;
}

.random-post-wrapper > .random-post-pic {
    position: relative;
    overflow: hidden;
}

.random-post-wrapper > .random-post-pic:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.30);
}

.random-post-wrapper > .random-post-pic > img {
    width: 100%;
    height: 250px;
}

.random-post-wrapper > .random-post-data {
    position: absolute;
    top: 52%;
    left: 0;
    right: 0;
    padding: 0 20px;
}

.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 > a {
    font-size: 15px;
    line-height: 28px;
    color: #DCE3EB;
    margin-bottom: 0;
}

.case-studies-single-baner {
    width: 100%;
    background-image: url(images/single.jpg);
    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 {
    padding: 50px 0;
}

.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: "\f053 ";
    font-family: "FontAwesome";
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #1D1565;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #E8ECF1;
    border-radius: 50%;
    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: #1D1565;
    color: #ffffff;
}

.case-studies-single-pagination > [class*='col-'] > .case-studies-single-previous-post > a > span.case-studies-single-previous-post-title {
    display: inline-block;
    text-transform: uppercase;
    color: #1D1565;
    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 {
    display: block;
    color: #1E1666;
    font-size: 19px;
    line-height: 30px;
    font-weight: 500;
}

.case-studies-single-pagination > [class*='col-'] > .case-studies-single-post-back-btn {
    text-align: center;
    margin-top: 8px;
}

.case-studies-single-pagination > [class*='col-'] > .case-studies-single-post-back-btn > a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

.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: #FB837F;
    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: "\f054 ";
    font-family: "FontAwesome";
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #1D1565;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #E8ECF1;
    border-radius: 50%;
    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: #1D1565;
    color: #ffffff;
}

.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: #1D1565;
    font-size: 13px;
    line-height: 28px;
}

.case-studies-single-pagination > [class*='col-'] > .case-studies-single-next-post > a > span.case-studies-single-previous-post-name {
    display: block;
    color: #1E1666;
    font-size: 19px;
    line-height: 30px;
    font-weight: 500;
}

/* TABLET LANDSCAPE PART */

@media screen and (min-width:768px) and (max-width:991px) {
    .woocommerce input.input-text[name=coupon_code] {
        float: none !important;
    }

    .woocommerce input.input-text[name=coupon_code] {
        width: auto !important;
    }

    .woocommerce .coupon,
    .woocommerce .checkout_coupon {
        max-width: 100%;
    }
}


/* TABLET PROTRAIT PART */

@media screen and (min-width:480px) and (max-width:767px) {
    .woocommerce input.input-text[name=coupon_code] {
        float: none !important;
    }

    .woocommerce input.input-text[name=coupon_code] {
        width: auto !important;
    }

    .woocommerce .coupon,
    .woocommerce .checkout_coupon {
        max-width: 100%;
    }
}


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

    .woocommerce input.input-text[name=coupon_code] {
        float: none !important;
    }
}


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

    .woocommerce input.input-text[name=coupon_code] {
        float: none !important;
    }
}

/***************Theme option CSS************/
/* ================================== */

/* START OF MEGA MENU CSS*/

/* ================================== */

.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu {
    position: static;
}

.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
    padding: 35px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    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.mega-parent-menu > ul.mega-child-menu {
    width: 1170px;
    left: -26%;
    top: 50px;
}

.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu:hover > ul.mega-child-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
}

.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu {
    padding: 0px 0;
}

.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu > li {
    padding: 0;
}

.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap {
    padding: 33px 35px;
    width: 100%;
    min-height: 1px;
    /* border-left-width: 1px !important;

    border-left-style: solid;

    border-left-color: #e2e2e2;*/
}

.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > h5 {
    position: relative;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 16px;
    color: #252525;
    line-height: 26px;
    font-family: "Roboto";
}

.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > h5:before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #fb7a46;
    width: 0px;
    bottom: 0;
    display: block;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    display: none;
}

.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > h5:hover:before {
    width: 80px;
}

.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > ul {}

.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.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 {
    margin: 8px 0;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    color: #030712;
    font-size: 15px;
}

.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.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 {
    margin-bottom: 0;
}

.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.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 {
    position: relative;
    color: #1E1765;
}

.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.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: " ";
    position: absolute;
    top: 0px;
    left: 0;
    border-bottom: 1px solid #fb7a46;
    width: 0px;
    bottom: 0;
    display: block;
    right: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.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%;
}

/* DESKTOP PART */

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .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.10) solid;
        color: inherit;
    }

    .mega-child-menu > li ul > li > a {
        text-transform: capitalize;
        line-height: 28px;
        letter-spacing: 0.5px;
        font-weight: 400;
        font-style: normal;
        color: #6a7c92;
        font-size: 14px;
    }

    .mega-child-menu h5 {
        text-transform: capitalize;
        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.10) solid;
        margin: 0px;
    }

    .mega-child-menu .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
        padding: 0;
    }
}

/* TABLET LANDSCAPE PART */

@media screen and (min-width: 768px) and (max-width: 991px) {
    .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.10) solid;
        color: inherit;
    }

    .mega-child-menu > li ul > li > a {
        text-transform: capitalize;
        line-height: 28px;
        letter-spacing: 0.5px;
        font-weight: 400;
        font-style: normal;
        color: #6a7c92;
        font-size: 14px;
    }

    .mega-child-menu h5 {
        text-transform: capitalize;
        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.10) solid;
        margin: 0px;
    }

    .mega-child-menu .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
        padding: 0;
    }

    .box-position .elementor-container.elementor-column-gap-default {
        position: relative !important;
        right: 0px !important;
    }

    .home-version-six-testimonial .testimonial[class*='element-'].owl-dot-style-one .owl-dots {
        margin-top: 40px;
    }

    .ryse-eight-pricing-table .rt-pricing-table.element-one > .holder > .more .btn {
        margin-bottom: 15px;
        padding: 12px 20px;
    }

    .page-id-6678 .wraper_header.style-six-b .wraper_header_main .header-responsive-nav {
        color: #000 !important;
        margin-top: 7px;
    }

    .ryse-margin-top-icon .elementor-image-box-img {
        text-align: center;
    }

    .page-id-6165 .wraper_header.style-six .wraper_header_main .header-responsive-nav {
        margin-top: 9px;
    }

    .home-nine-banner-img .elementor-image {
        width: auto !important;
        float: left;
    }

    .subscribe-form .form-row input[type="email"] {
        border-radius: 30px !important;
        margin-bottom: 15px;
    }

    .subscribe-form .form-row input[type="submit"] {
        margin-left: 0 !important;
    }
}

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {
    .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.10) solid;
        color: inherit;
    }

    .mega-child-menu > li ul > li > a {
        text-transform: capitalize;
        line-height: 28px;
        letter-spacing: 0.5px;
        font-weight: 400;
        font-style: normal;
        color: #6a7c92;
        font-size: 14px;
    }

    .mega-child-menu h5 {
        text-transform: capitalize;
        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.10) solid;
        margin: 0px;
    }

    .mega-child-menu .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
        padding: 0;
    }

    .box-position .elementor-container.elementor-column-gap-default {
        position: relative;
        right: 0px;
    }
}

/* TAB PRO PART */

@media screen and (min-width: 1000px) and (max-width: 1100px) {
    .elementor-7667 .elementor-element.elementor-element-8920d5d > .elementor-element-populated {
        padding-top: 130px !important;
    }

    .elementor-7667 .elementor-element.elementor-element-3b67304 > .elementor-widget-container {
        margin-left: -52px !important;
    }

    .rt-popup-video.element-one[data-popup-video-align=left] > .holder {
        margin-left: -85px !important;
    }

    .elementor-7667 .elementor-element.elementor-element-f5b6768 {
        font-size: 18px !important;
    }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {
    .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.10) solid;
        color: inherit;
    }

    .mega-child-menu > li ul > li > a {
        text-transform: capitalize;
        line-height: 28px;
        letter-spacing: 0.5px;
        font-weight: 400;
        font-style: normal;
        color: #6a7c92;
        font-size: 14px;
    }

    .mega-child-menu h5 {
        text-transform: capitalize;
        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.10) solid;
        margin: 0px;
    }

    .mega-child-menu .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
        padding: 0;
    }

    .box-position .elementor-container.elementor-column-gap-default {
        position: relative !important;
        right: 0px !important;
    }

    .ryse-view-btn .radiantthemes-custom-button {
        text-align: center;
    }

    .ryse-eight-tab .rt-tab.element-one > ul.nav-tabs > li {
        display: inline-block !important;
    }

    .home-nine-banner-img .elementor-image {
        width: auto !important;
        float: left;
    }

    .subscribe-form .form-row input[type="email"] {
        border-radius: 30px !important;
        margin-bottom: 15px;
    }

    .subscribe-form .form-row input[type="submit"] {
        margin-left: 0 !important;
    }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {
    .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.10) solid;
        color: inherit;
    }

    .mega-child-menu > li ul > li > a {
        text-transform: capitalize;
        line-height: 28px;
        letter-spacing: 0.5px;
        font-weight: 400;
        font-style: normal;
        color: #6a7c92;
        font-size: 14px;
    }

    .mega-child-menu h5 {
        text-transform: capitalize;
        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.10) solid;
        margin: 0px;
    }

    .mega-child-menu .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
        padding: 0;
    }

    .rt-pricing-table.element-three > .holder > .pricing .price sub {
        margin-bottom: 0 !important;
        line-height: 0 !important;
    }

    .elementor-7667 .elementor-element.elementor-element-2d7219d {
        width: 54% !important;
    }

    .elementor-7667 .elementor-element.elementor-element-e5ce276 {
        width: 41% !important;
    }

    .elementor-7667 .elementor-element.elementor-element-7b3f8b2 {
        width: 5% !important;
    }
}

.page-id-7287 .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li:hover > a {
    color: #fff;
}

/*.page-id-7287 .wraper_header.style-eight .nav >[class*="menu-"] > ul.menu > li > ul > li:hover > a {
    color: #FE426F;
}*/
/* ================================== */

/* END OF MEGA MENU CSS*/

/* ================================== */

/* ================================== */

/* START OF COMMON CSS*/

/* ================================== */

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

.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}

.error404 .wraper_header.style-six .wraper_header_main .header_main .brand-logo img {
    filter: grayscale(100%) brightness(12%) sepia(74%) hue-rotate(-181deg) saturate(700%) contrast(0.8);
}

.error404 .wraper_header.style-six .wraper_header_main .header-responsive-nav {
    color: #030712;
}

.wraper_header.style-six .wraper_header_main .header_main .brand-logo,
.wraper_header.style-six .wraper_header_main .header_main .brand-logo-sticky,
.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,
.wraper_header.style-eight .wraper_header_main .header_main .brand-logo,
.wraper_header.style-eight .wraper_header_main .header_main .brand-logo-sticky {
    margin-top: 7px;
}

.postid-606 .wraper_header.style-six-b .wraper_header_main .header-responsive-nav,
.postid-3230 .wraper_header.style-six-b .wraper_header_main .header-responsive-nav {
    color: #030712;
}

.error404 .wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a,
.error404 .wraper_header.style-six .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon {
    color: #030712;
}

.error404 .wraper_header.style-six {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
}

.error404 .wraper_error_main {
    padding-top: 130px;
}

.wraper_header.style-six .wraper_header_main .header-responsive-nav {
    margin-top: 0;
}

/*.wraper_header.style-six-b .wraper_header_main .header-responsive-nav {
    margin-top: 3px;
}*/
/*.page-id-232 .wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:hover,

.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:hover{

    color:#FB7A46;

}*/

.page-id-232 .wraper_header.style-six-b .wraper_header_main .header-responsive-nav {
    color: #000000;
}

.error404 .wraper_header.style-six-b {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.radiantthemes-contact-box.element-two ul li {
    color: #F8E0ED;
}

.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder > .data .categories {
    color: #1e1666;
}

.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder > .data .action-buttons > .portfolio-zoom > i {
    color: #1e1666 !important;
}

.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder > .data .action-buttons > .portfolio-zoom {
    border: 1px #1e1666 solid !important;
}

.default-form .row > [class*='col-'] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.default-form .form-row {
    margin: 7px 5px;
}

.default-form .form-row input[type=text],
.default-form .form-row input[type=email],
.default-form .form-row input[type=tel],
.default-form .form-row input[type=url] {
    width: 100%;
    height: 50px;
    padding: 0 0 0 22px;
    border: 1px solid #d1d1d1;
}

.default-form .form-row textarea {
    width: 100%;
    height: 124px;
    padding: 20px 0 0 22px;
    border: 1px solid #d1d1d1;
    resize: none;
}

.default-form .form-row input[type=text]:focus,
.default-form .form-row input[type=email]:focus,
.default-form .form-row input[type=url]:focus,
.default-form .form-row input[type=tel]:focus,
.default-form .form-row textarea:focus {
    border: 1px solid #fe5f88;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.default-form.faq-contact-form .form-row input[type=submit] {
    font-weight: 400 !important;
    letter-spacing: 1px;
    line-height: 30px;
    background: linear-gradient(to right, #fa897d 0%, #fe5f88 100%);
    border-radius: 3px !important;
    color: #ffff !important;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.default-form.main-contact-form .form-row input[type=submit] {
    margin-top: 10px;
    font-weight: 400 !important;
    letter-spacing: 1px;
    line-height: 30px;
    background: linear-gradient(to right, #fa897d 0%, #fe5f88 100%);
    border-radius: 3px !important;
    color: #ffff !important;
    padding: 13px 40px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.default-form .form-row input[type=submit]:hover {}

.case-studies-single-slider .elementor-slick-slider .slick-slide img {
    width: 100% !important;
}

.portfolio-inner-slider .elementor-slick-slider ul.slick-dots {
    bottom: -80px !important;
}

.case-studies-image-gallery .tz-gallery {
    padding: 0 15px;
}

/* ================================== */

/* END OF COMMON CSS*/

/* ================================== */

/* ================================== */

/* START OF LANDING CSS*/

/* ================================== */

.page-id-2537 .wraper_header.style-eight .wraper_header_main .header_main .brand-logo,
.page-id-2537 .wraper_header.style-eight .wraper_header_main .header_main .brand-logo-sticky {
    margin-top: 6px;
}

.page-id-2537 .wraper_header.style-eight .wraper_header_main .nav,
.page-id-2537 .wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header-responsive-nav {
    margin-top: 9px;
}

.page-id-2537 .wraper_header.style-eight .wraper_header_main .header_main .brand-logo img {
    filter: grayscale(100%) brightness(12%) sepia(74%) hue-rotate(-181deg) saturate(700%) contrast(0.8);
}

.page-id-2537 .wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a,
.page-id-2537 .wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .nav > [class*="menu-"] > ul.menu > li > a {
    color: #1E1666;
}

.page-id-2537 .wraper_header.style-eight .wraper_header_main .header-responsive-nav {
    color: #1e1666;
}

.page-id-2537 .wraper_header.style-eight .wraper_header_main .header_main_calltoaction > .btn.button-one {
    font-weight: 500;
    background-color: #fff;
    color: #F53B6F;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    padding: 7px 25px;
}

.page-id-2537 .wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main_calltoaction > .btn.button-one {
    background-color: #fff;
    color: #F53B6F;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    padding: 7px 25px;
    border-color: #ffffff;
}

.landing-demo-img > .elementor-widget-container > .elementor-image-box-wrapper > .elementor-image-box-img > a > img {
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.12);
}

/* ================================== */

/* END OF LANDING CSS*/

/* ================================== */

/* ================================== */

/* START OF HOME ONE CSS*/

/* ================================== */

.home-version-one-counter-element .elementor-counter .elementor-counter-number-prefix {
    display: none;
}

.home-version-one-counter-element .elementor-counter-title {
    text-align: left !important;
}

.home-version-one-footer-top-section {
    top: -115px;
    z-index: 2;
}

.home-version-one-banner-side-img .elementor-image {
    width: 620px;
}

.home-version-one-testimonial .testimonial.element-three .testimonial-item > .holder {
    background-color: #ffffff;
    padding: 40px;
    margin: 0px 25px 35px 25px;
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.home-version-one-testimonial .testimonial.element-three .testimonial-item > .holder > .testimonial-title > .testimonial-title-data .designation {
    margin-bottom: 7px;
    text-transform: capitalize;
}

/* ================================== */

/* END OF HOME ONE CSS*/

/* ================================== */

/* ================================== */

/* START OF HOME TWO CSS*/

/* ================================== */

.home-version-two-benefits-box > .elementor-column-wrap {
    position: relative;
    top: -60px;
}

.home-version-two-benefits-box > .elementor-widget-wrap {
    position: relative;
    top: -60px;
}

.home-version-two-benefits-box {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.home-version-two-benefits-box:hover {
    transform: translate3d(0, -10px, 0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.benefits-hover-box {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.benefits-hover-box:hover {
    transform: translate3d(0, -10px, 0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.shaking-image:hover {
    animation: shake 3s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    perspective: 500px;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-3px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(3px, 0, 0);
    }
}

.home-version-two-testimonial .testimonial.element-six .testimonial-item > .holder {
    text-align: left;
    background-color: #FCF2DF;
    padding: 50px 30px;
    border-radius: 10px;
}

.home-version-two-testimonial .testimonial.element-six .testimonial-item > .holder > .testimonial-title {
    padding-top: 0px;
}

.home-version-two-testimonial .testimonial.element-six .testimonial-item > .holder > .testimonial-title > .testimonial-title-data .title {
    text-transform: capitalize;
}

.footer-two-contact-box .radiantthemes-contact-box.element-two ul li {
    color: #c2d6d7 !important;
}

/* ================================== */

/* END OF HOME TWO CSS*/

/* ================================== */

/* ================================== */

/* START OF HOME THREE CSS*/

/* ================================== */

.page-id-369 .wraper_header.style-eight .wraper_header_main .header_main_calltoaction > .btn.button-one {
    background: linear-gradient(to right, #03b5a9 0%, #1fbd75 100%);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    border: none;
    padding: 6px 30px 6px 30px;
}

.home-version-three-banner-side-img > .elementor-widget-container > .elementor-image {
    width: 600px;
    position: relative;
    right: 20px;
}

.home-three-video-section {
    top: -110px;
}

.page-id-369 .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li:hover > a {
    color: #fff;
}

.page-id-369 .wraper_header .wraper_header_main .nav > [class*=menu-] > ul.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 {
    border-bottom: 1px solid #fb7a46;
}

/* ================================== */

/* END OF HOME THREE CSS*/

/* ================================== */

/* ================================== */

/* START OF HOME FOUR CSS*/

/* ================================== */

.page-id-517 .wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a,
.page-id-517 .wraper_header.style-sixteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li.current-menu-item > a {
    color: #ff1470;
}

.page-id-517 .wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
    background-color: #ff1470;
}

.page-id-517 .wraper_header.style-sixteen {
    position: absolute;
    box-shadow: none;
}

.page-id-517 .wraper_header.style-sixteen .wraper_header_main {
    background-color: transparent;
}

.page-id-517 .wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li span[class*='ti-'],
.page-id-517 .wraper_header.style-sixteen .wraper_header_main .header-hamburger-menu,
.page-id-517 .wraper_header.style-sixteen .wraper_header_main .header-responsive-nav {
    color: #ffffff;
}

.page-id-517 .wraper_header.style-sixteen .wraper_header_main .header-hamburger-menu {
    position: relative;
}

.page-id-517 .wraper_header.style-sixteen .wraper_header_main .header-hamburger-menu:before {
    position: absolute;
    top: -11px;
    left: -11px;
    content: "";
    background-color: #ED1B6D;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.page-id-517 .wraper_header.style-sixteen .wraper_header_main .header-hamburger-menu > .ti-view-grid {
    position: relative;
    z-index: 1;
}

.page-id-517 .wraper_header.style-sixteen .wraper_header_main .header-responsive-nav {
    margin-top: 9px;
}

.page-id-517 .wraper_header.style-sixteen .radiantthemes-sticky-style-two .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a,
.wraper_header.style-sixteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .nav > [class*="menu-"] > ul.menu > li > a,
.page-id-517 .wraper_header.style-sixteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header-main-action ul > li span[class*='ti-'],
.page-id-517 .wraper_header.style-sixteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header-responsive-nav {
    color: #000000;
}

.page-id-517 .wraper_header.style-sixteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .header_main_item .brand-logo img {
    filter: brightness(0);
}

.home-four-rotate-hover-box {
    perspective: 600px;
}

.home-four-rotate-hover-box > .elementor-column-wrap {
    transform: rotateY(4deg);
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
}

.home-four-rotate-hover-box > .elementor-column-wrap:hover {
    transform: rotateY(0deg);
    border: 1px #e3eef6 solid !important;
    background-color: #e3eef6 !important;
}

.home-four-rotate-hover-box {
    perspective: 600px;
}

.home-four-rotate-hover-box > .elementor-widget-wrap {
    transform: rotateY(4deg);
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
}

.home-four-rotate-hover-box > .elementor-widget-wrap:hover {
    transform: rotateY(0deg);
    border: 1px #e3eef6 solid !important;
    background-color: #e3eef6 !important;
}


.home-four-footer-menu-list > .elementor-widget-container > .elementor-text-editor > ul {
    margin: 0;
    padding: 0;
}

.home-four-footer-menu-list > .elementor-widget-container > .elementor-text-editor > ul > li {
    display: inline-block;
    margin-right: 35px;
}

.home-four-footer-menu-list > .elementor-widget-container > .elementor-text-editor > ul > li:last-child,
.home-four-footer-menu-list > .elementor-widget-container > .elementor-text-editor > ul > li:only-child {
    margin-right: 0;
}

.home-version-four-testimonial .testimonial.element-six .testimonial-item > .holder {
    background-color: #ffffff;
    padding: 30px 25px;
    margin: 15px 0;
    box-shadow: 0 0px 14px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.home-version-four-testimonial .testimonial.element-six .testimonial-item > .holder > .testimonial-title > .testimonial-title-data .title {
    text-transform: capitalize;
}

.home-version-four-testimonial .testimonial.element-six .testimonial-item > .holder > .testimonial-title {
    padding-top: 0;
}

.home-four-blog-item .blog[class*='element-'].owl-dot-style-two .owl-dots > .owl-dot.active > span {
    background-color: #ff1470;
}

.home-four-blog-item .blog[class*='element-'].owl-dot-style-two .owl-dots > .owl-dot > span {
    background-color: #dee7f5;
}

.home-four-blog-item .blog[class*='element-'].owl-dot-style-two .owl-dots {
    text-align: center;
}

.home-four-contact-form {
    width: 100%;
    max-width: 936px;
    margin: 0 auto;
}

.home-four-contact-form .row {
    margin-right: 0;
    margin-left: 0;
}

.home-four-contact-form .row > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.home-four-contact-form .form-row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.home-four-contact-form .form-row input[type="url"] {
    border-radius: 30px 0px 0px 30px;
    border: none;
    padding: 0 0 0 25px;
    border-right: 1px solid #D6D7D8;
}

.home-four-contact-form .form-row input[type="email"] {
    border: none;
    padding: 0 0 0 25px;
}

.home-four-contact-form .form-row input[type="url"],
.home-four-contact-form .form-row input[type="email"] {
    width: 100%;
    height: 55px;
}

.home-four-contact-form .form-row input[type="submit"] {
    margin-left: -30px;
    background-color: #EF2573;
    border: none;
    color: #fff;
    border-radius: 30px;
    padding: 14px 41px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.7px;
}

.page-id-517 .wraper_header .wraper_header_main .nav > [class*=menu-] > ul.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 {
    border-bottom: 1px solid #ed1b6d;
}

/* ================================== */

/* END OF HOME FOUR CSS*/

/* ================================== */

/* ================================== */

/* END OF HOME FIVE CSS*/

/* ================================== */

.page-id-1685 .wraper_header.style-six .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > a:hover {
    color: #ffff;
}

.page-id-1685 .wraper_header .wraper_header_main .nav > [class*=menu-] > ul.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 {
    border-bottom: 1px solid #194bed;
}

.page-id-1685 .wraper_header.style-six .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count,
.page-id-1685 .wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before,
.page-id-1685 .wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:before,
.page-id-1685 .wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.page-id-1685 .wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
    background-color: #194BED;
}

.home-five-team-element .team.element-four .team-item > .holder > .data .title {
    font-weight: 600;
    font-size: 18px;
    color: #1E1666;
    line-height: 28px;
}

.home-five-team-element .team[class*='element-'].owl-dot-style-two .owl-dots {
    text-align: center;
}

.home-five-team-element .team[class*='element-'].owl-dot-style-two .owl-dots > .owl-dot.active > span {
    background-color: #1e1666;
}

.home-five-team-element .team[class*='element-'].owl-dot-style-two .owl-dots > .owl-dot > span {
    background-color: #dee7f5;
}

.home-version-five-testimonial .testimonial-style6 .description {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.home-version-five-testimonial .testimonial-style6 img {
    border-radius: 50%;
}

.home-five-masonary-box1 .elementor-column-wrap {
    position: relative;
    top: 100px;
}

.home-five-pricing-table .rt-pricing-table.element-seven.spotlight .holder {
    background: linear-gradient(to right, #194bed 0%, #4f1aed 100%);
}

.home-five-pricing-table .rt-pricing-table.element-seven > .holder > .started .btn {
    border-radius: 3px;
    background: none;
    border: 1px #1f46ed solid;
    color: #1f46ed !important;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.8px;
    padding: 12px 35px;
}

.home-five-pricing-table .rt-pricing-table.element-seven > .holder > .started .btn:hover {
    background-color: #1f46ed;
    border: 1px #1f46ed solid;
    color: #fff !important;
}

.home-five-pricing-table .rt-pricing-table.element-seven.spotlight > .holder > .started .btn {
    border: 1px #fff solid;
    color: #fff !important;
}

.home-five-pricing-table .rt-pricing-table.element-seven.spotlight > .holder > .started .btn:hover {
    border: 1px #fff solid;
    background-color: #fff;
    color: #1f46ed !important;
}

.home-five-pricing-table .rt-pricing-table.element-seven > .holder > .heading .title {
    color: #1e1666;
}

.home-five-pricing-table .rt-pricing-table.element-seven.spotlight > .holder > .heading .title {
    color: #ffffff;
}

.home-five-pricing-table .rt-pricing-table.element-seven > .holder > .pricing > .price,
.home-five-pricing-table .rt-pricing-table.element-seven > .holder > .pricing .price sup,
.home-five-pricing-table .rt-pricing-table.element-seven > .holder > .pricing .price sub {
    color: #1e1666;
}

.home-five-pricing-table .rt-pricing-table.element-seven.spotlight > .holder > .pricing > .price,
.home-five-pricing-table .rt-pricing-table.element-seven.spotlight > .holder > .pricing .price sup,
.home-five-pricing-table .rt-pricing-table.element-seven.spotlight > .holder > .pricing .price sub {
    color: #ffffff;
}

.home-five-pricing-table .rt-pricing-table.element-seven > .holder > .content-list ul li {
    margin-bottom: 18px;
}

.home-five-pricing-table .rt-pricing-table.element-seven .holder {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    padding: 50px 30px 55px 30px;
    margin: 0 5px;
}

.home-five-pricing-table .rt-pricing-table.element-seven.spotlight .holder > .spotlight-tag > .spotlight-tag-text {
    letter-spacing: 0.7px;
}

.home-five-pricing-table .rt-pricing-table.element-seven.spotlight .holder > .spotlight-tag > .spotlight-tag-text {
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.18);
}

/* ================================== */

/* END OF HOME FIVE CSS*/

/* ================================== */

/* ================================== */

/* START OF HOME TEN CSS*/

/* ================================== */

.rocket-animation .elementor-widget-container .elementor-image img {
    max-width: 129% !important;
}

.homepage-ten-pricing-table .rt-pricing-table.element-three > .holder {
    border-radius: 3px !important;
    border: 0 !important;
    filter: drop-shadow(0px 15px 40px rgba(0, 0, 0, 0.01)) !important;
}

.homepage-ten-pricing-table .rt-pricing-table.element-three > .holder > .heading .title {
    font-size: 30px !important;
    line-height: 40px !important;
    color: #221c46 !important;
    font-weight: 600 !important;
    text-align: center !important;
    letter-spacing: -1px !important;
}

.homepage-ten-pricing-table .rt-pricing-table.element-three > .holder > .pricing .price sup {
    font-size: 25px !important;
    line-height: 28px !important;
    color: #221c46 !important;
    font-weight: 400 !important;
    text-align: center !important;
}

.homepage-ten-pricing-table .rt-pricing-table.element-three > .holder > .pricing .price {
    font-size: 80px !important;
    line-height: 28px !important;
    color: #221c46 !important;
    font-weight: 700 !important;
    text-align: center !important;
}

.homepage-ten-pricing-table .rt-pricing-table.element-three > .holder > .pricing .price sub {
    color: #221C46 !important;
}

.homepage-ten-pricing-table .rt-pricing-table.element-three > .holder > .more .btn {
    font-size: 15px !important;
    line-height: 30px !important;
    color: #f34a0e !important;
    font-weight: 400 !important;
    border-radius: 5px !important;
    border: 1px solid #f34a0e !important;
    padding: 6px 30px 6px 30px !important;
}

.homepage-ten-pricing-table .rt-pricing-table.element-three > .holder > .more .btn:hover {
    background: #f34a0e;
    color: #fff !important;
}

.homepage-ten-pricing-table .rt-pricing-table.element-three > .holder .hightlight-tag {
    background: #F3490D !important;
}

.moving-image-section-one .moving-image-one,
.moving-image-section-one .moving-image-two,
.moving-image-section-one .moving-image-three {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.moving-image-section-one:hover .moving-image-one {
    transform: translate3d(10px, 0, 0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.moving-image-section-one:hover .moving-image-two {
    transform: translate3d(-10px, 0, 0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.moving-image-one:hover .elementor-widget-image .elementor-image img,
.moving-image-two:hover .elementor-widget-image .elementor-image img {
    transform: translate3d(-10px, 0, 0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.moving-image-three:hover .elementor-widget-image .elementor-image img {
    transform: scale(0.9);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.moving-image-one .elementor-widget-image .elementor-image img,
.moving-image-two .elementor-widget-image .elementor-image img,
.moving-image-three .elementor-widget-image .elementor-image img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.slide-up-image-box:hover {
    transform: translate3d(0, -10px, 0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.slide-up-image-box {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.homepage-ten-box-hover .elementor-column-wrap {
    overflow: hidden;
    z-index: 1;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

.homepage-ten-box-hover .elementor-column-wrap:before {
    content: "";
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0;
    left: -150px;
    bottom: 0;
    transform: skewX(-50deg);
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

.homepage-ten-box-hover .elementor-column-wrap:hover:before {
    width: 250%;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

.rt-pricing-table.element-three > .holder > .list ul li {
    text-transform: none !important;
}

/* ================================== */

/* END OF HOME TEN CSS*/

/* ================================== */

/* ================================== */

/* START OF ABOUT CSS*/

/* ================================== */

.about-us-banner .about-banner-side-img {
    top: -8px;
}

.about-banner-side-img .elementor-image {
    position: relative;
    top: 32px;
}

.about-us-accordion-box > .elementor-widget-container > .elementor-accordion > .elementor-accordion-item {
    margin-bottom: 15px;
}

.about-us-accordion-box .elementor-accordion .elementor-tab-title,
.about-us-accordion-box .elementor-accordion .elementor-tab-title {
    padding: 25px 30px;
}

.about-us-accordion-box .elementor-accordion .elementor-tab-title.elementor-active,
.about-us-accordion-box .elementor-accordion .elementor-tab-title.elementor-active {
    padding: 30px 30px 15px 30px;
}

.about-us-accordion-box .elementor-accordion .elementor-tab-content,
.about-us-accordion-box .elementor-accordion .elementor-tab-content {
    padding: 5px 30px 30px 30px;
}

.about-us-accordion-box .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed,
.about-us-accordion-box .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened {
    font-size: 14px;
    line-height: 23px;
}

.about-us-timeline .radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-data .title {
    margin-bottom: 17px;
}

.about-us-timeline .radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-data .title {
    text-transform: capitalize;
}

.about-us-timeline .radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .row > [class*='col-'] {
    padding-left: 83px;
    padding-right: 83px;
}

.about-us-timeline .radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-pic {
    text-align: center;
}

.about-us-timeline .radiantthemes-timeline.element-two > .radiantthemes-timeline-item .radiantthemes-timeline-item-pic img {
    width: auto;
}

/* ================================== */

/* END OF ABOUT CSS*/

/* ================================== */

/* ================================== */

/* START OF FAQ CSS*/

/* ================================== */

.faq-accordion > .elementor-widget-container > .elementor-accordion > .elementor-accordion-item,
.faq-accordion > .elementor-widget-container > .elementor-accordion > .elementor-accordion-item > .elementor-tab-title.elementor-active {
    border: none;
}

.faq-accordion > .elementor-widget-container > .elementor-accordion > .elementor-accordion-item > .elementor-tab-title {
    border-bottom: 1px #d8c3fd solid;
}

.faq-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed,
.faq-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened {
    font-size: 14px;
    line-height: 23px;
}

.faq-image-box .elementor-image-box-content {
    margin-top: -8px !important;
}

.page-id-780 .wraper_footer {
    margin-top: -360px;
    position: relative;
    z-index: 2;
}

/* ================================== */

/* END OF FAQ CSS*/

/* ================================== */

/* ================================== */

/* START OF TEAM CSS*/

/* ================================== */

.team-banner-side-img .elementor-image {
    position: relative;
    top: 54px;
}

.our-team-element .team[class*='element-'].owl-dot-style-one .owl-dots > .owl-dot.active > span {
    background-color: #f11d66;
}

.our-team-element .team[class*='element-'].owl-dot-style-one .owl-dots > .owl-dot > span {
    background-color: #dee7f5;
}

.our-team-element .team.element-two .team-item > .holder > .pic > .pic-main {
    filter: grayscale(0);
}

.default-form.team-contact-form .form-row {
    margin: 8px 15px 7px 15px;
}

.default-form.team-contact-form .form-row input[type=text],
.default-form.team-contact-form .form-row input[type=email],
.default-form.team-contact-form .form-row input[type=tel],
.default-form.team-contact-form .form-row input[type=url] {
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #53ABE6;
    box-shadow: none;
    padding: 0;
}

.default-form.team-contact-form .form-row textarea {
    width: 100%;
    height: 124px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #53ABE6;
    box-shadow: none;
    padding: 20px 0 0 0;
    resize: none;
}

/*.default-form.team-contact-form .form-row input[type=text]:focus,

.default-form.team-contact-form .form-row input[type=email]:focus,

.default-form.team-contact-form .form-row input[type=tel]:focus,

.default-form.team-contact-form .form-row input[type=tel]:focus,

.default-form.team-contact-form .form-row textarea:focus{

    border:1px solid #fe5f88;

    transition:all 0.4s ease-in-out;

    -webkit-transition:all 0.4s ease-in-out;

    -moz-transition:all 0.4s ease-in-out;

}*/

.default-form.team-contact-form .form-row input[type=text]::placeholder,
.default-form.team-contact-form .form-row input[type=email]::placeholder,
.default-form.team-contact-form .form-row input[type=tel]::placeholder,
.default-form.team-contact-form .form-row textarea::placeholder {}

.default-form.team-contact-form .form-row input[type=submit] {
    margin-top: 10px;
    font-weight: 400 !important;
    letter-spacing: 1px;
    line-height: 30px;
    background: linear-gradient(to right, #fa897d 0%, #fe5f88 100%);
    border-radius: 3px !important;
    color: #ffff !important;
    padding: 14px 40px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.default-form.team-contact-form .form-row input[type=submit]:hover {
    box-shadow: none;
}

/* ================================== */

/* END OF TEAM CSS*/

/* ================================== */

/* ================================== */

/* START OF SEO LINK BUILDING CSS*/

/* ================================== */

.link-banner-side-img .elementor-image {
    position: relative;
    top: 62px;
}

.link-building-tab-element .elementor-tab-title:first-child {
    border-left: 1px solid #C5D6E0 !important;
}

.link-building-tab-element .elementor-tab-title.elementor-active {
    border-bottom: 4px solid #FB817F !important;
}

.link-building-tab-element .elementor-tab-title {
    border: 1px solid #C5D6E0 !important;
    border-left: none !important;
    padding: 20px 45px !important;
    text-align: center !important;
    /*transition: all 0.5s ease-in-out !important;*/
}

.link-building-tab-element .elementor-tab-title a {
    color: #1E1666 !important;
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    border: none !important;
}

.link-building-tab-element .elementor-tab-content {
    border: none !important;
    padding: 60px 0 !important;
}

/* ================================== */

/* END OF SEO LINK BUILDING CSS*/

/* ================================== */

/* ================================== */

/* END OF SEO MARKETING ANALYSIS CSS*/

/* ================================== */

.marketing-analysis-banner-side-img .elementor-image {
    position: relative;
    top: 30px;
}

.marketing-analysis-dashboard-img .elementor-image {
    position: relative;
    top: 180px;
    z-index: 1;
}

.market-analysis-border-heading .elementor-widget-container {
    position: relative;
}

.market-analysis-border-heading .elementor-widget-container:before {
    position: absolute;
    top: 17px;
    right: -30px;
    content: "";
    background-color: #f11d66;
    width: 3px;
    height: 70px;
}

/* ================================== */

/* END OF SEO MARKETING ANALYSIS CSS*/

/* ================================== */

/* ================================== */

/* START OF SEO CSS*/

/* ================================== */

.seo-banner-side-img .elementor-image {
    position: relative;
    top: 35px;
    right: 93px;
}

.seo-polygon-box {
    position: relative;
    top: -30px;
}

.seo-pricing-element .rt-pricing-table.element-three > .holder {
    padding: 60px 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    margin: 0 5px;
    border-radius: 3px;
    border: none;
}

.seo-pricing-element .rt-pricing-table.element-three > .holder > .icon {
    margin-bottom: 20px;
}

.seo-pricing-element .rt-pricing-table.element-three > .holder > .heading .title {
    margin-bottom: 17px;
}

.seo-pricing-element .rt-pricing-table.element-three > .holder > .heading {
    margin-bottom: 15px;
}

.seo-pricing-element .rt-pricing-table.element-three > .holder > .list {
    margin-bottom: 25px;
}

.seo-pricing-element .rt-pricing-table.element-three > .holder > .list ul {
    max-width: 255px;
}

.seo-pricing-element .rt-pricing-table.element-three > .holder > .list ul li {
    text-transform: capitalize;
}

.seo-pricing-element .rt-pricing-table.element-three > .holder > .heading .subtitle {
    letter-spacing: 0;
}

.seo-pricing-element .rt-pricing-table.element-three > .holder > .pricing .price {
    font-size: 55px;
    font-weight: 600;
}

.rt-pricing-table.element-three > .holder > .heading .subtitle {
    max-width: 250px;
    font-size: 15px;
    color: #6a7c92;
}

.seo-pricing-element .seo-pricing-element .rt-pricing-table.element-three > .holder > .pricing .price sup {
    margin-right: 0px;
    color: #1e1666;
    font-weight: 500;
}

.seo-pricing-element .rt-pricing-table.element-three > .holder > .pricing .price sub {
    font-weight: 400;
    margin-left: 0px;
}

.seo-pricing-element .rt-pricing-table.element-three > .holder .hightlight-tag {
    backface-visibility: hidden;
    background-color: transparent !important;
    background: linear-gradient(to right, #fa897d 0%, #fe5f88 100%);
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.15);
}

.seo-pricing-element .rt-pricing-table.element-three > .holder > .more .btn {
    border: none;
    background: linear-gradient(to right, #fa897d 0%, #fe5f88 100%);
    border: none;
    color: #fff !important;
    border-radius: 3px;
    letter-spacing: 0.8px;
}

/* ================================== */

/* END OF SEO CSS*/

/* ================================== */

/* ================================== */

/* START OF WEB DESIGN CSS*/

/* ================================== */

.web-design-banner-side-img .elementor-image {
    position: relative;
    top: 40px;
}

/* ================================== */

/* END OF WEB DESIGN SEO CSS*/

/* ================================== */

/* ================================== */

/* START OF WEB DEVELOPMENT CSS*/

/* ================================== */

.web-development-banner-side-img .elementor-image {
    position: relative;
    top: 50px;
}

/* ================================== */

/* END OF WEB DEVELOPMENT SEO CSS*/

/* ================================== */

/* ================================== */

/* START OF CONATCT PAGE CSS*/

/* ================================== */

.default-form.main-contact-form .form-row input[type=text],
.default-form.main-contact-form .form-row input[type=email],
.default-form.main-contact-form .form-row input[type=tel],
.default-form.main-contact-form .form-row input[type=url],
.default-form.main-contact-form .form-row select {
    width: 100%;
    height: 50px;
    padding: 0 0 0 22px;
    border: 1px solid #F3F5FD;
    background-color: #F3F5FD;
    border-radius: 3px;
}

.default-form.main-contact-form .form-row textarea {
    width: 100%;
    height: 124px;
    padding: 20px 0 0 22px;
    border: 1px solid #F3F5FD;
    resize: none;
    background-color: #F3F5FD;
    border-radius: 3px;
}

.default-form.main-contact-form .form-row input[type=text]:focus,
.default-form.main-contact-form .form-row input[type=email]:focus,
.default-form.main-contact-form .form-row input[type=tel]:focus,
.default-form.main-contact-form .form-row input[type=url]:focus,
.default-form.main-contact-form .form-row select:focus,
.default-form.main-contact-form .form-row textarea:focus {
    border: 1px solid #fe5f88;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.default-form.main-contact-form .form-row input[type=text]::placeholder,
.default-form.main-contact-form .form-row input[type=email]::placeholder,
.default-form.main-contact-form .form-row input[type=tel]::placeholder,
.default-form.main-contact-form .form-row textarea::placeholder,
.default-form.main-contact-form .form-row select::placeholder {
    font-size: 15px;
}

.default-form.main-contact-form .form-row input[type=submit] {
    margin-top: 0;
    font-weight: 400 !important;
    letter-spacing: 1px;
    line-height: 30px;
    background: linear-gradient(to right, #fa897d 0%, #fe5f88 100%);
    border-radius: 3px !important;
    color: #ffff !important;
    padding: 13px 40px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

/* ================================== */

/* END OF CONATCT PAGE CSS*/

/* ================================== */

/* ================================== */

/* START OF QUOTE PAGE CSS*/

/* ================================== */

.default-form.quote-form .form-row {
    margin: 9px;
}

.default-form.main-contact-form.quote-form .form-row input[type=submit] {
    display: block;
    margin: 0 auto;
}

.default-form.main-contact-form.quote-form .form-row .website-details {
    height: 160px;
}

.default-form.main-contact-form.quote-form .form-row label {
    margin-bottom: 12px;
}

.default-form.main-contact-form.quote-form .form-row .keywords {
    height: 110px;
}

/* ================================== */

/* END OF QUOTE PAGE CSS*/

/* ================================== */

/* ================================== */

/* START OF ELEMENT PAGE CSS*/

/* ================================== */

.element-section-box-shadow:before,
.element-section-box-shadow:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 0;
    width: 50%;
    top: 80%;
    max-width: 500px;
    /* background: #777; */
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.10);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.element-section-box-shadow:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 3px;
    left: auto;
}

.element-service-box-item-one-arrow-icon .elementor-icon {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.element-service-box-item-three-icon {
    top: -32px;
    right: 30px;
}

.element-service-box-item-one-arrow-icon .elementor-icon:hover {
    background-color: #fd6d83 !important;
    color: #ffffff !important;
}

.element-service-box-item-four {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    position: relative;
    transform: translateY(0);
}

.element-service-box-item-four:hover {
    transform: translateY(-15px);
}

.element-page-accordion-one > .elementor-widget-container > .elementor-accordion > .elementor-accordion-item {
    margin-bottom: 15px;
}

.element-page-accordion-one .elementor-accordion .elementor-tab-title,
.element-page-accordion-two .elementor-accordion .elementor-tab-title {
    padding: 30px 30px 30px 30px;
}

.element-page-accordion-one .elementor-accordion .elementor-tab-title.elementor-active,
.element-page-accordion-two .elementor-accordion .elementor-tab-title.elementor-active {
    padding: 30px 30px 15px 30px;
}

.element-page-accordion-one .elementor-accordion .elementor-tab-content,
.element-page-accordion-two .elementor-accordion .elementor-tab-content {
    padding: 5px 30px 30px 30px;
}

.element-page-accordion-one .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed,
.element-page-accordion-one .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.element-page-accordion-two .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed,
.element-page-accordion-two .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.element-page-accordion-three .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed,
.element-page-accordion-three .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened {
    font-size: 14px;
    line-height: 23px;
}

.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;
}

.element-page-accordion-two .elementor-accordion .elementor-tab-title.elementor-active,
.element-page-accordion-two .elementor-accordion .elementor-tab-content.elementor-active {}

.element-page-accordion-three .elementor-accordion .elementor-accordion-item {
    border-bottom: 1px #E2E4EC dashed !important;
    border-width: 1px !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin-bottom: 20px;
}

.element-page-accordion-three .elementor-accordion .elementor-tab-title,
.element-page-accordion-three .elementor-accordion .elementor-tab-content {
    padding: 0 0 20px 0;
}

.elements-team-item-one .team.element-one .team-item > .holder > .pic {
    box-shadow: none;
}

.team.element-one .team-item > .holder > .pic > .placeholder {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.team.element-one .team-item > .holder:hover > .pic > .placeholder {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}

.elements-team-item-one .team.element-one .team-item > .holder > .data .title,
.elements-team-item-two .team.element-two .team-item > .holder > .data .title,
.elements-team-item-four .team.element-four .team-item > .holder > .data .title {
    font-weight: 600;
    font-size: 22px;
    color: #1e1666;
    line-height: 32px;
}

.elements-team-item-one .team.element-one .team-item > .holder > .data .designation,
.elements-team-item-two .team.element-two .team-item > .holder > .data .designation,
.elements-team-item-four .team.element-four .team-item > .holder > .data .designation {
    color: #6a7c92 !important;
}

.elements-team-item-two .team.element-two .team-item > .holder {
    margin: 10px 0;
}

.elements-team-item-four .team.element-four .team-item > .holder:hover > .pic > .placeholder .pic-main {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}

.elements-team-item-four .team.element-four .team-item > .holder > .pic > .placeholder .pic-main {
    backface-visibility: hidden;
}

.elements-team-item-two .team.element-two .team-item > .holder > .data {
    box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08) !important;
    bottom: 18px;
}

.elements-team-item-two .team.element-two .team-item > .holder > .pic > .pic-main {
    filter: grayscale(0) !important;
}

.element-testimonial-item-one .testimonial.element-three .testimonial-item > .holder {
    padding: 35px 35px;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
    margin: 20px 22px 25px 22px;
    border-radius: 8px;
}

.element-testimonial-item-one .testimonial[class*='element-'].owl-dot-style-one .owl-dots,
.element-testimonial-item-three .testimonial[class*='element-'].owl-dot-style-one .owl-dots,
.element-testimonial-item-four .testimonial[class*='element-'].owl-dot-style-one .owl-dots {
    margin-top: 30px;
}

.element-testimonial-item-three .testimonial.element-six .testimonial-item > .holder {
    padding: 35px 35px;
    background-color: #ffffff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.10);
    margin: 15px 15px 25px 15px;
    border-radius: 8px;
}

.element-testimonial-item-three .testimonial.element-six .testimonial-item {
    padding: 0 !important;
}

.element-testimonial-item-five .testimonial.element-six .testimonial-item > .holder > .testimonial-title {
    padding-top: 0;
    margin-top: 50px;
}

.element-testimonial-item-five .testimonial.element-six .testimonial-item > .holder > .testimonial-title > .testimonial-title-data > .designation {
    color: #ffffff !important;
}

.element-testimonial-item-five .testimonial[class*='element-'].owl-dot-style-one .owl-dots {
    margin-top: 60px;
    text-align: left;
}

.element-button-with-shadow .radiantthemes-custom-button-main {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}

.element-button-with-shadow-hover-effect-style-one .radiantthemes-custom-button-main,
.element-button-with-shadow-hover-effect-style-two .radiantthemes-custom-button-main {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
}

.element-button-with-shadow-hover-effect-style-one .radiantthemes-custom-button-main:hover {
    border-radius: 30px !important;
}

.element-button-with-shadow-hover-effect-style-two .radiantthemes-custom-button-main:hover {
    border-radius: 4px !important;
}

.element-progress-bar-element-one .elementor-title,
.element-progress-bar-element-three .elementor-title {
    margin-bottom: 5px;
    display: inline-block;
}

.element-progress-bar-element-one .elementor-progress-percentage,
.element-progress-bar-element-three .elementor-progress-percentage {
    margin-top: -34px;
    font-size: 17px;
    line-height: 32px;
    font-weight: 400;
}

.element-progress-bar-element-one .elementor-widget-container,
.element-progress-bar-element-three .elementor-widget-container {
    transition: background .5s, border .5s, border-radius .5s, box-shadow .5s, -webkit-border-radius .5s, -webkit-box-shadow .5s !important;
}

.element-progress-bar-element-one .elementor-progress-wrapper {
    height: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.element-progress-bar-element-one .elementor-progress-bar,
.element-progress-bar-element-three .elementor-progress-bar {
    float: left;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
}

.element-progress-bar-element-two .elementor-widget-container {
    margin-bottom: 30px
}

.element-progress-bar-element-two .elementor-title {
    margin-bottom: 10px;
    display: block;
}

.element-progress-bar-element-two .elementor-progress-wrapper {
    height: 1px;
}

.element-progress-bar-element-two .elementor-progress-bar {
    float: left;
    height: 5px;
    top: -2px;
    position: relative;
    border-radius: 0;
}

.element-progress-bar-element-two .elementor-progress-percentage {
    position: relative;
    top: -36px;
    color: #fff;
    font-size: 17px;
}

.element-progress-bar-element-three .elementor-progress-wrapper {
    height: 7px;
}

.element-progress-bar-element-three .elementor-progress-bar {
    animation: progress-bar-stripes 2s linear infinite;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.element-pop-up-video-item-one .video-link img {
    opacity: 0.5;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.element-pop-up-video-item-column:hover img {
    opacity: 1;
}

.element-social-icon-item-one .social,
.element-social-icon-item-two .social,
.element-social-icon-item-four .social {
    text-align: center;
}

.element-social-icon-item-one .social li {
    display: inline-block;
    margin-right: 18px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transform: translateY(0);
}

.element-social-icon-item-one .social li:last-child,
.element-social-icon-item-two .social li:last-child {
    margin-right: 0;
}

.element-social-icon-item-one .social li:hover {
    transform: translateY(-5px);
}

.element-social-icon-item-one .social li a {
    font-size: 26px;
}

.element-social-icon-item-one .social li.facebook a,
.element-social-icon-item-two .social li.facebook a,
.element-social-icon-item-four .social li.facebook a {
    color: #3B5998;
}

.element-social-icon-item-one .social li.twitter a,
.element-social-icon-item-two .social li.twitter a,
.element-social-icon-item-four .social li.twitter a {
    color: #1DA1F2;
}

.element-social-icon-item-one .social li.youtube a,
.element-social-icon-item-two .social li.youtube a,
.element-social-icon-item-four .social li.youtube a {
    color: #FF0000;
}

.element-social-icon-item-one .social li.linkedin a,
.element-social-icon-item-two .social li.linkedin a,
.element-social-icon-item-four .social li.linkedin a {
    color: #1DA1F2;
}

.element-social-icon-item-one .social li.pinterest a,
.element-social-icon-item-two .social li.pinterest a,
.element-social-icon-item-four .social li.pinterest a {
    color: #D10A0A;
}

.element-social-icon-item-two .social li,
.element-social-icon-item-four .social li {
    display: inline-block;
    margin-right: 5px;
}

.element-social-icon-item-two .social li a {
    font-size: 20px;
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #D3D4D9;
    background-color: transparent;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.element-social-icon-item-four .social li a {
    font-size: 20px;
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #D3D4D9;
    border-radius: 2px;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.element-social-icon-item-two .social li a:hover,
.element-social-icon-item-four .social li a:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.14);
}

.element-social-icon-item-three .elementor-social-icon-youtube {
    background-color: #FF0000;
}

.element-social-icon-item-three .elementor-social-icon-pinterest {
    background-color: #D10909;
}

.element-social-icon-item-three .elementor-social-icon {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.element-social-icon-item-three .elementor-social-icon-facebook:hover {
    box-shadow: 0 0 18px rgba(59, 89, 151, 0.42);
}

.element-social-icon-item-three .elementor-social-icon-twitter:hover {
    box-shadow: 0 0 18px rgba(29, 161, 241, 0.42);
}

.element-social-icon-item-three .elementor-social-icon-linkedin:hover {
    box-shadow: 0 0 18px rgba(5, 121, 183, 0.42);
}

.element-social-icon-item-three .elementor-social-icon-youtube:hover {
    box-shadow: 0 0 18px rgba(255, 0, 0, 0.42);
}

.element-social-icon-item-three .elementor-social-icon-pinterest:hover {
    box-shadow: 0 0 18px rgba(209, 9, 9, 0.42);
}

.element-fancy-text-box-item-one {}

.element-fancy-text-box-item-one .elementor-column-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(to right, #F9897D 0%, #FD5F87 100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}

.element-fancy-text-box-item-one .elementor-column-wrap:hover:before {
    visibility: visible;
    opacity: 0.9;
}

.element-fancy-text-box-item-two .elementor-widget-image-box .elementor-image-box-title {
    visibility: hidden;
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.3s ease-in-out 0.3s;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
}

.element-fancy-text-box-item-two .elementor-widget-image-box .elementor-image-box-description {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out 0.6s;
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    transform: translateY(25px);
}

.element-fancy-text-box-item-two:hover .elementor-widget-image-box .elementor-image-box-title,
.element-fancy-text-box-item-two:hover .elementor-widget-image-box .elementor-image-box-description {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.team.element-four .team-item > .holder > .data .team-social {
    text-align: center;
    z-index: 2;
    display: inline-block;
    width: 100%;
    color: #1E1666;
    vertical-align: middle;
}

.team.element-four .team-item > .holder > .data .team-social ul {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    list-style-type: none;
}

.team.element-four .team-item > .holder > .data .team-social ul li {
    margin: 0;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    list-style-type: none;
}

.team.element-four .team-item > .holder > .data .team-social ul li a {
    color: #1E1666;
}

/* ================================== */

/* END OF ELEMENT PAGE CSS*/

/* ================================== */

/* ================================== */

/* START OF MEDIA QUERY CSS*/

/* ================================== */

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

/* TABLET LANDSCAPE PART */

@media screen and (min-width: 768px) and (max-width: 991px) {
    .home-version-one-banner-side-img .elementor-image {
        width: 100%;
    }

    .home-four-contact-form .form-row {
        margin-bottom: 15px;
    }

    .home-four-contact-form .form-row input[type="url"],
    .home-four-contact-form .form-row input[type="email"] {
        border-radius: 30px;
    }

    .home-four-contact-form .form-row input[type="submit"] {
        display: block;
        margin: 0 auto;
    }

    .home-version-one-footer-top-section {
        top: 0;
        background-image: none !important;
        background-color: #fff !important;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        transform: skewY(-5deg);
    }

    .home-version-one-footer-top-section .elementor-container {
        transform: skewY(5deg) !important;
    }

    .home-version-three-banner-side-img > .elementor-widget-container > .elementor-image {
        width: 100%;
        position: static;
    }

    .home-three-video-section {
        top: 0;
    }

    .about-us-timeline .radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .row > [class*='col-'] {
        padding-left: 25px;
        padding-right: 25px;
    }

    .market-analysis-border-heading .elementor-widget-container:before {
        display: none;
    }

    .home-version-three-rocket-img {
        position: initial !important;
    }

    .seo-banner-side-img .elementor-image {
        position: static;
    }

    .home-version-seven-banner-side-img .elementor-image {
        width: 100% !important;
    }
}

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {
    .home-version-one-banner-side-img .elementor-image {
        width: 100%;
    }

    .home-four-contact-form .form-row {
        margin-bottom: 15px;
    }

    .home-four-contact-form .form-row input[type="url"],
    .home-four-contact-form .form-row input[type="email"] {
        border-radius: 30px;
    }

    .home-four-contact-form .form-row input[type="submit"] {
        display: block;
        margin: 0 auto;
    }

    .home-version-one-footer-top-section {
        top: 0;
        background-image: none !important;
        background-color: #fff !important;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        transform: skewY(-5deg);
        -webkit-transform: skewY(-5deg);
    }

    .home-version-one-footer-top-section .elementor-container {
        transform: skewY(5deg) !important;
        -webkit-transform: skewY(5deg);
    }

    .home-version-three-banner-side-img > .elementor-widget-container > .elementor-image {
        width: 100%;
        position: static;
    }

    .home-three-video-section {
        top: 0;
    }

    .about-us-timeline .radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .row > [class*='col-'] {
        padding-left: 25px;
        padding-right: 25px;
    }

    .market-analysis-border-heading .elementor-widget-container:before {
        display: none;
    }

    .home-version-three-rocket-img {
        position: initial !important;
    }

    .seo-banner-side-img .elementor-image {
        position: static;
    }

    .service5-how-work {
        background-image: none !important;
    }
}

/* SMART PHONE LANDSCAPE PART */

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

    .wraper_header.style-six .wraper_header_main .header_main .brand-logo,
    .wraper_header.style-six .wraper_header_main .header_main .brand-logo-sticky,
    .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 {
        margin-top: 0;
    }

    .wraper_header.style-six .wraper_header_main .header_main_action,
    .wraper_header.style-six-b .wraper_header_main .header_main_action {
        margin-top: 0px;
    }

    .home-four-contact-form .form-row {
        margin-bottom: 15px;
    }

    .home-four-contact-form .form-row input[type="url"],
    .home-four-contact-form .form-row input[type="email"] {
        border-radius: 30px;
    }

    .home-four-contact-form .form-row input[type="submit"] {
        display: block;
        margin: 0 auto;
    }

    .home-version-one-banner-side-img .elementor-image {
        width: 100%;
    }

    .home-version-one-footer-top-section {
        top: 0;
        background-image: none !important;
        background-color: #fff !important;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        transform: skewY(-5deg);
        -webkit-transform: skewY(-5deg);
    }

    .home-version-one-footer-top-section .elementor-container {
        transform: skewY(5deg) !important;
        -webkit-transform: skewY(5deg);
    }

    .home-version-two-benefits-box > .elementor-column-wrap {
        top: 0;
    }

      .home-version-two-benefits-box > .elementor-widget-wrap {
        top: 0;
    }

    .home-version-three-banner-side-img > .elementor-widget-container > .elementor-image {
        width: 100%;
        position: static;
    }

    .home-three-video-section {
        top: 0;
    }

    .home-version-three-rocket-img {
        position: initial !important;
    }

    .about-us-timeline .radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .radiantthemes-timeline-item-line,
    .about-us-timeline .radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .radiantthemes-timeline-item-dot {
        display: none;
    }

    .about-us-timeline .radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .about-us-timeline .radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .row > [class*='col-'] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .marketing-analysis-dashboard-img .elementor-image {
        top: 80px;
    }

    .market-analysis-border-heading .elementor-widget-container:before {
        display: none;
    }

    .home-version-one-testimonial .testimonial.element-three .testimonial-item > .holder {
        margin: 0;
    }

    .seo-banner-side-img .elementor-image {
        position: static;
    }

    .elementor-dashboard {
        position: static !important;
        width: 100% !important;
    }

    .home-six-contact-form .form-row input[type="email"] {
        border-radius: 30px !important;
        padding-left: 20px;
        margin-bottom: 12px;
    }

    .home-six-contact-form .form-row input[type="submit"] {
        display: block;
        margin: 0 auto !important;
    }

    .ryse-case-study-space .rt-case-study-box.element-two > .rt-case-study-box-item > .holder {
        margin-bottom: 0px;
    }

    .home-version-six-testimonial .testimonial[class*='element-'].owl-dot-style-one .owl-dots {
        margin-top: 25px !important;
    }

    .service5-how-work {
        background-image: none !important;
    }

    .home-seven-border-radius .elementor-widget-container {
        border-radius: 50%;
        width: 250px;
        height: 250px;
    }

    .home-version-seven-banner-side-img .elementor-image {
        width: 100% !important;
    }

    .page-id-6678 .wraper_header.style-six-b .wraper_header_main .header-responsive-nav {
        color: #000;
    }
}

/* SMART PHONE PROTRAIT PART */

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

    .wraper_header.style-six .wraper_header_main .header_main_action,
    .wraper_header.style-six-b .wraper_header_main .header_main_action {
        margin-top: 4px;
    }

    .home-four-contact-form .form-row {
        margin-bottom: 15px;
    }

    .home-four-contact-form .form-row input[type="url"],
    .home-four-contact-form .form-row input[type="email"] {
        border-radius: 30px;
    }

    .home-four-contact-form .form-row input[type="submit"] {
        display: block;
        margin: 0 auto;
    }

    .home-version-one-testimonial .testimonial.element-three .testimonial-item > .holder {
        margin: 0;
    }

    .home-version-one-banner-side-img .elementor-image {
        width: 100%;
    }

    .home-version-one-footer-top-section {
        top: 0;
        background-image: none !important;
        background-color: #fff !important;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        transform: skewY(-5deg);
        -webkit-transform: skewY(-5deg);
    }

    .home-version-one-footer-top-section .elementor-container {
        transform: skewY(5deg) !important;
        -webkit-transform: skewY(5deg);
    }

    .home-version-two-benefits-box > .elementor-column-wrap {
        top: 0;
    }

     .home-version-two-benefits-box > .elementor-widget-wrap {
        top: 0;
    }

    .home-version-three-banner-side-img > .elementor-widget-container > .elementor-image {
        width: 100%;
        position: static;
    }

    .home-three-video-section {
        top: 0;
    }

    .home-version-three-rocket-img {
        position: initial !important;
    }

    .about-us-timeline .radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .radiantthemes-timeline-item-line {
        display: none;
    }

    .about-us-timeline .radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .radiantthemes-timeline-item-dot {
        display: none;
    }

    .about-us-timeline .radiantthemes-timeline.element-two > .radiantthemes-timeline-item > .row > [class*='col-'] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .marketing-analysis-dashboard-img .elementor-image {
        top: 80px;
    }

    .market-analysis-border-heading .elementor-widget-container:before {
        display: none;
    }

    .seo-banner-side-img .elementor-image {
        position: static;
    }

    .elementor-dashboard {
        position: static !important;
        width: 100% !important;
    }
}

/* ================================== */

/* END OF MEDIA QUERY CSS*/

/* ================================== */

/*element section css*/

.table-element-button .rt-pricing-table.element-one > .holder > .more .btn {
    border: none;
    background: linear-gradient(to right, #fa897d 0%, #fe5f88 100%) !important;
    border: none;
    color: #fff !important;
    border-radius: 3px;
    letter-spacing: 0.8px;
    font-size: 15px;
    font-weight: 400;
}

.table-element-part .rt-pricing-table.element-seven > .holder {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: relative;
    box-shadow: none;
    padding-bottom: 60px;
}

.table-element-part .rt-pricing-table.element-seven > .holder .icon {
    display: none;
}

.table-element-part .rt-pricing-table.element-seven > .holder > .started .btn {
    border: none;
    background: linear-gradient(to right, #fa897d 0%, #fe5f88 100%) !important;
    border: none;
    color: #fff !important;
    border-radius: 3px;
    letter-spacing: 0.8px;
    font-size: 15px;
    font-weight: 400;
}

.table-element-part .rt-pricing-table.element-seven > .holder:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.table-element-part .rt-pricing-table.element-seven > .holder:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.table-element-part .rt-pricing-table.element-seven > .holder:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    content: " ";
    height: 6px;
    background: linear-gradient(to right, #fa897d 0%, #fe5f88 100%) !important;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.table-element-part .rt-pricing-table.element-seven > .holder > .heading .title {
    color: #1e1666;
    font-weight: 600;
}

.table-element-part .rt-pricing-table.element-seven > .holder > .pricing > .price sup {
    color: #1e1666;
}

.table-element-part .rt-pricing-table.element-seven > .holder > .pricing > .price sub {
    color: #1e1666;
}

.table-element-button .rt-pricing-table.element-one > .holder > .pricing .price {
    color: #1e1666;
    font-weight: 600;
}

.table-element-button .rt-pricing-table > .holder > .heading .title {
    color: #1e1666;
}

.table-element-button .rt-pricing-table.element-one > .holder > .pricing .tagline {
    width: 85%;
    margin: 0 auto;
}

.carousel-shadow .slick-track {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding: 15px 0 15px 0;
}

.carousel-shadow .slick-slide.slick-active {}

.carousel-shadow .slick-slide {}

.carousel-shadow .elementor-slick-slider .slick-slide img {
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.2);
}

.flip-box-one .back {
    width: 100%;
}

.flip-box-one .rt-flip-box.element-one > .holder .first-card h4 {
    font-size: 25px;
    line-height: 31px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 8px;
}

.flip-box-one .rt-flip-box.element-one > .holder .first-card p {
    color: #fff;
}

.flip-box-one .elementor-widget-container {
    position: relative;
    z-index: 999;
}

.flip-box-one .rt-flip-box.element-one > .holder {
    z-index: 999;
}

.flip-box-one .rt-flip-box.element-one > .holder .first-card {
    box-shadow: none;
}

.flip-box-one .rt-flip-box.element-one > .holder .second-card {
    box-shadow: none;
}

.flip-box-one .elementor-widget-container .rt-flip-box:hover:after {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e23561+1,402b74+99&0.49+1,0.69+100 */
    background: -moz-linear-gradient(top, rgba(226, 53, 97, 0.49) 1%, rgba(64, 43, 116, 0.69) 99%, rgba(64, 43, 116, 0.69) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(226, 53, 97, 0.49) 1%, rgba(64, 43, 116, 0.69) 99%, rgba(64, 43, 116, 0.69) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(226, 53, 97, 0.49) 1%, rgba(64, 43, 116, 0.69) 99%, rgba(64, 43, 116, 0.69) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7de23561', endColorstr='#b0402b74', GradientType=0);
    /* IE6-9 */
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.flip-box-one .rt-flip-box.element-one > .holder .second-card .btn {
    border: none;
    background: linear-gradient(to right, #fa897d 0%, #fe5f88 100%) !important;
    border: none;
    color: #fff !important;
    border-radius: 3px;
    letter-spacing: 0.8px;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 40px 6px 40px;
    z-index: 999;
    position: relative;
    margin-top: 80px;
}

.alert-box-one .radiantthemes-alert-box.element-one.alert-info {
    background: #fff;
    border: 1px solid #C7BCBC;
}

.alert-box-two .radiantthemes-alert-box.element-one.alert-info {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.alert-box-three .radiantthemes-alert-box.element-one.alert-info {
    background: #E7E7E7;
    border: 1px solid #E7E7E7;
}

.alert-icon .radiantthemes-alert-box.element-one > .icon {
    height: 18px;
    width: 18px;
    border-radius: 35px;
    background: #6B00FF;
    text-align: center;
    display: flex;
    vertical-align: middle;
}

.alert-icon .radiantthemes-alert-box.element-one > .icon i {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    padding: 2px 0 0 0;
}

.alert-icon .radiantthemes-alert-box.element-one > .close {
    height: 18px;
    width: 18px;
    border-radius: 35px;
    border: 1px solid #797474;
    display: flex;
    vertical-align: middle;
    text-align: center;
}

.alert-icon .radiantthemes-alert-box.element-one > .close i {
    font-size: 12px;
    line-height: 16px;
    color: #797474;
}

.alert-box-four .radiantthemes-alert-box.element-one.alert-warning {
    background: #fff;
    border: 1px solid #C7BCBC;
}

.alert-icon-two .radiantthemes-alert-box.element-one > .icon {
    height: 18px;
    width: 18px;
    border-radius: 35px;
    background: #FFC933;
    text-align: center;
    display: flex;
    vertical-align: middle;
}

.alert-icon-two .radiantthemes-alert-box.element-one > .icon i {
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    padding: 2px 0 0 0;
}

.alert-icon-two .radiantthemes-alert-box.element-one > .close {
    height: 18px;
    width: 18px;
    border-radius: 35px;
    border: 1px solid #797474;
    display: flex;
    vertical-align: middle;
    text-align: center;
}

.alert-icon-two .radiantthemes-alert-box.element-one > .close {
    height: 18px;
    width: 18px;
    border-radius: 35px;
    border: 1px solid #797474;
    display: flex;
    vertical-align: middle;
    text-align: center;
    color: #797474;
}

.alert-icon-two .radiantthemes-alert-box.element-one > .close i {
    font-size: 12px;
    line-height: 16px;
}

.alert-box-five .radiantthemes-alert-box.element-one.alert-warning {
    background: #FFC933;
    border: 1px solid #FFC933;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.alert-box-six .radiantthemes-alert-box.element-one.alert-warning {
    background: #EDE8DC;
    border: 1px solid #EDE8DC;
}

.alert-icon-three .radiantthemes-alert-box.element-one > .icon {
    background: #fff;
    height: 18px;
    width: 18px;
    border-radius: 35px;
    text-align: center;
    display: flex;
    vertical-align: middle;
}

.alert-icon-three .radiantthemes-alert-box.element-one > .icon i {
    color: #FFC933;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    padding: 2px 0 0 0;
}

.alert-icon-three .radiantthemes-alert-box.element-one > .close {
    border: 1px solid #fff;
    color: #fff;
    height: 18px;
    width: 18px;
    border-radius: 35px;
    display: flex;
    vertical-align: middle;
    text-align: center;
}

.alert-icon-three .radiantthemes-alert-box.element-one > .close i {
    font-size: 12px;
    line-height: 16px;
}

.alert-box-seven .radiantthemes-alert-box.element-one.alert-success,
.alert-box-seven .radiantthemes-alert-box.element-one.alert-danger {
    background: #fff;
    border: 1px solid #C7BCBC;
}

.alert-box-seven .radiantthemes-alert-box.element-one > .icon i {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    color: #03CB89;
}

.alert-icon-four .radiantthemes-alert-box.element-one > .close {
    height: 18px;
    width: 18px;
    border-radius: 35px;
    border: 1px solid #797474;
    display: flex;
    vertical-align: middle;
    text-align: center;
    color: #797474;
}

.alert-icon-four .radiantthemes-alert-box.element-one > .close i {
    font-size: 12px;
    line-height: 16px;
}

.alert-box-eight .radiantthemes-alert-box.element-one.alert-success {
    background: #03CB89;
    border: 1px solid #03CB89;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.alert-box-nine .radiantthemes-alert-box.element-one.alert-success {
    background: #EDE8DC;
    border: 1px solid #EDE8DC;
}

.alert-box-six .radiantthemes-alert-box.element-one.alert-success,
.alert-box-six .radiantthemes-alert-box.element-one.alert-danger {
    background: #EDE8DC;
    border: 1px solid #EDE8DC;
}

.alert-box-ten .radiantthemes-alert-box.element-one.alert-danger {
    background: #FF4D65;
    border: 1px solid #FF4D65;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.alert-icon-six .radiantthemes-alert-box.element-one > .icon i {
    color: #FF4D65;
}

.countdown-two .rt-countdown.element-one {
    border-top: 0px none;
    border-bottom: 0px none;
}

/*element section css*/

/*START HOME PAGE SIX CSS*/

.page-id-5729 .wraper_header.style-eight .nav > [class*="menu-"] > ul.menu > li:hover > a {
    color: #fff;
}

.page-id-5729 .wraper_header .wraper_header_main .nav > [class*=menu-] > ul.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 {
    border-bottom: 1px solid #fb7a46;
}

.counter-section-alignment .elementor-counter-number-prefix {
    display: none;
}

.counter-section-alignment .elementor-counter-title {
    text-align: left !important;
}

.box-position .elementor-container.elementor-column-gap-default {
    position: relative;
    right: 110px;
}

.ryse-home-six-video-icon {
    position: absolute;
}

.ryse-home-six-video-icon img {
    position: relative;
    width: 100px !important;
    height: 100px;
    line-height: 62px;
    text-align: center;
    margin: auto;
    background-color: rgba(61, 89, 231, 0.1);
    border-radius: 50% !important;
    animation: anim-btn 1.2s linear infinite;
    -webkit-transition: .5s linear;
    display: block;
}

@keyframes anim-btn {
    0% {
        box-shadow: 0 0 0 0 rgba(61, 89, 231, 0.1), 0 0 0 10px rgba(61, 89, 231, 0.1), 0 0 0 30px rgba(61, 89, 231, 0.1);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(61, 89, 231, 0.1), 0 0 0 30px rgba(61, 89, 231, 0.1), 0 0 0 50px rgba(61, 89, 231, 0);
    }
}

.home-six-contact-form .form-row input[type="submit"] {
    margin-left: -62px;
    background-color: #0F6EB2;
    border: none;
    color: #fff;
    border-radius: 30px;
    padding: 14px 41px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.7px;
}

.home-six-contact-form .form-row input[type="email"] {
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 30px 0px 0px 30px;
    border-right: 1px solid #D6D7D8;
    padding: 0 0 0 25px;
}

.arccordian-css .elementor-accordion .elementor-tab-title {
    border-radius: 50px !important;
    border: 1px solid #d4d4d4;
    margin-bottom: 14px !important;
}

.arccordian-css .elementor-accordion .elementor-accordion-item {
    border: none !important;
}

.arccordian-css .elementor-accordion .elementor-tab-content {
    border-top: none !important;
}

.home-version-six-testimonial .owl-carousel .owl-item img {
    border-radius: 50%;
}

.page-id-5729 .wraper_header.style-eight .wraper_header_main .header_main_calltoaction > .btn.button-one {
    background: linear-gradient(to right, #3BAAAE 0%, #39A1AD 100%);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    border: none;
    padding: 6px 30px 6px 30px;
}

.page-id-5729 .wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main_calltoaction > .btn.button-one {
    color: #fff !important;
}

/*END HOME PAGE SIX CSS*/

/*START HOME PAGE SEVEN CSS*/

.home-seven-underline .elementor-image-box-content .elementor-image-box-title {
    text-decoration: underline !important
}

.home-seven-border-radius .elementor-widget-container {
    border-radius: 50%;
    width: 250px;
    height: 250px;
}

.service5-button {
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #C5CCD2;
    width: 38px !important;
    height: 38px;
    text-align: center;
    padding: 8px;
    font-size: 20px;
    color: #1a1c26;
}

.service5-button:hover {
    background: #3597F5;
    color: #ffffff;
    cursor: pointer;
    box-shadow: none;
}

.service5-button:hover h2 {
    color: #ffffff;
}

.service5-button.service_active {
    background-color: #3597F5;
}

.service5-button.service_active h2 {
    color: #fff;
}

.home-version-seven-pop-up-video-icon img {
    background-color: rgba(53, 151, 245, 0.1);
    border-radius: 50% !important;
    animation: home-seven-anim-btn 1.2s linear infinite;
}

@keyframes home-seven-anim-btn {
    0% {
        box-shadow: 0 0 0 0 rgba(53, 151, 245, 0.1), 0 0 0 10px rgba(53, 151, 245, 0.1), 0 0 0 30px rgba(53, 151, 245, 0.1);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(53, 151, 245, 0.1), 0 0 0 30px rgba(53, 151, 245, 0.1), 0 0 0 50px rgba(53, 151, 245, 0.1);
    }
}

.home-seven-team .team.element-one .team-item > .holder > .pic {
    box-shadow: none;
}

.home-version-seven-banner-side-img .elementor-image {
    width: 698px;
}

.home-version-seven-banner-btn .elementor-image-box-title a {
    position: relative;
}

.home-version-seven-banner-btn .elementor-image-box-title a:before,
.home-version-seven-banner-btn .radiantthemes-custom-button-main:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 1px;
    z-index: 0;
    background-color: #ffffff;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out 0.2s !important;
}

.home-version-seven-banner-btn {
    cursor: pointer;
}

.home-version-seven-banner-btn .elementor-image-box-title a:after,
.home-version-seven-banner-btn .radiantthemes-custom-button-main:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    content: " ";
    width: 0;
    height: 1px;
    z-index: 0;
    background-color: #ffffff;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out 0.4s !important;
}

.home-version-seven-banner-btn .elementor-image-box-title a:hover:after,
.home-version-seven-banner-btn .elementor-image-box-img:hover .elementor-image-box-title a:after,
.home-version-seven-banner-btn .radiantthemes-custom-button-main:hover:after,
.home-version-seven-banner-btn:hover .radiantthemes-custom-button-main:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.home-version-seven-banner-btn:hover .elementor-image-box-title a:hover:before,
.home-version-seven-banner-btn .elementor-image-box-img:hover .elementor-image-box-title a:before,
.home-version-seven-banner-btn .radiantthemes-custom-button-main:hover:before {
    width: 0;
    left: auto;
    right: 0;
}

/*END HOME PAGE SEVEN CSS*/

/*START HOME PAGE EIGHT CSS*/

/*  .ryse-services-box-on-hover .elementor-column-wrap.elementor-element-populated:hover {*/

/*    background-color: transparent;*/

/*    background-image: linear-gradient(90deg, #fd616b 7%, #ff9067 64%);*/

/*    border-radius: 5px;*/

/*    transition:all 0.3s ease-in-out;*/

/*}*/

/* .ryse-services-box-on-hover:hover .elementor-image-box-img img{*/

/*    filter:brightness(0) invert(1);*/

/*}*/

/*.ryse-services-box-on-hover:hover .elementor-image-box-title{*/

/*    color:#fff !important;*/

/*}*/

/*.ryse-services-box-on-hover:hover .elementor-image-box-description{*/

/*    color:#fff !important;*/

/*}*/

/*.ryse-services-box-on-hover:hover .radiantthemes-custom-button-main{*/

/*    color:#fff !important;*/

/*}*/

.ryse-eight-pricing-table .rt-pricing-table.element-one > .holder > .more .btn {
    border-color: #fe5b6b !important;
    color: #fe5b6b !important;
}

.ryse-eight-pricing-table .rt-pricing-table.element-one > .holder > .more .btn:hover {
    background: linear-gradient(to right, #fa7c41 0%, #ff6565 100%) !important;
    color: #fff !important;
}

.ryse-eight-pricing-table .rt-pricing-table.element-one > .holder > .pricing .price,
.rt-pricing-table.element-one > .holder > .pricing .price sup {
    font-weight: 600 !important;
}

.ryse-eight-pricing-table .rt-pricing-table.element-one > .holder > .pricing .pricing-tag {
    font-weight: 400 !important;
}

.ryse-btn-on-hover .radiantthemes-custom-button-main:hover {
    background: linear-gradient(to right, #fa7c41 0%, #ff6565 100%) !important;
    color: #fff !important;
}

.ryse-eight-tab .rt-tab.element-one > ul.nav-tabs {
    margin-bottom: 16px !important;
}

.ryse-blog-box-shadow .blog.element-eleven .blog-item {
    margin-bottom: 20px;
}

.ryse-blog-box-shadow .blog.element-eleven .blog-item > .holder {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
}

.home-version-six-testimonial .testimonial.element-six .testimonial-item > .holder > .testimonial-title {
    padding-top: 0;
}

.ryse-icon-circle .active {
    background: linear-gradient(to right, #fa7c41 0%, #ff6565 100%) !important;
}

.ryse-icon-circle .elementor-image-box-img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.ryse-icon-circle .elementor-image-box-img:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    width: 78px;
    height: 78px;
    margin: 0 auto;
}

.ryse-icon-circle:hover .elementor-image-box-img:before {
    background: linear-gradient(to right, #fa7c41 0%, #ff6565 100%) !important;
}

.ryse-icon-circle:hover .elementor-image-box-img img {
    filter: brightness(0) invert(1);
}

.ryse-margin-top-icon .elementor-image-box-img img {
    margin-top: -10px;
}

/*END HOME PAGE EIGHT CSS*/

/*START HOME PAGE NINE CSS*/

.page-id-7287 .wraper_header.style-sixteen {
    position: absolute;
    box-shadow: none;
}

.page-id-7287 .wraper_header.style-sixteen .wraper_header_main {
    background-color: transparent;
}

.page-id-7287 li.header-cart-bar {
    display: none !important;
}

.page-id-7287 .wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li span[class*='ti-'] {
    color: #fff !important;
}

.page-id-7287 .wraper_header.style-sixteen .wraper_header_main .header-hamburger-menu {
    color: #fff;
}

.page-id-7287 .wraper_header.style-sixteen .wraper_header_main .header-hamburger-menu:before {
    position: absolute;
    top: 0;
    right: 4px;
    content: "";
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: -1;
}

.page-id-7287 .wraper_header.style-sixteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .header_main_item .brand-logo img {
    filter: brightness(0);
}

.page-id-7287 .wraper_header.style-sixteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header-main-action ul > li span[class*='ti-'] {
    color: #000 !important;
}

.page-id-7287 .wraper_header.style-sixteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header-hamburger-menu:before {
    background: #000;
}

.home-nine-banner-img .elementor-image {
    width: 739px;
    float: left;
}

.subscribe-form {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
}

.subscribe-form .row {
    margin-right: 0;
    margin-left: 0;
}

.subscribe-form .row > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.subscribe-form .form-row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.subscribe-form .form-row input[type="email"] {
    width: 100%;
    height: 55px;
    padding: 0 75px 0 25px;
    border-radius: 30px 0px 0px 30px;
    border: none;
    background: #120D2D;
}

.subscribe-form .form-row input[type="submit"] {
    margin-left: -65px;
    background-color: #342C60;
    border: none;
    color: #fff;
    border-radius: 30px;
    padding: 15px 41px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.7px;
}

.subscribe-form .form-row input::placeholder {
    color: #7167A6;
}

.home-nine-social-icon .elementor-image {
    border-radius: 50px;
    height: 30px;
    width: 30px;
    border: 1px solid #6C5BE1;
}

.home-nine-social-icon:hover .elementor-image {
    background: #6C5BE1;
    transition: all ease-in-out 0.3s;
}

/*END HOME PAGE NINE CSS*/

/* 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) {
    .overflow-responsive {
        overflow: hidden;
    }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {
    .overflow-responsive {
        overflow: hidden;
    }

    .page-id-2537 .wraper_header.style-eight .wraper_header_main .header_main_calltoaction > .btn.button-one {
        padding: 4px 15px;
        font-size: 14px;
    }

    .wraper_header.style-eight .wraper_header_main .header-responsive-nav {
        margin-left: 7px;
    }
}

.pagination > .current,
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #1e1666 !important;
    background-color: transparent !important;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.18);
}

.pagination > :hover {
    color: #1e1666 !important;
    background-color: transparent !important;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.18);
}

/*Home eleven Start*/

.home-eleven-box-hover > div:hover {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(177, 89, 105, 0.10);
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.home-eleven-box-active > div {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(177, 89, 105, 0.10);
    border-radius: 10px;
}

.home-eleven-set-back {
    z-index: -1 !important;
}

.page-id-8956 .rt-tab.element-one > ul.nav-tabs > li.active:first-child a {
    border-radius: 26px 0 0px 26px;
}

.page-id-8956 .rt-tab.element-one > ul.nav-tabs > li:first-child {
    border-radius: 35px 0px 0px 35px;
}

.page-id-8956 .rt-tab.element-one > ul.nav-tabs > li.active:last-child a {
    border-radius: 0px 22px 22px 0px;
}

.page-id-8956 .rt-tab.element-one > ul.nav-tabs > li.active > a {
    background-color: #f25c6b;
    box-shadow: none;
    color: #fff;
}

.page-id-8956 .rt-pricing-table.element-nine .rt-list ul li i {
    padding: 0 10px 0 0;
    color: #e7526c;
    font-size: 12px;
}

.page-id-8956 .rt-tab.element-one > ul.nav-tabs > li {
    background-color: #f2e8e8;
}

.list-style-section h4 {
    text-align: left;
    margin: 0 0 6px 0;
}

.list-style-section p {
    text-align: left;
}

.list-style-section img {
    margin-top: 10px;
}

.home-eleven-testimonial .testimonial.owl-nav-style-three .owl-nav {
    bottom: 30px;
    width: auto;
    text-align: left;
    left: -466px;
}

.home-eleven-testimonial .testimonial.owl-nav-style-three .owl-nav > .owl-prev:before,
.home-eleven-testimonial .testimonial.owl-nav-style-three .owl-nav > .owl-next:before {
    font-family: "FontAwesome";
    font-size: 22px;
    color: #e7536d;
    line-height: 32px;
    border-radius: 35px;
    background: #fff;
    height: 30px;
    width: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 13px;
    border: 1px solid #e0e0e8;
}

.home-eleven-text-position h3 {
    margin: -4px 0 15px 0;
}

.home-eleven-text-part h4 {
    font-size: 25px;
    color: #6A7C92;
}

.home-eleven-table-list ul li img {
    position: relative;
    padding-right: 30px !important;
    padding-top: 0px !important;
}

.home-eleven-table-list ul li {
    position: relative;
    padding-top: 3px !important;
}

.page-id-8956 .rt-tab.element-one > ul.nav-tabs {
    margin-top: 20px;
    margin-bottom: 20px
}

.page-id-8956 .testimonial-style6 .description {
    box-shadow: 0px 0px 30px 0px rgba(177, 89, 105, 0.10);
}

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {
    .list-style-section h4 {
        text-align: center;
        margin: 7px 0 2px 0;
    }

    .list-style-section p {
        text-align: center;
    }

    .page-id-8956 .rt-tab.element-one > ul.nav-tabs > li:first-child {
        border-radius: 26px;
        margin: 0 0 9px 0;
    }

    .page-id-8956 .rt-tab.element-one > ul.nav-tabs > li.active:first-child a {
        border-radius: 26px 26px;
    }

    .rt-tab.element-one > ul.nav-tabs > li:last-child {
        border-radius: 26px;
    }

    .page-id-8956 .rt-tab.element-one > ul.nav-tabs > li.active:last-child a {
        border-radius: 26px;
    }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {
    .list-style-section h4 {
        text-align: center;
        margin: 7px 0 2px 0;
    }

    .list-style-section p {
        text-align: center;
    }

    .page-id-8956 .rt-tab.element-one > ul.nav-tabs > li:first-child {
        border-radius: 26px;
        margin: 0 0 9px 0;
    }

    .page-id-8956 .rt-tab.element-one > ul.nav-tabs > li.active:first-child a {
        border-radius: 26px 26px;
    }

    .rt-tab.element-one > ul.nav-tabs > li:last-child {
        border-radius: 26px;
    }

    .page-id-8956 .rt-tab.element-one > ul.nav-tabs > li.active:last-child a {
        border-radius: 26px;
    }

    .elementor-8956 .elementor-element.elementor-element-29570d55 .elementor-icon-box-icon {
        margin-bottom: 10px;
    }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {
    .list-style-section h4 {
        text-align: center;
        margin: 7px 0 2px 0;
    }

    .list-style-section p {
        text-align: center;
    }

    .page-id-8956 .rt-tab.element-one > ul.nav-tabs > li:first-child {
        border-radius: 26px;
        margin: 0 0 9px 0;
    }

    .page-id-8956 .rt-tab.element-one > ul.nav-tabs > li.active:first-child a {
        border-radius: 26px 26px;
    }

    .rt-tab.element-one > ul.nav-tabs > li:last-child {
        border-radius: 26px;
    }

    .page-id-8956 .rt-tab.element-one > ul.nav-tabs > li.active:last-child a {
        border-radius: 26px;
    }

    .elementor-8956 .elementor-element.elementor-element-29570d55 .elementor-icon-box-icon {
        margin-bottom: 10px;
    }
}

/*Home eleven End*/

/*Home twelve start*/

.home-ten-button {
    margin-right: 0;
    text-align: center;
    padding: 7px 9px;
    display: block;
}

.home-ten-hover-button .home-ten-button-hover {
    display: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.home-ten-hover-button:hover .home-ten-button-normal {
    display: none;
}

.home-ten-hover-button:hover .home-ten-button-hover {
    display: block;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}

.page-id-8956 .wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:hover {
    color: #fff;
}

.page-id-8956 .wraper_header .wraper_header_main .nav > [class*=menu-] > ul.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 {
    border-bottom: 1px solid #f25c6b;
}

.page-id-8956 .wraper_header.style-six .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
    background-color: #f25c6b;
}

.page-id-8956 .wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before {
    background-color: #f25c6b;
}

/*Home twelve start*/

.position-front {
    position: relative;
    z-index: 999;
}

.position-left {
    margin: 0;
}

.home-twelve-accordion .rt-tab.element-three > ul.nav-tabs {
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    padding: 8px 0 8px 0;
    font-size: 0;
    box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.05);
}

.home-twelve-accordion .rt-tab.element-three > ul.nav-tabs > li > a:before {
    bottom: -8px;
}

.home-twelve-accordion .rt-tab.element-three > ul.nav-tabs > li > a {
    padding: 14px 30px 14px 30px;
}

.home-twelve-image-shadow img {
    box-shadow: 0px 0px 30px 0px rgba(177, 89, 105, 0.2) !important;
    border-radius: 20px !important;
}

.blog.element-fourteen .blog-item > .holder > .post-btn > .post-button {
    background: linear-gradient(to right, #e93154 0%, #ff342d 100%);
}

/*Home twelve end*/

/*Home thirteen start*/

.box-hover-main .hover-thirteen-text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
}

.box-hover-main {
    position: relative;
}

.box-hover-main:hover .hover-thirteen-text {
    visibility: visible;
    opacity: 1;
}

.home-ten-hover-box > .elementor-column-wrap {
    position: relative;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}

.home-ten-hover-box > .elementor-column-wrap:before {
    position: absolute;
    bottom: -2px;
    right: 0;
    content: " ";
    width: 0;
    height: 2px;
    z-index: 0;
    background: linear-gradient(to right, #fa7c41 0%, #ff6565 100%);
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}

.home-ten-hover-box > .elementor-column-wrap:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.home-ten-image-hover-box .elementor-section-boxed {
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}

.home-ten-image-hover-box:hover .elementor-section-boxed {
    transform: translateY(-20px);
}

.home-ten-testmonial-circle-img {
    position: absolute;
    animation-name: rotate;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 85% !important;
}

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

    to {
        transform: rotate(360deg);
    }
}

.home-version-thirteen-footer-form .form-row input[type="email"] {
    background: #fff !important;
    border: 1px solid #e0e0e8 !important;
    border-radius: 5px !important;
    height: 45px !important;
}

.home-version-thirteen-footer-form .form-row {
    margin-top: 20px;
}

.home-version-thirteen-footer-form .form-row input[type="submit"] {
    margin-left: -65px;
    background: linear-gradient(to right, #E93154 0%, #FF342D 100%);
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 10px 41px;
    font-size: 15px;
    font-weight: 400;
}

.home-version-thirteen-footer-back {
    position: relative;
}

.home-version-thirteen-footer-back:after {
    position: absolute;
    content: "";
    left: 0;
    height: 100px;
    width: 100%;
    top: -57px;
    background: url("https://themetest.radiantthemes.com/ryse/wp-content/uploads/2020/03/footer-top.png") no-repeat center top;
}

.rt-pricing-table.element-seven.spotlight .holder {
    background-size: cover;
    background-position: bottom right !important;
}

.rt-pricing-table.element-seven.spotlight .holder {
    background-size: cover;
    background-position: bottom right;
}

.rt-pricing-table.element-seven > .holder > .heading .title,
.rt-pricing-table.element-seven.spotlight > .holder > .heading .title {
    color: #1e1666 !important;
}

.page-id-9054 .rt-tab.element-one > ul.nav-tabs > li.active:first-child a {
    border-radius: 26px 0 0px 26px;
}

.page-id-9054 .rt-tab.element-one > ul.nav-tabs > li:first-child {
    border-radius: 35px 0px 0px 35px;
}

.page-id-9054 .rt-tab.element-one > ul.nav-tabs > li.active:last-child a {
    border-radius: 0px 22px 22px 0px;
}

.page-id-9054 .rt-tab.element-one > ul.nav-tabs > li.active > a {
    background-color: #8475e8;
    box-shadow: none;
    color: #fff;
}

.page-id-9054 .rt-pricing-table.element-nine .rt-list ul li img {
    padding: 0 10px 0 0;
    padding: 0 10px 0 0px;
}

.page-id-9054 .rt-tab.element-one > ul.nav-tabs > li {
    background-color: #f3f5f9;
}

.page-id-9054 .rt-tab.element-one > ul.nav-tabs {
    margin-top: 5px;
    margin-bottom: 20px;
}

.rt-pricing-table.element-seven.spotlight > .holder > .heading .title {
    color: #282828;
}

.rt-pricing-table.element-seven.spotlight .holder {
    background-size: cover;
    background-position: bottom right;
}

.rt-pricing-table.element-seven.spotlight > .holder > .pricing .price sup {
    color: #221C46;
}

.rt-pricing-table.element-seven.spotlight > .holder > .pricing .price sub {
    color: #221C46;
}

.rt-pricing-table.element-seven.spotlight > .holder > .content-list ul li {
    margin-bottom: 20px;
    color: #221C46;
}

.rt-pricing-table.element-seven.spotlight > .holder > .content-list {
    margin-bottom: 40px;
    margin-top: 40px;
}

.rt-pricing-table.element-seven.spotlight > .holder > .started .btn {
    margin-bottom: 0px;
    padding: 12px 35px 13px 35px;
    background: linear-gradient(to right, #E93154 0%, #FF342D 100%) !important;
    color: #fff !important;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
}

.rt-pricing-table.element-seven.spotlight > .holder > .started .btn:hover {
    background: linear-gradient(to right, #E93154 0%, #FF342D 100%);
    color: #fff !important;
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
}

.rt-pricing-table.element-seven > .holder > .content-list ul li {
    margin-bottom: 20px;
    color: #221C46;
}

.rt-pricing-table.element-seven > .holder > .content-list {
    margin-bottom: 40px;
    margin-top: 40px;
}

.rt-pricing-table.element-seven > .holder > .started .btn {
    margin-bottom: 0px;
    padding: 12px 35px 12px 35px;
    border: 2px solid #ea3152;
    border-radius: 5px;
    color: #E93154 !important;
    background: none;
    font-size: 15px;
    font-weight: 400;
}

.rt-pricing-table.element-seven > .holder > .started .btn:hover {
    background: linear-gradient(to right, #E93154 0%, #FF342D 100%) !important;
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    background: none;
    color: #fff !important;
    border: 2px solid #ea3152;
}

.rt-pricing-table.element-seven.spotlight > .holder > .icon {
    display: none;
}

.rt-pricing-table.element-seven > .holder > .icon {
    display: none;
}

.rt-pricing-table.element-seven.spotlight .holder {
    padding: 80px 30px 82px 30px;
}

.rt-pricing-table.element-seven .holder {
    padding: 80px 30px 80px 30px;
}

.rt-pricing-table.element-seven.spotlight > .holder > .content-list ul li {
    color: #6a7c92;
}

.rt-pricing-table.element-seven > .holder > .content-list ul li {
    color: #6a7c92;
}

.rt-pricing-table.element-seven.spotlight > .holder > .pricing .price sub,
.rt-pricing-table.element-seven > .holder > .pricing .price sub {
    /*font-size: 16px;*/
}

.rt-pricing-table.element-seven.spotlight > .holder > .pricing .price sup,
.rt-pricing-table.element-seven > .holder > .pricing .price sup {
    font-size: 16px;
}

.home-version-thirteen-footer-top-section {
    top: -115px;
    z-index: 2;
}

.page-id-9054 .testimonial[class*='element-'].owl-dot-style-two .owl-dots {
    bottom: -61px;
    left: 0;
    right: inherit;
}

.page-id-9054 .testimonial[class*='element-'].owl-dot-style-two .owl-dots > .owl-dot > span {
    width: 8px;
    height: 8px;
}

.page-id-9054 .testimonial[class*="element-"].owl-dot-style-two .owl-dots > .owl-dot > span {
    border: 1px solid #6552e2;
    background: none;
}

.page-id-9054 .testimonial[class*='element-'].owl-dot-style-two .owl-dots > .owl-dot.active > span {
    background: #6552e2 !important;
}

.page-id-9054 .wraper_header.style-sixteen {
    position: absolute;
    box-shadow: none;
}

.page-id-9054 .wraper_header.style-sixteen .wraper_header_main {
    background: none;
}

.page-id-9054 .wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
    background-color: #ff342d;
    color: #fff !important;
}

.page-id-9054 .wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li span[class*=ti-] {
    color: #fff;
}

.page-id-9054 .wraper_header.style-sixteen .wraper_header_main .header-hamburger-menu {
    color: #fff;
}

.page-id-9054 .wraper_header.style-sixteen .wraper_header_main > .container {
    padding-top: 10px;
}

.page-id-9054 .wraper_header.style-sixteen .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main .header_main_item .brand-logo img {
    filter: brightness(0);
}

.page-id-9054 .wraper_header.style-sixteen .wraper_header_main.delayed-sticky-mode .header-hamburger-menu {
    color: #000;
}

.page-id-9054 .wraper_header.style-sixteen .wraper_header_main.delayed-sticky-mode .header-main-action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
    color: #fff !important;
}

.page-id-9054 .wraper_header.style-sixteen .wraper_header_main.delayed-sticky-mode .header-main-action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
    background-color: #ff342d;
}

.page-id-9054 .wraper_header.style-sixteen .wraper_header_main.delayed-sticky-mode .header-main-action ul > li span[class*=ti-] {
    color: #000;
}

/* TABLET LANDSCAPE PART */

@media screen and (min-width: 768px) and (max-width: 991px) {
    .home-version-thirteen-footer-form .form-row {
        margin-top: 0;
    }

    .elementor-1685 .elementor-element.elementor-element-34eba4ed .elementor-image-box-wrapper .elementor-image-box-img {
        width: 30px !important;
    }

    .responsive-text-homer .radiantthemes-custom-button.element-one[data-button-direction=left] {
        text-align: center;
    }

    .page-id-8984 .wraper_header.style-six-b .wraper_header_main .header-responsive-nav {
        margin-top: 10px;
    }

    .page-id-8984 .wraper_header.style-six-b .wraper_header_main .header-responsive-nav {
        color: #1e1666;
    }
}

/* TABLET PROTRAIT PART */

@media screen and (min-width: 480px) and (max-width: 767px) {
    .page-id-9054 .rt-tab.element-one > ul.nav-tabs > li:first-child {
        border-radius: 35px;
        margin-bottom: 10px;
    }

    .page-id-9054 .rt-tab.element-one > ul.nav-tabs > li.active:first-child a {
        border-radius: 35px;
    }

    .page-id-9054 .rt-tab.element-one > ul.nav-tabs > li.active:last-child a {
        border-radius: 35px;
    }

    .home-version-thirteen-footer-form .form-row {
        margin-top: 0;
    }

    .home-version-thirteen-footer-form .form-row input[type="submit"] {
        width: 100%;
    }

    .home-version-seven-banner-btn {
        width: auto !important;
    }

    .page-id-8984 .wraper_header.style-six-b .wraper_header_main .header-responsive-nav {
        color: #1e1666;
    }
}

/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width: 321px) and (max-width: 479px) {
    .page-id-9054 .rt-tab.element-one > ul.nav-tabs > li:first-child {
        border-radius: 35px;
        margin-bottom: 10px;
    }

    .page-id-9054 .rt-tab.element-one > ul.nav-tabs > li.active:first-child a {
        border-radius: 35px;
    }

    .page-id-9054 .rt-tab.element-one > ul.nav-tabs > li.active:last-child a {
        border-radius: 35px;
    }

    .home-version-thirteen-footer-form .form-row {
        margin-top: 0;
    }

    .home-version-thirteen-footer-form .form-row input[type="submit"] {
        width: 100%;
    }

    .home-version-seven-banner-btn {
        width: auto !important;
    }

    .page-id-8984 .wraper_header.style-six-b .wraper_header_main .header-responsive-nav {
        color: #1e1666;
    }

    .page-id-8984 .wraper_header.style-six-b .wraper_header_main .header-responsive-nav {
        color: #1e1666;
    }
}

/* SMART PHONE PROTRAIT PART */

@media screen and (max-width: 320px) {
    .page-id-9054 .rt-tab.element-one > ul.nav-tabs > li:first-child {
        border-radius: 35px;
        margin-bottom: 10px;
    }

    .page-id-9054 .rt-tab.element-one > ul.nav-tabs > li.active:first-child a {
        border-radius: 35px;
    }

    .page-id-9054 .rt-tab.element-one > ul.nav-tabs > li.active:last-child a {
        border-radius: 35px;
    }

    .home-version-thirteen-footer-form .form-row {
        margin-top: 0;
    }

    .home-version-thirteen-footer-form .form-row input[type="submit"] {
        width: 100%;
    }

    .home-version-seven-banner-btn {
        width: auto !important;
    }

    .page-id-8984 .wraper_header.style-six-b .wraper_header_main .header-responsive-nav {
        color: #1e1666;
    }
}

.rt-pricing-table.element-seven .holder,
.rt-pricing-table.element-seven.spotlight .holder {
    box-shadow: 0px 0px 55px 0px rgba(84, 72, 163, 0.05);
    border-radius: 10px;
}

.home-version-thirteen-text-hover {
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
}

.home-version-thirteen-text-hover:hover {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
}

.home-version-thirteen-text-hover {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.home-version-thirteen-text-hover p a {
    position: relative;
}

.home-version-thirteen-text-hover:hover a:after {
    position: absolute;
    background: #ff342e;
    bottom: -5px;
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    transform: translateY(5px) !important;
    -webkit-transform: translateY(5px) !important;
    text-decoration: none;
}

.home-thirteen-icon-hover .owl-carousel .owl-item img {
    opacity: 0.7;
}

.home-thirteen-icon-hover .owl-carousel .owl-item:hover img {
    opacity: 1;
}

.page-id-9054 .wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:hover {
    color: #E93154;
}

.page-id-9054 .wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:before {
    background-color: #E93154;
}

.page-id-9054 .wraper_header.style-six .wraper_header_main .header_main_action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
    background-color: #E93154;
}

.home-thirteen-body-btn {
    cursor: pointer;
}

.home-thirteen-body-btn .elementor-image-box-title a:after,
.home-thirteen-body-btn .radiantthemes-custom-button-main:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    content: " ";
    width: 0;
    height: 1px;
    z-index: 0;
    background-color: #FF342E;
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out 0.4s !important;
}

.home-thirteen-body-btn .elementor-image-box-title a:hover:after,
.home-thirteen-body-btn .elementor-image-box-img:hover .elementor-image-box-title a:after,
.home-thirteen-body-btn .radiantthemes-custom-button-main:hover:after,
.home-thirteen-body-btn:hover .radiantthemes-custom-button-main:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.home-thirteen-body-btn:hover .elementor-image-box-title a:hover:before,
.home-thirteen-body-btn .elementor-image-box-img:hover .elementor-image-box-title a:before,
.home-thirteen-body-btn .radiantthemes-custom-button-main:hover:before {
    width: 0;
    left: auto;
    right: 0;
}

/*Home thirteen end*/

/*pricing table seven style*/

.pricing-table-element .element-seven.spotlight > .holder > .content-list ul li {
    color: #c5d2f8;
}

.pricing-table-element .element-seven.spotlight > .holder > .pricing .price sup {
    color: #c5d2f8;
}

.pricing-table-element .element-seven.spotlight > .holder > .pricing .price sub {
    color: #c5d2f8;
}

.pricing-table-element .element-seven.spotlight > .holder > .heading .title {
    color: #fff !important;
}

.pricing-table-element .element-seven > .holder > .started .btn {
    border: 2px solid #194bed;
    color: #194bed !important;
}

.pricing-table-element .rt-pricing-table.element-seven > .holder > .started .btn:hover {
    background: #194bed !important;
    color: #fff !important;
    border: 2px solid #194bed;
}

.pricing-table-element .element-seven.spotlight > .holder > .started .btn {
    background: #fff !important;
    color: #194bed !important;
}

.pricing-table-element .rt-pricing-table.element-seven.spotlight > .holder > .started .btn:hover {
    background: #fff !important;
    color: #194bed !important;
}

.page-id-5362 .rt-tab.element-one > ul.nav-tabs {
    margin-bottom: 20px;
}

/*pricing table seven style*/

.page-id-7287 .wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .header_main_calltoaction > .btn.button-one {
    color: #1e1666 !important;
}

.default-page p,
.comment-content p,
.wpb_text_column p {
    margin-bottom: 0;
}

.blog-button-text span.comments a {
    color: #fd3430;
}

.home-four-feature-svg-icon .elementor-image-box-img img {
    margin-left: -7px;
}

/*Home Fourteen Start*/

.counter-left {
    text-align: left;
}

.counter-left .elementor-counter .elementor-counter-number-prefix {
    display: none;
}

.home-fourteen-accordion li.matchHeight:nth-child(1) {
    background: url(https://themetest.radiantthemes.com/ryse/wp-content/uploads/2020/03/tab1.png) no-repeat 4px 10px;
    background-size: 39%;
}

.home-fourteen-accordion li.matchHeight:nth-child(2) {
    background: url(https://themetest.radiantthemes.com/ryse/wp-content/uploads/2020/03/tab2.png) no-repeat 4px 10px;
    background-size: 33%;
}

.home-fourteen-accordion li.matchHeight:nth-child(3) {
    background: url(https://themetest.radiantthemes.com/ryse/wp-content/uploads/2020/03/tab3.png) no-repeat 4px 10px;
    background-size: 35%;
}

.home-fourteen-accordion li.matchHeight:nth-child(4) {
    background: url(https://themetest.radiantthemes.com/ryse/wp-content/uploads/2020/03/tab4.png) no-repeat 4px 10px;
    background-size: 35%;
}

.home-fourteen-accordion .tab-content .tab-one {
    position: absolute;
    top: 14px;
    left: -10px;
}

.home-fourteen-accordion ul.nav-tabs {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.home-fourteen-accordion .rt-tab.element-five > ul.nav-tabs > li {
    padding: 20px 0 12px 0;
    width: auto;
    border-left: 1px solid #e5e5e5;
}

.home-fourteen-accordion .rt-tab.element-five > ul.nav-tabs > li > a:before {
    bottom: -13px;
    left: 0;
    right: 0;
}

.home-fourteen-accordion .rt-tab.element-five > ul.nav-tabs > li > a {
    padding: 11px 25px 13px 105px;
    border: 0px none;
    text-align: left;
    text-transform: uppercase;
    color: #1E1666;
}

.rt-tab.element-five > ul.nav-tabs > li.active > :after {
    content: "";
    height: 2px;
    width: 100%;
    border-bottom: 3px solid #ff6826;
    position: absolute;
    bottom: -13px;
    left: 0;
}

.home-fourteen-accordion .rt-tab.element-five > ul.nav-tabs > li > a:before {
    display: none;
}

.page-id-10367 .wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.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 {
    color: #000;
}

/*.home-fourteen-accordion .rt-tab > ul.nav-tabs > li > a > span {
    font-family: "futura-pt";
}*/
/* TABLET LANDSCAPE PART */

@media screen and (min-width: 768px) and (max-width: 991px) {
    .elementor-counter .elementor-counter-title {
        text-align: left !important;
    }

    .home-fourteen-accordion .rt-tab.element-five > ul.nav-tabs > li {
        width: 100%;
        display: inline-block;
        padding: 25px 0 25px 0;
    }

    .home-fourteen-accordion li.matchHeight:nth-child(1) {
        background-size: auto;
        background-position: 4px -5px;
    }

    .home-fourteen-accordion li.matchHeight:nth-child(2) {
        background-size: auto;
        background-position: 4px -5px;
    }

    .home-fourteen-accordion li.matchHeight:nth-child(3) {
        background-size: auto;
        background-position: 4px -5px;
    }

    .home-fourteen-accordion li.matchHeight:nth-child(4) {
        background-size: auto;
        background-position: 4px -5px;
    }

    .home-fourteen-accordion .rt-tab.element-five > ul.nav-tabs > li > a {
        padding: 11px 25px 13px 115px;
    }

    .home-fourteen-accordion .rt-tab.element-five > ul.nav-tabs > li.active > :after {
        bottom: -25px;
    }

    .page-id-10424 .wraper_header.style-six-b .wraper_header_main .header_main .brand-logo {
        margin-top: 0;
    }

    .page-id-10424 .wraper_header.style-six-b .wraper_header_main .header-responsive-nav {
        color: #1e1666;
    }

    .page-id-10424 .wraper_header.style-six-b .wraper_header_main .header_main_action ul > li {
        margin-top: -3px;
    }
}

/* TABLET PROTRAIT PART */

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

    .home-fourteen-res-text h3,
    .home-fourteen-res-text p {
        text-align: center !important;
    }

    .home-fourteen-accordion li.matchHeight:nth-child(1) {
        background-size: 31%;
    }

    .home-fourteen-accordion li.matchHeight:nth-child(2) {
        background-size: 31%;
    }

    .home-fourteen-accordion li.matchHeight:nth-child(3) {
        background-size: 31%;
    }

    .home-fourteen-accordion li.matchHeight:nth-child(4) {
        background-size: 31%;
    }

    .page-id-10424 .wraper_header.style-six-b .wraper_header_main .header-responsive-nav {
        color: #1e1666;
    }
}

/* SMART PHONE LANDSCAPE PART */

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

    .home-fourteen-res-text h3,
    .home-fourteen-res-text p {
        text-align: center !important;
    }

    .home-fourteen-res-over {
        overflow: hidden;
    }

    .home-fourteen-accordion li.matchHeight:nth-child(1) {
        background-size: 31%;
        background-position: 0px 0px;
    }

    .home-fourteen-accordion li.matchHeight:nth-child(2) {
        background-size: 31%;
        background-position: 0px 0px;
    }

    .home-fourteen-accordion li.matchHeight:nth-child(3) {
        background-size: 31%;
        background-position: 0px 0px;
    }

    .home-fourteen-accordion li.matchHeight:nth-child(4) {
        background-size: 31%;
        background-position: 0px 0px;
    }

    .responsive-text-fourteen .radiantthemes-custom-button.element-one.hover-style-five {
        text-align: center !important;
    }

    .page-id-10367 .elementor-widget-image-box .elementor-image-box-content {
        width: 86%;
        float: right;
    }

    .home-fourteen-res-text .elementor-image-box-content {
        float: none !important;
    }

    .page-id-10367 .elementor-widget-image-box figure {
        width: auto !important;
    }

    .page-id-10367 .wraper_header.style-six-b .wraper_header_main .header_main .brand-logo {
        margin-top: 0;
    }

    .page-id-10367 .wraper_header.style-six-b .wraper_header_main .header_main_action ul > li {
        margin-top: 5px;
    }

    .page-id-10367 .wraper_header.style-six-b .wraper_header_main .header-responsive-nav {
        margin-top: 0;
    }

    .page-id-10424 .wraper_header.style-six-b .wraper_header_main .header-responsive-nav {
        color: #1e1666;
    }

    .page-id-10424 .wraper_header.style-six-b .wraper_header_main .header_main_action ul > li {
        margin-top: 5px;
    }

    .page-id-10424 .blog[class*='element-'] .owl-dots {
        display: none;
    }
}

/* SMART PHONE PROTRAIT PART */

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

    .home-fourteen-res-text h3,
    .home-fourteen-res-text p {
        text-align: center !important;
    }

    .home-fourteen-res-over {
        overflow: hidden;
    }

    .home-fourteen-accordion li.matchHeight:nth-child(1) {
        background-size: 31%;
        background-position: 0px 0px;
    }

    .home-fourteen-accordion li.matchHeight:nth-child(2) {
        background-size: 31%;
        background-position: 0px 0px;
    }

    .home-fourteen-accordion li.matchHeight:nth-child(3) {
        background-size: 31%;
        background-position: 0px 0px;
    }

    .home-fourteen-accordion li.matchHeight:nth-child(4) {
        background-size: 31%;
        background-position: 0px 0px;
    }

    .responsive-text-fourteen .radiantthemes-custom-button.element-one.hover-style-five {
        text-align: center !important;
    }

    .page-id-10367 .elementor-widget-image-box .elementor-image-box-content {
        width: 86%;
        float: right;
    }

    .page-id-10367 .elementor-widget-image-box figure {
        width: auto !important;
    }

    .home-fourteen-res-text .elementor-image-box-content {
        float: none !important;
    }

    .page-id-10367 .wraper_header.style-six-b .wraper_header_main .header_main .brand-logo {
        margin-top: 0;
    }

    .page-id-10367 .wraper_header.style-six-b .wraper_header_main .header_main_action ul > li {
        margin-top: 5px;
    }

    .page-id-10367 .wraper_header.style-six-b .wraper_header_main .header-responsive-nav {
        margin-top: 0;
    }

    .page-id-10367 .elementor-widget-image-box figure {
        width: auto !important;
    }

    .page-id-10424 .wraper_header.style-six-b .wraper_header_main .header-responsive-nav {
        color: #1e1666;
    }

    .page-id-10424 .wraper_header.style-six-b .wraper_header_main .header_main_action ul > li {
        margin-top: 5px;
    }
}

.home-fourteen-icon-hover .owl-carousel .owl-item img {
    opacity: 0.7;
}

.home-fourteen-icon-hover .owl-carousel .owl-item:hover img {
    opacity: 1;
}

.home-fourteen-footer-text ul li:hover a {
    color: #a7abd7 !important;
}

.page-id-10367 .wraper_header.style-six-b .wraper_header_main .header-responsive-nav {
    color: #1e1666;
    margin-top: 3px;
}

.page-id-10367 .wraper_header.style-six-b .wraper_header_main .header_main .brand-logo {
    margin-top: 2px;
}

/*Home Fourteen End*/

/*home page fifteen*/

.home-fifteen-img-box .elementor-image-box-img {
    margin-top: 8px !important;
}

.ryse-home-fifteen-video-icon {
    position: absolute;
}

.ryse-home-fifteen-video-icon img {
    position: relative;
    width: 100px !important;
    height: 100px;
    line-height: 62px;
    text-align: center;
    margin: auto;
    background-color: rgba(252, 94, 17, 0.1);
    border-radius: 50% !important;
    animation: anim-vid-btn 1.2s linear infinite;
    -webkit-transition: .5s linear;
    display: block;
}

@keyframes anim-vid-btn {
    0% {
        box-shadow: 0 0 0 0 rgba(252, 94, 17, 0.1), 0 0 0 10px rgba(252, 94, 17, 0.1), 0 0 0 30px rgba(252, 94, 17, 0.1);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(252, 94, 17, 0.1), 0 0 0 30px rgba(252, 94, 17, 0.1), 0 0 0 50px rgba(252, 94, 17, 0);
    }
}

.page-id-10424 .testimonial[class*='element-'].owl-dot-style-two .owl-dots > .owl-dot.active > span {
    background-color: #d8d7d7 !important;
}

.page-id-10424 .testimonial.element-six .testimonial-item > .holder > .testimonial-title {
    padding-top: 8px;
}

/*home page fifteen*/
/*------------------------------------ Extra CSS ------------------------------------*/

/*****Home 16 Css Start*****/

.rt-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);
    }
}

.hm-16-imgbx .elementor-image-box-img img {
    margin-top: 5px;
}

.hm-16-digital-marketing .elementor-image-box-img img {
    margin-top: 7px;
}

.rt-install-process {
    position: relative;
    /*display: inline-block;*/
}

.rt-install-process .rt-img-icon .elementor-icon {
    vertical-align: middle;
    background: #fff;
    color: #F7193B;
    width: 61px;
    height: 61px;
    padding: 22px 15px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    box-shadow: 0 0 20px rgb(216 181 183 / 30%);
    transform: translate3d(0px, 0px, 0px);
}

.rt-install-process .rt-img-icon .elementor-icon:hover {
    background: #2f0b81;
    background: -moz-linear-gradient(left, #2f0b81 0%, #0c56c4 100%);
    background: -webkit-linear-gradient(left, #2f0b81 0%, #0c56c4 100%);
    background: linear-gradient(to right, #2f0b81 0%, #0c56c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f0b81', endColorstr='#0c56c4', GradientType=1);
    color: #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    box-shadow: 0px 0px 15px rgba(127, 25, 33, 0.3);
    transform: translate3d(0px, 0px, 0px);
}


.rt-install-process .rt-img-icon-two .elementor-heading-title {
    vertical-align: middle;
    background: linear-gradient(to right, #ff4b26 0%, #ff2b9c 100%);
    color: #fff;
    width: 61px;
    height: 61px;
    line-height: 61px;
    padding: 0 15px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    box-shadow: 0 0 20px rgb(216 181 183 / 30%);
    transform: translate3d(0px, 0px, 0px);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -78px;
}

.rt-install-process .rt-img-icon-two .elementor-heading-title:hover {
    background: #2f0b81;
    background: -moz-linear-gradient(left, #ff2b9c 0%, #ff4b26 100%);
    background: -webkit-linear-gradient(left, #ff2b9c 0%, #ff4b26 100%);
    background: linear-gradient(to right, #ff2b9c 0%, #ff4b26 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b9c', endColorstr='#ff4b26', GradientType=1);
    color: #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    box-shadow: 0px 0px 15px rgba(127, 25, 33, 0.3);
    transform: translate3d(0px, 0px, 0px);
    cursor: pointer;
}

/*contact*/

.default-form.home-sixteen-form .row {
    margin-right: 0px;
    margin-left: 0px;
}

.default-form.home-sixteen-form {
    background: #fff;
    padding: 40px 30px;
    border-radius: 3px;
}

.default-form.home-sixteen-form .form-row input[type=text],
.default-form.home-sixteen-form .form-row input[type=email],
.default-form.home-sixteen-form .form-row input[type=tel] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: none;
    background-color: #E7F0FF;
    border-radius: 3px;
}

.default-form.home-sixteen-form .form-row textarea {
    width: 100%;
    /*height:50px;*/
    padding: 10px 20px;
    border: none;
    background-color: #E7F0FF;
    border-radius: 3px;
}

.default-form.home-sixteen-form .form-row input[type=submit] {
    margin-top: 0;
    font-weight: 400 !important;
    letter-spacing: 1px;
    line-height: 30px;
    background: linear-gradient(to right, #FE4D23 0%, #FF28A7 100%);
    border-radius: 3px !important;
    color: #ffff !important;
    padding: 13px 40px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

/*custom team element*/
/* team element-four */
.team-bg-circle .team.element-four {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}

.team-bg-circle .team.element-four .team-item {
    padding-left: 15px;
    padding-right: 15px;
    margin: 60px 0px;
}

.team-bg-circle .team.element-four .team-item > .holder {
    text-align: center;
    background: #fff;
    border-radius: 5px;
    padding: 60px 40px;
    box-shadow: 0px 10px 20px rgba(159, 161, 245, 0.20);
}

.team-bg-circle .team.element-four .team-item > .holder > .pic {
    margin-bottom: 20px;
}

.team-bg-circle .team.element-four .team-item > .holder > .pic > .placeholder {
    position: relative;
    overflow: hidden;
    width: 75%;
    padding-top: calc((100 / 100) * 75%);
    border-radius: 50%;
    margin: 0 auto;
}

.team-bg-circle .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;
    backface-visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.team-bg-circle .team.element-four .team-item > .holder > .data > *:last-child {
    margin-bottom: 0 !important;
}

.team-bg-circle .team.element-four .team-item > .holder > .data .title {
    margin-bottom: 3px;

}

.team-bg-circle .team.element-four .team-item > .holder > .data .title a {
    color: inherit;
}

.team-bg-circle .team.element-four .team-item > .holder > .data .designation {
    margin-bottom: 7px;

}

.team-bg-circle .team.element-four .team-item > .holder:hover > .pic > .placeholder .pic-main {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.team-bg-circle .team.element-four:not(.owl-carousel) .team-item {
    float: left;
    margin-bottom: 40px;
}

.team-bg-circle .team.element-four .team-item > .holder > .data .team-social {
    text-align: center;
    z-index: 2;
    display: inline-block;
    width: 100%;
    color: #1E1666;
    vertical-align: middle;
}

.team-bg-circle .team.element-four .team-item > .holder > .data .team-social ul {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    list-style-type: none;
}

.team-bg-circle .team.element-four .team-item > .holder > .data .team-social ul li {
    margin: 0;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    list-style-type: none;
}

.team-bg-circle .team.element-four .team-item > .holder > .data .team-social ul li a {
    color: #1E1666;
}

/*.page-id-10937 .wraper_header.style-six-b .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
    color: #fff;
}*/
/*****Home 16 Css End****/

/*****Home 17 Css Start****/
.r-padding {
    padding-right: 0px;
}

.l-padding {
    padding-right: 0px;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.subscribe-newsletter .form-row input[type="email"] {
    width: 100%;
    height: 49px;
    padding: 0 75px 0 25px;
    border-radius: 4px;
    border: none;
    background: #fff;
}

.subscribe-newsletter .form-row input[type="submit"] {
    /*margin-left: -65px;*/
    background: linear-gradient(to right, #FE4D23 0%, #FF28A7 100%);
    border: none;
    color: #fff;
    border-radius: 4px;
    padding: 10px 10px 10px 10px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.7px;
    width: 100%;
}

.subscribe-newsletter .form-row input::placeholder {
    color: #7167A6;
}

.radiantthemes-accordion.element-three .radiantthemes-accordion-item > .radiantthemes-accordion-item-title > .radiantthemes-accordion-item-title-icon > .line:before,
.radiantthemes-accordion.element-three .radiantthemes-accordion-item > .radiantthemes-accordion-item-title > .radiantthemes-accordion-item-title-icon > .line:after {
    background-color: #1e1666;
}

.seventeen-testimonial .testimonial.element-six .testimonial-item > .holder > .testimonial-title {
    min-height: 80px;
    padding-top: 10px;
    padding-left: 100px;
}

.seventeen-testimonial .testimonial.element-six .testimonial-item > .holder > .testimonial-title > .testimonial-title-pic {
    width: 80px;
    height: 80px;
}

.seventeen-team .team.element-one .team-item > .holder > .pic {
    box-shadow: none;
    border-radius: 4px;
}

.accordian-seventeen .elementor-accordion .elementor-accordion-item {
    border: none;
}

.accordian-seventeen .elementor-accordion .elementor-tab-title {
    padding: 15px 0px;
}

.accordian-seventeen .elementor-accordion .elementor-tab-content {
    border: none;
    padding: 15px 0px;
}

/*****Home 17 Css End****/


/*****Home 18 Css Start****/
.banner-img-right .elementor-image {
    width: 950px;
    float: left;
}

.img-left-full .elementor-image {
    width: 830px;
    float: right;
}

.eighteen-testimonial .testimonial.element-six .testimonial-item > .holder {
    background: #fff;
    padding: 45px;
    border-radius: 3px;
}

.eighteen-testimonial .testimonial.element-six .testimonial-item > .holder > .testimonial-title {
    min-height: 70px;
    padding-top: 5px;
    padding-left: 90px;
}

.eighteen-testimonial .testimonial.element-six .testimonial-item > .holder > .testimonial-title > .testimonial-title-pic {
    width: 70px;
    height: 70px;
}

.rt-bg-plus-icon .elementor-image img {
    cursor: pointer;
}

.group-box-content .single-box-content .elementor-column-wrap:after,
.group-box-content .single-box-content .elementor-widget-wrap:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 5px;
    background-color: #1e3497;
    box-shadow: 0px 14px 42px 0px rgba(129, 174, 250, 0.1);
    transition: .45s cubic-bezier(.04, .11, .6, .97);
    content: "";
    z-index: 0;
}

.group-box-content .single-box-content .elementor-column-wrap .elementor-text-editor,
.group-box-content .single-box-content .elementor-widget-wrap .elementor-widget-container {
    color: #6a7c92;
    transition: .45s cubic-bezier(.04, .11, .6, .97);
}

.group-box-content .single-box-content .elementor-column-wrap .elementor-heading-title,
.group-box-content .single-box-content .elementor-widget-wrap .elementor-heading-title {
    color: #1E1666;
    transition: .45s cubic-bezier(.04, .11, .6, .97);
}

/*.group-box-content .single-box-content .elementor-column-wrap .elementor-image {
    filter: brightness(1);
    transition: .45s cubic-bezier(.04, .11, .6, .97);
}*/
.group-box-content .single-box-content:hover .elementor-column-wrap .elementor-text-editor,
.group-box-content .single-box-content:hover .elementor-column-wrap .elementor-heading-title,

.group-box-content .single-box-content:hover .elementor-widget-wrap .elementor-widget-container,
.group-box-content .single-box-content:hover .elementor-widget-wrap .elementor-heading-title {
    color: #fff;
    transition: .45s cubic-bezier(.04, .11, .6, .97);
}

/*.group-box-content .single-box-content:hover .elementor-column-wrap .elementor-image {
    filter: brightness(0) invert(1);
    transition: .45s cubic-bezier(.04, .11, .6, .97);
}*/
.group-box-content .elementor-section:first-child .single-box-content:nth-child(2) .elementor-column-wrap .elementor-text-editor,
.group-box-content .elementor-section:first-child .single-box-content:nth-child(2) .elementor-column-wrap .elementor-heading-title,

.group-box-content .elementor-section:first-child .single-box-content:nth-child(2) .elementor-widget-wrap .elementor-text-editor,
.group-box-content .elementor-section:first-child .single-box-content:nth-child(2) .elementor-widget-wrap .elementor-heading-title {
    color: #fff;
    transition: .45s cubic-bezier(.04, .11, .6, .97);
}

/*.group-box-content .elementor-section:first-child .single-box-content:nth-child(2) .elementor-column-wrap .elementor-image {
    filter: brightness(0) invert(1);
    transition: .45s cubic-bezier(.04, .11, .6, .97);
}*/
.group-box-content:hover .elementor-section:first-child .single-box-content:nth-child(2) .elementor-column-wrap .elementor-text-editor,
.group-box-content:hover .elementor-section:first-child .single-box-content:nth-child(2) .elementor-column-wrap .elementor-heading-title,

.group-box-content:hover .elementor-section:first-child .single-box-content:nth-child(2) .elementor-widget-wrap .elementor-text-editor,
.group-box-content:hover .elementor-section:first-child .single-box-content:nth-child(2) .elementor-widget-wrap .elementor-heading-title {
    color: #1E1666;
    transition: .45s cubic-bezier(.04, .11, .6, .97);
}

/*.group-box-content:hover .elementor-section:first-child .single-box-content:nth-child(2) .elementor-column-wrap .elementor-image {
    filter: brightness(1);
    transition: .45s cubic-bezier(.04, .11, .6, .97);
}*/
.group-box-content:hover .elementor-section:first-child .single-box-content:nth-child(2):hover .elementor-column-wrap .elementor-text-editor,
.group-box-content:hover .elementor-section:first-child .single-box-content:nth-child(2):hover .elementor-column-wrap .elementor-heading-title,

.group-box-content:hover .elementor-section:first-child .single-box-content:nth-child(2):hover .elementor-widget-wrap .elementor-text-editor,
.group-box-content:hover .elementor-section:first-child .single-box-content:nth-child(2):hover .elementor-widget-wrap .elementor-heading-title {
    color: #fff;
    transition: .45s cubic-bezier(.04, .11, .6, .97);
}

/*.group-box-content:hover .elementor-section:first-child .single-box-content:nth-child(2):hover .elementor-column-wrap .elementor-image {
    filter: brightness(0) invert(1);
    transition: .45s cubic-bezier(.04, .11, .6, .97);
}*/
.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,

.group-box-content .elementor-section:first-child .single-box-content:nth-child(2) .elementor-widget-wrap:after,
.group-box-content:hover .single-box-content .elementor-widget-wrap:hover:after {
    height: 100%;
}

.group-box-content:hover .elementor-section:first-child .single-box-content:nth-child(2) .elementor-column-wrap:hover:after,
.group-box-content:hover .elementor-section:first-child .single-box-content:nth-child(2) .elementor-widget-wrap:hover:after {
    height: 100%;
}

.group-box-content:hover .elementor-section:first-child .single-box-content:nth-child(2) .elementor-column-wrap:after,
.group-box-content:hover .elementor-section:first-child .single-box-content:nth-child(2) .elementor-widget-wrap:after {
    height: 0;
}

.eighteen-testimonial .testimonial.element-six .testimonial-item > .holder > .testimonial-title .rt-qoute {
    background-image: url(https://themetest.radiantthemes.com/ryse/wp-content/plugins/radiantthemes-addons/assets/images/testi-comma.png);
    position: absolute;
    height: 70px;
    background-repeat: no-repeat;
    width: 75px;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .banner-img-right .elementor-image {
        width: auto;
        float: left;
    }

    .img-left-full .elementor-image {
        width: auto;
        float: right;
    }

    .default-form.home-sixteen-form {
        padding: 40px 10px;
        border-radius: 3px;
    }

    .r-padding {
        padding-right: 15px !important;
    }

    .l-padding {
        padding-right: 15px !important;
    }

    .no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .subscribe-newsletter .form-row input[type="email"] {
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 767px) and (min-width: 480px) {
    .banner-img-right .elementor-image {
        width: auto;
        float: left;
    }

    .img-left-full .elementor-image {
        width: auto;
        float: right;
    }

    .default-form.home-sixteen-form {
        padding: 40px 10px;
        border-radius: 3px;
    }

    .subscribe-newsletter .form-row input[type="email"] {
        margin-bottom: 20px;
    }

    .r-padding {
        padding-right: 15px !important;
    }

    .l-padding {
        padding-right: 15px !important;
    }

    .no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .eighteen-testimonial .testimonial.element-six .testimonial-item > .holder > .testimonial-title .rt-qoute {
        background-image: url(https://themetest.radiantthemes.com/ryse/wp-content/plugins/radiantthemes-addons/assets/images/testi-comma.png);
        position: absolute;
        height: 70px;
        background-repeat: no-repeat;
        width: 75px;
        right: 0;
        bottom: 0;
        display: none;
    }
}

@media screen and (max-width: 479px) and (min-width: 321px) {
    .banner-img-right .elementor-image {
        width: auto;
        float: left;
    }

    .img-left-full .elementor-image {
        width: auto;
        float: right;
    }

    .default-form.home-sixteen-form {
        padding: 40px 10px;
        border-radius: 3px;
    }

    .subscribe-newsletter .form-row input[type="email"] {
        margin-bottom: 20px;
    }

    .r-padding {
        padding-right: 15px !important;
    }

    .l-padding {
        padding-right: 15px !important;
    }

    .no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .eighteen-testimonial .testimonial.element-six .testimonial-item > .holder > .testimonial-title .rt-qoute {
        background-image: url(https://themetest.radiantthemes.com/ryse/wp-content/plugins/radiantthemes-addons/assets/images/testi-comma.png);
        position: absolute;
        height: 70px;
        background-repeat: no-repeat;
        width: 75px;
        right: 0;
        bottom: 0;
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .banner-img-right .elementor-image {
        width: auto;
        float: left;
    }

    .img-left-full .elementor-image {
        width: auto;
        float: right;
    }

    .default-form.home-sixteen-form {
        padding: 40px 10px;
        border-radius: 3px;
    }

    .subscribe-newsletter .form-row input[type="email"] {
        margin-bottom: 20px;
    }

    .r-padding {
        padding-right: 15px !important;
    }

    .l-padding {
        padding-right: 15px !important;
    }

    .no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .eighteen-testimonial .testimonial.element-six .testimonial-item > .holder > .testimonial-title .rt-qoute {
        background-image: url(https://themetest.radiantthemes.com/ryse/wp-content/plugins/radiantthemes-addons/assets/images/testi-comma.png);
        position: absolute;
        height: 70px;
        background-repeat: no-repeat;
        width: 75px;
        right: 0;
        bottom: 0;
        display: none;
    }
}

/*****Home 18 Css End****/

/*****menu-li-new*******/
.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap {
    padding: 0 0 0 15px !important;
}

.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.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 {
    position: relative;
}

.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.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.new-add a:after {
    content: "New";
    position: absolute;
    background: linear-gradient(to right, #4040dc 0%, #2783ea 100%);
    padding: 3px 6px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #fff;
    right: -50px;
    top: 1px;
    border-radius: 3px;
}

.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.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.hot a:after {
    content: "Hot";
    position: absolute;
    background: linear-gradient(to right, #ff3834 0%, #ff7133 100%);
    padding: 3px 9px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #fff;
    right: -50px;
    top: 1px;
    border-radius: 3px;
}


/* Progress Bar Start */
.rt-progressbar-container {
    position: relative;
}

.rt-progressbar-bar-wrap {
    position: relative;
    text-align: left;
    overflow: hidden;
    height: 25px;
    margin-bottom: 20px;
    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);
}

.rt-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;
}

.rt-progressbar-striped .rt-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;
}

.rt-progressbar-active .rt-progressbar-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.rt-progressbar-gradient .rt-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;
}

.rt-progressbar-container .clearfix {
    clear: both;
}

.rt-progressbar-container p:first-of-type {
    margin: 0;
    float: left;
}

.rt-progressbar-container p:nth-of-type(2) {
    margin: 0;
    float: right;
}


.rt-progressbar-container .rt-progressbar-bar-wrap {
    overflow: inherit;
    box-shadow: 10px 10px 24px 0 #c37e7175;
    border: none;
}


/* Progress Bar End */
/*=====================	CIRCULAR PROGRESS BAR STARTS ======================*/
.circular-progress-bar {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.rt-progressbar {
    width: auto;
    margin: 15px;
    display: inline-block;
    text-align: center;
}

.circle {
    width: 139px;
    height: 139px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    text-align: center;
}

.circle:after {
    width: 120px;
    height: 120px;
    content: "";
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
}

.circle canvas {
    vertical-align: middle;
    border: 0;
    border-radius: 50%;
    position: relative;
}

.inner-circle {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 30px;
    background: #252297;
    overflow: hidden;
    border-radius: 100%;
    width: 120px;
    padding: 46px 0;
    color: #fff;
    font-weight: bold;
}

.inner-circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.inner-circle span {
    display: block;
    color: white;
    margin-top: 12px;
}

@media screen and (max-width: 767px) {
    .rt-progressbar {
        width: 100%;
        margin: 15px 0;
        padding: 0;
    }
}


body {
    overflow-x: hidden;
}


.team-bg-circle .team.element-four .team-item > .holder > .data .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.page-id-13650 .wraper_header.style-eight .wraper_header_main .header_main .brand-logo img {
    filter: grayscale(100%) brightness(12%) sepia(74%) hue-rotate(-181deg) saturate(700%) contrast(0.8);
}

.page-id-13650 .wraper_header.style-eight .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a,
.page-id-2537 .wraper_header.style-eight .wraper_header_main.radiantthemes-sticky-style-two.i-am-delayed-sticky .nav > [class*="menu-"] > ul.menu > li > a {
    color: #1E1666;
}

.page-id-13650 .wraper_header.style-eight .wraper_header_main .header_main_calltoaction > .btn.button-one {
    font-weight: 400;
    background-color: #fff;
    color: #F53B6F;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    padding: 7px 25px;
}

.page-id-13650 .wraper_header.style-eight .wraper_header_main .header-responsive-nav {
    color: #000 !important;
}

.rt-case-study-box.element-three > .rt-case-study-box-item > .holder .more .btn {
    font-weight: 400 !important;
}

.rt-case-study-box.element-three > .rt-case-study-box-item > .holder .data .title {
    font-weight: 600 !important;
}

.rt-pricing-table.element-nine .rt-price .rt-supsub .rt-superscript {
    font-weight: 400;
}

.rt-pricing-table.element-nine .rt-price .rt-supsub .rt-subscript {
    font-weight: 400;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -10px !important;
}

/*--------------------------------------------------------------
# Header Style Eightteen
--------------------------------------------------------------*/
.wraper_header.style-eightteen {
    position: relative;
    z-index: 999;
    width: 100%;
    direction: initial;
    box-shadow: 0px 0px 20px rgba(97, 145, 214, 0.20);
}

.wraper_header.style-eightteen .wraper_header_top {
    width: 100%;
}

.wraper_header.style-eightteen .wraper_header_top > .container {
    padding-top: 0;
    padding-bottom: 0;
}

.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item ul.header-contact {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item ul.header-contact > li {
    display: inline-block;
    vertical-align: top;
    padding: 6px 22px 7px 22px;
    border-right: 1px rgba(255, 255, 255, 0.12) solid;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #eff0ff;
    line-height: 24px;
    letter-spacing: -0.2px;
}

.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item ul.header-contact > li.phone {
    /*width: 50%;*/
    text-align: left;
    padding-left: 30px;
    padding-right: 15px;
    position: relative;
}

.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item ul.header-contact > li.email {
    /*width: 47%;*/
    text-align: left;
    padding-left: 30px;
    padding-right: 15px;
    position: relative;
    margin-left: 15px;
}

.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item ul.header-contact > li.phone img,
.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item ul.header-contact > li.email img {
    position: absolute;
    left: 0;
    top: 23%;
    width: 16px;
}

.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item ul.header-contact > li.top-social-box {
    display: inline-block;
    /*color: #1E1666;*/
    vertical-align: middle;
    margin-top: 0px;
}

.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item ul.header-contact > li.top-social-box .social {
    margin: 0;
    padding: 0;
    display: block;
    /* text-align: left; */
    list-style-type: none;
}

.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item ul.header-contact > li.top-social-box .social li {
    margin: 0;
    padding: 0px;
    text-align: center;
    display: inline-block;
    list-style-type: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 24px;
    margin-left: 5px;
}

.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item ul.header-contact > li.top-social-box .social li.facebook {
    background: #2744d6;
}

.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item ul.header-contact > li.top-social-box .social li.youtube {
    background: #db1f58;
}

.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item ul.header-contact > li.top-social-box .social li.twitter {
    background: #30a2c7;
}

.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item ul.header-contact > li.top-social-box .social li.instagram {
    background: #ad21d6;
}

/*.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item ul.header-contact > li:first-child {
    padding-left: 0;
}*/

.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item ul.header-contact > li:last-child {
    /*padding-right: 0;*/
    border-right: none;
}

.wraper_header.style-eightteen .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-eightteen .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-eightteen .wraper_header_top .header_top .header_top_item ul.header-contact > li a {
    color: inherit;
    font-size: 12px;
}

.wraper_header.style-eightteen .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-eightteen .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: 14px;
    color: #fff;
    line-height: 28px;
    letter-spacing: -0.2px;
}

.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn:last-child {
    padding-right: 0;
}

.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn:last-child,
.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn:only-child {
    border-right: none;
}

.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn i {
    margin-left: 6px;
}

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

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

.wraper_header.style-eightteen .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-eightteen .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-eightteen .wraper_header_main > .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

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

.wraper_header.style-eightteen .wraper_header_main .header_main .brand-logo {
    float: left;
    text-align: center;
    font-size: 0;
    margin-top: 3px;
}

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

.wraper_header.style-eightteen .wraper_header_main .header-responsive-nav {
    width: 30px;
    float: right;
    margin-top: 6px;
    margin-left: 20px;
    text-align: right;
    font-size: 25px;
    color: #fff;
}

.wraper_header.style-eightteen .wraper_header_main .header-responsive-nav .ti-menu {
    color: #000;
}

.wraper_header.style-eightteen .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-eightteen .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-eightteen .wraper_header_main .header_main_action {
    float: right;
    margin-top: 5px !important;
    text-align: center;
    font-size: 0;
}

.wraper_header.style-eightteen .wraper_header_main .header_main_action ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    margin-top: 5px;
    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-eightteen .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-eightteen .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-eightteen .wraper_header_main .header_main_action ul > li span[class*='ti-'] {
    font-size: 18px;
    color: #000;
    line-height: 1;
    font-weight: 600;
}

.wraper_header.style-eightteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder {
    position: relative;
    display: block;
}

.wraper_header.style-eightteen .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-eightteen .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-eightteen .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-eightteen .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-eightteen .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-eightteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder:hover > .header-slideout-searchbar-box,
.wraper_header.style-eightteen .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-eightteen .wraper_header_main .nav {
    float: right;
    margin-top: 5px !important;
    text-align: right;
}

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

.wraper_header.style-eightteen .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-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:last-child,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:only-child {
    margin-right: 20px !important;
}

.wraper_header.style-eightteen .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-eightteen .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-eightteen .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-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
}

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

.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li,
.wraper_header.style-eightteen .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-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:hover > ul > li,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:hover > ul > li > ul > li,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:hover > ul > li > ul > li > ul > li,
.wraper_header.style-eightteen .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-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > a,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > a,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > a,
.wraper_header.style-eightteen .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-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > a:before,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > a:before,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > a:before,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li ul li a:before {
    position: relative;
    bottom: -25px;
    content: " ";
    display: block;
    width: 0;
    height: 1px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    background: #fb7a46;
}

.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > a:hover:before,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > a:hover:before,
.wraper_header.style-eightteen .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-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li.menu-item-has-children > a:after,
.wraper_header.style-eightteen .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-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > a i,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > a i,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul > li > a i,
.wraper_header.style-eightteen .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-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li > ul,
.wraper_header.style-eightteen .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-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul > li > ul,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(2) > ul > li > ul,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(2) > ul > li > ul > li > ul,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li:nth-last-child(1) > ul > li > ul > li > ul li ul,
.wraper_header.style-eightteen .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-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li:hover > ul,
.wraper_header.style-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li > ul > li > ul > li:hover > ul,
.wraper_header.style-eightteen .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-eightteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.rt-mega-menu-full-width {
    position: static;
}

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

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

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

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

.wraper_header.style-eightteen .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-eightteen .wraper_header_main .rt-mega-menu > ul > .menu-item:last-child,
.wraper_header.style-eightteen .wraper_header_main .rt-mega-menu > ul > .menu-item:only-child {
    border-right: none;
}

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

.wraper_header.style-eightteen .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-eightteen .wraper_header_main .rt-megamenu-widget ul.menu > li {
    position: relative;
}

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

.wraper_header.style-eightteen .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-eightteen .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-eightteen .wraper_header_main .rt-megamenu-widget ul.menu > li > a:hover:before {
    width: 100%;
}

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

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

body.admin-bar .wraper_header.style-eightteen .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-eightteen .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-eightteen .wraper_header_top .header_top .header_top_item {
        text-align: center;
    }

    .wraper_header.style-eightteen .header_top [class*='col-'].text-left {
        padding-right: 0;
    }

    .wraper_header.style-eightteen .header_top [class*='col-'].text-right {
        padding-left: 0;
    }
}

/* TABLET PROTRAIT PART */

/***** Home 19 Css Start ****/
/*** HEADER START***/
.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item ul.header-contact li {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    padding: 14px 22px 14px;
    line-height: 23px;
}

.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item ul.header-contact > li a {
    font-size: 14px;
    line-height: 23px;
}

.wraper_header.style-eightteen .wraper_header_top .header_top .text-right .header_top_item ul.header-contact {
    margin-right: -15px;
}

.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item ul.header-contact li.email {
    margin-right: 35px;
    padding-right: 30px !important;
}

.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item ul.header-contact > li.phone img,
.wraper_header.style-eightteen .wraper_header_top .header_top .header_top_item ul.header-contact > li.email img {
    top: 38%;
}

.wraper_header.style-eightteen .sticky-wrapper .wraper_header_main .nav .menu-header-menu-container {
    margin-right: 111px;
}

.wraper_header.style-eightteen .cart-count {
    background-color: #ff4c29;
}

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

    .wraper_header.style-eightteen .sticky-wrapper .wraper_header_main .container {
        width: 100%;
    }
}

.wraper_header.style-eightteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box {
    border: 1px rgba(0, 0, 0, .1) solid;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .02);
}

.wraper_header.style-eightteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box > .form-row input[type="search"] {
    text-transform: capitalize;
}

/*** HEADER END ***/


@media only screen and (max-width: 1092px) and (min-width: 1024px) {
    .bg-display {
        background-image: none !important;
    }

    .bg-display .elementor-background-overlay {
        background-image: none !important;
    }
}

.demo-nineteen-underline .elementor-widget-container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ffffff;
    left: 0;
    top: 27px;
}

.demo-nineteen-underline .elementor-widget-container span:before {
    content: "";
    position: absolute;
    width: 27%;
    height: 1px;
    background: #ff4c29;
    left: 73%;
    top: 27px;
}


.btn-effect:hover {
    filter: drop-shadow(0px 10px 28.5px rgba(255, 76, 41, 0.5));
}

.btn-effect-two:hover {
    filter: drop-shadow(0px 10px 28.5px rgba(125, 84, 244, 0.5));
}

.btn-effect-three:hover {
    filter: drop-shadow(0px 10px 28.5px rgba(28, 26, 78, 0.5));
}

.seo-analysis-email,
.seo-analysis-website {
    width: 100%;
    height: 46px;
    border-radius: 4px;
    background-color: #f7f7fb;
    border: 1px solid #dcdcdd;
    font-size: 15px;
    line-height: 28px;
    color: #5a626d;
    font-weight: 400;
    font-family: "Inter";
    margin-bottom: 12px;
    padding-left: 25px;
}

.seo-analysis-message {
    width: 100%;
    height: 110px;
    resize: none;
    border-radius: 4px;
    background-color: #f7f7fb;
    border: 1px solid #dcdcdd;
    font-size: 15px;
    line-height: 28px;
    color: #5a626d;
    font-weight: 400;
    font-family: "Inter";
    padding-left: 25px;
    padding-top: 15px;
    margin-bottom: 12px;
}

.seo-analysis-button {
    width: 100%;
    height: 46px;
    border: 0px;
    border-radius: 4px;
    background-color: #ff4c29;
    font-size: 15px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
}

.demo_nineteen_newsletter_mail {
    width: 100%;
    max-width: 257px;
    height: 47px;
    border: 0px;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 15px;
    line-height: 28px;
    color: #5a626d;
    font-weight: 400;
    font-family: "Inter";
    padding-left: 25px;
}

.demo_nineteen_newsletter_button {
    width: 60px;
    height: 47px;
    border-radius: 0 4px 4px 0;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    border: 0px;
    background: transparent url(https://ryse.radiantthemes.com/wp-content/uploads/2021/04/button_bg.png) no-repeat center center;
    color: transparent;
}

@media only screen and (max-width: 766px) {
    .button-center .radiantthemes-custom-button.element-one.hover-style-one {
        text-align: center;
    }
}

@media only screen and (max-width: 1024px) {
    .demo_nineteen_newsletter_mail {
        max-width: 100%;
    }
}

.box-hover-main:hover .box-hover .elementor-heading-title {
    color: #fff !important;
}

.box-bg-main:hover .box-hover .elementor-widget-container {
    background-color: #ff4c29 !important;
}

.box-float-main .box-hover.elementor-animation-float {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.box-float-main:hover .box-hover.elementor-animation-float {
    transform: translateY(-8px);
}

/***** Home 19 Css End ****/

/***** Home 20 Css Start ****/

/**** HEADER START ****/

.page-id-16756 .wraper_header_main .nav .menu-header-menu-container {
    margin-right: 155px;
}

@media only screen and (max-width: 767px) {
    .page-id-16756 .wraper_header.style-six .wraper_header_main .header_main_action {
        margin-top: 0;
    }

    .page-id-16756 .wraper_header.style-six .wraper_header_main .header_main .brand-logo {
        margin-top: 0;
    }

    .page-id-16756 .wraper_header.style-six .wraper_header_main .header_main .brand-logo-sticky {
        margin-top: 0;
    }

}

@media only screen and (max-width: 1199px) {
    .page-id-16756 .wraper_header.style-six .wraper_header_main .container {
        width: 100%;
    }
}

body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title h4 {
    text-transform: capitalize;
}

.wraper_header.style-eightteen .wraper_header_main .header_main_action ul > li.header-slideout-searchbar > .header-slideout-searchbar-holder > .header-slideout-searchbar-box {
    top: -14px;
    right: -10px;
}

.wraper_header.style-eightteen .wraper_header_main .header_main_action ul > li span.ti-search:before {
    position: absolute;
    top: 0;
    right: 0;
}

.wraper_header.style-eightteen .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:before {
    position: absolute;
    top: 7px !important;
    right: 0;
}

/**** HEADER END ****/

.chk-url-main {
    text-align: center;
}

.chk-url-main .check-url,
.chk-url-main .check-mail {
    max-width: 274px;
    height: 46px;
    border: 0;
    border: 1px solid #dcdcdd;
    border-radius: 4px;
    background-color: #f7f7fb;
    font-size: 15px;
    line-height: 28px;
    color: #5a626d;
    font-weight: 500;
    font-family: "Inter";
    padding-left: 25px;
    margin-right: 10px;
}

.chk-url-main .check-button {
    width: 156px;
    height: 46px;
    border: 0;
    border-radius: 4px;
    background-color: #ff4c29;
    font-size: 15px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
}

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

    .chk-url-main .check-url,
    .chk-url-main .check-mail {
        max-width: 200px;
    }
}

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

    .chk-url-main .check-url,
    .chk-url-main .check-mail {
        width: 100%;
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .chk-url-main .check-button {
        width: 100%;
    }
}

.page-id-16756 .wraper_header.style-six .wraper_header_main {
    background-color: rgba(255, 255, 255, 0.0001);
}

.service-section-effect-main .service-section-effect.elementor-animation-float {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.service-section-effect-main:hover .service-section-effect.elementor-animation-float {
    transform: translateY(-8px);
}

.service-section-effect-main .service-section-effect .elementor-widget-container {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.7s ease;
}

.service-section-effect-main:hover .service-section-effect .elementor-widget-container {
    opacity: 1;
    visibility: visible;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
}

.demo-twenty-accordion .radiantthemes-accordion .radiantthemes-accordion-item {
    filter: drop-shadow(0px 10px 20px rgba(104, 105, 242, 0.12));
    margin: 20px 0;
}

.demo-twenty-accordion .radiantthemes-accordion .radiantthemes-accordion-item.radiantthemes-active .radiantthemes-accordion-item-title {
    background-color: #ff4c29;
    font-weight: 500;
    border: 0;
}

.demo-twenty-accordion .radiantthemes-accordion .radiantthemes-accordion-item .radiantthemes-accordion-item-title {
    border: 0;
    border-radius: 4px;
    background-color: #ffffff;
}

.demo-twenty-accordion .radiantthemes-accordion .radiantthemes-accordion-item .radiantthemes-accordion-item-title .radiantthemes-accordion-item-title-icon i.main-icon::before {
    color: #ff4c29;
}

.demo-twenty-accordion .radiantthemes-accordion .radiantthemes-accordion-item.radiantthemes-active .radiantthemes-accordion-item-title .radiantthemes-accordion-item-title-icon i.main-icon::before {
    color: #fff;
}

.demo-twenty-accordion .radiantthemes-accordion .radiantthemes-accordion-item .radiantthemes-accordion-item-title .radiantthemes-accordion-item-title-icon {
    top: 10px;
    right: 22px;
}

.demo-twenty-accordion .radiantthemes-accordion .radiantthemes-accordion-item .radiantthemes-accordion-item-body {
    border: 0;
}

.demo_twenty_newsletter_mail {
    width: 100%;
    max-width: 257px;
    height: 47px;
    border: 0px;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 15px;
    line-height: 28px;
    color: #5a626d;
    font-weight: 400;
    font-family: "Inter";
    padding-left: 25px;
}

.demo_twenty_newsletter_button {
    width: 60px;
    height: 47px;
    border-radius: 0 4px 4px 0;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    border: 0px;
    background: transparent url(https://ryse.radiantthemes.com/wp-content/uploads/2021/04/button_bg.png) no-repeat center center;
    color: transparent;
}



@media only screen and (max-width: 1024px) {
    .demo_twenty_newsletter_mail {
        max-width: 100%;
    }
}

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

    .btn-postion-left .radiantthemes-custom-button.element-one[data-button-direction="right"] {
        text-align: left !important;
    }
}

/***** Home 20 Css End ****/
.menu-header-menu-container ul.menu li.mega-parent-menu {
    position: static !important;
}

.menu-header-menu-container ul.menu li.mega-parent-menu h5 {
    position: relative;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 16px;
    color: #252525;
    line-height: 26px;
}

ul.mega-child-menu li .elementor-container > .elementor-column {
    padding: 0 0 0 15px !important;
}

.menu-home-page-menu-one-container ul.menu > li,
.menu-home-page-menu-two-container ul.menu > li,
.menu-home-page-menu-three-container ul.menu > li,
.menu-mega-menu-basic-container ul.menu > li,
.menu-mega-menu-advanced-container ul.menu > li,
.menu-mega-menu-info-graphic-container ul.menu > li,
.menu-mega-menu-interactive-container ul.menu > li {
    margin: 8px 0;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    color: #030712;
    font-size: 14px;
}

.menu-home-page-menu-one-container ul.menu > li.menu-item a {
    position: relative;
    color: #5d587a
}

.menu-home-page-menu-one-container ul.menu > li.menu-item a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #fb7a46;
    width: 0;
    bottom: -3px;
    display: block;
    right: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out
}

.menu-home-page-menu-one-container ul.menu > li.menu-item a:hover:before {
    width: 100%
}

.menu-home-page-menu-one-container ul.menu > li {
    position: relative
}

.menu-home-page-menu-one-container ul.menu > li.new-add a:after {
    content: "New";
    position: absolute;
    background: linear-gradient(to right, #25c49c 0%, #25c49c 100%);
    padding: 2px 4px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #fff;
    right: -44px;
    top: 1px;
    border-radius: 3px
}

.menu-home-page-menu-one-container ul.menu > li.hot a:after {
    content: "Hot";
    position: absolute;
    background: linear-gradient(to right, #ff3b80 0%, #f95731 100%);
    padding: 2px 4px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #fff;
    right: -39px;
    top: 1px;
    border-radius: 3px
}

/*=========================================================*/

.menu-home-page-menu-two-container ul.menu > li.menu-item a {
    position: relative;
    color: #5d587a
}

.menu-home-page-menu-two-container ul.menu > li.menu-item a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #fb7a46;
    width: 0;
    bottom: -3px;
    display: block;
    right: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out
}

.menu-home-page-menu-two-container ul.menu > li.menu-item a:hover:before {
    width: 100%
}

.menu-home-page-menu-two-container ul.menu > li {
    position: relative
}

.menu-home-page-menu-two-container ul.menu > li.new-add a:after {
    content: "New";
    position: absolute;
    background: linear-gradient(to right, #25c49c 0%, #25c49c 100%);
    padding: 2px 4px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #fff;
    right: -44px;
    top: 1px;
    border-radius: 3px
}

.menu-home-page-menu-two-container ul.menu > li.hot a:after {
    content: "Hot";
    position: absolute;
    background: linear-gradient(to right, #ff3b80 0%, #f95731 100%);
    padding: 2px 4px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #fff;
    right: -39px;
    top: 1px;
    border-radius: 3px
}

/*=========================================================*/

.menu-home-page-menu-three-container ul.menu > li.menu-item a {
    position: relative;
    color: #5d587a
}

.menu-home-page-menu-three-container ul.menu > li.menu-item a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #fb7a46;
    width: 0;
    bottom: -3px;
    display: block;
    right: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out
}

.menu-home-page-menu-three-container ul.menu > li.menu-item a:hover:before {
    width: 100%
}

.menu-home-page-menu-three-container ul.menu > li {
    position: relative
}

.menu-home-page-menu-three-container ul.menu > li.new-add a:after {
    content: "New";
    position: absolute;
    background: linear-gradient(to right, #25c49c 0%, #25c49c 100%);
    padding: 2px 4px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #fff;
    right: -44px;
    top: 1px;
    border-radius: 3px
}

.menu-home-page-menu-three-container ul.menu > li.hot a:after {
    content: "Hot";
    position: absolute;
    background: linear-gradient(to right, #ff3b80 0%, #f95731 100%);
    padding: 2px 4px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #fff;
    right: -39px;
    top: 1px;
    border-radius: 3px
}

/*=====================================================================*/

.menu-mega-menu-basic-container ul.menu > li.menu-item a {
    position: relative;
    color: #5d587a
}

.menu-mega-menu-basic-container ul.menu > li.menu-item a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #fb7a46;
    width: 0;
    bottom: -3px;
    display: block;
    right: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out
}

.menu-mega-menu-basic-container ul.menu > li.menu-item a:hover:before {
    width: 100%
}

.menu-mega-menu-basic-container ul.menu > li {
    position: relative
}

.menu-mega-menu-basic-container ul.menu > li.new-add a:after {
    content: "New";
    position: absolute;
    background: linear-gradient(to right, #25c49c 0%, #25c49c 100%);
    padding: 2px 4px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #fff;
    right: -44px;
    top: 1px;
    border-radius: 3px
}

.menu-mega-menu-basic-container ul.menu > li.hot a:after {
    content: "Hot";
    position: absolute;
    background: linear-gradient(to right, #ff3b80 0%, #f95731 100%);
    padding: 2px 4px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #fff;
    right: -39px;
    top: 1px;
    border-radius: 3px
}

/*=====================================================================*/

.menu-mega-menu-advanced-container ul.menu > li.menu-item a {
    position: relative;
    color: #5d587a
}

.menu-mega-menu-advanced-container ul.menu > li.menu-item a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #fb7a46;
    width: 0;
    bottom: -3px;
    display: block;
    right: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out
}

.menu-mega-menu-advanced-container ul.menu > li.menu-item a:hover:before {
    width: 100%
}

.menu-mega-menu-advanced-container ul.menu > li {
    position: relative
}

.menu-mega-menu-advanced-container ul.menu > li.new-add a:after {
    content: "New";
    position: absolute;
    background: linear-gradient(to right, #25c49c 0%, #25c49c 100%);
    padding: 2px 4px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #fff;
    right: -44px;
    top: 1px;
    border-radius: 3px
}

.menu-mega-menu-advanced-container ul.menu > li.hot a:after {
    content: "Hot";
    position: absolute;
    background: linear-gradient(to right, #ff3b80 0%, #f95731 100%);
    padding: 2px 4px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #fff;
    right: -39px;
    top: 1px;
    border-radius: 3px
}

/*=====================================================================*/

.menu-mega-menu-info-graphic-container ul.menu > li.menu-item a {
    position: relative;
    color: #5d587a
}

.menu-mega-menu-info-graphic-container ul.menu > li.menu-item a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #fb7a46;
    width: 0;
    bottom: -3px;
    display: block;
    right: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out
}

.menu-mega-menu-info-graphic-container ul.menu > li.menu-item a:hover:before {
    width: 100%
}

.menu-mega-menu-info-graphic-container ul.menu > li {
    position: relative
}

.menu-mega-menu-info-graphic-container ul.menu > li.new-add a:after {
    content: "New";
    position: absolute;
    background: linear-gradient(to right, #25c49c 0%, #25c49c 100%);
    padding: 2px 4px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #fff;
    right: -44px;
    top: 1px;
    border-radius: 3px
}

.menu-mega-menu-info-graphic-container ul.menu > li.hot a:after {
    content: "Hot";
    position: absolute;
    background: linear-gradient(to right, #ff3b80 0%, #f95731 100%);
    padding: 2px 4px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #fff;
    right: -39px;
    top: 1px;
    border-radius: 3px
}

/*=====================================================================*/

.menu-mega-menu-interactive-container ul.menu > li.menu-item a {
    position: relative;
    color: #5d587a
}

.menu-mega-menu-interactive-container ul.menu > li.menu-item a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #fb7a46;
    width: 0;
    bottom: -3px;
    display: block;
    right: 0;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out
}

.menu-mega-menu-interactive-container ul.menu > li.menu-item a:hover:before {
    width: 100%
}

.menu-mega-menu-interactive-container ul.menu > li {
    position: relative
}

.menu-mega-menu-interactive-container ul.menu > li.new-add a:after {
    content: "New";
    position: absolute;
    background: linear-gradient(to right, #25c49c 0%, #25c49c 100%);
    padding: 2px 4px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #fff;
    right: -44px;
    top: 1px;
    border-radius: 3px
}

.menu-mega-menu-interactive-container ul.menu > li.hot a:after {
    content: "Hot";
    position: absolute;
    background: linear-gradient(to right, #ff3b80 0%, #f95731 100%);
    padding: 2px 4px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #fff;
    right: -39px;
    top: 1px;
    border-radius: 3px
}

/*================================================= Menu Ends*/

.home-version-one-banner-side-img .elementor-widget-container {
    width: 620px;
}

.rt-pricing-table.element-seven.spotlight .holder {
    background-size: cover !important;
    background-position: bottom right !important;
}

/*body:not(.rtl) .elementor-10424 .elementor-element.elementor-element-0efd8b2 {
    left: -59px !important;
    top: 28px !important;
}

body:not(.rtl) .elementor-10424 .elementor-element.elementor-element-a4630b4 {
    left: -59px !important;
    top: 28px !important;
}

body:not(.rtl) .elementor-10424 .elementor-element.elementor-element-9efaaa4 {
    left: -59px !important;
    top: 28px !important;
}

body:not(.rtl) .elementor-10424 .elementor-element.elementor-element-3f52669 {
    left: -59px !important;
    top: 28px !important;
}

.elementor-section-full_width.home-fourteen-footer-text {
    padding: 0 !important;
}

body:not(.rtl) .elementor-16756 .elementor-element.elementor-element-46bfb1a {
    left: 0 !important;
}

body:not(.rtl) .elementor-16756 .elementor-element.elementor-element-217bff9 {
    left: 0 !important;
}

body:not(.rtl) .elementor-16756 .elementor-element.elementor-element-556f8f5 {
    left: 0px;
    top: 100px;
}*/

body:not(.rtl) .elementor-14981 .elementor-element.elementor-element-6097d67,
body:not(.rtl) .elementor-14981 .elementor-element.elementor-element-4befe59,
body:not(.rtl) .elementor-14981 .elementor-element.elementor-element-b203c6f,
body:not(.rtl) .elementor-14981 .elementor-element.elementor-element-7ea0fbc {
    left: 100px !important;
}

body:not(.rtl) .elementor-14981 .elementor-element.elementor-element-460d541,
body:not(.rtl) .elementor-14981 .elementor-element.elementor-element-f9d18b0,
body:not(.rtl) .elementor-14981 .elementor-element.elementor-element-4d43553,
body:not(.rtl) .elementor-14981 .elementor-element.elementor-element-64a74d3 {
    left: 30px !important;
}

body:not(.rtl) .elementor-14981 .elementor-element.elementor-element-ad76881,
body:not(.rtl) .elementor-14981 .elementor-element.elementor-element-f9644e4,
body:not(.rtl) .elementor-14981 .elementor-element.elementor-element-99cb084 {
    right: 20px !important;
    top: 28px !important;
}

.box-hover-main .hover-thirteen-text {
    width: 95% !important;
}


.home-four-footer-menu-list .elementor-widget-container ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.home-four-footer-menu-list .elementor-widget-container ul li {
    float: left;
    margin: 0;
    padding: 0 10px;
    list-style-type: none;
}


body:not(.rtl) .elementor-10424 .elementor-element.elementor-element-0efd8b2,
body:not(.rtl) .elementor-10424 .elementor-element.elementor-element-a4630b4,
body:not(.rtl) .elementor-10424 .elementor-element.elementor-element-9efaaa4,
body:not(.rtl) .elementor-10424 .elementor-element.elementor-element-3f52669 {
    left: -70px !important;
    top: 10px !important;
}

/*body:not(.rtl) .elementor-16756 .elementor-element.elementor-element-556f8f5 {
    left: 0px !important;
    top: 0 !important;
}

body:not(.rtl) .elementor-16756 .elementor-element.elementor-element-46bfb1a,
body:not(.rtl) .elementor-16756 .elementor-element.elementor-element-217bff9 {
    left: -100px !important;
}*/

.elementor-16756 .elementor-element.elementor-element-b12fdc8 > .elementor-widget-container {
    margin-right: 0 !important;
}

