@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono");
@import 'fonts.css';
/*-------------------------------------    
CSS INDEX
===================================
#. Defaults
#. Buttons
#. Topbar Layout
#. Header Logo
#. Main Navigation
#. Submenu
#. Mega Menu
#. Header Icons
#. Header Right Menu
#. Header Search
#. Sticky Header
#. Header Layout 1
#. Header Layout 2
#. Header Layout 3
#. Header Layout 4
#. Header Layout 5
#. Header Layout 6
#. Header Layout 7
#. Header Layout 8
#. Header Layout 9
#. Header Layout 10
#. Header Layout 11
#. Header Layout 12
#. Header Layout 13
#. Header Responsive
#. Header Right Menu
#. Preloader css
#. Footer - Scroll to top
#. Widgets - Footer Widgets
#. Widgets - Sidebar
#. Banner
#. Contents
#. Single Content
#. Comments
#. Admin Author
#. Default Blog layout
#. Swiper Slider
#. Related Post
#. Pagination
#. Error 404
#. Fluent form
#. Gutenberg Support
#. Ticker Styling
#. Woocommerce
#. Dark mode
---------------------------------------*/
/*-------------------------------------
#. Defaults
---------------------------------------*/
/*for theme only*/
/*number count*/
/*title animation*/
/*default animation*/
@keyframes toBottomFromTop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
/*-------------------------------------
#. Buttons
---------------------------------------*/
/*style 1*/
/*button style 2*/
/*button style 3*/
/*button style 4*/
/*play button style*/
@keyframes qode-button-cap-out {
  0%, 50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%, 51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap-fake-out {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  49%, 51% {
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-cap {
  0% {
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%, 100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%, 55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
/* pulseShadow */
@keyframes pulseShadowlgprimary {
  0% {
    box-shadow: 0 0 0 0 rgba(41, 98, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(41, 98, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(41, 98, 255, 0);
  }
}
@keyframes pulseShadowsmwhite {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulseShadowxlwhite {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulseShadowlgwhite {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulseShadowsmgray {
  0% {
    box-shadow: 0 0 0 0 rgba(172, 172, 172, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(172, 172, 172, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(172, 172, 172, 0);
  }
}
/* pulseScale */
@keyframes pulseScale {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/*-------------------------------------
#. Topbar Layout
---------------------------------------*/
/*Top bar widget*/
/*Top Bar Style 1*/
/*Top Bar Style 2*/
/*Top Bar Style 3*/
/*Top Bar Style 4*/
/*Top Bar Style 5*/
/*topbar responsive*/
/*-------------------------------------
#. Header Icons
---------------------------------------*/
/*Right offcanvas menu icon*/
/*Header Search*/
/* Sticky Header */
/*header social*/
/* Header Logo */
/* Main Navigation fallbackcd*/
/*-------------------------------------
#. Main Navigation
---------------------------------------*/
/*-------------------------------------
#. Submenu
---------------------------------------*/
/*Menu hover effect*/
/*-------------------------------------
#. Mega Menu
---------------------------------------*/
/*-------------------------------------
#. Header Layout 1
---------------------------------------*/
/*-------------------------------------
#. Header Layout 2
---------------------------------------*/
/*-------------------------------------
#. Header Layout 3
---------------------------------------*/
/*-------------------------------------
#. Header Layout 4
---------------------------------------*/
/*-------------------------------------
#. Header Layout 5
---------------------------------------*/
/*-------------------------------------
#. Header Layout 6
---------------------------------------*/
/*-------------------------------------
#. Header Layout 7
---------------------------------------*/
/*-------------------------------------
#. Header Layout 8
---------------------------------------*/
/*-------------------------------------
#. Header Layout 9
---------------------------------------*/
/*-------------------------------------
#. Header Layout 10
---------------------------------------*/
/*-------------------------------------
#. Header Layout 11
---------------------------------------*/
/*-------------------------------------
#. Header Layout 12
---------------------------------------*/
/*-------------------------------------
#. Header Layout 13
---------------------------------------*/
/*-------------------------------------
#. Header Responsive
---------------------------------------*/
/*Header mobile responsive*/
/* Topbar 1 */
/* Header 1 */
/* Header 2 */
/* Header 3 */
/* Header 4 */
/* Header 5 */
/*---------------------------
#. Header Ad
-----------------------------*/
/*---------------------------
#. Header Right Menu
-----------------------------*/
/*offcanvas layout 1*/
/*offcanvas layout 2*/
/*offcanvus button*/
/*offcanvus widget*/
/*-------------------
#. Preloader css
--------------------*/
@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
/*---------------------------------------------------------
#. Footer - Scroll to top
-----------------------------------------------------------*/
/*---------------------------------------------
#. Widgets - Footer Widgets
-----------------------------------------------*/
/*corporate address*/
/*widget search*/
/*widget archive*/
/*widget categories*/
/*neeon category*/
/*widget pages*/
/*widget meta*/
/*widget recent comments*/
/*widget recent entries*/
/*widget Social*/
/*widget tag cloud*/
/*widget calender*/
/*widget post box*/
/**/
/*Footer 2*/
/*Footer 3*/
/*Footer 4*/
/*Footer 5*/
/*Footer 6*/
/*Footer 7*/
/*Footer 8*/
/*---------------------------------------------
#. Widgets - Sidebar
-----------------------------------------------*/
/*Sidebar block widget*/
/*Recent comment widget*/
/*widget rss*/
/*---widget text css---*/
/*---Accesspress tag css---*/
/*Sidebar search*/
/*post box*/
/*Tab post widget*/
/*Feature post widget*/
/*Categories and Archive widget*/
/*calendar sidebar*/
/*Image Gallery*/
/*Image widget*/
/*Social widget*/
/*About Author*/
/*Social apsc style 1*/
/*Social apsc style 2*/
/*Social apsc style 3*/
/*Social apsc style 4*/
/*Widget gallery*/
/*Instagram Feed*/
/*-----------------------------------------------------
#. Banner
------------------------------------------------------*/
/*breadcrumb*/
/*-------------------------------------
#. Contents
---------------------------------------*/
/*-------------------------------------
#. Single Content
---------------------------------------*/
/*reading progressbar*/
/*post scroll seperator*/
/*post header title*/
/*post video*/
/*post social style*/
/*post content*/
/*post footer meta*/
/*Post author*/
/*next post & prev post*/
/*-------------------------------------
#. Comments
---------------------------------------*/
/*review schema*/
/*single layout 1*/
/*single layout 2*/
/*single layout 3*/
/*-------------------------------------
#. Admin Author
---------------------------------------*/
/* ------------------------
#. Default Blog layout 
---------------------------*/
/*blog layout 1*/
/*blog layout 2*/
/*blog layout 3*/
/*blog layout 4*/
/*blog layout 5*/
/*blog author layout */
/*blog layout 7*/
/*sidebar spacing*/
/*blog sticky*/
/*-------------------------------------
#. Swiper Slider
---------------------------------------*/
/* Related Post title */
/*-------------------------------------
#. Related Post
---------------------------------------*/
/*-------------------------------------
#. Pagination
---------------------------------------*/
/*blog loadmore*/
/*addon load more*/
/*-------------------------------------
#. Error 404
---------------------------------------*/
/*-------------------------------------
#. Fluent form
---------------------------------------*/
/*Contact Form*/
/*subscribe form*/
/*subscribe form 2*/
/*footer subscribe form*/
/*end form*/
/*review schema*/
/*User Frontend */
/*-------------------------------------
#. Gutenberg Support
---------------------------------------*/
/*gutenberg with sidebar*/
/*blockquote*/
/* Main column width */
/* Width of "wide" blocks */
/* Width of "full-wide" blocks */
/************** Button ***************/
/*button end*/
/*wp block cover*/
/*Mobile menu*/
/*carticon and search*/
/*mobile header topbar*/
/*-------------------------------------
#. Ticker Styling
---------------------------------------*/
/*---------------------------------------------------------
#. Woocommerce
-----------------------------------------------------------*/
/*------------------- Product Details -------------------*/
/*single product meta*/
/*product bottom*/
/*product button*/
/*review*/
/*star rating for products*/
/*header cart*/
/*end cart*/
/*related product slider*/
/*quick view*/
/*-------------------------------------
#. Dark mode
---------------------------------------*/
/*dark header css*/
/*other site css*/
/*blog dark css*/
/*dark wooCommerce css*/
/*review schema*/
body {
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif !important;
  font-size: 18px;
  line-height: 26px;
  color: #6c6f72;
  font-weight: 400;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #ffffff;
  overflow-x: hidden;
}
body .entry-content {
  font-family: Kazimir, "Helvetica CY", Arial, sans-serif !important;
  font-size: 18px;
  line-height: 26px;
}
body .rt-cover {
  z-index: 149;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  animation: slideInLeft 500ms ease-in-out;
  transition: all 0.5s ease-in-out;
}
body .wpuf-dashboard-container .wpuf-dashboard-content {
  align-items: normal !important;
}
body .wpuf-dashboard-container .wpuf-pagination .page-numbers.current {
  background-color: #2962ff;
  border-color: transparent;
  color: #ffffff;
  padding: 0;
}
body .wpuf-dashboard-container .wpuf-pagination .page-numbers {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #646464;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 0;
  height: 45px;
  width: 48px;
  line-height: 45px;
  font-weight: 500;
}
body .wpuf-dashboard-container .wpuf-pagination .page-numbers:hover {
  background-color: #2962ff;
  border-color: transparent;
  color: #ffffff;
  padding: 0;
}
body .wpuf-dashboard-container .wpuf-dashboard-navigation ul li.wpuf-menu-item {
  margin-right: 25px;
  padding-bottom: 6px;
}
body .wpuf-dashboard-container .wpuf-dashboard-navigation .wpuf-menu-item a {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  background: #f3f3f3;
  display: block;
  padding: 8px 15px;
}
body .wpuf-dashboard-container .wpuf-dashboard-navigation .wpuf-menu-item:hover a {
  color: #ffffff !important;
  background-color: #2962ff;
}
body .wpuf-dashboard-container .wpuf-dashboard-navigation .wpuf-menu-item.active a {
  color: #ffffff !important;
  background-color: #2962ff;
}
body .wpuf-dashboard-container form.wpuf-update-profile-form ul.wpuf-form {
  margin: 0 !important;
}
body .sidebarBtn {
  display: block;
  cursor: pointer;
  transition: all ease 0.31s;
}
body .sidebarBtn .bar {
  background: #000000;
  height: 2px;
  width: 25px;
  display: block;
  margin-bottom: 4px;
  transition: all ease 0.31s;
}
body .sidebarBtn .bar:nth-child(2) {
  width: 20px;
}
body .sidebarBtn .bar:nth-child(3) {
  width: 20px;
}
body .sidebarBtn .bar:last-child {
  margin-bottom: 0;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-bottom: 15px;
  margin-right: 25px;
  margin-top: 10px;
}

.alignright {
  float: right;
  margin-left: 25px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 15px;
}

a {
  color: #2962ff;
  text-decoration: none;
}
a:focus {
  outline: 0px solid;
  text-decoration: none;
  outline: 0 none;
}
a:active {
  text-decoration: none;
  outline: 0 none;
}
a:hover {
  color: #000000;
  text-decoration: none;
  outline: 0 none;
}
a code {
  color: #2962ff;
}

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

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 17px 0;
}
p:last-child img.size-thumbnail.alignright {
  clear: both;
  padding-top: 0;
}
p:last-child img.size-full.alignright {
  clear: both;
  padding-top: 0;
}

h1 {
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
  font-weight: 700 !important;
  font-size: 44px;
  line-height: 46px;
  letter-spacing: -0.5px;
  margin-bottom: 10px !important;
}

h2 {
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
  margin: 0 0 20px 0;
  color: #000000;
  font-size: 28.44px;
  font-weight: 700;
  line-height: 32px;
}

h3 {
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
  margin: 0 0 20px 0;
  color: #000000;
  font-size: 22.63px;
  font-weight: 700;
  line-height: 33px;
}

h4 {
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
  margin: 0 0 20px 0;
  color: #000000;
  font-size: 20.31px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
  margin: 0 0 20px 0;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

h6 {
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
  margin: 0 0 20px 0;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.clear {
  clear: both;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
}

ul {
  list-style: disc inside none;
  margin: 0 0 20px 0;
}

#wrapper {
  overflow: hidden;
  transition: all 0.5s ease-out;
}

hr {
  background-color: #e5e5e5;
}

.elementor hr {
  background-color: #e5e5e5;
}

* {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

button:focus {
  outline: none;
}

.submit-btn:focus {
  outline: none;
}

.primary-color {
  color: #2962ff;
}

.secondary-color {
  color: #0034c2;
}

#page .content-area {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease 0.31s;
}

.post-bottom-spacer {
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
}

.visibility-h {
  visibility: hidden;
}

.number-counter {
  counter-reset: post-counter;
}

.title-animation-black-normal a {
  color: #000000;
  display: inline;
  padding-bottom: 0;
  background-image: linear-gradient(to bottom, #000 0%, #000 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.7s;
}
.title-animation-black-normal a:hover {
  background-size: 100% 1px;
}

.title-animation-black-bold a {
  color: #000000;
  display: inline;
  padding-bottom: 0;
  background-image: linear-gradient(to bottom, #000 0%, #000 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.7s;
}
.title-animation-black-bold a:hover {
  background-size: 100% 2px;
}

.title-animation-white-bold a {
  color: #ffffff;
  display: inline;
  padding-bottom: 0;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.7s;
}
.title-animation-white-bold a:hover {
  background-size: 100% 2px;
}

.title-animation-white-normal a {
  color: #ffffff;
  display: inline;
  padding-bottom: 0;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.7s;
}
.title-animation-white-normal a:hover {
  background-size: 100% 1px;
}

.rt-grid-item {
  display: block;
  float: left;
  clear: both;
}

#yith-quick-view-modal {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1400;
  opacity: 0;
  text-align: center;
  transition: all 0.3s;
}
#yith-quick-view-modal .yith-wcqv-main {
  border-radius: 4px;
  box-shadow: none;
}
#yith-quick-view-modal #yith-quick-view-content {
  overflow-y: scroll;
}
#yith-quick-view-modal #yith-quick-view-content::-webkit-scrollbar {
  width: 0;
}

.mfp-close-btn-in .mfp-close {
  background-color: transparent;
}

.mfp-iframe-scaler iframe {
  border-radius: 15px;
}

.button-style-1 {
  position: relative;
  background: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 12px;
  color: #646464;
  font-weight: 700;
  padding: 7px 18px 7px 25px;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0);
}
.button-style-1:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  border-radius: 4px;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition: all 0.3s;
  transition-timing-function: ease-out;
  z-index: -1;
}
.button-style-1:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  background-color: #2962ff;
}

a.button-style-1:hover {
  color: #ffffff;
  border-color: transparent;
}

.button-style-2 {
  position: relative;
  background-color: #2962ff;
  color: #ffffff !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.6px;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 20px 14px;
  line-height: 1.4;
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
  z-index: 1;
}
.button-style-2:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  border-radius: 4px;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition: all 0.3s;
  transition-timing-function: ease-out;
  z-index: -1;
}
.button-style-2:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  background-color: #0034c2;
}

a.button-style-2:hover {
  color: #ffffff;
}

.button-style-2.btn-common path.rt-button-cap {
  stroke: #ffffff;
}

.button-style-3 {
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.6px;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 20px 14px;
  line-height: 1.4;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
}

a.button-style-3:hover {
  background-color: #2962ff;
  color: #ffffff;
}

.button-style-4 {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}

a.button-style-4:hover {
  color: #2962ff;
}

a.button-style-4.btn-common:hover path.rt-button-cap {
  stroke: #2962ff;
}

.btn-common svg {
  fill: currentColor;
  vertical-align: middle;
  margin-left: 10px;
  width: 22px;
}
.btn-common .rt-button-cap {
  transform: translateX(-13px);
  transform-origin: right;
  transition: 0.5s;
}
.btn-common .rt-button-line {
  transform: translateX(-13px);
  transform-origin: right;
  transition: 0.5s;
  stroke: currentColor;
  stroke-width: 0.5;
}
.btn-common rect.rt-button-line {
  height: 1.5px;
  y: 7;
}
.btn-common path.rt-button-cap {
  stroke-width: 1;
  stroke: #646464;
}
.btn-common:hover path.rt-button-cap {
  stroke: #ffffff;
}
.btn-common:hover .rt-button-line {
  animation: qode-button-line 0.4s ease forwards;
}
.btn-common:hover .rt-button-cap {
  animation: qode-button-cap 0.4s ease forwards;
}

.rt-animation-out .rt-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.rt-animation-out .rt-button-cap {
  animation: qode-button-cap-out 0.35s ease-in-out;
}

.rt-button-line {
  transform: translateX(9px);
  stroke-width: 0.1;
  stroke: currentColor;
  transform-origin: right;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
}

.rt-button-cap {
  transform-origin: right;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
}

.play-btn-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #2962ff;
  color: #fff;
  font-size: 1.125rem;
  animation: pulseShadowlgprimary 2000ms linear infinite;
}
.play-btn-primary:hover {
  background-color: #0034c2;
  color: #fff;
}

.play-btn-transparent {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 16px;
  animation: pulseShadowsmgray 2000ms linear infinite;
}
.play-btn-transparent:hover {
  background-color: #0034c2;
  color: #fff;
}

.play-btn-transparent-2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.8125rem;
  animation: pulseShadowsmgray 2000ms linear infinite;
}
.play-btn-transparent-2:hover {
  background-color: #0034c2;
  color: #fff;
}

.play-btn-transparent-3 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 16px;
  animation: pulseShadowsmgray 2000ms linear infinite;
}
.play-btn-transparent-3:hover {
  background-color: #0034c2;
  color: #fff;
}

.play-btn-white-lg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #282828;
  font-size: 1.125rem;
  animation: pulseShadowlgwhite 2000ms linear infinite;
}
.play-btn-white-lg:hover {
  background-color: #0034c2;
  color: #fff;
}

.play-btn-white-xl {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  color: #282828;
  font-size: 1.25rem;
  animation: pulseShadowxlwhite 2000ms linear infinite;
}
.play-btn-white-xl:hover {
  background-color: #0034c2;
  color: #fff;
}

.play-btn-white {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff;
  color: #2962ff;
  font-size: 0.875rem;
  animation: pulseShadowsmwhite 2000ms linear infinite;
}
.play-btn-white:hover {
  background-color: #0034c2;
  color: #fff;
}

.play-btn-gray {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #acacac;
  color: #fff;
  font-size: 14px;
  animation: pulseShadowsmgray 2000ms linear infinite;
}
.play-btn-gray:hover {
  background-color: #0034c2;
  color: #fff;
}

.header-top-bar {
  position: relative;
  padding: 10px 0;
  z-index: 1;
  min-height: 34px;
}
.header-top-bar .tophead-right {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 14px;
}
.header-top-bar .tophead-right ul li {
  display: inline-block;
  margin-right: 9px;
  font-size: 14px;
}
.header-top-bar .tophead-right ul li:last-child {
  margin-right: 0;
}
.header-top-bar .social-label {
  color: #ffffff;
  font-size: 13px;
  margin-right: 10px;
  text-transform: uppercase;
}
.header-top-bar .tophead-left ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
.header-top-bar .tophead-left ul li:last-child {
  margin-right: 0;
}
.header-top-bar .top-bar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top-bar .widget {
  margin-bottom: 0;
}
.header-top-bar .widget ul li {
  display: inline-block;
  margin-right: 10px;
}
.header-top-bar .widget ul li:last-child {
  margin-right: 0;
}

.topbar-style-1 .header-top-bar {
  background-color: #292929;
  color: #e0e0e0;
}
.topbar-style-1 .header-top-bar a {
  color: #e0e0e0;
}
.topbar-style-1 .header-top-bar a:hover {
  color: #2962ff;
}
.topbar-style-1 .header-top-bar .tophead-left {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 14px;
}
.topbar-style-1 .header-top-bar .tophead-left > div {
  display: inline-flex;
  align-items: center;
}
.topbar-style-1 .header-top-bar i {
  color: #ffffff;
  margin-right: 7px;
  line-height: 1;
}
.topbar-style-1 .tophead-left > div:after {
  content: "|";
  color: #bbbbbb;
  padding: 0 10px;
}
.topbar-style-1 .tophead-left > div:last-child:after {
  display: none;
}
.topbar-style-1 .tophead-right i {
  font-size: 13px;
  width: 13px;
}
.topbar-style-1 .tophead-right .topbar-date:after {
  content: "|";
  color: #bbbbbb;
  padding: 0 10px;
}
.topbar-style-1 .tophead-social li a i {
  color: #bebdbd;
  margin-right: 0;
  transition: all 0.3s ease-out;
}
.topbar-style-1 .tophead-social li a:hover i {
  color: #ffffff;
}
.topbar-style-1 .ticker-content a {
  text-decoration: none;
  color: #e0e0e0;
}
.topbar-style-1 .ticker-content a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.topbar-style-1 .ticker-wrapper .ticker-swipe {
  background: #292929;
}

.topbar-style-2 .header-top-bar {
  background-color: #2962ff;
  color: #ffffff;
}
.topbar-style-2 .header-top-bar a {
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.topbar-style-2 .header-top-bar .tophead-left {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 14px;
}
.topbar-style-2 .header-top-bar .tophead-left > div {
  display: inline-flex;
  align-items: center;
}
.topbar-style-2 .tophead-left i {
  color: #ffffff;
  font-size: 14px;
  padding-right: 10px;
  line-height: 1;
}
.topbar-style-2 .tophead-left > div:after {
  content: "|";
  color: #bbbbbb;
  padding: 0 10px;
}
.topbar-style-2 .tophead-left > div:last-child:after {
  display: none;
}
.topbar-style-2 .tophead-right i {
  margin-right: 7px;
  width: 12px;
}
.topbar-style-2 .tophead-right > div:after {
  content: "|";
  color: #bbbbbb;
  padding: 0 10px;
}
.topbar-style-2 .tophead-right > div:last-child:after {
  display: none;
}

.topbar-style-3 .header-top-bar {
  background-color: #f7f7f7;
  color: #818181;
}
.topbar-style-3 .header-top-bar a {
  color: #818181;
  transition: all 0.3s ease-out;
}
.topbar-style-3 .header-top-bar .tophead-left {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 14px;
}
.topbar-style-3 .header-top-bar .tophead-left > div {
  display: inline-flex;
  align-items: center;
}
.topbar-style-3 .header-top-bar .social-label {
  color: #818181;
}
.topbar-style-3 .tophead-left i {
  color: #818181;
  font-size: 14px;
  padding-right: 10px;
  line-height: 1;
}
.topbar-style-3 .tophead-left > div:after {
  content: "|";
  color: #bbbbbb;
  padding: 0 10px;
}
.topbar-style-3 .tophead-left > div:last-child:after {
  display: none;
}
.topbar-style-3 .tophead-right i {
  margin-right: 7px;
  width: 12px;
}
.topbar-style-3 .tophead-right > div:after {
  content: "|";
  color: #bbbbbb;
  padding: 0 10px;
}
.topbar-style-3 .tophead-right > div:last-child:after {
  display: none;
}

.topbar-style-4 .header-top-bar {
  background-color: #292929;
  color: #c7c3c3;
}
.topbar-style-4 .header-top-bar a {
  color: #c7c3c3;
  transition: all 0.3s ease-out;
}
.topbar-style-4 .header-top-bar .social-label {
  color: #c7c3c3;
}
.topbar-style-4 .tophead-right i {
  margin-right: 7px;
  width: 12px;
}
.topbar-style-4 .tophead-right .topbar-date:after {
  content: "|";
  color: #bbbbbb;
  padding: 0 10px;
}

.rt-topbar-menu .menu li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #000;
}
.rt-topbar-menu .menu li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.rt-topbar-menu .menu li a {
  color: #c7c3c3;
  font-size: 14px;
  line-height: 22px;
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
}
.rt-topbar-menu .menu li a:hover {
  color: #ffffff;
}

.topbar-style-5 .header-top-bar {
  border-bottom: 1px solid #e2e2e2;
}
.topbar-style-5 .header-top-bar .social-label {
  color: #adadad;
}
.topbar-style-5 .tophead-social li a {
  color: #7a7a7a;
}
.topbar-style-5 .tophead-social li a:hover {
  color: #2962ff;
}
.topbar-style-5 .tophead-right .search-icon:after {
  content: "|";
  color: #bbbbbb;
  padding: 0 10px 8px;
}
.topbar-style-5 .tophead-right .search-icon a {
  position: relative;
  color: #7a7a7a;
  font-size: 18px;
}
.topbar-style-5 .tophead-right .search-icon a:hover {
  color: #2962ff;
}
.topbar-style-5 .ticker-content a {
  text-decoration: none;
  color: #000000;
}
.topbar-style-5 .ticker-content a:hover {
  text-decoration: underline;
  color: #2962ff;
}
.topbar-style-5 .ticker-wrapper .ticker-swipe {
  background: #ffffff;
}
.topbar-style-5 .ticker-title {
  color: #000000;
  font-weight: 500;
  font-family: "Roboto Slab", Sans-serif;
}
.topbar-style-5 .rt-news-ticker-holder i {
  background: transparent;
  color: #000;
  border: 1px solid #adadad;
}

.menu-full-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-icon-area {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.header-icon-area .cart-icon-area {
  position: relative;
  margin-left: 15px;
  padding: 16px 0;
}
.header-icon-area > div {
  position: relative;
}
.header-icon-area > div:last-child:before {
  content: none;
}
.header-icon-area > div:first-child {
  margin-left: 0;
}
.header-icon-area .additional-menu-area {
  margin-left: 15px;
}
.header-icon-area .offcanvas-menu-wrap {
  display: inline-flex;
  margin-left: 25px;
}
.header-icon-area .user-icon-area {
  margin-right: 15px;
  font-size: 20px;
  line-height: 1;
}
.header-icon-area .user-icon-area a {
  color: #818181;
}
.header-icon-area .user-icon-area a:hover {
  color: #2962ff;
}
.header-icon-area .search-icon {
  font-size: 20px;
  line-height: 1;
}
.header-icon-area .search-icon a {
  color: #818181;
}
.header-icon-area .search-icon a:hover {
  color: #2962ff;
}

.menu-user {
  display: inline-flex;
  align-items: center;
}
.menu-user .user-icon-area {
  font-size: 20px;
  line-height: 1;
  margin-left: 15px;
  position: relative;
  bottom: 2px;
}
.menu-user .user-icon-area a {
  color: #818181;
}
.menu-user .user-icon-area a:hover {
  color: #2962ff;
}

.offcanvas-menu-wrap button.offcanvas-btn-dark .menu-btn-icon > span {
  background-color: #2962ff;
}
.offcanvas-menu-wrap button.offcanvas-btn-darklight .menu-btn-icon span {
  background-color: #cccccc;
}
.offcanvas-menu-wrap button.offcanvas-btn-light .menu-btn-icon span {
  background-color: #ffffff;
}
.offcanvas-menu-wrap button.offcanvas-close-btn.menu-status-close .menu-btn-icon span {
  background-color: #ffffff;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn {
  border: none;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 0;
  width: 40px;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn:focus {
  outline: none;
}
.offcanvas-menu-wrap button.offcanvas-menu-btn .menu-btn-icon {
  display: block;
  width: 35px;
  position: relative;
  height: 50px;
}

.offcanvas-navigation ul {
  padding: 0;
  margin: 0;
}
.offcanvas-navigation ul li {
  line-height: 1.7;
}

.header-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f6fa;
  transform: scaleY(0);
  visibility: hidden;
  z-index: 150;
  transition: all 0.7s ease-in-out;
  transform-origin: 0 0 0;
}
.header-search .header-search-form {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.header-search .header-search-form input[type=search] {
  width: 54%;
  height: 70px;
  color: #000000;
  font-size: 24px;
  flex: initial;
  text-align: left;
  border: none;
  border-radius: 0;
  margin: 0px auto;
  padding: 20px 35px 20px 0;
  outline: none;
  background: transparent;
  border-bottom: 1px solid #2962ff;
  line-height: 28px;
}
.header-search .header-search-form input::-webkit-input-placeholder {
  color: #aaa;
}
.header-search .header-search-form input:-ms-input-placeholder {
  color: #aaa;
}
.header-search .header-search-form input:-moz-placeholder {
  color: #aaa;
}
.header-search .header-search-form .search-btn {
  padding: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: #000000;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0px;
  margin-left: -32px;
  background: transparent;
  line-height: 29px;
  z-index: 12;
  transition: all 300ms;
}
.header-search .header-search-form .search-btn i {
  line-height: 28px;
}
.header-search .header-search-form .search-btn:hover {
  color: #2962ff;
}
.header-search .header-search-form .search-btn:focus {
  box-shadow: none;
  outline: none;
}
.header-search .stylish-input-group {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.header-search .stylish-input-group input[type=search] {
  width: 54%;
  height: 70px;
  color: #000000;
  font-size: 24px;
  flex: initial;
  text-align: left;
  border: none;
  border-radius: 0;
  margin: 0px auto;
  padding: 20px 35px 20px 0;
  outline: none;
  background: transparent;
  border-bottom: 1px solid #2962ff;
  line-height: 28px;
}
.header-search .stylish-input-group input::-webkit-input-placeholder {
  color: #aaa;
}
.header-search .stylish-input-group input:-ms-input-placeholder {
  color: #aaa;
}
.header-search .stylish-input-group input:-moz-placeholder {
  color: #aaa;
}
.header-search .stylish-input-group input:focus {
  box-shadow: none;
  outline: none;
}
.header-search .stylish-input-group .btn {
  padding: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: #000000;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0px;
  margin-left: -32px;
  background: transparent;
  line-height: 29px;
  z-index: 12;
  transition: all 300ms;
  position: absolute;
  left: 20%;
}
.header-search .stylish-input-group .btn:hover {
  color: #2962ff;
}
.header-search .stylish-input-group .btn:focus {
  box-shadow: none;
  outline: none;
}
.header-search .stylish-input-group .search-btn:focus {
  box-shadow: none;
  outline: none;
}
.header-search .custom-search-input {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.header-search .custom-search-input input[type=text] {
  width: 54%;
  height: 70px;
  color: #000000;
  font-size: 24px;
  flex: initial;
  text-align: left;
  border: none;
  border-radius: 0;
  margin: 0px auto;
  padding: 20px 35px 20px 0;
  outline: none;
  background: transparent;
  border-bottom: 1px solid #2962ff;
  line-height: 28px;
}
.header-search .custom-search-input input::-webkit-input-placeholder {
  color: #aaa;
}
.header-search .custom-search-input input:-ms-input-placeholder {
  color: #aaa;
}
.header-search .custom-search-input input:-moz-placeholder {
  color: #aaa;
}
.header-search .custom-search-input input:focus {
  box-shadow: none;
  outline: none;
}
.header-search .custom-search-input .btn {
  padding: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: #000000;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0px;
  margin-left: -32px;
  background: transparent;
  line-height: 29px;
  z-index: 12;
  transition: all 300ms;
  position: absolute;
  left: 20%;
}
.header-search .custom-search-input .btn:hover {
  color: #2962ff;
}
.header-search .custom-search-input .btn:focus {
  box-shadow: none;
  outline: none;
}
.header-search .close {
  position: fixed;
  top: 30px;
  right: 15px;
  margin: 0 auto;
  color: #000000;
  border-radius: 4px;
  border: none;
  opacity: 0.5;
  visibility: visible;
  padding: 0;
  font-size: 70px;
  font-weight: 300;
  cursor: pointer;
  background: transparent;
  transition: all 300ms;
  z-index: 1;
}
.header-search .close:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.header-search .close:hover {
  transform: scale(1.2);
  opacity: 1;
}

.header-search.open {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.header-area {
  background: #ffffff;
  position: relative;
  z-index: 2;
}

.header-menu {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all ease 0.31s;
}

.admin-bar .rt-sticky {
  top: 32px;
}

.rt-sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.1);
}

.header-social {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
}
.header-social li {
  display: inline-block;
  list-style: outside none none;
}
.header-social li a {
  font-size: 15px;
  margin-right: 12px;
  text-align: center;
  color: #818181;
  display: block;
}
.header-social li a:hover {
  color: #2962ff;
}
.header-social li:last-child a {
  margin-right: 0;
}

.site-header .site-branding a {
  display: table-cell;
  vertical-align: middle;
  color: #2962ff;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
}
.site-header .site-branding a img {
  max-width: 162px;
  width: 100%;
}
.site-header .site-branding .light-logo {
  display: none;
}
.site-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-header .main-navigation nav ul li {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.site-header .main-navigation nav ul li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #000000;
  padding: 20px 15px;
  text-transform: uppercase;
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
  transition: all ease 0.31s;
}
.site-header .main-navigation nav ul li a:hover {
  color: #2962ff;
}
.site-header .main-navigation nav ul li a.active {
  color: #a5a5a5 !important;
}
.site-header .main-navigation nav ul li.menu-item-has-children a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  transform: rotate(0deg);
  display: inline-block;
  padding-left: 6px;
  font-size: 12px;
}
.site-header .main-navigation nav ul li.menu-item-has-children:hover a:after {
  transform: rotate(180deg) translateX(-6px);
  transition: all 0.4s ease;
}
.site-header .main-navigation nav > ul > li > a::before {
  position: absolute;
  content: "";
  height: 3px;
  background: #2962ff;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
  transition: 0.5s;
  transform: scaleX(0);
  transform-origin: top right;
}
.site-header .main-navigation nav > ul > li:hover > a::before {
  transform-origin: top right;
  transform: scaleX(1);
}
.site-header .main-navigation ul.menu > li > a:hover {
  color: #2962ff;
}
.site-header .main-navigation ul.menu li.current-menu-item > a {
  color: #2962ff;
}
.site-header .main-navigation ul.menu > li.current > a {
  color: #2962ff;
}
.site-header .main-navigation ul.menu li.current-menu-ancestor > a {
  color: #2962ff;
}
.site-header .main-navigation ul.menu li ul.sub-menu li a:after {
  content: "";
}
.site-header .main-navigation ul.menu li ul.sub-menu li a:hover {
  color: #2962ff;
}
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li:after {
  display: none;
}
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li.menu-item-has-children:before {
  display: none;
}
.site-header .main-navigation ul li ul {
  text-align: left;
  background-color: #ffffff;
}
.site-header .main-navigation ul li ul li {
  display: block;
  border-bottom: none;
  border-left: none;
}
.site-header .main-navigation ul li ul li:last-child {
  border-bottom: none;
  border-bottom: none;
}
.site-header .main-navigation ul li ul li a {
  position: relative;
  overflow: hidden;
  display: block;
  color: #656567;
  text-transform: inherit;
  padding: 7px 20px 7px 25px;
  font-weight: 500;
  font-size: 13px;
  z-index: 2;
  transition: all 140ms ease-in-out;
}
.site-header .main-navigation ul li ul li:hover {
  background: #ffffff;
}
.site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:before {
  color: #656567;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 7px;
  transition: all 0.4s ease;
}
.site-header .main-navigation ul li ul.sub-menu li > a:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 0px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  margin: 0;
  background: #6c6c6c;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.site-header .main-navigation ul li ul.sub-menu li:hover > a:before {
  background: #2962ff;
  height: 11px;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}
.site-header .main-navigation ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 225px;
  margin: 0;
  padding: 10px 0;
  background-color: #fff;
  text-align: left;
  box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  border-radius: 0 0 4px 4px;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  opacity: 0;
  z-index: 100;
  transform: scaleY(0);
  transform-origin: 0 0 0;
}
.site-header .main-navigation ul > li > ul li ul {
  left: 225px;
  top: 0;
  width: 225px;
}
.site-header .main-navigation ul > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
  transform: scaleY(1);
}
.site-header .main-navigation ul > li:hover > ul li ul {
  top: 0;
}
.site-header .main-navigation ul li.mega-menu {
  position: static;
}
.site-header .main-navigation ul li.mega-menu:hover ul {
  opacity: 1;
  visibility: visible;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li {
  background-color: inherit;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li:last-child {
  border-bottom: none;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a {
  padding-left: 25px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu {
  background-color: #ffffff;
  width: calc(100% - 24px);
  max-width: 1296px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 15px;
  display: flex;
  justify-content: space-around;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li {
  display: inline-block;
  width: 100%;
  border: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li ul {
  top: 0;
  position: relative;
  width: inherit;
  left: inherit;
  box-shadow: none;
  border-top: none;
  transform: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
  font-size: 16px;
  font-weight: 700;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:after {
  content: "";
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:before {
  color: #2962ff;
  font-size: 14px;
  padding-right: 13px;
}
.site-header .main-navigation ul li.mega-menu.menu-two-column {
  position: relative;
}
.site-header .main-navigation ul li.mega-menu.menu-two-column > ul.sub-menu {
  width: 550px;
}
.site-header .main-navigation ul li.mega-menu.menu-three-column {
  position: relative;
}
.site-header .main-navigation ul li.mega-menu.menu-three-column > ul.sub-menu {
  width: 790px;
}
.site-header .main-navigation ul li.mega-menu.hide-header > ul.sub-menu > li > a {
  display: none;
}

.fallbackcd-menu-item .fallbackcd {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #000000;
  padding: 38px 15px;
  text-transform: capitalize;
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
  transition: all ease 0.31s;
}

.main-navigation ul li span.new {
  background: #2962ff;
  font-size: 10px;
  color: #fff;
  padding: 3px 5px 2px;
  border-radius: 5px;
}
.main-navigation ul li span.hot {
  background: #ff1f1f;
  font-size: 10px;
  color: #fff;
  padding: 3px 5px 2px;
  border-radius: 5px;
}

.header-style-1 .site-header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-style-1 .site-header .header-top .icon-left {
  float: left;
  margin-right: 10px;
  text-align: center;
  font-size: 18px;
  color: #2962ff;
}
.header-style-1 .site-header .header-top .info {
  float: left;
  line-height: 1;
  font-size: 16px;
  text-align: left;
  color: #000000;
  position: relative;
}
.header-style-1 .site-header .header-top .info-text {
  font-size: 15px;
  font-weight: 400;
}
.header-style-1 .site-header .header-top .info-text a {
  color: #000000;
}
.header-style-1 .site-header .header-top .info-text a:hover {
  color: #2962ff;
}
.header-style-1 .site-header .header-top .info-label {
  display: block;
  color: #76767d;
  font-size: 13px;
}
.header-style-1 .site-header .header-top .header-address > div {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #d4d3d3;
}
.header-style-1 .site-header .header-top .header-address > div:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.header-style-2 .site-header .info-wrap {
  display: flex;
  align-items: center;
}
.header-style-2 .site-header .main-navigation > nav > ul > li > a {
  padding-left: 0;
}

.header-style-3 .menu-full-wrap {
  min-height: 150px;
  transition: all 0.3s ease;
}
.header-style-3 .rt-sticky .menu-full-wrap {
  min-height: 100px;
  transition: all 0.3s ease;
}

.header-style-4 .header-area .logo-menu-wrap {
  padding-top: 30px;
  text-align: center;
}
.header-style-4 .header-area .site-branding {
  display: inline-block;
  text-align: center;
}
.header-style-4 .header-menu {
  border-bottom: 1px solid #e5e5e5;
}

.header-style-5 .site-header {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 99;
}
.header-style-5 .site-header .main-navigation > nav > ul > li > a {
  color: #ffffff;
  padding-top: 29px;
  padding-bottom: 29px;
}
.header-style-5 .site-header .site-branding > .dark-logo {
  display: none;
}
.header-style-5 .site-header .site-branding > .light-logo {
  display: table-cell;
}
.header-style-5 .header-area {
  background: transparent;
}
.header-style-5 .header-area .header-menu {
  background: rgba(0, 0, 0, 0.625);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8);
}
.header-style-5 .header-area .header-menu.rt-sticky {
  background: rgb(0, 0, 0);
}
.header-style-5 .header-offcanvus button.side-menu-trigger {
  border: 1px solid rgba(255, 255, 255, 0.625);
  width: 41px;
  height: 41px;
  border-radius: 50%;
}
.header-style-5 .header-offcanvus button.side-menu-trigger .menu-btn-icon {
  width: 24px;
}
.header-style-5 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line {
  background-color: #ffffff;
}
.header-style-5 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line3 {
  width: 20px;
}
.header-style-5 .menu-icon {
  position: relative;
  display: flex;
  align-items: center;
}
.header-style-5 .header-icon-area {
  margin-right: 20px;
  padding-right: 20px;
}
.header-style-5 .header-icon-area::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -18px;
  width: 1px;
  height: 81px;
  background-color: rgba(255, 255, 255, 0.4);
}
.header-style-5 .header-search-five {
  position: relative;
  padding-left: 15px;
}
.header-style-5 .header-search-five::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 1px;
  height: 81px;
  background-color: rgba(255, 255, 255, 0.4);
}
.header-style-5 .header-search-five .search-form button {
  width: inherit;
  height: inherit;
  background-color: transparent !important;
  padding: 0;
}
.header-style-5 .header-search-five .search-form input {
  color: #ffffff;
  font-weight: 400;
  padding-right: 30px;
}
.header-style-5 .search-form input.search-field::-webkit-input-placeholder {
  color: #fff;
}
.header-style-5 .search-form input.search-field:-ms-input-placeholder {
  color: #fff;
}
.header-style-5 .search-form input.search-field:-moz-placeholder {
  color: #fff;
}
.header-style-5 .header-icon-right {
  display: flex;
  align-items: center;
}
.header-style-5 .cart-area .cart-list-trigger {
  padding: 26px 0;
}
.header-style-5 .cart-area .cart-trigger-icon {
  color: #fff;
}
.header-style-5 .cart-area .cart-trigger-icon > span {
  top: 20px;
  right: -10px;
}

.header-search-six {
  position: relative;
}

.header-style-6 .logo-ad-wrap {
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
}
.header-style-6 .header-search-six .search-form button {
  width: inherit;
  height: inherit;
  background-color: transparent !important;
  padding: 0;
  color: #9b9b9b;
  font-size: 20px;
}
.header-style-6 .header-search-six .search-form button:hover {
  color: #2962ff;
}
.header-style-6 .header-icon-right {
  display: flex;
  align-items: center;
}

.header-style-7 .header-area {
  background-color: #000;
}
.header-style-7 .menu-full-wrap {
  background-color: #292929;
  border-radius: 4px 4px 0 0;
  padding: 0 30px 0 15px;
}
.header-style-7 .logo-ad-wrap {
  padding: 15px 0;
}
.header-style-7 .site-header .main-navigation > nav > ul > li > a {
  color: #ffffff;
  padding-top: 24px;
  padding-bottom: 24px;
}
.header-style-7 .site-header .site-branding .dark-logo {
  display: none;
}
.header-style-7 .site-header .site-branding .light-logo {
  display: table-cell;
}
.header-style-7 .cart-area .cart-list-trigger {
  padding: 20px 0;
}
.header-style-7 .cart-area .cart-trigger-icon {
  color: #b8b8b8;
}
.header-style-7 .cart-area .cart-trigger-icon > span {
  top: 15px;
}
.header-style-7 .header-icon-area .search-icon a {
  color: #b8b8b8;
}
.header-style-7 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line {
  background-color: #b8b8b8;
}
.header-style-7 .header-offcanvus button.side-menu-trigger .menu-btn-icon::before {
  background-color: #b8b8b8;
}
.header-style-7 .header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
  background-color: #b8b8b8;
}
.header-style-7 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
  background-color: #b8b8b8;
}
.header-style-7 .rt-sticky {
  background-color: transparent;
  box-shadow: none;
}

.header-style-8 .menu-full-wrap {
  padding-top: 30px;
}
.header-style-8 .header-area .menu-wrap {
  text-align: center;
}
.header-style-8 .header-area .site-branding {
  display: inline-block;
  text-align: center;
}
.header-style-8 .header-search-six .search-form input {
  background-color: #f7f7f7;
  border-radius: 30px;
  box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.2);
  padding: 5px 50px 5px 20px;
}
.header-style-8 .header-search-six .search-form button {
  width: inherit;
  height: inherit;
  right: 18px;
  background-color: transparent !important;
  padding: 0;
  color: #9b9b9b;
  font-size: 20px;
  line-height: 1;
}
.header-style-8 .header-search-six .search-form button:hover {
  color: #2962ff;
}
.header-style-8 .header-icon-left {
  display: flex;
  align-items: center;
  width: 220px;
}
.header-style-8 .cart-area .cart-wrapper {
  left: 0;
  right: auto;
}

.header-style-9 .header-area {
  background-color: #000;
}
.header-style-9 .header-menu {
  transition: none;
}
.header-style-9 .logo-ad-wrap {
  padding: 15px 0;
}
.header-style-9 .site-header .main-navigation > nav > ul > li > a {
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.header-style-9 .site-header .site-branding .dark-logo {
  display: none;
}
.header-style-9 .site-header .site-branding .light-logo {
  display: table-cell;
}
.header-style-9 .cart-area .cart-list-trigger {
  padding: 46px 0;
}
.header-style-9 .cart-area .cart-trigger-icon {
  color: #b8b8b8;
}
.header-style-9 .cart-area .cart-trigger-icon > span {
  top: 35px;
}
.header-style-9 .header-icon-area .search-icon a {
  color: #b8b8b8;
}
.header-style-9 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line {
  background-color: #b8b8b8;
}
.header-style-9 .header-offcanvus button.side-menu-trigger .menu-btn-icon::before {
  background-color: #b8b8b8;
}
.header-style-9 .header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
  background-color: #b8b8b8;
}
.header-style-9 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
  background-color: #b8b8b8;
}
.header-style-9 .rt-sticky {
  background-color: #000000;
  box-shadow: none;
}

.header-style-10 .header-top {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-style-10 .header-area .menu-wrap {
  text-align: center;
}
.header-style-10 .header-area .site-branding {
  display: inline-block;
}
.header-style-10 .header-search-six {
  width: 55%;
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 0 0 55%;
}
.header-style-10 .header-search-six .search-form {
  position: relative;
  flex-grow: 1;
}
.header-style-10 .header-search-six .search-form input {
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding: 5px 50px 5px 20px;
  height: 48px;
}
.header-style-10 .header-search-six .search-form button {
  width: 28px;
  height: inherit;
  right: 18px;
  top: 50%;
  background-color: transparent !important;
  padding: 0;
  color: #9b9b9b;
  font-size: 20px;
  line-height: 1;
}
.header-style-10 .header-search-six .search-form button path {
  fill: #9b9b9b;
}
.header-style-10 .header-search-six .search-form button:hover {
  color: #2962ff;
}
.header-style-10 .site-header .main-navigation nav > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}

.header-style-11 .menu-full-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #444444;
}
.header-style-11 .header-icon-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-style-11 .header-icon-left .topbar-date {
  color: #a5a6aa;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.header-style-11 .header-icon-left .topbar-date i {
  padding-right: 5px;
}
.header-style-11 .header-area .menu-wrap {
  text-align: center;
}
.header-style-11 .site-header .main-navigation > nav > ul > li > a {
  padding-top: 24px;
  padding-bottom: 24px;
}
.header-style-11 .site-header .site-branding a img {
  max-width: 363px;
}
.header-style-11 .site-header .header-offcanvus {
  position: relative;
}
.header-style-11 .site-header .header-offcanvus:after {
  position: absolute;
  content: "";
  top: 3px;
  right: -10px;
  height: 20px;
  width: 1px;
  background-color: #bbbbbb;
}

.header-style-12 .header-area {
  background-color: #000;
}
.header-style-12 .header-area .logo-canvus-wrap {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.header-style-12 .header-area .cart-area .cart-list-trigger {
  background-color: #222222;
  margin: 0;
  padding: 34.3px 40px;
}
.header-style-12 .header-area .cart-area .cart-trigger-icon > span {
  top: 25px;
  right: 25px;
}
.header-style-12 .header-menu .container-fluid {
  padding-right: 0;
}
.header-style-12 .site-header .main-navigation > nav > ul > li > a {
  color: #ffffff;
}
.header-style-12 .site-header .site-branding .dark-logo {
  display: none;
}
.header-style-12 .site-header .site-branding .light-logo {
  display: table-cell;
}
.header-style-12 .header-icon-area .search-icon {
  background-color: #1d1d1d;
  padding: 38px 40px;
}
.header-style-12 .header-icon-area .search-icon a {
  color: #b8b8b8;
}
.header-style-12 .cart-area .cart-trigger-icon {
  color: #b8b8b8;
}
.header-style-12 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line {
  background-color: #b8b8b8;
}
.header-style-12 .header-offcanvus button.side-menu-trigger .menu-btn-icon::before {
  background-color: #b8b8b8;
}
.header-style-12 .header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
  background-color: #b8b8b8;
}
.header-style-12 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
  background-color: #b8b8b8;
}
.header-style-12 .rt-sticky {
  background-color: #000000;
  box-shadow: none;
}

.header-style-13 .header-area > .header-top {
  background-color: #000;
}
.header-style-13 .header-area .menu-wrap {
  text-align: center;
}
.header-style-13 .header-area .site-branding {
  display: inline-block;
}
.header-style-13 .site-header .main-navigation nav > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
.header-style-13 .site-header .site-branding .dark-logo {
  display: none;
}
.header-style-13 .site-header .site-branding .light-logo {
  display: table-cell;
}
.header-style-13 .header-social {
  padding-left: 20px;
}
.header-style-13 .header-social li a {
  color: #b8b8b8;
}
.header-style-13 .header-social li a:hover {
  color: #2962ff;
}
.header-style-13 .header-icon-area .search-icon a {
  color: #b8b8b8;
}
.header-style-13 .cart-area .cart-trigger-icon {
  color: #b8b8b8;
}
.header-style-13 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line {
  background-color: #b8b8b8;
}
.header-style-13 .header-offcanvus button.side-menu-trigger .menu-btn-icon::before {
  background-color: #b8b8b8;
}
.header-style-13 .header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
  background-color: #b8b8b8;
}
.header-style-13 .header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
  background-color: #b8b8b8;
}

.header-ad {
  position: relative;
  z-index: -1;
}

.header-before-ad {
  margin-left: 30px;
}
.header-before-ad img {
  border-radius: 4px;
}

.header-ad-item {
  text-align: center;
  padding: 30px 0 30px;
}
.header-ad-item img {
  border-radius: 4px;
}

.content-top-ad-item {
  padding-bottom: 30px;
}
.content-top-ad-item img {
  border-radius: 4px;
}

.content-bottom-item {
  padding-top: 50px;
}

.post-template-post-layout-2 .content-top-ad-item {
  padding-bottom: 30px;
  padding-top: 30px;
}
.post-template-post-layout-2 .content-area {
  padding-top: 0 !important;
}

.content-bottom-ad img {
  border-radius: 4px;
}

.additional-menu-area .sidenav {
  max-width: 395px;
  width: 100%;
  position: fixed;
  transform: translateX(-100%);
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #ffffff;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  transition-property: transform;
  box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.1);
}
.additional-menu-area .sidenav .canvas-content {
  height: 100vh;
  padding: 50px;
  transition: all ease 0.8s;
  overflow-y: auto;
  -ms-overflow-style: none;
  -moz-scrollbar-width: none;
}
.additional-menu-area .sidenav .canvas-content::-webkit-scrollbar {
  width: 0;
}
.additional-menu-area .sidenav .closebtn {
  background: #2962ff;
  color: #ffffff;
  display: block;
  font-size: 20px;
  position: absolute;
  right: 50px;
  top: 55px;
  font-weight: 500;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 4;
}
.additional-menu-area .sidenav .additional-logo a {
  color: #2962ff;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
}
.additional-menu-area .sidenav .additional-logo img {
  max-width: 162px;
  width: 100%;
}
.additional-menu-area .sidenav .sidenav-search {
  border: 1px solid #5f5f5f;
  margin: 0 20px 10px 20px;
}
.additional-menu-area .sidenav ul li {
  position: relative;
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
  line-height: 24px;
  list-style: none;
  border-bottom: 1px solid #e9e9e9;
  transition: all ease 0.31s;
}
.additional-menu-area .sidenav ul li:last-child {
  border-bottom: none;
}
.additional-menu-area .sidenav ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #000000;
  border: none;
  padding: 10px 0;
  font-weight: 500;
  transition: all 140ms ease-in-out;
}
.additional-menu-area .sidenav ul li a:hover {
  color: #2962ff;
}
.additional-menu-area .sidenav ul li ul.sub-menu li > a {
  font-size: 13px;
}
.additional-menu-area .sidenav ul li > span {
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  cursor: pointer;
}
.additional-menu-area .sidenav ul li > span:after {
  content: "\f067";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  transition: 0.1s;
  right: 15px;
  font-weight: 700;
  position: absolute;
  font-size: 13px;
  color: #999999;
}
.additional-menu-area .sidenav ul li > span.open:after {
  content: "\f068";
  color: #2962ff;
}
.additional-menu-area .sidenav .sub-menu {
  border-top: 1px solid #e9e9e9;
  padding-left: 20px;
}
.additional-menu-area .sidenav .light-logo {
  display: none;
}
.additional-menu-area a.side-menu-trigger {
  color: #222;
  cursor: pointer;
  font-size: 21px;
  line-height: 0;
}
.additional-menu-area .sub-menu {
  display: none;
}
.additional-menu-area .sidenav-address {
  padding-top: 40px;
}
.additional-menu-area .sidenav-address span {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
.additional-menu-area .sidenav-address span i {
  color: #2962ff;
  margin-right: 15px;
}
.additional-menu-area .sidenav-address span a {
  display: inline-block;
  color: #444444;
  padding: 0;
}
.additional-menu-area .sidenav-address span a:hover {
  color: #2962ff;
}
.additional-menu-area .sidenav-address .copyright {
  margin-top: 20px;
}
.additional-menu-area .sidenav-address h4 {
  margin-bottom: 15px;
}
.additional-menu-area .sidenav-address h4.social-title {
  margin-top: 30px;
}
.additional-menu-area .sidenav-social {
  margin-top: 20px;
}
.additional-menu-area .sidenav-social span {
  color: #646464;
  display: inline-block;
  padding-right: 5px;
  font-size: 16px;
  text-align: center;
}
.additional-menu-area .sidenav-social span a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #000000;
  color: #fff;
  font-size: 13px;
  transition: all 0.4s ease;
}
.additional-menu-area .sidenav-social span a i {
  margin-right: 0;
  color: #fff;
}
.additional-menu-area .sidenav-social span a:hover {
  background-color: #2962ff;
}
.additional-menu-area #sb_instagram {
  margin-left: -10px;
  padding-bottom: 0 !important;
}

.rt-slide-nav {
  position: absolute;
  background: white;
  width: 100%;
  left: 0;
  z-index: 3;
  display: none;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1098039216);
}
.rt-slide-nav::-webkit-scrollbar {
  width: 0;
}
.rt-slide-nav .offscreen-navigation .sub-menu {
  display: none;
}
.rt-slide-nav .offscreen-navigation .sub-menu li > a {
  font-size: 13px;
  padding-bottom: 7px;
}
.rt-slide-nav .offscreen-navigation ul li {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}
.rt-slide-nav .offscreen-navigation ul li > span {
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  cursor: pointer;
}
.rt-slide-nav .offscreen-navigation ul li > span:after {
  content: "\f067";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  transition: 0.1s;
  right: 15px;
  font-weight: 700;
  position: absolute;
  font-size: 13px;
  color: #999999;
}
.rt-slide-nav .offscreen-navigation ul li:last-child {
  border-bottom: none;
}
.rt-slide-nav .offscreen-navigation ul li > span.open:after {
  content: "\f068";
  color: #2962ff;
}
.rt-slide-nav .offscreen-navigation ul li > a:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 0px;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  margin: 0;
  background: #6c6c6c;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.31s;
}
.rt-slide-nav .offscreen-navigation ul li > a:hover:before {
  background: #2962ff;
  height: 11px;
  opacity: 1;
  visibility: visible;
  transition: all ease 0.31s;
}
.rt-slide-nav .offscreen-navigation ul > li > a {
  padding-left: 25px;
}
.rt-slide-nav .offscreen-navigation ul ul > li > a {
  padding-left: 40px;
}
.rt-slide-nav .offscreen-navigation ul ul ul > li > a {
  padding-left: 55px;
}
.rt-slide-nav .offscreen-navigation ul ul ul li > a::before {
  left: 45px;
}
.rt-slide-nav .offscreen-navigation ul ul li > a::before {
  left: 30px;
}
.rt-slide-nav .offscreen-navigation nav > ul > li ul.sub-menu {
  border-top: 1px solid #e9e9e9;
}
.rt-slide-nav .offscreen-navigation li > a {
  display: block;
  position: relative;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  background: #ffffff;
  padding-bottom: 7px;
  padding-top: 7px;
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
}
.rt-slide-nav .offscreen-navigation li.current-menu-item > a {
  color: #2962ff;
}
.rt-slide-nav .offscreen-navigation li.current-menu-parent > a {
  color: #2962ff;
}
.rt-slide-nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0;
}
.rt-slide-nav nav {
  display: block;
}
.rt-slide-nav nav > ul > li.mega-menu {
  position: relative;
  width: 100%;
  transition: inherit;
  transform: inherit;
  background: none;
  box-shadow: none;
  transform-origin: inherit;
  opacity: 1;
  visibility: visible;
  left: 0;
}
.rt-slide-nav nav > ul > li ul.sub-menu li ul {
  position: relative;
  width: 100%;
  transition: inherit;
  transform: inherit;
  background: none;
  box-shadow: none;
  transform-origin: inherit;
  opacity: 1;
  visibility: visible;
  left: 0;
}
.rt-slide-nav nav > ul > li > ul.sub-menu {
  position: relative;
  width: 100%;
  transition: inherit;
  transform: inherit;
  background: none;
  box-shadow: none;
  transform-origin: inherit;
  opacity: 1;
  visibility: visible;
  left: 0;
}
.rt-slide-nav .menu-main-menu-container {
  display: block;
}

.cart-area .cart-wrapper {
  font-size: 14px;
  line-height: 22px;
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 340px;
  max-height: 70vh;
  overflow-y: auto;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  border-radius: 0 0 4px 4px;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  opacity: 0;
  z-index: 100;
  transform: scaleY(0);
  transform-origin: 0 0 0;
}
.cart-area .cart-wrapper::-webkit-scrollbar {
  width: 0;
}
.cart-area .cart-wrapper ul.minicart > li {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cart-area .cart-wrapper ul.minicart > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cart-area .cart-wrapper ul.minicart > li .media .cart-content ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  align-items: center;
  justify-content: space-between;
  color: #6c6f72;
}
.cart-area .cart-wrapper ul.minicart .cart-btn {
  margin-top: 20px;
}
.cart-area .cart-wrapper ul.minicart > li.cart-total {
  color: #6c6f72;
  font-weight: 500;
}
.cart-area .cart-list-trigger {
  position: relative;
  margin-left: 15px;
  margin-right: 10px;
  padding: 34px 0;
  transition: all ease 0.31s;
}
.cart-area .cart-list-trigger:hover .cart-wrapper {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.cart-area .cart-trigger-icon {
  color: #818181;
  font-size: 18px;
  display: inline-block;
  text-align: center;
}
.cart-area .cart-trigger-icon:hover {
  color: #2962ff;
}
.cart-area .cart-trigger-icon > span {
  display: inline-block;
  font-size: 12px;
  position: absolute;
  top: 26px;
  right: -13px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0554f2;
  line-height: 20px;
  color: #fff;
}
.cart-area .cart-content {
  flex: 1;
}
.cart-area .minicart-title a {
  color: #6c6f72;
  font-size: 15px;
  font-weight: 500;
}
.cart-area .minicart-title a:hover {
  color: #2962ff;
}
.cart-area .minicart-remove a {
  color: #6c6f72;
}
.cart-area .minicart-remove a:hover {
  color: #2962ff;
}

.header-offcanvus button.side-menu-trigger {
  border: none;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 7px 0 0;
  border-radius: 4px;
  justify-content: center;
}
.header-offcanvus button.side-menu-trigger .menu-text {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 10px;
  color: #292929;
  transition: all 0.3s ease;
  position: relative;
  top: 1px;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon {
  position: relative;
  display: block;
  width: 28px;
  height: 16.5px;
  top: 1px;
  overflow: hidden;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #818181;
  border-radius: 12px;
  transition: all 0.3s ease-out;
  transition-delay: 0s;
  transform: translateX(0);
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #818181;
  transition: all 0.3s ease-out;
  transform: translateX(-100%);
  transform-origin: left;
  transition-delay: 0s;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #818181;
  transition: all 0.3s ease-out;
  transform: translateX(-100%);
  transform-origin: left;
  transition-delay: 0s;
  bottom: 0;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line3 {
  top: 7px;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #818181;
  transition: all 0.3s ease-out;
  transform: translateX(-100%);
  transform-origin: left;
  transition-delay: 0s;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line1 {
  top: 0;
}
.header-offcanvus button.side-menu-trigger .menu-btn-icon .line2 {
  top: 14px;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line {
  transform: translateX(100%);
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line1 {
  transition-delay: 0s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line2 {
  transition-delay: 0.15s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line3 {
  transition-delay: 0.15s;
  transform: translateX(100%);
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon .line3::before {
  transform: translateX(-100%);
  transition-delay: 0.45s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::before {
  transform: translateX(0);
  transition-delay: 0.3s;
}
.header-offcanvus button.side-menu-trigger.side-menu-open:hover .menu-btn-icon::after {
  transform: translateX(0);
  transition-delay: 0.45s;
}

.sidenav-address > .widget {
  margin-bottom: 40px;
}
.sidenav-address > .widget h3 {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.4;
  z-index: 2;
}
.sidenav-address > .rt-post-box .post-box-style .post-box-img {
  margin-right: 15px;
  flex: 0 0 80px;
}
.sidenav-address > .rt-post-box .post-box-style .item-list .post-box-img img {
  width: 80px;
  height: 80px;
}

#preloader {
  overflow: visible;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999999;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
}

.loader {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: hidden;
  background: #ffffff;
}
.loader .cssload-loader {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.loader .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
}
.loader .cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 5px solid #2962ff;
}
.loader .cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 5px solid #2962ff;
}
.loader .cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 5px solid #2962ff;
}

.scroll-wrap {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: all 200ms linear, margin-right 0ms;
}
.scroll-wrap:after {
  position: absolute;
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #2962ff;
  left: 0;
  top: 0;
  height: 37px;
  width: 37px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}
.scroll-wrap svg path {
  fill: none;
}
.scroll-wrap svg.scroll-circle path {
  stroke: #2962ff;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.scroll-wrap.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-content {
  position: relative;
  background-color: #ffffff;
  z-index: 1;
  transition: all ease 0.31s;
}
.site-content nav.comment-navigation {
  padding-top: 0;
}
.site-content nav.comment-navigation ul {
  margin-top: 0;
  margin-bottom: 40px;
}
.site-content nav.comment-navigation ul li {
  margin-right: 0;
}
.site-content nav.comment-navigation ul li a {
  border-radius: 30px;
  height: inherit;
  width: inherit;
  padding: 12px 27px;
  line-height: 1.6;
}

.footer-bottom-area a {
  color: #646464;
}
.footer-bottom-area a:link {
  color: #646464;
}
.footer-bottom-area a:visited {
  color: #646464;
}
.footer-bottom-area a:hover {
  color: #000000;
}
.footer-bottom-area .widget ul li a:hover {
  color: #000000;
}

.footer-logo img {
  max-width: 175px;
}

.footer-area {
  position: relative;
  overflow: hidden;
  background-color: #0f1012;
  color: #d0d0d0;
}
.footer-area .widgettitle {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 25px;
}
.footer-area caption {
  color: inherit;
}
.footer-area .footer-about {
  margin-bottom: 28px;
}
.footer-area .social-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}
.footer-area .social-wrap .footer-social {
  display: flex;
  flex-wrap: unset;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-area .social-wrap .wrapper-line {
  width: 100%;
  height: 1px;
  border: 1px solid #404040;
  flex-grow: 1;
}
.footer-area .footer-social li {
  display: inline-block;
  margin-right: 5px;
  padding-bottom: 0;
  transition: all ease 0.31s;
}
.footer-area .footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  font-size: 15px;
  text-align: center;
  background: rgba(255, 255, 255, 0.102);
  border-radius: 50%;
  transition: all 0.4s ease;
}
.footer-area .footer-social li a:hover {
  background: #2962ff;
}
.footer-area .copyright {
  color: #aaaaaa;
  text-align: center;
}
.footer-area .copyright a {
  color: #d0d0d0;
}
.footer-area .copyright a:hover {
  color: #ffffff;
}
.footer-area .footer-top-area {
  background-color: #0f1012;
}

.footer-content-area {
  font-size: 16px;
  border-top: none;
  padding: 90px 0 30px;
}

.footer-top-area .widget {
  margin-bottom: 60px;
  padding-bottom: 0px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.footer-top-area .widget select {
  color: #444444;
}
.footer-top-area .widget ul.menu li a {
  padding-left: 20px;
  display: inline-block;
  position: relative;
  transition: all 140ms ease-in-out;
}
.footer-top-area .widget ul.menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #a5a5a5;
  transition: all 0.3s ease;
}
.footer-top-area .widget ul.menu li a:hover::before {
  background-color: #2962ff;
}
.footer-top-area .widget > form.mc4wp-form {
  padding: 0px;
  background: transparent;
}
.footer-top-area .widget_archive.widget > select {
  margin-top: 0;
}
.footer-top-area .widget_neeon_address p {
  margin-bottom: 0;
}
.footer-top-area .corporate-address {
  margin-top: 20px;
}
.footer-top-area .corporate-address li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-bottom: 0;
}
.footer-top-area .corporate-address li span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.footer-top-area .search-form input {
  color: #ffffff;
}
.footer-top-area .search-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.footer-top-area .search-form input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.footer-top-area .search-form input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.footer-top-area .search-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.footer-top-area .search-form .input-group > .custom-select:not(:last-child) {
  border-bottom: 1px solid #0f1012;
}
.footer-top-area .search-form .input-group > .form-control:not(:last-child) {
  border-bottom: 1px solid #0f1012;
}
.footer-top-area .search-form button:hover {
  color: #fff;
}
.footer-top-area .search-form input.search-submit {
  background-color: #fff;
  color: #2962ff;
}
.footer-top-area .widget_search .search-form input.form-control::-webkit-input-placeholder {
  color: #d0d0d0;
}
.footer-top-area .widget_search .search-form input.form-control:-ms-input-placeholder {
  color: #d0d0d0;
}
.footer-top-area .widget_search .search-form input.form-control:-moz-placeholder {
  color: #d0d0d0;
}
.footer-top-area .wp-caption-text {
  color: #d0d0d0;
}
.footer-top-area .widget_archive ul li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  transition: all 140ms ease-in-out;
}
.footer-top-area .widget_archive ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #a5a5a5;
  transition: all 0.3s ease;
}
.footer-top-area .widget_archive ul li a:hover::before {
  background-color: #2962ff;
}
.footer-top-area .widget_categories {
  overflow: hidden;
}
.footer-top-area .widget_categories ul li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  transition: all 140ms ease-in-out;
}
.footer-top-area .widget_categories ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #a5a5a5;
  transition: all 0.3s ease;
}
.footer-top-area .widget_categories ul li a:hover::before {
  background-color: #2962ff;
}
.footer-top-area .rt-category-style2 {
  display: inline-block;
}
.footer-top-area .rt-category-style2 .rt-item {
  margin-bottom: 19px;
  width: 50%;
  float: left;
}
.footer-top-area .rt-category-style2 .rt-item:last-child {
  margin-bottom: 0;
}
.footer-top-area .rt-category-style2 .rt-item img {
  display: none;
}
.footer-top-area .rt-category-style2 .rt-item .rt-content {
  position: relative;
  top: initial;
  transform: none;
  padding: 0 0 0 20px;
}
.footer-top-area .rt-category-style2 .rt-item .rt-cat-count {
  color: #d0d0d0;
  font-size: 15px;
  background-color: transparent;
  display: inherit;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  line-height: 1;
}
.footer-top-area .rt-category-style2 .rt-item:hover .rt-cat-count {
  background-color: transparent;
}
.footer-top-area .rt-category .rt-item::after {
  display: none;
}
.footer-top-area .rt-category .rt-item .rt-cat-name {
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: 0;
  transition: all 140ms ease-in-out;
}
.footer-top-area .rt-category .rt-item .rt-cat-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #a5a5a5;
  transition: all 0.3s ease;
}
.footer-top-area .rt-category .rt-item a:hover .rt-cat-name::before {
  background-color: #2962ff;
}
.footer-top-area .widget_pages ul li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  transition: all 140ms ease-in-out;
}
.footer-top-area .widget_pages ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #a5a5a5;
  transition: all 0.3s ease;
}
.footer-top-area .widget_pages ul li a:hover::before {
  background-color: #2962ff;
}
.footer-top-area .widget_meta li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  transition: all 140ms ease-in-out;
}
.footer-top-area .widget_meta ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #a5a5a5;
  transition: all 0.3s ease;
}
.footer-top-area .widget_meta ul li a:hover::before {
  background-color: #2962ff;
}
.footer-top-area .widget_recent_comments ul li {
  transition: all 140ms ease-in-out;
}
.footer-top-area .widget_recent_comments ul li.recentcomments:last-child {
  margin-bottom: 0;
}
.footer-top-area .widget_recent_comments ul li.recentcomments > a:before {
  display: none;
}
.footer-top-area .widget_recent_comments ul li.recentcomments > span {
  position: relative;
}
.footer-top-area .widget_recent_comments ul li.recentcomments:hover > span:before {
  background-color: #2962ff;
}
.footer-top-area .widget_recent_comments ul li.recentcomments span > a:before {
  left: -15px;
  top: -3px;
}
.footer-top-area .widget_recent_entries ul li a {
  display: inline-block;
  position: relative;
  transition: all 140ms ease-in-out;
}
.footer-top-area .widget_recent_entries ul li a:after {
  position: absolute;
  content: "";
  bottom: 3px;
  width: 0%;
  left: 100%;
  background: #fff;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.footer-top-area .widget_recent_entries ul li a:hover:after {
  left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: width 0.4s ease;
}
.footer-top-area ul li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  position: relative;
  line-height: 1.4;
}
.footer-top-area ul li a {
  text-decoration: none;
}
.footer-top-area ul li a i {
  transition: all ease 0.31s;
}
.footer-top-area ul li a:hover i {
  animation: toBottomFromTop 0.5s forwards;
}
.footer-top-area ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer-top-area ul li ul.children {
  padding-left: 15px;
  padding-top: 15px;
}
.footer-top-area ul li ul.children li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.footer-top-area ul li ul.sub-menu {
  padding-left: 15px;
  padding-top: 15px;
}
.footer-top-area ul li ul.sub-menu li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.footer-top-area .widget_tag_cloud .tagcloud {
  padding-top: 10px;
}
.footer-top-area .widget_tag_cloud a {
  background: transparent;
  border-radius: 4px;
  border: 1px solid #252525;
  color: #d0d0d0 !important;
  display: inline-block;
  font-size: 15px !important;
  margin: 0 2px 4px 0;
  padding: 8px 13px;
  transition: all 0.3s;
  text-decoration: none;
}
.footer-top-area .widget_tag_cloud a:hover {
  background-color: #2962ff !important;
  color: #ffffff !important;
}
.footer-top-area .widget_calendar caption {
  caption-side: initial;
  text-align: center;
  font-weight: 500;
  border-radius: 6px 6px 0 0;
  background: #2962ff;
  color: #ffffff;
  padding: 10px 7px;
  margin-top: 0px;
}
.footer-top-area .widget_calendar table th {
  border: none;
}
.footer-top-area .widget_calendar table td {
  border: none;
}
.footer-top-area .widget_calendar table td a {
  color: #2962ff;
}
.footer-top-area .widget_calendar table td#today {
  background: #2962ff;
  color: #ffffff;
  border-radius: 3px;
}
.footer-top-area .widget_calendar table td#today a {
  color: #ffffff;
}
.footer-top-area .post-box-style .rt-news-box-widget {
  border-bottom: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.footer-top-area .post-box-style .post-content .entry-title a {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 98%);
}
.footer-top-area .post-box-style .entry-cat a {
  color: #d0d0d0;
}
.footer-top-area .post-box-style .entry-date {
  color: #d0d0d0;
}
.footer-top-area a {
  text-decoration: none;
}
.footer-top-area ul.menu li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer-top-area .mc4wp-success {
  margin-top: 25px;
}
.footer-top-area .rt-news-box .media-body .post-date-dark {
  font-size: 14px;
  margin-bottom: 12px;
}
.footer-top-area .rt-news-box .media-body .post-date-dark ul li {
  color: #aeaeae;
}
.footer-top-area .rt-news-box .media-body h3 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}
.footer-top-area .rt-news-box .dark .rt-news-box-widget .media-body a {
  color: #c6ceec;
}
.footer-top-area .rt-news-box .dark .rt-news-box-widget .media-body a:hover {
  color: #2962ff;
}
.footer-top-area .rt-news-box .media a.post-img-holder {
  width: 32% !important;
}
.footer-top-area .gallery .gallery-item {
  max-width: 31.5%;
  margin: 0 5px 5px 0px;
}
.footer-top-area .gallery .gallery-item img {
  max-height: 100px;
}

.footer-bg-opacity {
  position: relative;
  z-index: 999;
}
.footer-bg-opacity:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: -1;
}

.footer-style-1 .footer-area .widget_media_image {
  margin-bottom: 25px;
}
.footer-style-1 .footer-area .widget_text {
  margin-bottom: 20px;
}
.footer-style-1 .footer-copyright-area {
  border-top: 1px solid #252525;
  font-size: 17px;
  text-align: center;
  padding: 25px 0;
  position: relative;
}
.footer-style-1 .footer-top-area .widget ul.menu li a {
  margin-left: 0;
}

.footer-style-2 .footer-copyright-area {
  position: relative;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  padding: 25px 0;
  border-top: 1px solid #252525;
}
.footer-style-2 .footer-area .widget_media_image {
  margin-bottom: 25px;
}

.footer-style-3 .footer-area .widgettitle {
  color: #ffffff;
}
.footer-style-3 .footer-area .copyright {
  color: #d0d0d0;
  font-size: 16px;
  margin: 0;
  padding-top: 25px;
}
.footer-style-3 .footer-area .copyright a {
  color: #d0d0d0;
}
.footer-style-3 .footer-area .copyright a:hover {
  color: #ffffff;
  color: #ffffff;
}
.footer-style-3 .footer-top-area {
  padding-bottom: 80px;
  padding-top: 80px;
  text-align: center;
}
.footer-style-3 .footer-top-area .widget {
  margin-bottom: 30px;
}
.footer-style-3 .footer-top-area .widget ul li {
  display: inline-block;
  margin-right: 10px;
}
.footer-style-3 .footer-top-area .widget ul li:last-child {
  margin-right: 0;
}
.footer-style-3 .footer-top-area .widget ul.menu li:first-child a::before {
  display: none;
}
.footer-style-3 .footer-top-area .widget ul.menu li a {
  color: #d0d0d0;
}
.footer-style-3 .footer-top-area .widget ul.menu li a:hover {
  color: #ffffff;
}
.footer-style-3 .footer-top-area ul.menu li.menu-item-has-children .sub-menu {
  display: none;
}
.footer-style-3 .footer-top-area a {
  color: #d0d0d0;
}
.footer-style-3 .footer-top-area a:hover {
  color: #ffffff;
}
.footer-style-3 .footer-logo {
  margin-bottom: 35px;
}

.footer-style-4 .footer-area .widget_media_image {
  margin-bottom: 25px;
}
.footer-style-4 .footer-area .widget_text {
  margin-bottom: 20px;
}
.footer-style-4 .footer-copyright-area {
  border-top: 1px solid #252525;
  font-size: 16px;
  text-align: center;
  padding: 60px 0 60px;
  position: relative;
}
.footer-style-4 .footer-top-area .widget ul.menu li a {
  margin-left: 0;
}
.footer-style-4 .shape-holder > span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 0;
}

.footer-style-5 .footer-area .widgettitle {
  color: #000000;
}
.footer-style-5 .footer-area .footer-top-area {
  background-color: transparent;
  color: inherit;
}
.footer-style-5 .footer-area .copyright {
  color: #a5a6aa;
}
.footer-style-5 .footer-area .copyright a {
  color: #a5a6aa;
}
.footer-style-5 .footer-area .copyright a:hover {
  color: #2962ff;
}
.footer-style-5 .footer-area .widget_text {
  margin-bottom: 20px;
}
.footer-style-5 .footer-area .widget_media_image {
  margin-bottom: 25px;
}
.footer-style-5 .footer-area .footer-social li a {
  background-color: #000000;
  color: #fff;
}
.footer-style-5 .footer-top-area .widget a {
  color: #000000;
}
.footer-style-5 .footer-top-area .widget a:hover {
  color: #2962ff;
}
.footer-style-5 .footer-top-area .post-box-style .post-content .entry-title a {
  color: #000;
  background-image: linear-gradient(to bottom, #000 0%, #000 98%);
}
.footer-style-5 .footer-top-area .post-box-style .post-content .entry-title a:hover {
  color: #000;
  background-image: linear-gradient(to bottom, #000 0%, #000 98%);
}
.footer-style-5 .footer-top-area .post-box-style .entry-cat a {
  color: #a5a6aa;
}
.footer-style-5 .footer-top-area .post-box-style .entry-date {
  color: #a5a6aa;
}
.footer-style-5 .footer-copyright-area {
  border-top: 1px solid #e5e2e2;
  font-size: 16px;
  text-align: center;
  padding: 30px 0 30px;
  position: relative;
}

.footer-style-6 .footer-area {
  background-color: #ffffff;
  color: #6c6f72;
}
.footer-style-6 .footer-area .widgettitle {
  color: #000000;
  font-family: "Roboto Slab", Sans-serif;
}
.footer-style-6 .footer-area .footer-top-area {
  background-color: transparent;
  color: inherit;
}
.footer-style-6 .footer-area .copyright {
  color: #6c6f72;
}
.footer-style-6 .footer-area .copyright a {
  color: #6c6f72;
}
.footer-style-6 .footer-area .copyright a:hover {
  color: #2962ff;
}
.footer-style-6 .footer-area .widget_text {
  margin-bottom: 20px;
}
.footer-style-6 .footer-area .widget_media_image {
  margin-bottom: 25px;
}
.footer-style-6 .footer-area .footer-social li a {
  background-color: transparent;
  border: 1px solid #6c6f72;
  color: #6c6f72;
}
.footer-style-6 .footer-area .footer-social li a:hover {
  background-color: #2962ff;
  border: 1px solid transparent;
}
.footer-style-6 .footer-top-area .widget a {
  color: #6c6f72;
}
.footer-style-6 .footer-top-area .widget a:hover {
  color: #2962ff;
}
.footer-style-6 .footer-top-area .post-box-style .post-content .entry-title a {
  color: #000;
  background-image: linear-gradient(to bottom, #000 0%, #000 98%);
}
.footer-style-6 .footer-top-area .post-box-style .post-content .entry-title a:hover {
  color: #000;
  background-image: linear-gradient(to bottom, #000 0%, #000 98%);
}
.footer-style-6 .footer-top-area .post-box-style .entry-cat a {
  color: #6c6f72;
}
.footer-style-6 .footer-top-area .post-box-style .entry-date {
  color: #6c6f72;
}
.footer-style-6 .footer-top-area .rt-category .rt-item .rt-cat-name::before {
  background-color: #6c6f72;
}
.footer-style-6 .footer-copyright-area {
  border-top: 1px solid #e5e2e2;
  font-size: 16px;
  text-align: center;
  padding: 30px 0 30px;
  position: relative;
}
.footer-style-6 .post-box-style .post-content .entry-title {
  font-family: "Roboto Slab", Sans-serif;
}

.footer-style-7 .footer-area .widgettitle {
  color: #ffffff;
}
.footer-style-7 .footer-area .copyright {
  color: #d0d0d0;
  font-size: 16px;
  padding-bottom: 25px;
  padding-top: 25px;
  border-top: 1px solid #404040;
  text-align: center;
}
.footer-style-7 .footer-area .copyright a {
  color: #d0d0d0;
}
.footer-style-7 .footer-area .copyright a:hover {
  color: #ffffff;
  color: #ffffff;
}
.footer-style-7 .footer-top-area {
  padding-top: 80px;
  text-align: center;
}
.footer-style-7 .footer-top-area .widget {
  margin-bottom: 0;
}
.footer-style-7 .footer-top-area .widget ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer-style-7 .footer-top-area .widget ul.menu li:first-child a::before {
  display: none;
}
.footer-style-7 .footer-top-area .widget ul.menu li a {
  color: #d0d0d0;
}
.footer-style-7 .footer-top-area .widget ul.menu li a:hover {
  color: #ffffff;
}
.footer-style-7 .footer-top-area ul.menu li.menu-item-has-children .sub-menu {
  display: none;
}
.footer-style-7 .footer-top-area a {
  color: #d0d0d0;
}
.footer-style-7 .footer-top-area a:hover {
  color: #ffffff;
}
.footer-style-7 .footer-logo-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 80px;
}
.footer-style-7 .footer-social {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.footer-style-8 .footer-area .row > div:last-child {
  padding-left: 50px;
}
.footer-style-8 .footer-area .rt-category-style2 .rt-item {
  width: 100%;
  float: unset;
}
.footer-style-8 .footer-area .copyright-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #313131;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-style-8 .footer-area .footer-social {
  margin: 0;
  padding: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.header-search-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}
.header-search-form input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}
.header-search-form input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}
.header-search-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}

.widget_categories select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 12px;
  background-image: url(../img/select-arrow.png) !important;
  background-repeat: no-repeat;
  background-position: 95%;
}

.widget_archive select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 12px;
  background-image: url(../img/select-arrow.png) !important;
  background-repeat: no-repeat;
  background-position: 95%;
}

.widget_text select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 12px;
  background-image: url(../img/select-arrow.png) !important;
  background-repeat: no-repeat;
  background-position: 95%;
}
.widget_text .textwidget strong {
  font-weight: 500;
}

.fluentform select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 12px;
  background-image: url(../img/select-arrow.png) !important;
  background-repeat: no-repeat;
  background-position: 95%;
}
.fluentform .contact-form.ff-el-group {
  margin-bottom: 10px;
}
.fluentform .contact-form .ff-el-group {
  margin-bottom: 10px;
}
.fluentform .contact-form .ff-el-form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #000000;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  font-size: 15px;
  padding: 13px 20px 13px 20px;
}
.fluentform .contact-form .ff-el-form-control:focus {
  border-color: #2962ff;
}
.fluentform .contact-form .ff-el-form-control::-webkit-input-placeholder {
  color: #7a7a7a;
}
.fluentform .contact-form .ff-el-form-control:-ms-input-placeholder {
  color: #7a7a7a;
}
.fluentform .contact-form .ff-el-form-control:-moz-placeholder {
  color: #7a7a7a;
}
.fluentform .contact-form .ff_btn_style {
  position: relative;
  background-color: #2962ff;
  color: #ffffff;
  font-size: 14px;
  height: 50px;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.6px;
  border: none;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  line-height: 1.4;
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
  transition: all 0.31s;
  z-index: 1;
}
.fluentform .contact-form .ff_btn_style:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  border-radius: 4px;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition: all 0.31s;
  transition-timing-function: ease-out;
  z-index: -1;
}
.fluentform .contact-form .ff_btn_style:hover {
  background-color: #2962ff;
  color: #ffffff;
  opacity: 1;
}
.fluentform .contact-form .ff_btn_style:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  background-color: #0034c2;
}
.fluentform .contact-form .text-danger {
  color: #2962ff !important;
  font-size: 13px;
}
.fluentform .contact-form .ff-el-is-error .ff-el-form-control {
  border-color: #2962ff;
}
.fluentform .contact-form.ff_submit_btn_wrapper {
  margin-top: 30px;
  margin-bottom: 0;
}
.fluentform .contact-form.ff-el-is-error .ff-el-form-control {
  border-color: #2962ff;
}
.fluentform .frm-fluent-form .subscribe-form {
  position: relative;
  text-align: center;
  margin-bottom: 12px;
  display: block;
}
.fluentform .frm-fluent-form .subscribe-form-2 {
  display: block;
  margin-bottom: 0;
}
.fluentform .frm-fluent-form .subscribe-form-2 .ff-t-cell {
  padding: 0;
  width: 100%;
}
.fluentform .frm-fluent-form .subscribe-form-2 .ff-el-group {
  margin-bottom: 0;
}
.fluentform .frm-fluent-form .footer-subscribe-form {
  position: relative;
  margin-bottom: 12px;
  display: block;
}
.fluentform .subscribe-form h4 {
  position: relative;
  padding-bottom: 20px;
}
.fluentform .subscribe-form h4::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: #2962ff;
  height: 1px;
  width: 44px;
}
.fluentform .subscribe-form h4::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: #2962ff;
  height: 1px;
  width: 74px;
  bottom: 8px;
}
.fluentform .subscribe-form .ff_submit_btn_wrapper {
  margin-bottom: 0;
}
.fluentform .subscribe-form .ff-t-cell {
  display: inline-block;
  padding: 0;
}
.fluentform .subscribe-form p {
  font-size: 14px;
  color: #646464;
  line-height: 1.5;
}
.fluentform .subscribe-form .ff-el-form-control {
  font-size: 14px;
  color: #6c6f72;
  height: 53px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  width: 100%;
}
.fluentform .subscribe-form .ff-el-form-control:focus {
  border-color: #2962ff;
}
.fluentform .subscribe-form .ff_btn_style {
  position: relative;
  background-color: #2962ff;
  color: #ffffff;
  font-size: 14px;
  height: 50px;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.6px;
  border: none;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  line-height: 1.4;
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
  transition: all 0.31s;
  z-index: 1;
}
.fluentform .subscribe-form .ff_btn_style:hover {
  background-color: #2962ff;
  color: #ffffff;
  opacity: 1;
}
.fluentform .subscribe-form .ff_btn_style:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  background-color: #0034c2;
}
.fluentform .subscribe-form .ff_btn_style:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  border-radius: 4px;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition: all 0.31s;
  transition-timing-function: ease-out;
  z-index: -1;
}
.fluentform .subscribe-form-2 .ff-el-form-control {
  font-size: 14px;
  color: #6c6f72;
  height: 50px;
  border: none;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  padding: 0 20px;
  width: 100%;
  box-shadow: 0px 14px 16px 0px rgba(0, 0, 0, 0.03);
}
.fluentform .subscribe-form-2 .ff-el-form-control:focus {
  border-color: #2962ff;
}
.fluentform .subscribe-form-2 .ff_btn_style {
  position: relative;
  background-color: #2962ff;
  color: #ffffff;
  font-size: 14px;
  height: 50px;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.6px;
  border: none;
  border-radius: 0 4px 4px 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  line-height: 1.4;
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
  transition: all 0.31s;
  z-index: 1;
}
.fluentform .subscribe-form-2 .ff_btn_style:hover {
  background-color: #2962ff;
  color: #ffffff;
  opacity: 1;
}
.fluentform .subscribe-form-2 .ff_btn_style:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  background-color: #0034c2;
}
.fluentform .subscribe-form-2 .ff_btn_style:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  border-radius: 0 4px 4px 0;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition: all 0.31s;
  transition-timing-function: ease-out;
  z-index: -1;
}
.fluentform .footer-subscribe-form .ff-el-group {
  margin-bottom: 15px;
}
.fluentform .footer-subscribe-form .ff_submit_btn_wrapper {
  margin-bottom: 0;
}
.fluentform .footer-subscribe-form .ff-t-cell {
  display: block;
  padding: 0;
}
.fluentform .footer-subscribe-form p {
  font-size: 14px;
  line-height: 1.5;
}
.fluentform .footer-subscribe-form .ff-el-form-control {
  font-size: 14px;
  color: #ffffff;
  height: 53px;
  border: 1px solid #292929;
  border-radius: 4px;
  background-color: #292929;
  text-align: center;
  width: 100%;
}
.fluentform .footer-subscribe-form .ff-el-form-control:focus {
  border-color: #2962ff;
  background-color: #292929;
  color: #ffffff;
}
.fluentform .footer-subscribe-form .ff_btn_style {
  position: relative;
  background-color: #2962ff;
  color: #ffffff;
  font-size: 14px;
  height: 50px;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.6px;
  border: none;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  line-height: 1.4;
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
  transition: all 0.31s;
  z-index: 1;
}
.fluentform .footer-subscribe-form .ff_btn_style:hover {
  background-color: #2962ff;
  color: #ffffff;
  opacity: 1;
}
.fluentform .footer-subscribe-form .ff_btn_style:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  background-color: #0034c2;
}
.fluentform .footer-subscribe-form .ff_btn_style:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  border-radius: 4px;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition: all 0.31s;
  transition-timing-function: ease-out;
  z-index: -1;
}

.widget select {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 12px 13px;
  width: 100%;
  outline: none;
}
.widget > select {
  margin-top: 10px;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget ul li a {
  color: #444444;
  display: inline;
  transition: all ease 0.31s;
}
.widget ul li a:hover {
  color: #2962ff;
}

.widget_recent_entries ul li span {
  display: block;
}

.sidebar-widget-area .widget {
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
.sidebar-widget-area .widget .widgettitle {
  display: flex;
  align-items: center;
  position: relative;
  color: #000000;
  font-size: 17px;
  margin-bottom: 30px;
  line-height: 1.4;
  z-index: 2;
  text-transform: uppercase;
  transition: all ease 0.31s;
}
.sidebar-widget-area .widget .widgettitle .titledot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #2962ff;
  margin-right: 7px;
  margin-left: 15px;
  display: inline-block;
  transition: all ease 0.31s;
}
.sidebar-widget-area .widget .widgettitle .titleline {
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
  flex-grow: 1;
  height: 4px;
  transition: all ease 0.31s;
}
.sidebar-widget-area .widget:last-child {
  margin-bottom: 0;
}
.sidebar-widget-area .widget ul li {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 13px;
  padding: 0 0 13px;
  position: relative;
  transition: all 140ms ease-in-out;
}
.sidebar-widget-area .widget ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-widget-area .widget ul li a {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  transition: all 140ms ease-in-out;
}
.sidebar-widget-area .widget ul li a:hover {
  color: #2962ff;
}
.sidebar-widget-area .widget ul li ul {
  border-top: 1px solid #e2e2e2;
  margin-top: 10px;
  padding-top: 10px;
}
.sidebar-widget-area .widget ul li ul.children {
  padding-left: 17px;
  float: left;
  width: 100%;
}
.sidebar-widget-area .widget ul li ul.children li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.sidebar-widget-area .widget ul li ul.sub-menu {
  padding-left: 17px;
  float: left;
  width: 100%;
}
.sidebar-widget-area .widget ul li ul.sub-menu li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.sidebar-widget-area .widget ul li.active a {
  color: #000000;
}
.sidebar-widget-area .widget .corporate-address li {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.sidebar-widget-area .widget .corporate-address li i {
  color: #2962ff;
  font-size: 19px;
  padding: 0px 15px 10px 0;
}
.sidebar-widget-area .widget .corporate-address li i.fa-map-marker {
  color: #2962ff;
  font-size: 19px;
  padding: 0px 24px 10px 0;
}
.sidebar-widget-area .widget .corporate-address li a {
  color: #000000;
  line-height: 34px;
  font-size: 15px;
  transition: all 0.3s ease-out;
  font-weight: 400;
}
.sidebar-widget-area .widget .corporate-address li a:before {
  content: "";
  margin-right: 0px;
}
.sidebar-widget-area .widget_nav_menu ul ul.sub-menu li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.sidebar-widget-area .widget_categories ul ul.children li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.sidebar-widget-area .widget_categories ul li {
  width: 100%;
  float: left;
  background: #ffffff;
  line-height: 1.6;
  text-align: right;
}
.sidebar-widget-area .widget_categories ul li:last-child {
  padding-bottom: 0px;
}
.sidebar-widget-area .widget_categories ul li a {
  float: left;
}
.sidebar-widget-area .widget_block h2 {
  display: block;
  position: relative;
  color: #000000;
  font-size: 22px;
  margin-bottom: 25px;
  line-height: 1.4;
  z-index: 2;
}
.sidebar-widget-area ol.wp-block-latest-comments {
  padding-left: 0;
}
.sidebar-widget-area .wp-block-latest-comments__comment {
  line-height: 1.6;
  list-style: none;
  margin-bottom: 1em;
}
.sidebar-widget-area ul.wp-block-categories li {
  width: 100%;
  float: left;
  background: #ffffff;
  line-height: 1.6;
  text-align: right;
}
.sidebar-widget-area ul.wp-block-categories li a {
  float: left;
}
.sidebar-widget-area ul.wp-block-archives li {
  width: 100%;
  float: left;
  background: #ffffff;
  line-height: 1.6;
  text-align: right;
}
.sidebar-widget-area ul.wp-block-archives li a {
  float: left;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments {
  line-height: 1.6;
  position: relative;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments:last-child {
  margin-bottom: 0;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments > a:before {
  display: none;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments > span {
  position: relative;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments:hover > span:before {
  background-color: #2962ff;
}
.sidebar-widget-area .widget_recent_comments ul li.recentcomments span > a:before {
  left: -15px;
  top: -3px;
}
.sidebar-widget-area .widget_recent_entries ul li .post-date {
  color: #535151;
  font-size: 14px;
}
.sidebar-widget-area .widget_rss .widgettitle a {
  color: #000000;
}
.sidebar-widget-area .widget_rss .rss-widget-icon {
  margin-right: 7px;
  position: relative;
  top: -3px;
}
.sidebar-widget-area .widget_rss ul li {
  position: relative;
  color: #646464;
  background: #ffffff;
  line-height: 1.6;
  transition: all 0.3s ease-out;
}
.sidebar-widget-area .widget_rss ul li a {
  padding-left: 0;
  font-weight: 500;
  color: #000000;
}
.sidebar-widget-area .widget_rss ul li a:before {
  display: none;
}
.sidebar-widget-area .widget_rss ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.sidebar-widget-area .widget_rss cite {
  color: #000000;
  font-weight: 500;
}
.sidebar-widget-area .widget_tag_cloud a {
  color: #646464;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  border-radius: 4px;
  display: inline-block;
  font-size: 15px !important;
  margin: 0 0px 4px 0;
  padding: 6px 12px;
  font-weight: 400;
  transition: all 140ms ease-in-out;
}
.sidebar-widget-area .widget_tag_cloud a:hover {
  background-color: #2962ff;
  border: 1px solid transparent;
  color: #ffffff;
}
.sidebar-widget-area .widget_product_tag_cloud a {
  color: #646464;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  border-radius: 4px;
  display: inline-block;
  font-size: 15px !important;
  margin: 0 0px 4px 0;
  padding: 6px 12px;
  font-weight: 400;
  transition: all 140ms ease-in-out;
}
.sidebar-widget-area .widget_product_tag_cloud a:hover {
  background-color: #2962ff;
  border: 1px solid transparent;
  color: #ffffff;
}
.sidebar-widget-area .widget.rt-news-box .rt-widget-title-holder {
  margin-bottom: 0;
}
.sidebar-widget-area .widget_archive ul li {
  width: 100%;
  float: left;
  background: #ffffff;
  line-height: 1.6;
  text-align: right;
}
.sidebar-widget-area .widget_archive ul li:last-child {
  padding-bottom: 0px;
}
.sidebar-widget-area .widget_archive ul li a {
  float: left;
}
.sidebar-widget-area .widget.widget_pages ul li ul.children {
  float: inherit;
  width: inherit;
}
.sidebar-widget-area .widget.widget_nav_menu ul li ul.sub-menu {
  float: inherit;
  width: inherit;
}
.sidebar-widget-area .widget_calendar caption {
  caption-side: initial;
  text-align: center;
  font-weight: 500;
  border-radius: 6px 6px 0 0;
  background: #2962ff;
  color: #ffffff;
  padding: 10px 7px;
  margin-top: 0px;
}
.sidebar-widget-area .widget_calendar table th {
  color: #444444;
  font-weight: 500;
}
.sidebar-widget-area .widget_calendar table td {
  color: #444444;
}
.sidebar-widget-area .widget_calendar table td#today {
  background: #2962ff;
  color: #ffffff;
  border-radius: 3px;
}
.sidebar-widget-area .widget_calendar table td#today a {
  color: #ffffff;
}
.sidebar-widget-area .widget_calendar a {
  color: #444444;
  font-weight: 500;
}
.sidebar-widget-area .widget_calendar a:hover {
  color: #2962ff;
}
.sidebar-widget-area .widget_calendar td a {
  color: #2962ff;
}
.sidebar-widget-area .widget.widget_media_image {
  padding: 0;
}
.sidebar-widget-area .rt-about-widget ul.footer-social {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.sidebar-widget-area .rt-about-widget ul.footer-social li {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0;
  line-height: 1;
}
.sidebar-widget-area .rt-about-widget ul.footer-social li a {
  font-size: 16px;
  transition: all 0.3s ease-out;
  font-weight: 400;
  background: #fff;
  padding: 14px 15px;
  display: flex;
  width: 60px;
  height: 60px;
  text-align: center;
  align-items: center;
  justify-content: space-around;
}
.sidebar-widget-area .rt-about-widget ul.footer-social li a:before {
  display: none;
}
.sidebar-widget-area .widget.widget_neeon_about_author {
  padding: 0;
}
.sidebar-widget-area .widget.widget_media_gallery {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.sidebar-widget-area .widget.widget_media_gallery .gallery-size-thumbnail {
  margin-bottom: 0;
}
.sidebar-widget-area .widget.widget_instagram-feed-widget {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.sidebar-widget-area .widget.widget_instagram-feed-widget .sbi_small {
  padding-bottom: 0 !important;
}
.sidebar-widget-area .fluentform .frm-fluent-form {
  position: relative;
  padding: 40px 35px;
  border-radius: 4px;
}
.sidebar-widget-area .fluentform .frm-fluent-form:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../element/element_5.png);
}

.widget_search .wp-block-search .wp-block-search__label {
  display: none;
}
.widget_search .search-form input.form-control::-webkit-input-placeholder {
  color: #444444;
}
.widget_search .search-form input.form-control:-ms-input-placeholder {
  color: #444444;
}
.widget_search .search-form input.form-control:-moz-placeholder {
  color: #444444;
}

.wp-block-search .wp-block-search__label {
  font-size: 20px;
  font-weight: 500;
}
.wp-block-search input {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #444444;
  font-size: 15px;
  outline: none;
}
.wp-block-search .wp-block-search__button {
  background-color: #2962ff;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
  font-weight: 500;
}

.wp-block-categories {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wp-block-categories li {
  width: 100%;
  float: left;
  background: #ffffff;
  line-height: 1.6;
  text-align: right;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 13px;
  padding: 0 0 13px;
  position: relative;
  transition: all 140ms ease-in-out;
}
.wp-block-categories li ul.children {
  padding-left: 17px;
  float: left;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  margin-top: 10px;
  padding-top: 10px;
  margin-left: 0;
  list-style: none;
}
.wp-block-categories li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wp-block-categories li a {
  float: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  color: #444444;
  display: inline;
  transition: all 140ms ease-in-out;
}
.wp-block-categories li a:hover {
  color: #2962ff;
}

.wp-block-archives {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.wp-block-archives li {
  width: 100%;
  float: left;
  background: #ffffff;
  line-height: 1.6;
  text-align: right;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 13px;
  padding: 0 0 13px;
  position: relative;
  transition: all 140ms ease-in-out;
}
.wp-block-archives li ul.children {
  padding-left: 17px;
  float: left;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  margin-top: 10px;
  padding-top: 10px;
  margin-left: 0;
  list-style: none;
}
.wp-block-archives li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wp-block-archives li a {
  float: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  color: #444444;
  display: inline;
  transition: all 140ms ease-in-out;
}
.wp-block-archives li a:hover {
  color: #2962ff;
}

.wp-block-categories-dropdown select {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 14px 13px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 12px;
  background-image: url(../img/select-arrow.png) !important;
  background-repeat: no-repeat;
  background-position: 98%;
}

.wp-block-archives-dropdown select {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 14px 13px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 12px;
  background-image: url(../img/select-arrow.png) !important;
  background-repeat: no-repeat;
  background-position: 98%;
}

.search-form {
  padding-top: 0;
}
.search-form .input-group {
  position: relative;
  margin-bottom: 0;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  transition: all ease 0.31s;
}
.search-form input {
  border: none !important;
  color: #444444;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  float: left;
  height: 43px;
  padding: 5px 52px 5px 10px;
  width: 100%;
  outline: none;
  background-color: transparent;
  letter-spacing: 1px;
}
.search-form input:focus {
  outline: none;
  box-shadow: none;
  border-color: #2962ff;
  background: transparent;
}
.search-form button {
  position: absolute !important;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 43px;
  border-radius: 3px !important;
  background-color: #2962ff;
  color: #fff;
  font-size: 16px;
  border: none;
  transition: all 0.3s ease;
}
.search-form button:focus {
  outline: none;
  box-shadow: none;
}
.search-form button:hover {
  background: #0034c2;
  color: #ffffff;
}
.search-form input.search-submit {
  width: 100%;
}

.mobile-header-search .custom-search-input input {
  border: 1px solid #dcdcdc;
  border-radius: 0px;
  box-shadow: none;
  float: left;
  height: 40px;
  padding: 0 25px 0 12px;
  width: 100%;
}
.mobile-header-search .custom-search-input button {
  background: transparent;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  color: #646464;
  font-size: 16px;
  position: absolute;
  top: 0;
  transition: all 0.5s ease;
  padding: 8px 18px 8px 17px;
  right: 15px;
}
.mobile-header-search .custom-search-input button:hover {
  color: #2962ff;
}
.mobile-header-search .custom-search-input .btn {
  z-index: 5;
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 0;
}
.input-group > .custom-select:focus {
  z-index: 0;
}
.input-group > .form-control:focus {
  z-index: 0;
}

.post-box-style .topic-box {
  margin-bottom: 12px;
  position: relative;
}
.post-box-style .topic-box img {
  border-radius: 4px;
  transform: scale(1.01);
  transition: all 0.5s ease;
}
.post-box-style .topic-box:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.post-box-style .topic-box .rt-wid-post-img {
  border-radius: 4px;
  margin-bottom: 10px;
  display: inline-block;
  overflow: hidden;
}
.post-box-style .rt-news-box-widget {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 22px;
  padding-bottom: 25px;
  display: inline-block;
  transition: all ease 0.31s;
}
.post-box-style .rt-news-box-widget:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post-box-style .item-list {
  display: flex;
  align-items: center;
}
.post-box-style .item-list .post-box-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transform: scale(1.01);
  transition: all 0.5s ease;
}
.post-box-style .item-list:hover .post-box-img img {
  transform: scale3d(1.1, 1.1, 1);
}
.post-box-style .item-list:hover .post-box-img .post-img::after {
  background-color: #2962ff;
}
.post-box-style .post-box-img {
  position: relative;
  margin-right: 24px;
  border-radius: 50%;
  overflow: unset;
  flex: 0 0 100px;
}
.post-box-style .post-box-img .post-img {
  display: inherit;
  overflow: hidden;
  border-radius: 50%;
}
.post-box-style .post-box-img .post-img::after {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: #555555;
  font-size: 0.75rem;
  color: #fff;
  counter-increment: post-counter;
  content: counter(post-counter);
  font-weight: 500;
  transition: all ease 0.31s;
}
.post-box-style .post-content {
  flex-grow: 1;
}
.post-box-style .post-content .entry-title {
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-box-style .post-content .entry-title a {
  color: #000000;
}
.post-box-style .entry-cat {
  line-height: 1;
  margin-bottom: 10px;
}
.post-box-style .entry-cat a {
  color: #a5a6aa;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.post-box-style .entry-cat a:hover {
  color: #2962ff;
}
.post-box-style .entry-date {
  color: #a5a6aa;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 12px;
}
.post-box-style .entry-date i {
  margin-right: 6px;
}

.list-left-spacing .post-box-style .post-content {
  padding-left: 20px;
}

.post-tab-layout .position-relative {
  border-bottom: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.post-tab-layout .position-relative:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post-tab-layout .media {
  display: inline-flex;
}
.post-tab-layout .media .media-body {
  flex: 1;
}
.post-tab-layout .media .tab-img-holder {
  width: 35%;
  float: left;
  margin-right: 15px;
  overflow: hidden;
  border-radius: 4px;
}
.post-tab-layout .media .tab-img-holder img {
  transform: scale(1.01);
  transition: all ease 0.31s;
}
.post-tab-layout .media:hover .tab-img-holder img {
  transform: scale3d(1.1, 1.1, 1);
}
.post-tab-layout ul.btn-tab {
  border-bottom: none;
  margin-bottom: 40px;
  margin-left: 0;
}
.post-tab-layout ul.btn-tab li {
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  border-bottom: none;
}
.post-tab-layout ul.btn-tab li a {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  padding: 10px 0px;
  display: block;
  color: #929292;
  transition: all 0.5s ease-out;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.post-tab-layout ul.btn-tab li a:hover {
  border: 1px solid transparent;
  background-color: #2962ff;
  color: #ffffff !important;
  box-shadow: 0px 10px 18px 0px rgba(50, 112, 252, 0.27);
}
.post-tab-layout ul.btn-tab li a:before {
  display: none;
}
.post-tab-layout ul.btn-tab li .active {
  border: 1px solid transparent;
  background-color: #2962ff;
  color: #ffffff !important;
  box-shadow: 0px 10px 18px 0px rgba(50, 112, 252, 0.27);
}
.post-tab-layout ul.item-inline2 li {
  width: 33.33%;
  display: inline-block;
}
.post-tab-layout ul.item-inline2 li:first-child a {
  border-radius: 4px 0 0 4px;
}
.post-tab-layout ul.item-inline2 li:last-child a {
  border-radius: 0 4px 4px 0;
}
.post-tab-layout .entry-title {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-tab-layout .entry-title a {
  color: #000000;
}
.post-tab-layout .post-box-date {
  line-height: 1;
}
.post-tab-layout .post-tab-cat a {
  color: #a5a6aa;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.post-tab-layout .post-tab-cat a:hover {
  color: #2962ff;
}
.post-tab-layout .post-tab-date {
  color: #a5a6aa;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 12px;
}
.post-tab-layout .post-tab-date i {
  margin-right: 6px;
}

.feature-post-layout .rt-feature-widget .entry-title {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.4;
}
.feature-post-layout .entry-title a {
  color: #000000;
}
.feature-post-layout .post-box-date ul {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
}
.feature-post-layout .post-box-date ul li {
  font-size: 14px;
  color: #646464;
  font-weight: 600;
  margin: 0;
  padding: 0;
  border: none;
  display: inline-block;
  position: relative;
}
.feature-post-layout .post-box-date ul li:after {
  content: ".";
  color: #646464;
  font-weight: 700;
  padding: 0 5px 0 8px;
}
.feature-post-layout .post-box-date ul li:last-child {
  margin-right: 0;
}
.feature-post-layout .post-box-date ul li:last-child:after {
  display: none;
}
.feature-post-layout .post-box-date ul li a {
  color: #646464;
  font-size: 14px;
}
.feature-post-layout .post-box-date ul li a:before {
  display: none;
}
.feature-post-layout .post-box-date ul li a:hover {
  color: #000000;
}
.feature-post-layout .post-box-date ul li.feature-date {
  color: #2962ff;
  font-weight: 700;
}
.feature-post-layout .media {
  margin-bottom: 18px;
  overflow: hidden;
}
.feature-post-layout .media .post-img-holder {
  overflow: hidden;
  border-radius: 4px;
  display: block;
}
.feature-post-layout .media .post-img-holder img {
  transform: scale(1.01);
  transition: all ease 0.31s;
}
.feature-post-layout .media .post-img-holder:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.feature-post-layout .media-body p {
  margin-top: 12px;
}
.feature-post-layout .list-item {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.feature-post-layout .list-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.feature-post-layout .list-item .entry-title {
  font-size: 16px;
}

.gallery .gallery-item {
  margin: 0;
  text-align: center;
  text-align: center;
}
.gallery .gallery-item .gallery-icon {
  margin: 5px;
}
.gallery .gallery-item .gallery-icon img {
  border-radius: 4px;
}
.gallery .gallery-item .gallery-caption {
  font-size: 13px;
}

.widget_neeon_about_author .author-widget {
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  padding: 40px 35px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.widget_neeon_about_author .author-widget span {
  display: block;
  color: #ffffff;
}
.widget_neeon_about_author .author-widget span a {
  color: #ffffff;
}
.widget_neeon_about_author .author-widget span.phone {
  font-size: 18px;
}
.widget_neeon_about_author .author-widget:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  opacity: 0.9;
  z-index: -1;
  background-image: linear-gradient(38deg, #512da8 0%, #2962ff 100%);
}
.widget_neeon_about_author .author-widget img {
  margin-bottom: 18px;
  width: 160px;
}
.widget_neeon_about_author .author-widget h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 7px;
  line-height: 1.2;
}
.widget_neeon_about_author .author-widget h4 {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 12px;
}
.widget_neeon_about_author .author-widget .about-btn {
  border-radius: 4px;
  margin-top: 30px;
  padding: 13px 20px 11px;
}

.apsc-theme-1 .apsc-each-profile {
  display: inline-block;
  float: left;
  width: 48%;
  margin: 0 5px 5px 0;
  text-align: center;
}
.apsc-theme-1 .apsc-each-profile:last-child {
  margin-bottom: 0;
}
.apsc-theme-1 .apsc-each-profile a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: 100%;
  border-radius: 3px;
  padding: 10px 15px;
}
.apsc-theme-1 .apsc-each-profile a:hover .social-icon i {
  background: rgb(255, 255, 255);
  color: #000000;
}
.apsc-theme-1 .apsc-facebook-icon {
  background-image: linear-gradient(-90deg, #2c6dd2 0%, #1155bf 100%);
}
.apsc-theme-1 .apsc-twitter-icon {
  background-image: linear-gradient(-90deg, #56c3f0 0%, #13a4e7 100%);
}
.apsc-theme-1 .apsc-instagram-icon {
  background-image: linear-gradient(-90deg, #bc2a8d 0%, #8a3ab9 100%);
}
.apsc-theme-1 .apsc-youtube-icon {
  background-image: linear-gradient(-90deg, #ff5252 0%, #ed1c24 100%);
}
.apsc-theme-1 .apsc-soundcloud-icon {
  background-image: linear-gradient(-90deg, #ff9656 0%, #ff6b10 100%);
}
.apsc-theme-1 .apsc-dribble-icon {
  background-image: linear-gradient(-90deg, #f43079 0%, #f7679d 100%);
}
.apsc-theme-1 .social-icon {
  display: block;
  margin-bottom: 5px;
}
.apsc-theme-1 .social-icon i {
  font-size: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transition: all ease 0.6s;
}
.apsc-theme-1 span.media-name {
  display: none;
}
.apsc-theme-1 span.apsc-count {
  position: relative;
  margin-right: 10px;
}

.apsc-theme-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.apsc-theme-2 .apsc-each-profile {
  width: calc(50% - 2px);
  text-align: center;
}
.apsc-theme-2 .apsc-each-profile:last-child {
  margin-bottom: 0;
}
.apsc-theme-2 .apsc-each-profile a {
  color: #111111;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: 100%;
  border-radius: 4px;
  padding: 10px 15px;
}
.apsc-theme-2 .apsc-facebook-icon i {
  color: #1559c2;
}
.apsc-theme-2 .apsc-twitter-icon i {
  color: #1ea9e9;
}
.apsc-theme-2 .apsc-instagram-icon i {
  color: #bc2a8d;
}
.apsc-theme-2 .apsc-youtube-icon i {
  color: #ed1d25;
}
.apsc-theme-2 .apsc-soundcloud-icon i {
  color: #ff6b10;
}
.apsc-theme-2 .apsc-dribble-icon i {
  color: #f65e97;
}
.apsc-theme-2 .social-icon {
  display: block;
}
.apsc-theme-2 .social-icon i {
  font-size: 24px;
}
.apsc-theme-2 span.media-name {
  display: none;
}
.apsc-theme-2 span.apsc-count {
  position: relative;
  margin-right: 10px;
}

.apsc-theme-3 .apsc-each-profile {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}
.apsc-theme-3 .apsc-each-profile:last-child {
  margin-bottom: 0;
}
.apsc-theme-3 .apsc-each-profile > a {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 62px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  text-transform: uppercase;
}
.apsc-theme-3 .apsc-each-profile a:hover .social-icon i {
  color: #000000;
}
.apsc-theme-3 .apsc-inner-block {
  width: 100%;
}
.apsc-theme-3 .apsc-inner-block:hover .social-icon i {
  transform: rotate(360deg);
}
.apsc-theme-3 .social-icon {
  display: inline-block;
  width: 45px;
  border-right: 1px solid #e5e5e5;
  padding-right: 20px;
  margin-right: 20px;
}
.apsc-theme-3 .social-icon i {
  font-size: 16px;
  transition: all ease 0.6s;
}
.apsc-theme-3 span.media-name {
  display: none;
}
.apsc-theme-3 span.apsc-count {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  border-left: 1px solid #e5e5e5;
  float: right;
}

.apsc-theme-4 .apsc-each-profile {
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}
.apsc-theme-4 .apsc-each-profile:last-child {
  margin-bottom: 0;
}
.apsc-theme-4 .apsc-each-profile a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 62px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.apsc-theme-4 .apsc-each-profile a:hover .social-icon i {
  background: rgb(255, 255, 255);
  color: #000000;
}
.apsc-theme-4 .apsc-facebook-icon {
  background-image: linear-gradient(-90deg, #2c6dd2 0%, #1155bf 100%);
}
.apsc-theme-4 .apsc-twitter-icon {
  background-image: linear-gradient(-90deg, #56c3f0 0%, #13a4e7 100%);
}
.apsc-theme-4 .apsc-instagram-icon {
  background-image: linear-gradient(-90deg, #bc2a8d 0%, #8a3ab9 100%);
}
.apsc-theme-4 .apsc-youtube-icon {
  background-image: linear-gradient(-90deg, #ff5252 0%, #ed1c24 100%);
}
.apsc-theme-4 .apsc-soundcloud-icon {
  background-image: linear-gradient(-90deg, #ff9656 0%, #ff6b10 100%);
}
.apsc-theme-4 .apsc-dribble-icon {
  background-image: linear-gradient(-90deg, #f43079 0%, #f7679d 100%);
}
.apsc-theme-4 .social-icon i {
  font-size: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  transition: all ease 0.6s;
}
.apsc-theme-4 span.media-name {
  display: none;
}
.apsc-theme-4 span.apsc-count {
  position: relative;
  padding-left: 13px;
  margin-left: 15px;
  margin-right: 10px;
}
.apsc-theme-4 span.apsc-count::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #fff;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: all ease 0.8s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background: rgba(41, 98, 255, 0.7);
  height: 0;
  width: 0;
}
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: all ease 0.8s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  content: "\f16d";
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Brands";
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::after {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.1s;
}
#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
#sb_instagram .sbi_photo_wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
  padding: 5px !important;
}

.entry-banner {
  background: #f7f7f7;
  position: relative;
  z-index: 3;
  transition: all ease 0.31s;
}
.entry-banner:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgb(247, 247, 247);
  z-index: 1;
}
.entry-banner .entry-banner-content {
  padding: 30px 0 30px;
  position: relative;
  z-index: 2;
}
.entry-banner .entry-banner-content h1 {
  line-height: 1.4;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 46px;
}
.entry-banner .entry-banner-content h1 a {
  color: #000000;
}
.entry-banner .entry-banner-content h1 a:hover {
  color: #646464;
}
.entry-banner .entry-breadcrumb .delimiter {
  color: #ffffff;
  padding: 0 7px;
  font-size: 14px;
}
.entry-banner .entry-breadcrumb .dvdr {
  color: #646464;
  padding: 0 7px;
}

.breadcrumb-area .entry-breadcrumb span {
  font-size: 14px;
}
.breadcrumb-area .entry-breadcrumb span a {
  color: #646464;
}
.breadcrumb-area .entry-breadcrumb span a:hover {
  color: #2962ff;
}
.breadcrumb-area .entry-breadcrumb span .fa-home {
  margin-right: 4px;
}
.breadcrumb-area .entry-breadcrumb .current-item {
  color: #2962ff;
}
.breadcrumb-area .entry-breadcrumb span.current {
  color: #2962ff;
}

.breadcrumb-trail ul.trail-items {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.breadcrumb-trail ul.trail-items li {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-right: 16px;
  margin-right: 12px;
  color: #2962ff;
}
.breadcrumb-trail ul.trail-items li:after {
  position: absolute;
  content: "-";
  right: 0;
  top: 0;
}
.breadcrumb-trail ul.trail-items li:last-child:after {
  display: none;
}
.breadcrumb-trail ul.trail-items li a {
  color: #2962ff;
}
.breadcrumb-trail ul.trail-items li a:hover {
  color: #646464;
}
.breadcrumb-trail ul.trail-items li > span {
  color: #646464;
}

.banner-text {
  line-height: 1.4;
}

.site-main .entry-breadcrumb .current {
  color: #2962ff;
}

form.post-password-form label > input {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 10px 8px;
}
form.post-password-form input[type=submit] {
  border-radius: 4px;
  background: #2962ff;
  color: #ffffff;
  font-weight: 500;
  outline: none;
  transition: all ease 0.31s;
}
form.post-password-form input[type=submit]:hover {
  background: #000000;
  color: #ffffff;
}

.single .neeon-progress-container {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 999999;
}
.single .neeon-progress-bar {
  height: 4px;
  background: linear-gradient(90deg, #2962ff 0%, #0034c2 100%);
  width: 0%;
}
.single .neeon-progress-container.bottom {
  bottom: 0;
  top: initial;
}

.single-post .ajax-scroll-post > .type-post {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 70px;
}
.single-post .ajax-scroll-post > .type-post:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 10px;
  width: 100%;
  border-radius: 1px;
  background: #2962ff;
}
.single-post .ajax-scroll-post > .type-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-post .ajax-scroll-post > .type-post:last-child:after {
  display: none;
}

.content-area {
  padding-top: 80px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
}
.content-area .entry-content img {
  border-radius: 4px;
}

.entry-header .entry-title {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1.4;
  transition: all ease 0.31s;
}
.entry-header ul.entry-meta {
  padding: 0px;
  margin: 0 0 15px;
  list-style: none;
  display: inline-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.entry-header ul.entry-meta li {
  display: inline;
  color: #a5a6aa;
  font-size: 12px;
  font-weight: 500;
  margin-right: 16px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.entry-header ul.entry-meta li:last-child {
  margin-right: 0;
}
.entry-header ul.entry-meta li i {
  margin-right: 7px;
  width: 11px;
}
.entry-header ul.entry-meta li a {
  color: #444444;
}
.entry-header ul.entry-meta li a:hover {
  color: #2962ff;
}
.entry-header ul.entry-meta li img {
  border-radius: 50%;
  margin-right: 15px;
}

.embed-responsive-16by9 {
  margin-top: 40px;
}
.embed-responsive-16by9 .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 4px;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-16by9 iframe {
  border-radius: 4px;
}

figure.is-type-video {
  border-radius: 4px;
  overflow: hidden;
}

.post-share {
  margin-bottom: 40px;
}
.post-share .share-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 40px;
  overflow: hidden;
  color: #ffffff;
  background: #646464;
  position: relative;
  transition: all ease 0.31s;
  border-radius: 4px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.post-share .share-links a:hover {
  opacity: 0.8;
  color: #fff;
}
.post-share .share-links .social-text {
  display: none;
}
.post-share .share-links a.facebook-f-share-button {
  background: #1559c2;
}
.post-share .share-links a.twitter-neeon-share-button {
  background: #1ea9e9;
}
.post-share .share-links a.youtube-share-button {
  background: #ed1d25;
}
.post-share .share-links a.linkedin-in-share-button {
  background: #238cc8;
}
.post-share .share-links a.pinterest-p-share-button {
  background: #e13138;
}
.post-share .share-links a.whatsapp-share-button {
  background: #43ce13;
}
.post-share .share-links a.cloud-share-button {
  background: #ff6b10;
}
.post-share .share-links a.dribbble-share-button {
  background: #f65e97;
}
.post-share .share-links a.tumblr-share-button {
  background: #35465c;
}
.post-share .share-links a.reddit-share-button {
  background: #45668e;
}
.post-share .share-links a.print-share-button {
  background: #87b1e8;
}
.post-share .share-links a.email-share-button {
  background: #5a83f7;
}

.entry-content .single-post-list li {
  font-size: 16px;
  color: #111111;
  font-weight: 500;
  position: relative;
  margin-bottom: 4px;
}
.entry-content .wp-block-cover {
  background-color: #000;
  margin-top: 0px;
  padding: 15px 45px;
}

.entry-footer .entry-footer-meta {
  overflow: hidden;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.entry-footer .meta-title {
  font-size: 18px;
  margin-bottom: 14px;
}

.meta-tags a {
  display: inline-block;
  font-size: 14px;
  color: #646464;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 9px 15px;
  background-color: transparent;
  transition: all ease 0.31s;
  text-transform: lowercase;
  margin-right: 6px;
  margin-bottom: 6px;
  line-height: 1.4;
}
.meta-tags a:hover {
  background: #2962ff;
  color: #ffffff;
  border-color: transparent;
}

.about-author {
  display: flex;
  background: #f7f7f7;
  padding: 60px;
  margin-bottom: 50px;
  margin-top: 15px;
  border-radius: 4px;
}
.about-author .pull-left {
  padding-right: 25px;
  width: 250px;
}
.about-author .pull-left img {
  border-radius: 50%;
}
.about-author .author-title {
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 1.4;
  text-transform: capitalize;
}
.about-author .author-title a {
  color: #000000;
}
.about-author .author-designation {
  margin-bottom: 10px;
  font-size: 15px;
  color: #a5a5a5;
  line-height: 1.2;
}
.about-author .author-bio {
  color: #646464;
}
.about-author ul.author-box-social {
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0;
  text-align: left;
}
.about-author ul.author-box-social li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
.about-author ul.author-box-social li a {
  font-size: 16px;
  color: #000000;
  display: block;
  text-align: center;
  transition: all ease 0.31s;
}
.about-author ul.author-box-social li a:hover {
  color: #2962ff;
}
.about-author ul.author-box-social li:last-child {
  margin-right: 0px;
}

.post-navigation {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-navigation .text-left {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 30px 40px;
  width: 47%;
}
.post-navigation .text-right {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 30px 40px;
  text-align: right;
  width: 47%;
}
.post-navigation .prev-article {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #a5a6aa;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.post-navigation .prev-article i {
  margin-left: 10px;
  display: inline-flex;
}
.post-navigation .prev-article:hover {
  color: #2962ff;
}
.post-navigation .next-article {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #a5a6aa;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.post-navigation .next-article i {
  margin-right: 10px;
  display: inline-flex;
}
.post-navigation a {
  color: #a5a6aa;
}
.post-navigation a:hover {
  color: #2962ff;
}
.post-navigation .post-nav-title {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.6;
}
.post-navigation .post-nav-title a {
  color: #000000;
}
.post-navigation .navigation-archive {
  font-size: 20px;
  padding: 10px;
}

.page-links {
  padding-top: 12px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-right: 10px;
  line-height: 1.3;
}
.page-links .page-number {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #646464;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 0;
  height: 45px;
  width: 48px;
  line-height: 45px;
  font-weight: 500;
}
.page-links span.current .page-number {
  background-color: #2962ff;
  border-color: transparent;
  color: #ffffff;
}
.page-links a.post-page-numbers:hover .page-number {
  background-color: #2962ff;
  border-color: transparent;
  color: #ffffff;
}
.page-links a .page-number {
  transition: all ease 0.31s;
}

.comments-area {
  background-color: #f3f3f3;
  border-radius: 4px;
  margin-top: 50px;
  padding: 50px;
}
.comments-area ul {
  list-style-type: none;
  padding: 0;
}
.comments-area > ul.comment-list {
  margin-bottom: 30px;
}
.comments-area h3.comment-num {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 35px;
  position: relative;
}
.comments-area h3.comment-num:after {
  background: #2962ff;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin: 5px 0 0;
  top: 0;
  width: 80px;
}
.comments-area .comment-form {
  margin-top: 0px;
}
.comments-area .main-comments .imgholder {
  float: left;
}
.comments-area .main-comments .imgholder img {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 0px;
  max-width: 90px;
}
.comments-area .main-comments .comment-meta {
  font-size: 15px;
}
.comments-area .main-comments .comment-meta .comment-author-name {
  color: #a5a6aa;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.comments-area .main-comments .comment-meta .comment-author-name a {
  color: #000000;
  font-size: 16px;
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
  font-weight: 700;
  display: block;
  text-transform: capitalize;
}
.comments-area .main-comments .comment-meta .comment-author-name span {
  color: #000000;
  font-size: 16px;
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
  font-weight: 700;
  display: block;
  text-transform: capitalize;
}
.comments-area .main-comments .replay-area {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.comments-area .main-comments .replay-area a {
  color: #000000;
  font-size: 14px;
  transition: all ease 0.31s;
  padding: 0;
  border-radius: 0;
  font-weight: 500;
}
.comments-area .main-comments .replay-area a:hover {
  color: #2962ff;
}
.comments-area .main-comments .comments-body {
  display: flow-root;
}
.comments-area .main-comments .comments-body p {
  margin-bottom: 5px;
}
.comments-area .main-comments .comment-text {
  font-size: 15px;
}
.comments-area .main-comments .comment-text li {
  border-top: none;
}
.comments-area .main-comments .comment-respond {
  margin-top: 0px;
  margin-bottom: 70px;
}
.comments-area .reply-separator {
  margin-top: 40px;
  padding-top: 50px;
}
.comments-area > h4 {
  display: block;
  position: relative;
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 1.4;
}

.comment-respond > h4 {
  display: block;
  position: relative;
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 1.4;
}

.main-comments .each-comment {
  margin-bottom: 40px;
}
.main-comments ul.children {
  margin-left: 50px;
  padding: 0;
}

.avatar-disabled .main-comments ul.children {
  margin-left: 50px;
  padding: 0;
}

.no-comments {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  padding-top: 20px;
}

.comment-awaiting-moderation {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}

.comment-navigation ul {
  margin-top: 30px;
}
.comment-navigation ul li {
  margin-right: 5px;
  margin-top: 0;
}
.comment-navigation ul li a {
  display: inline;
  font-size: 12px;
  height: 49px;
  line-height: inherit;
  padding: 10px;
  width: inherit;
}

.comment-list pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.comment-list > li:first-child {
  border-top: none;
}
.comment-list .comment-text ul {
  padding: 0 15px;
  margin-bottom: 20px;
  list-style: disc;
}
.comment-list .comment-text ul li {
  padding-top: 0px;
}
.comment-list .comment-text ul li .children li {
  padding-top: 0px;
}
.comment-list .comment-text ul ul {
  margin-bottom: 0px;
}
.comment-list .comment-text ol {
  margin-bottom: 20px;
}
.comment-list .comment-text ol li {
  padding-top: 0px;
}
.comment-list .comment-text ol li .children li {
  padding-top: 0px;
}
.comment-list .comment-text ol ol {
  margin-bottom: 0;
}

#respond .comment-notes {
  margin-bottom: 30px;
}
#respond .logged-in-as {
  margin-bottom: 30px;
  font-size: 15px;
}
#respond .logged-in-as a {
  color: #646464;
}
#respond .form-group {
  margin-bottom: 25px;
}
#respond .form-group.form-submit {
  margin-bottom: 0px;
}
#respond form .form-control {
  background: #ffffff;
  border-radius: 5px;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  margin-right: 20px;
  box-shadow: none;
  padding: 10px 20px;
}
#respond form input.form-control {
  height: 50px;
}
#respond form input:focus {
  box-shadow: none;
}
#respond form textarea:focus {
  box-shadow: none;
}
#respond form .btn-send {
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  background: #2962ff;
  color: #ffffff;
  padding: 15px 30px;
  text-transform: uppercase;
  z-index: 1;
  line-height: 1.6;
  letter-spacing: 1px;
  overflow: hidden;
  transition: all ease 0.31s;
}
#respond form .btn-send:hover {
  background: #0034c2;
  color: #ffffff;
}
#respond form .comment-form-cookies-consent {
  position: relative;
  display: inline-flex;
}
#respond form .comment-form-cookies-consent input {
  background: transparent;
  border: none;
  margin-right: 10px;
  height: inherit;
  box-shadow: none;
  position: absolute;
  top: 5px;
}
#respond form .comment-form-cookies-consent label {
  padding-left: 25px;
  line-height: 1.5;
}
#respond input.form-control::-moz-placeholder {
  color: #a9a9a9;
}
#respond input.form-control::placeholder {
  color: #a9a9a9;
}
#respond input.form-control::-moz-placeholder {
  color: #a9a9a9;
}
#respond textarea.form-control::-moz-placeholder {
  color: #a9a9a9;
}
#respond textarea.form-control::placeholder {
  color: #a9a9a9;
}
#respond textarea.form-control::-webkit-input-placeholder {
  color: #a9a9a9;
}
#respond textarea.form-control::-moz-placeholder {
  color: #a9a9a9;
}
#respond textarea.form-control:-moz-placeholder {
  color: #a9a9a9;
}
#respond textarea.form-control:-ms-input-placeholder {
  color: #a9a9a9;
}
#respond #cancel-comment-reply-link {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  margin-left: 5px;
}

input.form-control::-moz-placeholder {
  color: #a9a9a9;
}

input.form-control::placeholder {
  color: #a9a9a9;
}

textarea.form-control::-moz-placeholder {
  color: #a9a9a9;
}

textarea.form-control::placeholder {
  color: #a9a9a9;
}

.item-comments {
  margin-top: 50px;
}
.item-comments h2 {
  font-size: 24px;
}
.item-comments .item-comments-list {
  margin-top: 50px;
}
.item-comments .item-comments-list ul.comments-list {
  padding-top: 20px;
}
.item-comments .item-comments-list ul.comments-list li {
  margin-bottom: 50px;
  overflow: hidden;
}
.item-comments .item-comments-list ul.comments-list li .comment-image {
  float: left;
  padding-right: 20px;
}
.item-comments .item-comments-list ul.comments-list li .comment-name {
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}
.item-comments .item-comments-list ul.comments-list li .comment-date {
  color: #646464;
}
.item-comments .item-comments-list ul.comments-list li .comment-reply {
  background: #2962ff;
  padding: 2px 10px 3px;
  float: right;
  font-size: 14px;
}
.item-comments .item-comments-list ul.comments-list li .comment-reply a {
  color: #ffffff;
}
.item-comments .item-comments-list ul.comments-list li .comment-reply:hover {
  background: #a51c2d;
}
.item-comments .item-comments-list ul.comments-list li p {
  padding-top: 20px;
}
.item-comments .item-comments-list ul.comments-list li:last-child {
  margin-bottom: 0;
}
.item-comments .item-comments-list ul.comments-list li.odd {
  margin-left: 50px;
}
.item-comments .item-comments-form {
  border-top: 1px solid #e5e5e5;
  margin-top: 50px;
  padding-top: 50px;
}
.item-comments .item-comments-form .comments-form {
  padding-top: 20px;
}
.item-comments .item-comments-form .comments-form .form-group {
  margin-bottom: 20px;
}
.item-comments .item-comments-form .comments-form .form-group .form-control {
  background: #000000;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.item-comments .item-comments-form .comments-form .form-group input {
  height: 40px;
}

.rtrs-review-wrap .rtrs-sorting-bar {
  background-color: #f3f3f3 !important;
}
.rtrs-review-wrap .rtrs-review-form {
  background-color: #f3f3f3 !important;
}
.rtrs-review-wrap .rtrs-review-box .rtrs-each-review {
  background-color: #f3f3f3 !important;
}

.rtrs-review-box .rtrs-each-review {
  border-radius: 4px;
}
.rtrs-review-box .rtrs-review-body .rtrs-review-meta li.rtrs-review-date i:before {
  color: #a5a6aa;
}

.post-detail-style1 .share-box-area .post-share .share-links .email-share-button {
  float: right;
  color: #7a7e83;
  background-color: transparent;
  border: 1px solid #cccccc;
}
.post-detail-style1 .share-box-area .post-share .share-links .print-share-button {
  float: right;
  color: #7a7e83;
  background-color: transparent;
  border: 1px solid #cccccc;
}
.post-detail-style1 .entry-thumbnail-area {
  position: relative;
  margin-bottom: 40px;
}
.post-detail-style1 .entry-thumbnail-area img {
  border-radius: 4px;
}

.post-detail-style2 .content-area {
  padding-top: 0 !important;
}
.post-detail-style2 .share-box-area {
  position: absolute;
  margin-left: -90px;
  height: calc(100% + 50px);
}
.post-detail-style2 .share-box-area .post-share {
  position: sticky;
  top: 125px;
}
.post-detail-style2 .share-box-area .post-share .share-links a {
  margin-bottom: 8px;
}
.post-detail-style2 .share-box-area .share-links {
  display: flex;
  flex-direction: column;
}
.post-detail-style2 .main-wrap {
  position: relative;
  width: 50%;
  margin: 80px auto 0;
  padding: 0 15px;
}
.post-detail-style2 .main-wrap > .entry-header {
  margin-bottom: 20px;
}
.post-detail-style2 .main-wrap > .entry-thumbnail-area {
  margin-bottom: 25px;
}
.post-detail-style2 .main-wrap > .entry-thumbnail-area img {
  border-radius: 4px;
}
.post-detail-style2 .meta-fixed {
  position: relative;
  width: 50%;
  margin: 0 auto;
}
.post-detail-style2 .entry-thumbnail-area {
  position: relative;
}
.post-detail-style2 .entry-thumbnail-area img {
  width: 100%;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.post-detail-style2 .no-image {
  margin-top: 80px;
}
.post-detail-style2 .show-image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 59%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 0;
}
.post-detail-style2 .show-image .meta-fixed {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.post-detail-style2 .show-image .entry-header .entry-title {
  color: #ffffff;
}
.post-detail-style2 .show-image .entry-header ul.entry-meta li {
  color: #d0d0d0;
}
.post-detail-style2 .show-image .entry-header ul.entry-meta li a {
  color: #ffffff;
}
.post-detail-style2 .show-image .entry-header ul.entry-meta li a:hover {
  color: #2962ff;
}
.post-detail-style2 .entry-header {
  margin-bottom: 42px;
}
.post-detail-style2 .entry-header .rt-video {
  margin-bottom: 30px;
}
.post-detail-style2 .post-share .share-text {
  text-align: center;
  margin-bottom: 18px;
}
.post-detail-style2 .post-share .share-text i {
  color: #a5a6aa;
  margin-bottom: 10px;
}
.post-detail-style2 .post-share .share-text span {
  font-size: 0.75rem;
  color: #000;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
}
.post-detail-style2 .post-share .share-links a {
  background-color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.5s ease;
  border: 1px solid #e5e5e5;
  transform: translateY(0);
}
.post-detail-style2 .post-share .share-links a:hover {
  color: #0b2f66;
  transform: translateY(-5px);
}
.post-detail-style2 .post-share .share-links a.facebook-f-share-button {
  color: #1559c2;
}
.post-detail-style2 .post-share .share-links a.twitter-neeon-share-button {
  color: #1ea9e9;
}
.post-detail-style2 .post-share .share-links a.youtube-share-button {
  color: #ed1d25;
}
.post-detail-style2 .post-share .share-links a.linkedin-in-share-button {
  color: #238cc8;
}
.post-detail-style2 .post-share .share-links a.pinterest-p-share-button {
  color: #e13138;
}
.post-detail-style2 .post-share .share-links a.whatsapp-share-button {
  color: #43ce13;
}
.post-detail-style2 .post-share .share-links a.cloud-share-button {
  color: #ff6b10;
}
.post-detail-style2 .post-share .share-links a.dribbble-share-button {
  color: #f65e97;
}
.post-detail-style2 .post-share .share-links a.tumblr-share-button {
  color: #35465c;
}
.post-detail-style2 .post-share .share-links a.reddit-share-button {
  color: #45668e;
}
.post-detail-style2 .post-share .share-links a.print-share-button {
  color: #87b1e8 !important;
}
.post-detail-style2 .post-share .share-links a.email-share-button {
  color: #5a83f7 !important;
}
.post-detail-style2 .entry-content > p:first-child:first-letter {
  font-size: 60px;
  line-height: 0.8;
  color: #000;
  font-weight: 900;
  float: left;
  margin: 6px 15px 0 0;
  padding: 10px 20px;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.post-detail-style3 .entry-thumbnail-area {
  position: relative;
  margin-bottom: 40px;
  border-radius: 4px;
}
.post-detail-style3 .entry-thumbnail-area img {
  border-radius: 4px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-detail-style3 .show-image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 59%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 0;
  border-radius: 4px;
}
.post-detail-style3 .show-image .entry-header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 30px 50px 24px;
}
.post-detail-style3 .show-image .entry-header .entry-title {
  color: #ffffff;
}
.post-detail-style3 .show-image .entry-header ul.entry-meta li {
  color: #d0d0d0;
}
.post-detail-style3 .show-image .entry-header ul.entry-meta li a {
  color: #ffffff;
}
.post-detail-style3 .show-image .entry-header ul.entry-meta li a:hover {
  color: #2962ff;
}
.post-detail-style3 .show-image .rt-video .rt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.author .content-area {
  padding-top: 0 !important;
}
.author .author-banner {
  background: #363636;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 110px 0;
}
.author .author-banner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.admin-author {
  display: flex;
  align-items: center;
}
.admin-author .author-img {
  flex: 0 0 155px;
  margin-right: 30px;
}
.admin-author .author-img img {
  width: 170px;
  border-radius: 50%;
  border: 5px solid #fff;
}
.admin-author .author-title {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 4px;
  text-transform: capitalize;
}
.admin-author .author-title a {
  color: #ffffff;
}
.admin-author .author-designation {
  color: #fff;
  display: block;
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.admin-author .author-designation::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 3px;
  background: #2962ff;
}
.admin-author .author-bio {
  color: #ffffff;
}
.admin-author .author-box-social {
  flex-basis: 75%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.admin-author .author-box-social li {
  margin-right: 5px;
}
.admin-author .author-box-social li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 15px;
  transition: all ease 0.31s;
  overflow: hidden;
  position: relative;
}
.admin-author .author-box-social li a:hover {
  background: #2962ff;
  color: #ffffff;
}
.admin-author .author-box-social li a:hover i {
  animation: toBottomFromTop 0.5s forwards;
}

.blend img {
  filter: brightness(100%) contrast(100%) saturate(162%) blur(0px) hue-rotate(162deg);
}

.blog-box {
  position: relative;
}
.blog-box * {
  box-sizing: border-box;
}
.blog-box .entry-content .entry-title {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.blog-box .entry-content .entry-title a {
  color: #000000;
}
.blog-box ul.entry-meta {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.blog-box ul.entry-meta li {
  display: inline-block;
  color: #a5a6aa;
  font-size: 12px;
  font-weight: 500;
  margin-right: 16px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.blog-box ul.entry-meta li i {
  margin-right: 7px;
  width: 11px;
}
.blog-box ul.entry-meta li:last-child {
  margin-right: 0;
}
.blog-box ul.entry-meta li a {
  color: #444444;
}
.blog-box ul.entry-meta li a:hover {
  color: #2962ff;
}
.blog-box ul.entry-meta li.post-comment a {
  color: #a5a6aa;
}
.blog-box ul.entry-meta li.post-comment a:hover {
  color: #2962ff;
}
.blog-box .blog-img-holder {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 25px;
}
.blog-box .blog-img-holder .blog-img img {
  border-radius: 4px;
  transform: scale(1.05);
  transition: all 0.4s ease-out;
}
.blog-box.show-image .entry-content {
  position: relative;
}

.entry-categories {
  display: inline-block;
  margin-bottom: 13px;
}
.entry-categories .category-style {
  background-color: #2962ff;
  border-radius: 2px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  padding: 6px 9px 5px;
  line-height: 1;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0px;
}

.blog-layout-1 .blog-box .blog-img-holder {
  margin-bottom: 0;
}
.blog-layout-1 .blog-box .blog-img-holder .blog-img > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 59%, rgba(0, 0, 0, 0.8) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.blog-layout-1 .blog-box ul.entry-meta {
  margin: 0;
}
.blog-layout-1 .blog-box ul.entry-meta li {
  color: #d0d0d0;
}
.blog-layout-1 .blog-box ul.entry-meta li a {
  color: #ffffff;
}
.blog-layout-1 .blog-box ul.entry-meta li a:hover {
  color: #2962ff;
}
.blog-layout-1 .blog-box ul.entry-meta li.post-comment a {
  color: #d0d0d0;
}
.blog-layout-1 .blog-box .entry-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  transition: all ease 0.4s;
  transform: translateY(0);
  padding: 25px;
}
.blog-layout-1 .blog-box .entry-content .entry-title a {
  color: #ffffff;
}
.blog-layout-1 .blog-box .blog-img .rt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.blog-layout-1 .no-image.no-preview .blog-img .rt-play {
  position: relative;
  top: 0;
  left: 25px;
  transform: inherit;
  border: 1px solid #e5e5e5;
}
.blog-layout-1 .no-image.no-preview .blog-img-holder .blog-img > a::after {
  display: none;
}
.blog-layout-1 .blog-box.no-image.no-preview .entry-content {
  position: relative;
}
.blog-layout-1 .blog-box.no-image.no-preview .entry-content .entry-title a {
  color: #000000;
}
.blog-layout-1 .blog-box.no-image.no-preview ul.entry-meta li {
  color: #a5a6aa;
}
.blog-layout-1 .blog-box.no-image.no-preview ul.entry-meta li a {
  color: #000000;
}
.blog-layout-1 .blog-box.no-image.no-preview ul.entry-meta li a:hover {
  color: #2962ff;
}
.blog-layout-1 .blog-box.no-image.no-preview ul.entry-meta li.post-comment a {
  color: #a5a6aa;
}
.blog-layout-1 .blog-box.no-image.no-preview ul.entry-meta li.post-comment a:hover {
  color: #2962ff;
}

.blog-layout-2 .blog-box {
  margin-bottom: 50px;
}
.blog-layout-2 .blog-box .entry-content .entry-title {
  font-size: 28px;
}
.blog-layout-2 .blog-box.show-image .blog-img .rt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.blog-layout-2 .no-image.show-preview .blog-img .rt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.blog-layout-2 .no-image.no-preview .blog-img .rt-play {
  border: 1px solid #e5e5e5;
}

.blog-layout-3 .blog-box {
  margin-bottom: 12px;
}
.blog-layout-3 .blog-box .entry-content .entry-categories a {
  background: transparent;
  color: #a5a6aa;
  padding: 0;
  margin-bottom: 13px;
  height: inherit;
  line-height: 1;
}
.blog-layout-3 .blog-box ul.entry-meta {
  margin-bottom: 0;
}
.blog-layout-3 .blog-box.show-image .blog-img .rt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.blog-layout-3 .no-image.show-preview .blog-img .rt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.blog-layout-3 .no-image.no-preview .blog-img .rt-play {
  border: 1px solid #e5e5e5;
}

.blog-layout-4 .blog-box {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 40px;
  justify-content: flex-end;
}
.blog-layout-4 .blog-box .blog-img-holder {
  flex: none;
  max-width: 350px;
  width: 100%;
  margin-bottom: 0;
  order: 1;
}
.blog-layout-4 .blog-box .blog-img-holder .blog-img {
  height: auto;
}
.blog-layout-4 .blog-box .blog-img-holder .blog-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-layout-4 .blog-box .entry-content {
  flex-grow: 1;
  margin-left: 25px;
}
.blog-layout-4 .blog-box .entry-content .entry-title {
  font-size: 24px;
  margin-bottom: 8px;
}
.blog-layout-4 .blog-box .entry-content .entry-text p {
  margin-bottom: 10px;
}
.blog-layout-4 .blog-box .blog-img .rt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.blog-layout-4 .no-image.no-preview .blog-img .rt-play {
  border: 1px solid #e5e5e5;
}

.blog-layout-5 .blog-box {
  display: flex;
  margin-bottom: 0;
}
.blog-layout-5 .blog-box .blog-img-holder .blog-img {
  height: 100%;
}
.blog-layout-5 .blog-box .blog-img-holder .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-layout-5 .blog-box .blog-img-holder .blog-img .rt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.blog-layout-5:first-child .blog-box.no-image {
  margin-top: 0;
}

.blog-layout-6 .blog-box {
  display: flex;
  margin-bottom: 40px;
}
.blog-layout-6 .blog-box .blog-img-holder {
  flex: auto;
  max-width: 350px;
  width: 100%;
  margin-bottom: 0;
  margin-right: 25px;
}
.blog-layout-6 .blog-box .blog-img-holder .blog-img {
  height: 100%;
}
.blog-layout-6 .blog-box .blog-img-holder .blog-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-layout-6 .blog-box .entry-content {
  flex-grow: 1;
}
.blog-layout-6 .blog-box .entry-content .entry-title {
  font-size: 24px;
  margin-bottom: 8px;
}
.blog-layout-6 .blog-box .entry-content .entry-text p {
  margin-bottom: 10px;
}
.blog-layout-6 .blog-box .blog-img .rt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.blog-layout-7 .blog-box {
  margin-bottom: 12px;
}
.blog-layout-7 .blog-box .entry-content .entry-title {
  font-size: 19px;
}
.blog-layout-7 .blog-box .entry-content .entry-categories a {
  color: #a5a6aa;
  padding: 0;
  height: inherit;
  line-height: 1;
}
.blog-layout-7 .blog-box ul.entry-meta {
  margin-bottom: 0;
}
.blog-layout-7 .blog-box.show-image .blog-img .rt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.blog-layout-7 .no-image.show-preview .blog-img .rt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.blog-layout-7 .no-image.no-preview .blog-img .rt-play {
  border: 1px solid #e5e5e5;
}

.left-sidebar .rt-sidebar-sapcer {
  margin-left: 20px;
}

.right-sidebar .rt-sidebar-sapcer {
  margin-right: 20px;
}

.sticky .blog-box {
  background-color: #f5faff;
  border-radius: 4px;
}
.sticky .blog-box .blog-img-holder {
  margin-bottom: 0;
}
.sticky .blog-box .entry-content {
  padding: 30px;
}

.sticky.blog-layout-5 .blog-box {
  margin-bottom: 30px;
}
.sticky.blog-layout-5 .blog-box.no-image .entry-content {
  padding: 30px;
}

.sticky.blog-layout-1 .blog-box.no-image ul.entry-meta {
  margin: 0;
}

.rt-swiper-slider {
  position: relative;
  overflow: hidden;
}
.rt-swiper-slider .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.rt-swiper-slider .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 0;
}

.rt-swiper-side-slider {
  position: relative;
  overflow: hidden;
}

.rt-swiper-cat-slider {
  position: relative;
  overflow: hidden;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.section-title .related-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-right: 15px;
  flex-grow: 1 !important;
  transition: all ease 0.31s;
}
.section-title .related-title .titledot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #2962ff;
  margin-right: 7px;
  margin-left: 15px;
  display: inline-block;
  transition: all ease 0.31s;
}
.section-title .related-title .titleline {
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
  flex-grow: 1;
  height: 4px;
  transition: all ease 0.31s;
}
.section-title .swiper-button {
  display: inline-flex;
  margin-bottom: 20px;
}
.section-title .swiper-button > div {
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: none;
  border: 1px solid #e5e5e5;
  height: 36px;
  width: 36px;
  outline: none;
  color: #000000;
  font-size: 15px;
  margin-top: 0;
  background-color: #ffffff;
  border-radius: 4px;
  transition: all ease 0.31s;
}
.section-title .swiper-button > div:hover {
  background: #2962ff;
  border: 1px solid transparent;
  color: #ffffff;
}
.section-title .swiper-button-prev {
  margin-right: 2px;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: none;
  border: 1px solid #e5e5e5;
  height: 36px;
  width: 36px;
  outline: none;
  color: #000000;
  font-size: 15px;
  margin-top: 0;
  background-color: #ffffff;
  border-radius: 4px;
  transition: all ease 0.31s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #dc382f;
  border: 1px solid transparent;
  color: #ffffff;
}

.section-title.nav-round .swiper-button > div {
  border-radius: 50%;
}

.rt-related-post {
  margin-top: 50px;
}
.rt-related-post .entry-content .entry-title {
  font-size: 16px;
}
.rt-related-post .entry-content .entry-categories a {
  color: #a5a6aa;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.rt-related-post .entry-content .entry-categories a:hover {
  color: #2962ff;
}
.rt-related-post .entry-content .entry-date {
  color: #a5a6aa;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 12px;
}
.rt-related-post .entry-content .entry-date i {
  font-size: 14px;
  margin-right: 6px;
}

.pagination-area ul {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  padding-left: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-area ul li {
  display: inline-flex;
  border: none;
  margin-right: 6px;
  position: relative;
}
.pagination-area ul li:last-child {
  margin-right: 0;
}
.pagination-area ul li a {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #646464;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 0;
  height: 45px;
  width: 48px;
  line-height: 45px;
  font-weight: 500;
}
.pagination-area ul li a:hover {
  background-color: #2962ff;
  border-color: transparent;
  color: #ffffff;
}
.pagination-area ul li span {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #000000;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 0;
  height: 45px;
  width: 48px;
  line-height: 45px;
  font-weight: 500;
}
.pagination-area ul li span.current {
  background-color: #2962ff;
  border-color: transparent;
  color: #ffffff;
}
.pagination-area ul li.active a {
  background-color: #2962ff;
  border-color: transparent;
  color: #ffffff;
}

a.loadMore {
  display: table;
  margin: auto;
  text-align: center;
  position: relative;
  margin-top: 50px;
  padding-right: 40px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
}
a.loadMore:before {
  left: 100%;
  margin-left: -15px;
  content: "";
  height: 1px;
  width: 50px;
  background-color: #6b6b6b;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 0.31s;
}
a.loadMore:hover:before {
  background-color: #000;
  width: 30px;
  right: 20px;
}

.loading-lazy {
  position: relative;
  display: block;
}
.loading-lazy::before {
  display: none;
}
.loading-lazy::after {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 10px;
  bottom: 0;
  z-index: 8;
  width: 20px;
  height: 20px;
  margin: auto;
  border-top-color: #000;
  border: 2px dashed #000;
  border-radius: 50%;
  animation: fa-spin 2s infinite linear;
}

.loadmore-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.loadmore-wrap .before-line {
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
  height: 4px;
  width: 100%;
  display: block;
  margin-right: 10px;
  flex: 1;
  transition: all ease 0.31s;
}
.loadmore-wrap .after-line {
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
  height: 4px;
  display: block;
  margin-left: 10px;
  width: 100%;
  flex: 1;
  transition: all ease 0.31s;
}

a.loadlistMore {
  font-size: 15px;
  background-color: #f8f8f8;
  box-shadow: unset;
}
a.loadlistMore i {
  margin-left: 10px;
}

.loading-lazy-list i {
  z-index: 8;
  animation: fa-spin 0.7s infinite linear;
}

.error-page-area {
  position: relative;
  background-position: center;
}
.error-page-area .error-page-content .go-home {
  margin-top: 30px;
}
.error-page-area .item-img {
  margin-bottom: 60px;
  position: relative;
  display: inline-flex;
  justify-content: center;
}

.error-page-content {
  position: relative;
  text-align: center;
}
.error-page-content .error-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
.error-page-content p {
  font-size: 16px;
  margin: 8px auto 20px;
  color: #5b6674;
  line-height: 1.6;
  width: 50%;
}

.elementor-widget-wp-widget-fluentform_widget h5 {
  font-size: 22.63px;
  line-height: 33px;
}

.rtrs-review-wrap.rtrs-affiliate-wrap {
  background-color: #f7f7f7;
  border-radius: 4px;
  padding: 30px !important;
}

.rtrs-title-area .rtrs-price-area .rtrs-offer-price {
  font-size: 36px;
  font-weight: 600;
  color: #000;
}

.rtrs-affiliate .rtrs-buy-btn {
  border: none;
  border-radius: 4px;
  background: #2962ff;
  color: #ffffff !important;
  font-size: 16px;
  padding: 16px 36px;
}
.rtrs-affiliate .rtrs-buy-btn:hover {
  background-color: #0034c2;
}

.wpuf-login-form p > label {
  color: #000;
  font-size: 16px;
  font-weight: 600 !important;
}
.wpuf-login-form input.input {
  background-color: #ffffff;
  box-shadow: none;
  color: #000000;
  border: 1px solid #e5e5e5;
  outline: none;
  border-radius: 4px;
  font-size: 15px;
  padding: 9px 20px;
}
.wpuf-login-form .submit > input {
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  background: #2962ff;
  color: #ffffff;
  padding: 12px 30px;
  text-transform: uppercase;
  z-index: 1;
  line-height: 1.6;
  letter-spacing: 1px;
  overflow: hidden;
  transition: all ease 0.31s;
}
.wpuf-login-form .submit > input:hover {
  background: #0034c2;
  color: #ffffff;
}

.wpuf-registration-form .wpuf-label {
  color: #000;
  font-size: 16px;
  font-weight: 600 !important;
}
.wpuf-registration-form .wpuf-fields .input {
  background-color: #ffffff;
  box-shadow: none;
  color: #000000;
  border: 1px solid #e5e5e5;
  outline: none;
  border-radius: 4px;
  font-size: 15px;
  padding: 9px 20px;
}
.wpuf-registration-form .wpuf-fields .input:focus {
  outline: none;
}

.wpuf-theme-style .wpuf-fields > input:focus {
  outline: none;
}
.wpuf-theme-style .wpuf-fields > textarea:focus {
  outline: none;
}
.wpuf-theme-style .wpuf-fields .wp-editor-container {
  border-right: 1px solid #e5e5e5;
}

.wpuf-submit > input {
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  background: #2962ff;
  color: #ffffff;
  padding: 12px 30px;
  text-transform: uppercase;
  z-index: 1;
  line-height: 1.6;
  letter-spacing: 1px;
  overflow: hidden;
  transition: all ease 0.31s;
}
.wpuf-submit > input:hover {
  background: #0034c2;
  color: #ffffff;
}
.wpuf-submit > button {
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  background: #2962ff;
  color: #ffffff;
  padding: 12px 30px;
  text-transform: uppercase;
  z-index: 1;
  line-height: 1.6;
  letter-spacing: 1px;
  overflow: hidden;
  transition: all ease 0.31s;
}
.wpuf-submit > button:hover {
  background: #0034c2;
  color: #ffffff;
}

.wpuf-user-loggedin .wpuf-user-avatar {
  display: inline-block;
  margin-bottom: 20px;
}
.wpuf-user-loggedin h3 {
  margin-bottom: 5px;
}

.wpuf-label label {
  color: #000;
  font-size: 16px;
  font-weight: 600 !important;
}

.wpuf-el .wpuf-label {
  color: #000;
  font-size: 16px;
  font-weight: 600 !important;
}

.wpuf-fields > input {
  background-color: #ffffff;
  box-shadow: none;
  color: #000000;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 15px;
  padding: 9px 15px;
}
.wpuf-fields > textarea {
  background-color: #ffffff;
  box-shadow: none;
  color: #000000;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 15px;
  padding: 9px 15px;
}
.wpuf-fields select {
  outline: none;
  padding: 8px 8px;
  border-radius: 4px;
}

.align-wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.align-wrap .alignfull {
  width: 100%;
  margin: 0 0 0 auto;
}

.has-sidebar .wp-block-cover.alignwide {
  margin-left: 0;
  margin-right: 0;
}
.has-sidebar .wp-block-cover.alignfull {
  margin-left: 0;
  margin-right: 0;
}
.has-sidebar .wp-block-image.alignfull {
  margin-left: 0;
  margin-right: 0;
}
.has-sidebar .wp-block-columns.alignfull {
  margin-left: 0;
  margin-right: 0;
}
.has-sidebar .wp-block-media-text.alignfull {
  margin-left: 0;
  margin-right: 0;
}
.has-sidebar .wp-block-gallery.alignfull {
  margin-left: 0;
  margin-right: 0;
}
.has-sidebar .wp-block-gallery.alignwide {
  margin-left: 0;
  margin-right: 0;
}
.has-sidebar .wp-block-columns.alignwide {
  margin-left: 0;
  margin-right: 0;
}
.has-sidebar .wp-block-image.alignwide {
  margin-left: 0;
  margin-right: 0;
}
.has-sidebar .wp-block-media-text.alignwide {
  margin-left: 0;
  margin-right: 0;
}
.has-sidebar .is-type-video.alignfull {
  margin-left: 0;
  margin-right: 0;
}
.has-sidebar .wp-block-embed-vimeo.alignwide.wp-block-embed {
  margin-left: 0;
  margin-right: 0;
}
.has-sidebar .alignwide.wp-block-embed {
  margin-left: 0;
  margin-right: 0;
}

.has-strong-magenta-background-color {
  background-color: #a156b4;
}

.has-strong-magenta-color {
  color: #a156b4;
}

.has-light-grayish-magenta-background-color {
  background-color: #d0a5db;
}

.has-light-grayish-magenta-color {
  color: #d0a5db;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-small-font-size {
  font-size: 12px;
}

.has-large-font-size {
  font-size: 36px;
  line-height: 1.2;
}

.has-huge-font-size {
  font-size: 48px;
  line-height: 1.2;
}

.has-regular-font-size {
  font-size: 16px;
}

.wp-block-image.alignleft.is-resized {
  margin-left: 0;
  margin-right: 30px;
}

.wp-block-image.alignright.is-resized {
  margin-left: 30px;
  margin-right: 0;
}

.wp-block-separator {
  border: none;
  border-bottom: 2px solid #cccccc;
  margin: 50px 0;
  text-align: left;
  background: transparent;
}

blockquote {
  background: #f7f7f7;
  border-radius: 4px;
  border: none;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  text-align: left;
  padding: 35px 50px 35px 50px;
  margin: 40px 0px 40px;
  color: #444444;
}
blockquote p {
  position: relative;
  margin-top: 45px;
  margin-bottom: 0;
  z-index: 1;
  line-height: 1.6;
}
blockquote p:before {
  position: absolute;
  content: "\f11b";
  font-family: flaticon !important;
  font-size: 38px;
  color: #e4e4e4;
  top: -48px;
  line-height: 1;
}
blockquote cite {
  display: block;
  font-size: 14px;
  color: #646464;
  font-weight: 500;
  font-style: normal;
  margin-top: 12px;
  padding-left: 50px;
  position: relative;
  letter-spacing: 2px;
  z-index: 1;
}
blockquote cite::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  height: 2px;
  background-color: #c1c1c1;
}

blockquote.wp-block-quote cite {
  display: block;
  font-size: 14px;
  color: #646464;
  font-weight: 500;
  font-style: normal;
  margin-top: 12px;
  padding-left: 50px;
  letter-spacing: 2px;
  z-index: 1;
}

blockquote.wp-block-quote[style="text-align:right"] cite {
  padding-right: 34px;
}
blockquote.wp-block-quote[style="text-align:right"] cite:after {
  left: inherit;
  right: 0;
}

.wp-block-pullquote {
  border-top: 2px solid #2962ff;
  border-bottom: 2px solid #2962ff;
  margin-bottom: 20px;
  padding: 0;
  text-align: left;
}
.wp-block-pullquote p {
  font-size: 22px;
}
.wp-block-pullquote cite {
  font-size: 14px;
  font-weight: 700;
  padding-left: 50px;
  z-index: 1;
}

blockquote.wp-block-pullquote {
  background: #f9f9f9;
  border-radius: 6px;
  border-left: none;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  padding: 35px 50px 35px 50px;
  margin: 40px 0px 40px;
  color: #444444;
}

.wp-block-quote {
  border-left: none;
  margin: 40px 0px 40px;
  padding-left: 50px;
}

.wp-block-quote.is-large {
  border: none;
  padding: 35px 50px 35px 50px;
}
.wp-block-quote.is-large cite {
  text-align: left;
  font-size: 14px;
}
.wp-block-quote.is-large p {
  font-size: 26px;
  line-height: 1.3;
}

.wp-block-quote.is-style-large {
  border: none;
  padding: 35px 50px 35px 50px;
}
.wp-block-quote.is-style-large cite {
  text-align: left;
  font-size: 14px;
}
.wp-block-quote.is-style-large cite em {
  font-style: normal;
}
.wp-block-quote.is-style-large cite br {
  display: none;
}
.wp-block-quote.is-style-large p {
  font-size: 26px;
  line-height: 1.3;
}

.wp-block-quote.has-text-align-right {
  border-left: none;
  border-right: none;
  text-align: right;
  padding: 35px 50px 35px 50px;
}
.wp-block-quote.has-text-align-right cite {
  text-align: right;
  padding-right: 50px;
  padding-left: 0;
}
.wp-block-quote.has-text-align-right cite::after {
  left: inherit;
  right: 0;
}

.wp-block-quote.has-text-align-left {
  text-align: left;
}

:root .has-cyan-bluish-gray-background-color {
  background-color: transparent;
}
:root .has-pale-pink-background-color {
  background-color: #000;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  background: #acb9c3;
  padding-top: 35px;
  padding-bottom: 35px;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 45px;
  font-size: 32px;
}

.has-neeon-primary-background-color.is-style-solid-color blockquote {
  background: #2962ff;
}

.has-neeon-secondary-background-color.is-style-solid-color blockquote {
  background: #0034c2;
}

.has-neeon-button-dark-gray-background-color.is-style-solid-color blockquote {
  background: #333333;
}

.has-neeon-button-light-gray-background-color.is-style-solid-color blockquote {
  background: #a5a6aa;
}

.has-neeon-button-white-background-color.is-style-solid-color blockquote {
  background: #ffffff;
}

.wp-block {
  max-width: 720px;
}

.wp-block[data-align=wide] {
  max-width: 1080px;
}

.wp-block[data-align=full] {
  max-width: none;
}

.wp-caption-text {
  color: #555;
  font-size: 13px;
}

pre {
  background: #fff;
  color: #5b6674;
  font-family: Menlo, Consolas, monaco, monospace;
}
pre code {
  font-size: 15px;
  color: #5b6674;
  word-break: normal;
  line-height: 30px;
}
pre cite {
  font-weight: 400;
}

code {
  color: #2962ff;
  font-family: Menlo, Consolas, monaco, monospace;
}

kbd {
  color: #5b6674;
  padding: 3px 5px 2px 5px;
  margin: 0 1px;
  background: #eaeaea;
  background: rgba(0, 0, 0, 0.07);
  font-family: Menlo, Consolas, monaco, monospace;
}

samp {
  font-family: Menlo, Consolas, monaco, monospace;
}

tt {
  font-family: Menlo, Consolas, monaco, monospace;
}

var {
  font-family: Menlo, Consolas, monaco, monospace;
}

.wp-block-code {
  font-family: Menlo, Consolas, monaco, monospace;
  font-size: 15px;
  color: #5b6674;
  padding: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.wp-block-button {
  margin-bottom: 25px;
}
.wp-block-button .wp-block-button__link {
  position: relative;
  background-color: #2962ff;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.6px;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 20px 14px;
  line-height: 1.4;
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
  z-index: 1;
}
.wp-block-button .wp-block-button__link:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  border-radius: 4px;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition: all 0.31s;
  transition-timing-function: ease-out;
  z-index: -1;
}
.wp-block-button .wp-block-button__link:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  background-color: #0034c2;
}
.wp-block-button .wp-block-button__link.no-border-radius {
  border-radius: 0;
}
.wp-block-button .wp-block-button__link.no-border-radius:before {
  border-radius: 0;
}
.wp-block-button a.has-neeon-primary-color {
  color: #2962ff;
}
.wp-block-button a.has-neeon-secondary-color {
  color: #0034c2;
}
.wp-block-button a.has-neeon-button-dark-gray-color {
  color: #333333;
}
.wp-block-button a.has-neeon-button-light-gray-color {
  color: #a5a6aa;
}
.wp-block-button a.has-neeon-button-white-color {
  color: #ffffff;
}
.wp-block-button .has-neeon-primary-background-color {
  background-color: #2962ff;
}
.wp-block-button .has-neeon-secondary-background-color {
  background-color: #0034c2;
}
.wp-block-button .has-neeon-button-dark-gray-background-color {
  background-color: #333333;
}
.wp-block-button .has-neeon-button-light-gray-background-color {
  background-color: #a5a6aa;
}
.wp-block-button .has-neeon-button-white-background-color {
  background-color: #ffffff;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 2px solid #2962ff;
  color: #2962ff;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #0034c2;
  color: #0034c2;
}
.wp-block-button.is-style-outline .wp-block-button__link:before {
  display: none;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
.wp-block-button.is-style-squared .wp-block-button__link:before {
  border-radius: 0;
}

.has-neeon-primary-color {
  color: #2962ff;
}

.has-neeon-secondary-color {
  color: #0034c2;
}

.has-neeon-button-dark-gray-color {
  color: #333333;
}

.has-neeon-button-light-gray-color {
  color: #a5a6aa;
}

.has-neeon-button-white-color {
  color: #ffffff;
}

.has-neeon-primary-background-color {
  background-color: #2962ff;
}

.has-neeon-secondary-background-color {
  background-color: #0034c2;
}

.has-neeon-button-dark-gray-background-color {
  background-color: #333333;
}

.has-neeon-button-light-gray-background-color {
  background-color: #a5a6aa;
}

.has-neeon-button-white-background-color {
  background-color: #ffffff;
}

.wp-block-table td {
  border: 1px solid #e5e5e5;
  padding: 5px;
}
.wp-block-table th {
  border: 1px solid #e5e5e5;
  padding: 5px;
}

.wp-block-image .alignleft.is-resized {
  margin-top: 0;
}
.wp-block-image .alignleft {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 25px;
}
.wp-block-image .alignright {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 25px;
}

.wp-block-latest-posts.is-grid {
  margin-left: 20px;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 0 10px 0;
}

.wp-block-columns {
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-columns .wp-block-column {
  margin-bottom: 15px;
  margin-top: 15px;
}

.wp-block-columns.has-2-columns .wp-block-column {
  margin-bottom: 0;
}

.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote {
  margin-top: 0 !important;
  padding-left: 50px;
  padding-right: 50px;
}
.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote cite {
  padding-left: 50px;
}

.wp-block-cover {
  margin-top: 20px;
  margin-bottom: 20px;
}
.wp-block-cover a {
  color: #ffffff;
}
.wp-block-cover a:hover {
  text-decoration: underline;
}
.wp-block-cover .wp-block-cover-text {
  font-size: 36px;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0.44em;
  text-align: center;
}
.wp-block-cover .wp-block-cover-text a {
  color: #ffffff;
}
.wp-block-cover .wp-block-cover-text a:hover {
  text-decoration: underline;
}
.wp-block-cover .has-text-color a {
  color: #ffffff;
}
.wp-block-cover .has-text-color a:hover {
  text-decoration: underline;
}
.wp-block-cover .has-text-align-center a {
  color: #ffffff;
}
.wp-block-cover .has-text-align-center a:hover {
  text-decoration: underline;
}
.wp-block-cover p:not(.has-text-color) {
  color: #ffffff;
}

.wp-block-cover-image.alignleft {
  max-width: 340px;
  width: 100%;
}

.wp-block-cover-image.alignright {
  max-width: 340px;
  width: 100%;
}

.wp-block-cover.alignleft {
  max-width: 340px;
  width: 100%;
  margin-top: 0;
}

.wp-block-cover.alignright {
  max-width: 340px;
  width: 100%;
}

[data-align=left] > .wp-block-cover {
  max-width: 340px;
  width: 100%;
}

[data-align=right] > .wp-block-cover {
  max-width: 340px;
  width: 100%;
}

.wp-block-cover-image .wp-block-cover-image-text {
  font-size: 36px;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0.44em;
  text-align: center;
}

section.wp-block-cover-image > h2 {
  font-size: 36px;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0.44em;
  text-align: center;
}

.wp-block-gallery {
  margin-top: 25px;
  margin-bottom: 10px;
}
.wp-block-gallery .blocks-gallery-item {
  border-radius: 4px;
  overflow: hidden;
}
.wp-block-gallery .blocks-gallery-item img {
  border-radius: 4px;
}

.wp-block-gallery.alignleft {
  display: flex;
  margin-top: 10px;
  max-width: 420px;
  width: 100%;
}
.wp-block-gallery.alignleft .blocks-gallery-item {
  display: inline-block;
}

.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper {
  margin: 23px 0;
}

.wp-block-coblocks-social .wp-block-button__link {
  border: none;
}

.blocks-gallery-grid.alignleft {
  max-width: 420px;
  width: 100%;
}

.blocks-gallery-grid.alignright {
  max-width: 420px;
  width: 100%;
}

.wp-block-gallery.alignright {
  max-width: 420px;
  width: 100%;
}

.wp-block-spacer {
  clear: both;
}

figure.wp-caption.alignnone {
  margin: 15px auto 15px;
}

.wp-block-file .wp-block-file__button {
  background: #32373c;
  padding: 10px 20px;
}

.has-media-on-the-right.is-stacked-on-mobile {
  margin-bottom: 20px;
}

.blocks-gallery-item figcaption {
  line-height: 1.4;
}

ul.wp-block-rss li.wp-block-rss__item .wp-block-rss__item-title {
  display: inline-block;
}

.wp-block-group.has-background {
  margin-bottom: 20px;
}

.mean-container.mobile-sticky .mobile-mene-bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
  right: 0;
  background-color: #ffffff;
  box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.05);
  transition: background 0.2s ease, padding 0.8s linear;
}

.mean-container .mean-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-bottom: 1px solid rgba(181, 181, 181, 0.3);
  float: none;
  position: relative;
  padding: 10px 15px;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.31s linear;
}
.mean-container .mean-bar .search-icon a {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.mean-container .mean-bar .mobile-logo {
  color: #2962ff;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}
.mean-container .mean-bar > img {
  max-width: 110px;
}
.mean-container .mean-bar .minicart {
  list-style: none;
}
.mean-container .mean-bar .info {
  display: flex;
  align-items: center;
}
.mean-container .cart-area .cart-list-trigger {
  padding: 0;
}
.mean-container .cart-area .cart-trigger-icon {
  color: #000000;
}
.mean-container .cart-area .cart-trigger-icon > span {
  top: -5px;
}

.mn-top .mean-container .mean-bar {
  position: fixed;
}

.mean-bar .header-btn-new.mobile-btn {
  position: absolute;
  right: 12%;
  top: 8px;
}
.mean-bar .sidebarBtn {
  font-size: 20px;
  cursor: pointer;
  color: #000000;
}

body.slidemenuon .sidebarBtn .bar:nth-child(2) {
  opacity: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(3) {
  opacity: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
body.slidemenuon .sidebarBtn .bar:nth-child(4) {
  transform: rotate(-45deg) translate(8px, -8px);
}

.info-menu-bar {
  display: inline-flex;
  position: absolute;
  right: 73px;
}
.info-menu-bar a {
  color: #111111;
  font-weight: 500;
}
.info-menu-bar a:hover {
  color: #111111;
}
.info-menu-bar .header-search-box {
  width: 25px;
  margin-left: 14px;
}

.mobile-top-bar {
  border-bottom: 1px solid #e5e5e5;
}
.mobile-top-bar .mobile-top {
  padding: 10px 12px 7px;
  text-align: center;
}
.mobile-top-bar .mobile-top > div {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  border: none;
  line-height: 1;
}
.mobile-top-bar .mobile-top .icon-left {
  float: left;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  color: #2962ff;
}
.mobile-top-bar .mobile-top .info {
  float: left;
  line-height: 1.5;
  font-size: 14px;
  text-align: left;
  color: #646464;
  transition: all ease 0.31s;
}
.mobile-top-bar .mobile-top .info-text a {
  color: #646464;
}
.mobile-top-bar .mobile-top .info-text a:hover {
  color: #2962ff;
}
.mobile-top-bar .header-right-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.mobile-top-bar .header-button .button-btn {
  padding: 8px 18px;
}
.mobile-top-bar .mobile-social {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 12px;
  list-style: none;
  padding: 0;
  gap: 5px;
}
.mobile-top-bar .mobile-social li a {
  font-size: 15px;
  text-align: center;
  color: #000;
  width: 38px;
  height: 38px;
  background: #f7f7f7;
  border-radius: 4px;
  display: inline-block;
  line-height: 36px;
  transition: all ease 0.31s;
}
.mobile-top-bar .mobile-social li a:hover {
  background: #2962ff;
  color: #fff;
}

.wow {
  visibility: hidden;
}

.ticker {
  width: 90%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.ticker-title {
  text-transform: capitalize;
  z-index: 2;
  display: inline-block;
  position: relative;
  color: #e0e0e0;
  font-size: 13px;
  font-weight: 400;
}
.ticker-title:after {
  content: "|";
  color: #bbbbbb;
  padding: 0 10px;
}

.ticker-content {
  font-size: 13px;
  margin: 0px;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.2;
}

.ticker-swipe {
  padding-top: 9px;
  position: absolute;
  top: 0px;
  background-color: #ffffff;
  display: block;
  width: 100%;
  height: 36px;
}
.ticker-swipe span {
  margin-left: 3px;
  margin-top: 5px;
  border-bottom: 1px solid #ffffff;
  height: 12px;
  width: 7px;
  display: block;
}

.js-hidden {
  display: none;
}

.no-js-news {
  padding: 10px 0px 0px 45px;
  color: #f8f0db;
}

.left .ticker-controls {
  float: left;
}
.left .ticker-content {
  float: left;
}
.left .ticker-title {
  float: left;
}
.left .ticker {
  float: left;
}

.right .ticker-controls {
  float: right;
  padding-right: 6px;
}
.right .ticker-content {
  float: right;
}
.right .ticker-title {
  float: right;
}
.right .ticker {
  float: right;
}

.rt-news-ticker-holder {
  width: 60%;
}
.rt-news-ticker-holder i {
  font-size: 0.75rem;
  background-image: linear-gradient(45deg, #0034c2, #2962ff);
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  float: left;
  text-align: center;
  padding: 0 !important;
}

.ticker-wrapper .ticker-content {
  background-color: transparent;
}
.ticker-wrapper .ticker {
  background-color: transparent;
}
.ticker-wrapper .ticker-swipe span {
  background-color: transparent;
}

.shop-page-top {
  width: 100%;
  margin-bottom: 40px;
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 20px 20px 0;
  transition: all ease 0.31s;
}

.woocommerce .woocommerce-result-count {
  font-size: 18px;
  font-weight: 700;
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
}
.woocommerce .products ul {
  margin: 0;
}
.woocommerce ul.products {
  margin: 0;
}
.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
  border-radius: 0;
  min-height: 15px;
  line-height: 30px;
  padding: 0 15px;
}
.woocommerce ul.products li.product a img.ajax-loading {
  margin: 0;
  width: 15px;
  height: auto;
  display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.woocommerce ul.products li.product h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.woocommerce .rt-product-block {
  text-align: center;
}
.woocommerce .rt-product-block ins {
  background-color: transparent;
}
.woocommerce .rt-product-block .rt-thumb-wrapper {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  padding: 30px;
  background-color: #f7f7f7;
  transition: all ease 0.31s;
}
.woocommerce .rt-product-block .rt-thumb img {
  transform: scale(1.01);
  transition: all ease 0.5s;
}
.woocommerce .rt-product-block:hover .rt-thumb img {
  transform: scale3d(1.1, 1.1, 1);
  opacity: 0.5;
}
.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons > a {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons a:nth-child(1n) {
  transition-delay: 0s;
}
.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons a:nth-child(2n) {
  transition-delay: 0.2s;
}
.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons a:nth-child(3n) {
  transition-delay: 0.4s;
}
.woocommerce .rt-product-block:hover .rt-buttons-area .btn-icons a:nth-child(4n) {
  transition-delay: 0.6s;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-title .added_to_cart {
  margin-left: 4px;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons > a {
  opacity: 0;
  visibility: hidden;
  margin-right: 5px;
  transform: translateY(30px);
  transition: all ease 0.31s;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons a {
  height: 44px;
  min-width: 44px;
  padding: 0 10px;
  border-radius: 4px;
  color: #ffffff;
  background: #000000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons a:hover {
  color: #ffffff;
  background: #0554f2;
}
.woocommerce .rt-product-block .rt-buttons-area .btn-icons a > span {
  display: none;
}
.woocommerce .rt-product-block .price-title-box {
  margin-top: 22px;
  text-align: left;
}
.woocommerce .rt-product-block .price-title-box .rt-title {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 1.5;
}
.woocommerce .rt-product-block .price-title-box .rt-title a {
  color: #6c6f72;
}
.woocommerce .rt-product-block .price-title-box .rt-title a:hover {
  color: #0554f2;
}
.woocommerce .rt-product-block .price-title-box .rt-price {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
}
.woocommerce .rt-product-block .price-title-box .rt-price del {
  color: #a6a6a6;
  font-size: 16px;
}
.woocommerce #content div.product div.images {
  float: left;
  width: 100% !important;
}
.woocommerce div.product div.images {
  float: left;
  width: 100% !important;
}
.woocommerce div.product div.images .flex-viewport {
  background-color: #f7f7f7;
  text-align: center;
  border-radius: 4px;
  transition: all ease 0.31s;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  width: inherit;
  display: inline-block;
  padding: 60px 45px;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 10px;
  transition: all ease 0.31s;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  text-align: center;
  border-radius: 4px;
  margin-right: 9px;
  width: 23.5%;
  transition: all ease 0.31s;
}
.woocommerce div.product div.images .flex-control-thumbs li:last-child {
  margin-right: 0;
}
.woocommerce div.product .woocommerce-tabs {
  margin-top: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
  padding: 0;
  transition: all ease 0.31s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  margin: 0 25px 0 0;
  padding: 0;
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #85878a;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #000000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 4px;
  width: 0;
  background-color: #0554f2;
  transition: all 240ms ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #000000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 22px;
}
.woocommerce div.product p.price {
  color: #000;
}
.woocommerce div.product p.price del {
  font-size: 16px;
}
.woocommerce div.product span.price {
  color: #000;
}
.woocommerce div.product span.price del {
  font-size: 16px;
}
.woocommerce .product-details-page {
  width: 100%;
  display: flex;
}
.woocommerce .product-details-page .rt-left {
  width: 45%;
  float: left;
  padding-right: 50px;
}
.woocommerce .product-details-page .rt-left span.onsale {
  display: none;
}
.woocommerce .product-details-page .single-product-top {
  display: inline-block;
}
.woocommerce .product-details-page .rt-right {
  overflow: hidden;
  padding-left: 15px;
  flex: 1;
}
.woocommerce .product-details-page .rt-right .woocommerce-product-rating {
  margin-bottom: 15px;
}
.woocommerce .product-details-page .rt-right .woocommerce-product-rating .star-rating {
  font-size: 14px;
  margin: 0;
}
.woocommerce .product-details-page .rt-right .woocommerce-product-rating .woocommerce-review-link {
  color: #8d8d8d;
}
.woocommerce .product-details-page .rt-right .entry-title {
  margin-bottom: 7px;
  transition: all ease 0.31s;
}
.woocommerce .product-details-page .rt-right span.price {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 3px;
  line-height: 1.4;
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
  transition: all ease 0.31s;
}
.woocommerce .product-details-page .rt-right span.price del {
  opacity: 1;
  color: #a6a6a6;
  font-size: 16px;
}
.woocommerce .product-details-page .rt-right p.price {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 3px;
  line-height: 1.4;
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
  transition: all ease 0.31s;
}
.woocommerce .product-details-page .rt-right p.price del {
  opacity: 1;
  color: #a6a6a6;
  font-size: 16px;
}
.woocommerce .product-details-page .rt-right form.cart {
  margin-top: 35px;
}
.woocommerce .product-details-page .rt-right .quantity {
  margin-right: 10px;
}
.woocommerce .product-details-page .rt-right .quantity input.input-text {
  margin: 0 5px;
}
.woocommerce .product-details-page .rt-right .quantity .quantity-btn {
  line-height: 1;
}
.woocommerce .product-details-page .rt-right .button.alt {
  margin-left: 3px;
}
.woocommerce .product-details-page .rt-right .variations_form {
  margin-bottom: 20px;
}
.woocommerce .product-details-page .rt-right .variations_form .variations {
  width: 80%;
  margin-top: 0;
  margin-bottom: 5px;
}
.woocommerce .product-details-page .rt-right .variations_form .variations tbody td {
  text-align: left;
}
.woocommerce .product-details-page .rt-right .variations_form .variations tbody td.label {
  width: 80px;
}
.woocommerce .product-details-page .rt-right .variations_form .variations tbody select {
  padding: 5px;
  padding-left: 15px;
  background-position: 81% 20px, 88% 20px, 68% 8px;
}
.woocommerce .product-details-page .rt-right .variations_form .variations tbody select:focus {
  background-position: 87% 18px, 80% 18px, 68% 8px;
}
.woocommerce .product-details-page .rt-right .variations_form .variations tbody select:-webkit-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.woocommerce .product-details-page .rt-right .variations_form .variations tbody select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.woocommerce .product-details-page .rt-right .variations_form .single_variation_wrap {
  width: 100%;
  margin-top: 10px;
  display: inline-block;
}
.woocommerce .product-details-page .rt-right .variations_form .single_variation_wrap span.price {
  margin-bottom: 10px;
  display: inline-block;
}
.woocommerce .product-details-page .rt-right .wistlist-compare-box {
  width: 100%;
  display: inline-flex;
}
.woocommerce .product-details-page .rt-right .wistlist-compare-box a {
  color: #646464;
  margin-right: 30px;
}
.woocommerce .product-details-page .rt-right .wistlist-compare-box a i {
  margin-right: 8px;
}
.woocommerce .product-details-page .rt-right .wistlist-compare-box a:hover {
  color: #0554f2;
}
.woocommerce .product-details-page .rt-right .post-share-btn {
  width: 100%;
  margin-bottom: 15px;
  display: inline-flex;
}
.woocommerce .product-details-page .rt-right .post-share-btn .item-label {
  font-size: 16px;
  width: 70px;
  float: left;
  padding-top: 5px;
  margin-bottom: 0;
  transition: all ease 0.31s;
}
.woocommerce .product-details-page .rt-right .post-share-btn .post-social-sharing {
  overflow: hidden;
}
.woocommerce .product-details-page .rt-right .post-share-btn .post-social-sharing ul.item-social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce .product-details-page table.group_table td > label > a {
  color: #6c6f72;
  font-size: 15px;
  font-weight: 700;
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
}
.woocommerce .product-details-page table.group_table td > label > a:hover {
  color: #2962ff;
}
.woocommerce .product-details-page table.group_table td span.amount {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
}
.woocommerce .product-details-page .post-social-sharing ul.item-social li {
  float: left;
}
.woocommerce .product-details-page .post-social-sharing ul.item-social li a {
  color: #8d8d8d;
  padding: 5px 7px;
  display: inline-block;
  font-size: 14px;
}
.woocommerce .product-details-page .post-social-sharing ul.item-social li a:hover {
  color: #2962ff;
}
.woocommerce .product-details-page .slick-slider .slick-slide {
  margin-left: 0;
}
.woocommerce .product-details-page .yith-wcwl-wishlistexistsbrowse {
  display: none;
}
.woocommerce .product-details-page .yith-wcwl-add-button {
  display: none;
}
.woocommerce .product-details-page a.compare.button {
  display: none;
}
.woocommerce .product-details-page a.compare.added {
  padding-left: 20px;
  position: relative !important;
}
.woocommerce .product-details-page a.compare.added:before {
  top: 0;
  left: 0;
  content: "\f00c";
  position: absolute;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.woocommerce .product-details-page .product_meta > span {
  color: #010101;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
  display: block;
  line-height: 1.4;
  transition: all ease 0.31s;
}
.woocommerce .product-details-page .product_meta > span a {
  color: #6c6f72;
  display: inline-block;
  margin-left: 5px;
  font-weight: 400;
}
.woocommerce .product-details-page .product_meta > span a:hover {
  color: #2962ff;
}
.woocommerce .product-details-page .product_meta > span span {
  color: #6c6f72;
  display: inline-block;
  margin-left: 5px;
  font-weight: 400;
}
.woocommerce .woocommerce-product-details__short-description {
  margin-top: 18px;
}
.woocommerce .woocommerce-product-details__short-description ul {
  margin: 0;
  padding: 0;
}
.woocommerce li.product .woocommerce-product-rating {
  margin-bottom: 0;
}
.woocommerce li.product .star-rating {
  display: inline-block;
  margin: 0 0 5px;
  float: none;
}
.woocommerce .quantity .qty {
  width: 60px;
  text-align: center;
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.woocommerce #respond input#submit.alt {
  background: #2962ff;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 15px 20px 16px 20px;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.16px;
  line-height: 1;
}
.woocommerce #respond input#submit.alt:hover {
  color: #fff;
  background-color: #0034c2;
}
.woocommerce #respond input#submit.alt:focus {
  outline: none;
  border-radius: 4px;
}
.woocommerce #respond input#submit {
  background: #2962ff;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 15px 20px 16px 20px;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.16px;
  line-height: 1;
}
.woocommerce #respond input#submit:hover {
  color: #fff;
  background-color: #0034c2;
}
.woocommerce #respond input#submit:focus {
  outline: none;
  border-radius: 4px;
}
.woocommerce button.button.alt {
  background: #2962ff;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 15px 20px 16px 20px;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.16px;
  line-height: 1;
}
.woocommerce button.button.alt:hover {
  color: #fff;
  background-color: #0034c2;
}
.woocommerce button.button.alt:focus {
  outline: none;
  border-radius: 4px;
}
.woocommerce input.button.alt {
  background: #2962ff;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 15px 20px 16px 20px;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.16px;
  line-height: 1;
}
.woocommerce input.button.alt:hover {
  color: #fff;
  background-color: #0034c2;
}
.woocommerce input.button.alt:focus {
  outline: none;
  border-radius: 4px;
}
.woocommerce button.button {
  background: #2962ff;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 15px 20px 16px 20px;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.16px;
  line-height: 1;
}
.woocommerce button.button:hover {
  color: #fff;
  background-color: #0034c2;
}
.woocommerce button.button:focus {
  outline: none;
  border-radius: 4px;
}
.woocommerce button.button:disabled {
  color: #fff;
  opacity: 1;
  padding: 15px 20px 16px 20px;
}
.woocommerce button.button:disabled:hover {
  color: #fff;
  background-color: #0034c2;
}
.woocommerce button.button:disabled[disabled] {
  color: #fff;
  opacity: 1;
  padding: 15px 20px 16px 20px;
}
.woocommerce button.button:disabled[disabled]:hover {
  color: #fff;
  background-color: #0034c2;
}
.woocommerce a.button.alt {
  background: #2962ff;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 15px 20px 16px 20px;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.16px;
  line-height: 1;
}
.woocommerce a.button.alt:hover {
  color: #fff;
  background-color: #0034c2;
}
.woocommerce a.button.alt:focus {
  outline: none;
  border-radius: 4px;
}
.woocommerce input.button {
  background: #2962ff;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 15px 20px 16px 20px;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.16px;
  line-height: 1;
}
.woocommerce input.button:hover {
  color: #fff;
  background-color: #0034c2;
}
.woocommerce input.button:focus {
  outline: none;
  border-radius: 4px;
}
.woocommerce a.button {
  background: #2962ff;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 15px 20px 16px 20px;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.16px;
  line-height: 1;
}
.woocommerce a.button:hover {
  color: #fff;
  background-color: #0034c2;
}
.woocommerce a.button:focus {
  outline: none;
  border-radius: 4px;
}
.woocommerce .woocommerce-ordering select {
  padding: 0;
  border: none;
  background-color: transparent;
  width: initial;
}
.woocommerce .star-rating span::before {
  color: #ffba0a;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment_container {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 12px 25px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  text-transform: capitalize;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  font-size: 16px;
  color: #000000;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 80px;
  border: none;
  margin-right: 25px;
  padding: 0;
  position: inherit;
}
.woocommerce p.stars a {
  color: #ffba0a;
}
.woocommerce #review_form #respond .comment-form-author label {
  margin-right: 10px;
  width: 65px;
}
.woocommerce #review_form #respond .comment-form-author input {
  border-color: #e4e1e3;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 8px 20px;
  width: 100%;
}
.woocommerce #review_form #respond .comment-form-email label {
  margin-right: 10px;
  width: 65px;
}
.woocommerce #review_form #respond .comment-form-email input {
  border-color: #e4e1e3;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 8px 20px;
  width: 100%;
}
.woocommerce #review_form #respond p textarea {
  height: 150px;
  padding: 20px;
  border-color: #e4e1e3;
  border-radius: 4px;
}
.woocommerce #review_form #respond p textarea:focus {
  outline: none;
}
.woocommerce #review_form #respond p input:focus {
  outline: none;
}
.woocommerce span.onsale {
  padding: 0;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  background-color: #000;
}
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single {
  border: 1px solid #e5e5e5;
}
.woocommerce .woocommerce-checkout .form-row {
  margin: 0 0 20px;
}
.woocommerce .woocommerce-checkout .form-row label {
  color: #393738;
  font-weight: 500;
}
.woocommerce .woocommerce-checkout #payment div.place-order {
  padding: 20px 24px;
}
.woocommerce form.checkout_coupon {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.woocommerce form.checkout_coupon input.input-text {
  padding: 13px 10px;
  border-radius: 4px;
}
.woocommerce form.checkout_coupon .form-row-first {
  padding: 0;
}
.woocommerce form.checkout_coupon .form-row-last {
  padding: 0;
}
.woocommerce form .form-row-first {
  width: 49%;
}
.woocommerce form .form-row-last {
  width: 49%;
}
.woocommerce .woocommerce-customer-details address {
  padding: 20px 30px;
}
.woocommerce table.shop_table th {
  color: #000000;
}
.woocommerce table.shop_table tbody th {
  color: #000000;
  font-weight: 600;
}
.woocommerce table.shop_table tbody td {
  font-weight: 500;
  padding: 12px 15px;
}
.woocommerce table.shop_table tfoot th {
  color: #000000;
  font-weight: 600;
}
.woocommerce .wishlist-title {
  margin-bottom: 30px;
}
.woocommerce .wishlist-title h2 {
  padding: 0;
  margin-right: 15px;
}
.woocommerce .wishlist-title h2:hover {
  background-color: transparent;
}
.woocommerce .hidden-title-form {
  display: none;
}
.woocommerce ul.product_list_widget li img {
  margin-left: 4px;
  width: 38px;
  background: #fff;
  border-radius: 4px;
}
.woocommerce .woocommerce-product-rating {
  line-height: 1;
}
.woocommerce .loader::before {
  display: none;
}

.product-not-cart .add_to_cart_button.added {
  display: none;
}

.product-in-cart .added_to_cart.wc-forward {
  display: block;
}

a.rdtheme-wishlist-icon img.ajax-loading {
  display: none;
  width: 20px;
}

a.added_to_cart.wc-forward {
  padding: 0;
  background: transparent;
  color: #666;
}

.roofix-products-page .pagination {
  margin-top: 20px;
}

.woocommerce-page #content div.product div.images {
  float: left;
  width: 100% !important;
}
.woocommerce-page div.product div.images {
  float: left;
  width: 100% !important;
}
.woocommerce-page form .form-row-first {
  width: 49%;
}
.woocommerce-page form .form-row-last {
  width: 49%;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  background-color: #f7f7f7;
  text-align: center;
  border-radius: 4px;
  transition: all ease 0.31s;
}

.quantity {
  margin: 0 auto;
  max-width: 160px;
  position: relative;
}
.quantity input.input-text {
  width: 44px;
  height: 48px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-weight: 600;
}
.quantity input.input-text:focus {
  outline: none;
}
.quantity .input-group-btn {
  width: 44px;
  height: 48px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.quantity .input-group-btn span.quantity-btn i {
  font-size: 12px;
}
.quantity .input-group-btn.minus {
  left: 0;
}
.quantity .input-group-btn.plus {
  right: 0;
}
.quantity input[type=number]::-webkit-inner-spin-button {
  display: none;
}
.quantity input[type=number]::-webkit-outer-spin-button {
  display: none;
}

section.related.products {
  margin-top: 50px;
}
section.related.products h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}
section.related.products ul.products li.product {
  margin-bottom: 0;
}

.cart-btn a.button {
  background: #2962ff;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 15px 20px 16px 20px;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.16px;
  line-height: 1;
}
.cart-btn a.button:hover {
  color: #fff;
  background-color: #0034c2;
}

.woocommerce-Reviews .comment-reply-title {
  font-size: 18px;
  font-family: GraphikCy, "Helvetica CY", Arial, sans-serif;
  font-weight: 700;
  color: #000000;
}
.woocommerce-Reviews .comment-form label {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  display: block;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 48px;
  width: 110px !important;
  line-height: 40px;
  border-radius: 4px;
}
.woocommerce-cart table.woocommerce-cart-form__contents {
  border-top: 0;
  border-left: 0;
}
.woocommerce-cart table.woocommerce-cart-form__contents tr th {
  color: #000000;
  font-weight: 600;
  border: 0;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.woocommerce-cart table.woocommerce-cart-form__contents tr td {
  border: 0;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.woocommerce-cart table.woocommerce-cart-form__contents .product-name {
  text-align: left;
}
.woocommerce-cart table.woocommerce-cart-form__contents .product-name a {
  color: #000000;
  font-weight: 500;
}
.woocommerce-cart table.woocommerce-cart-form__contents .product-name a:hover {
  color: #0554f2;
}
.woocommerce-cart table.woocommerce-cart-form__contents .quantity .quantity-btn {
  line-height: 1;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border-top: none;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: none;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size: 18px;
}
.woocommerce-cart #payment {
  background: #f8f8f8;
  border-radius: 4px;
}

.cart-collaterals {
  margin-top: 50px;
}
.cart-collaterals h2 {
  font-size: 30px;
}

.woocommerce-checkout #payment {
  background: #f8f8f8;
  border-radius: 4px;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
}
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 18px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button {
  font-size: 18px;
}

p.return-to-shop {
  margin-bottom: 70px;
}

.woocommerce-billing-fields span.woocommerce-input-wrapper {
  width: 100%;
  height: 40px;
}
.woocommerce-billing-fields span.woocommerce-input-wrapper:focus {
  outline: none;
}
.woocommerce-billing-fields span.woocommerce-input-wrapper input {
  height: 48px;
  padding: 10px 18px;
  border-radius: 4px;
  transition: all ease 0.31s;
}
.woocommerce-billing-fields .select2-container .select2-selection--single {
  height: 48px;
  border-radius: 4px;
  line-height: 48px;
  padding-left: 9px;
  padding-right: 9px;
  color: #6c6f72;
  transition: all ease 0.31s;
}
.woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered {
  height: 48px;
  border-radius: 4px;
  line-height: 48px;
  padding-left: 9px;
  padding-right: 9px;
  color: #6c6f72;
  transition: all ease 0.31s;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 12px;
  background-image: url(../img/select-arrow.png) !important;
  background-repeat: no-repeat;
  background-position: 95%;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.woocommerce-additional-fields span.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-additional-fields span.woocommerce-input-wrapper textarea {
  padding: 10px;
  border-radius: 4px;
  transition: all ease 0.31s;
}

.wc-order-review-wrapper {
  margin-top: 50px;
}

.woocommerce-order-received .section.content-area {
  padding-top: 110px;
  padding-bottom: 85px;
}
.woocommerce-order-received .section.content-area .woocommerce-order h2 {
  font-size: 30px;
}

.yith-wcqv-main {
  padding: 30px;
}
.yith-wcqv-main h1.product_title.entry-title {
  font-size: 30px;
  margin-bottom: 7px;
}
.yith-wcqv-main .rt-right .product_meta {
  margin-bottom: 20px;
}

.wishlist-title a.show-title-form i {
  display: none;
}

.yith-wcwl-share {
  display: none;
}

.wishlist_table .product-add-to-cart a.button {
  padding: 0;
  padding: 10px 30px !important;
}
.wishlist_table td a {
  font-size: 16px;
  margin-right: 10px;
  color: #444444;
}
.wishlist_table td a:hover {
  color: #0554f2;
}
.wishlist_table td.product-name a.button.yith-wcqv-button {
  font-size: 14px;
}
.wishlist_table td.product-price {
  font-size: 18px;
}
.wishlist_table td.product-price del {
  color: #a6a6a6;
  font-size: 14px;
}
.wishlist_table td.product-price ins {
  background-color: transparent;
}

.woocommerce-message {
  border-top-color: #2962ff;
  padding: 20px 30px 20px 50px;
  line-height: 45px;
  border-radius: 0 0 4px 4px;
  transition: all ease 0.31s;
}
.woocommerce-message::before {
  top: 21px;
  color: #000;
}
.woocommerce-message #add_payment_method #payment {
  background: #f8f8f8;
  border-radius: 4px;
}

.woocommerce-info {
  border-top-color: #2962ff;
  padding: 17px 30px 18px 50px;
  transition: all ease 0.31s;
  background: #f8f8f8;
  border-radius: 4px;
}
.woocommerce-info::before {
  color: #000;
}

.woocommerce-error {
  background: #f8f8f8;
  border-radius: 4px;
}

.rating-custom .woocommerce-product-rating::after {
  content: " ";
  display: table;
}
.rating-custom .woocommerce-product-rating::before {
  content: " ";
  display: table;
}
.rating-custom .star-rating {
  margin-top: 5px;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 14px;
  width: 5.4em;
  font-family: star;
}
.rating-custom .star-rating:before {
  content: "sssss";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.rating-custom .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.rating-custom .star-rating span:before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #fcb302;
}

.shop-layout-style1 .rating-custom .woocommerce-product-rating {
  display: inline-block;
}

.cart-wrapper h5.no-cart-items {
  width: 100%;
  margin-bottom: 0;
}
.cart-wrapper .remove-item-overlay {
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5411764706);
}
.cart-wrapper .remove-item-overlay > img {
  top: 50%;
  width: 25px;
  max-width: 100%;
  position: absolute;
  transform: translateY(-50%);
}
.cart-wrapper .cart-product-img {
  width: 38px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-right: 13px;
}

.cart-single-product {
  width: 100%;
}
.cart-single-product > .media {
  display: flex;
  position: relative;
  align-items: center;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 6px;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #0554f2;
}

.woo-related-product .swiper-slide li {
  list-style: none;
}

#yith-quick-view-content .single-product-top {
  display: flex;
}
#yith-quick-view-content .single-product-top .rt-left {
  float: left;
  width: 40%;
}
#yith-quick-view-content .single-product-top .rt-right {
  float: left;
  width: 60%;
  padding-left: 30px;
}
#yith-quick-view-content .single-product-top div.images {
  width: 90%;
  text-align: center;
  background: #f7f7f7;
  border-radius: 4px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#yith-quick-view-content .single-product-top .product_meta > span {
  color: #010101;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
  display: block;
  line-height: 1.4;
}
#yith-quick-view-content .single-product-top .product_meta > span a {
  color: #6c6f72;
  display: inline-block;
  margin-left: 5px;
  font-weight: 400;
}
#yith-quick-view-content .single-product-top .product_meta > span span {
  color: #6c6f72;
  display: inline-block;
  margin-left: 5px;
  font-weight: 400;
}
#yith-quick-view-content .rt-right p.price {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
#yith-quick-view-content .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}
#yith-quick-view-content div.product .product_title {
  margin-bottom: 5px;
}
#yith-quick-view-content div.product .woocommerce-product-rating {
  margin-bottom: 12px;
}
#yith-quick-view-content .star-rating {
  font-size: 14px;
}

#yith-quick-view-close {
  border: none;
  border-radius: 4px;
  background: #2962ff;
  color: #fff;
  width: 26px;
  height: 26px;
  top: 10px;
  right: 10px;
  line-height: 26px;
  z-index: 2;
  opacity: 1;
}
#yith-quick-view-close:hover {
  background: #0034c2;
  color: #fff;
}

#yith-quick-view-modal.open .yith-wcqv-main::-webkit-scrollbar {
  width: 0;
}

.header__switch {
  position: fixed;
  top: 320px;
  background: #2962ff;
  right: 12px;
  z-index: 3;
  padding: 8px 15px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.header__switch__label {
  width: 16px;
  height: 44px;
  display: inline-block;
  position: relative;
  transition: all 0.4s ease;
}

.header__switch__main {
  position: absolute;
  background: #0034c2;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  transition: all 0.4s ease;
}
.header__switch__main::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 100%;
  left: 2px;
  transition: 1s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.header__switch__main.round {
  border-radius: 15px;
}

.header__switch__input {
  display: none;
}
.header__switch__input:checked + .header__switch__main::before {
  transform: translateY(30px);
  transition: 0.5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.header__switch__settings {
  color: #fff;
  margin-bottom: 5px;
  line-height: 1.2;
  transition: all 0.4s ease;
}

.header__switch__dark {
  color: #fff;
  margin-top: 5px;
  line-height: 1.2;
  transition: all 0.4s ease;
}

[data-theme=dark-mode] .header__switch__settings {
  color: #000;
}
[data-theme=dark-mode] .header__switch__dark {
  color: #000;
}
[data-theme=dark-mode] .header__switch {
  background-color: #ffffff;
}
[data-theme=dark-mode] .additional-menu-area .sidenav {
  background-color: #171818 !important;
  background-image: none !important;
}
[data-theme=dark-mode] .additional-menu-area .sidenav .closebtn {
  background-color: #ffffff;
  color: #171818;
}
[data-theme=dark-mode] .additional-menu-area .sidenav ul li {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .additional-menu-area .sidenav ul li a {
  color: #ffffff;
}
[data-theme=dark-mode] .additional-menu-area .sidenav .sub-menu {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .additional-menu-area .sidenav .light-logo {
  display: block;
}
[data-theme=dark-mode] .additional-menu-area .sidenav .dark-logo {
  display: none;
}
[data-theme=dark-mode] .additional-menu-area .sidenav-address span a {
  color: #d7d7d7;
}
[data-theme=dark-mode] .header__switch__main {
  background-color: #000;
}
[data-theme=dark-mode] h1 {
  color: #ffffff;
}
[data-theme=dark-mode] h2 {
  color: #ffffff;
}
[data-theme=dark-mode] h3 {
  color: #ffffff;
}
[data-theme=dark-mode] h4 {
  color: #ffffff;
}
[data-theme=dark-mode] h5 {
  color: #ffffff;
}
[data-theme=dark-mode] h6 {
  color: #ffffff;
}
[data-theme=dark-mode] .mobile-top-bar .mobile-top .info {
  color: #ffffff;
}
[data-theme=dark-mode] .mobile-top-bar .mobile-top .info-text a {
  color: #ffffff;
}
[data-theme=dark-mode] .site-header .main-navigation > nav > ul > li > a {
  color: #ffffff;
}
[data-theme=dark-mode] .site-header .site-branding a.dark-logo {
  display: none;
}
[data-theme=dark-mode] .site-header .site-branding a.light-logo {
  display: table-cell;
}
[data-theme=dark-mode] .cart-area .cart-trigger-icon {
  color: #ffffff;
}
[data-theme=dark-mode] .header-icon-area .search-icon a {
  color: #ffffff;
}
[data-theme=dark-mode] .header-icon-area .user-icon-area a {
  color: #ffffff;
}
[data-theme=dark-mode] .menu-user .user-icon-area a {
  color: #ffffff;
}
[data-theme=dark-mode] .header-offcanvus button.side-menu-trigger .menu-text {
  color: #ffffff;
}
[data-theme=dark-mode] .header-offcanvus button.side-menu-trigger .menu-btn-icon .line {
  background-color: #ffffff;
}
[data-theme=dark-mode] .header-offcanvus button.side-menu-trigger .menu-btn-icon::before {
  background-color: #ffffff;
}
[data-theme=dark-mode] .header-offcanvus button.side-menu-trigger .menu-btn-icon::after {
  background-color: #ffffff;
}
[data-theme=dark-mode] .header-offcanvus button.side-menu-trigger .menu-btn-icon .line3::before {
  background-color: #ffffff;
}
[data-theme=dark-mode] body {
  background-color: #101213 !important;
  transition: all ease 0.31s;
  color: #d7d7d7;
}
[data-theme=dark-mode] body .wpuf-dashboard-container table.items-table {
  color: #d7d7d7 !important;
}
[data-theme=dark-mode] body .wpuf-dashboard-container table.items-table a {
  color: #d7d7d7 !important;
}
[data-theme=dark-mode] .header-area {
  background-color: #101213 !important;
  transition: all ease 0.31s;
}
[data-theme=dark-mode] .header-menu {
  background-color: #101213 !important;
  transition: all ease 0.31s;
}
[data-theme=dark-mode] .site-content {
  background-color: #101213 !important;
  transition: all ease 0.31s;
}
[data-theme=dark-mode] .error-page-area {
  background-color: #101213 !important;
  transition: all ease 0.31s;
}
[data-theme=dark-mode] .error-page-area p {
  color: #d7d7d7;
}
[data-theme=dark-mode] #page .content-area {
  background-color: #101213 !important;
  transition: all ease 0.31s;
}
[data-theme=dark-mode] .entry-banner {
  background-color: #171818 !important;
  background-image: none !important;
}
[data-theme=dark-mode] .entry-banner:after {
  background-color: transparent !important;
  background-image: none !important;
}
[data-theme=dark-mode] .elementor-widget-wrap {
  background-color: transparent !important;
  background-image: none !important;
}
[data-theme=dark-mode] .elementor-section {
  background-color: transparent !important;
  background-image: none !important;
}
[data-theme=dark-mode] .elementor-column-wrap.elementor-element-populated {
  background-color: transparent !important;
  background-image: none !important;
}
[data-theme=dark-mode] .dark-section2 {
  background-color: #171818 !important;
  background-image: none !important;
}
[data-theme=dark-mode] .dark-section2 .fluentform-widget-wrapper {
  background-color: #171818 !important;
  background-image: none !important;
  border-color: #222121 !important;
}
[data-theme=dark-mode] .elementor-background-overlay {
  background-color: #171818 !important;
  background-image: none !important;
  opacity: 1 !important;
}
[data-theme=dark-mode] .topbar-style-1 .header-top-bar {
  background-color: #171818 !important;
  background-image: none !important;
}
[data-theme=dark-mode] .dark-fluentform .elementor-widget-container {
  background-color: #171818 !important;
  background-image: none !important;
  border-color: #222121 !important;
}
[data-theme=dark-mode] .dark-section3 .elementor-widget-wrap {
  background-color: #171818 !important;
  background-image: none !important;
}
[data-theme=dark-mode] .dark-section .elementor-widget-container {
  background-color: #171818 !important;
  background-image: none !important;
}
[data-theme=dark-mode] .dark-site-subscribe .elementor-widget-container {
  background-color: #171818 !important;
  background-image: none !important;
}
[data-theme=dark-mode] .sidebar-widget-area .fluentform .frm-fluent-form {
  background-color: #171818 !important;
  background-image: none !important;
}
[data-theme=dark-mode] .sidebar-widget-area .fluentform .frm-fluent-form:before {
  background-image: none;
}
[data-theme=dark-mode] .sidebar-widget-area .widget .widgettitle {
  color: #ffffff;
}
[data-theme=dark-mode] .sidebar-widget-area .widget .widgettitle .titleline {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .rt-post-box-style3 .rt-item-wrap .entry-content {
  background-color: #171818 !important;
  background-image: none !important;
}
[data-theme=dark-mode] .rt-post-box-style4 .rt-item .entry-content {
  background-color: #171818 !important;
  background-image: none !important;
}
[data-theme=dark-mode] .dark-section1.elementor-section {
  background-color: #171818 !important;
}
[data-theme=dark-mode] .rt-post-tab-style5 .rt-item-box .entry-content {
  background-color: #171818 !important;
}
[data-theme=dark-mode] .rt-thumb-slider-horizontal-4 .rt-thumnail-area {
  background-color: #171818 !important;
}
[data-theme=dark-mode] .rt-thumb-slider-horizontal-4 .rt-thumnail-area .swiper-pagination {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .topbar-style-3 .header-top-bar {
  background-color: #171818 !important;
}
[data-theme=dark-mode] .topbar-style-4 .header-top-bar {
  background-color: #171818 !important;
}
[data-theme=dark-mode] .rt-news-ticker .ticker-wrapper .ticker-content {
  background-color: #171818 !important;
}
[data-theme=dark-mode] .rt-news-ticker .ticker-wrapper .ticker {
  background-color: #171818 !important;
}
[data-theme=dark-mode] .rt-news-ticker .ticker-wrapper .ticker-swipe {
  background-color: #171818 !important;
}
[data-theme=dark-mode] .rt-news-ticker .ticker-content a {
  color: #ffffff !important;
}
[data-theme=dark-mode] .rt-post-slider-style5 .rt-item .rt-image + .entry-content {
  background-color: #171818 !important;
}
[data-theme=dark-mode] .button-style-1 {
  color: #ffffff;
  border-color: #222121 !important;
}
[data-theme=dark-mode] .rt-post-tab .post-cat-tab a {
  color: #ffffff;
  border-color: #222121 !important;
}
[data-theme=dark-mode] .btn-common path.rt-button-cap {
  stroke: #ffffff;
}
[data-theme=dark-mode] .title-animation-black-bold a {
  color: #fff;
  background-image: linear-gradient(to bottom, #fff 0%, #fff 98%);
}
[data-theme=dark-mode] .title-animation-black-normal a {
  color: #fff;
  background-image: linear-gradient(to bottom, #fff 0%, #fff 98%);
}
[data-theme=dark-mode] .rt-post-grid-default .rt-item .entry-title a {
  color: #ffffff;
}
[data-theme=dark-mode] .rt-post-grid-default .rt-item .post-author a {
  color: #ffffff !important;
}
[data-theme=dark-mode] .rt-post-grid-default .rt-item .post_excerpt {
  color: #d7d7d7;
}
[data-theme=dark-mode] .rt-post-overlay-style6 .rt-item-list .entry-title a {
  color: #ffffff;
}
[data-theme=dark-mode] .rt-post-overlay-style7 .rt-item-list .entry-title a {
  color: #ffffff;
}
[data-theme=dark-mode] .rt-post-list-default .rt-item {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .rt-post-list-default .rt-item .entry-title a {
  color: #ffffff;
}
[data-theme=dark-mode] .rt-post-list-default .rt-item .post-author a {
  color: #ffffff !important;
}
[data-theme=dark-mode] .rt-post-list-default .rt-item .post_excerpt {
  color: #d7d7d7;
}
[data-theme=dark-mode] .rt-post-slider-default .rt-item .entry-title a {
  color: #ffffff;
}
[data-theme=dark-mode] .rt-post-slider-default .rt-item .post-author a {
  color: #ffffff !important;
}
[data-theme=dark-mode] .elementor-category .rt-category-style2 .rt-item {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .elementor-category .rt-category-style2 .rt-item a {
  color: #ffffff;
}
[data-theme=dark-mode] .rt-post-tab-default .rt-item-list ul.entry-meta .post-author a {
  color: #ffffff !important;
}
[data-theme=dark-mode] .rt-post-tab-default .rt-item-box ul.entry-meta li.post-author a {
  color: #ffffff !important;
}
[data-theme=dark-mode] .rt-post-overlay-default .rt-item-list ul.entry-meta li a {
  color: #ffffff !important;
}
[data-theme=dark-mode] .breadcrumb-area .entry-breadcrumb span a {
  color: #d7d7d7;
}
[data-theme=dark-mode] .rt-section-title.style2 .entry-text {
  color: #d7d7d7;
}
[data-theme=dark-mode] .rt-title-text-button .entry-content {
  color: #d7d7d7;
}
[data-theme=dark-mode] .rt-title-text-button .entry-subtitle {
  color: #afafaf;
}
[data-theme=dark-mode] .rt-contact-info .entry-text {
  color: #d7d7d7;
}
[data-theme=dark-mode] .rt-contact-info .entry-text a {
  color: #d7d7d7;
}
[data-theme=dark-mode] .fluentform .subscribe-form p {
  color: #d7d7d7;
}
[data-theme=dark-mode] .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-date {
  color: #d7d7d7;
}
[data-theme=dark-mode] .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-link a {
  color: #fff;
}
[data-theme=dark-mode] .rtrs-review-box .rtrs-review-body p {
  color: #d7d7d7;
}
[data-theme=dark-mode] blockquote {
  background: #171818;
}
[data-theme=dark-mode] .rt-post-slider-default.rt-post-slider-style4 .rt-item .entry-content {
  background: #171818;
}
[data-theme=dark-mode] .rt-post-slider-default.rt-post-slider-style4 ul.entry-meta {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .dark-border {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .dark-border .elementor-element-populated {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .dark-border .elementor-widget-container {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .dark-border .elementor-divider-separator {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .rt-section-title.style1 .entry-title .titleline {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .rt-section-title.style4 .entry-title .titleline {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .header-style-4 .header-menu {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .header-style-10 .header-top {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .header-style-10 .header-search-six .search-form input {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .post-tab-layout ul.btn-tab li a {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .rt-post-slider-style4 .swiper-slide {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .rt-post-box-style1 .rt-item-list {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .rt-post-box-style1 .rt-item-list .list-content {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .rt-post-box-style1 .rt-item-wrap .entry-content {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .rt-post-box-style1 .rt-item-wrap .rt-item {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .apsc-theme-2 .apsc-each-profile a {
  border-color: #222121 !important;
  color: #fff;
}
[data-theme=dark-mode] .apsc-theme-3 .apsc-each-profile > a {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .apsc-theme-3 .apsc-each-profile a:hover .social-icon i {
  color: #fff;
}
[data-theme=dark-mode] .apsc-theme-3 .social-icon {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .apsc-theme-3 span.apsc-count {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .rt-post-grid-style8 > div > div {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .loadmore-wrap .before-line {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .loadmore-wrap .after-line {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .rt-section-title.style5 .line-top .entry-title:before {
  background-color: #222121;
}
[data-theme=dark-mode] .rt-progress-bar .entry-name {
  color: #fff;
}
[data-theme=dark-mode] .rt-progress-bar .progress .progress-bar > span {
  color: #fff;
}
[data-theme=dark-mode] .team-default .team-content .team-title a {
  color: #fff;
}
[data-theme=dark-mode] .post-box-style .post-content .entry-title a {
  color: #fff;
}
[data-theme=dark-mode] .post-box-style .rt-news-box-widget {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .error-page-content .error-title {
  color: #fff;
}
[data-theme=dark-mode] .rt-post-box-default .rt-item-list ul.entry-meta .post-author a {
  color: #fff;
}
[data-theme=dark-mode] .rt-post-box-default .rt-item .post-author a {
  color: #fff;
}
[data-theme=dark-mode] .rt-section-title .sub-title {
  color: #afafaf;
}
[data-theme=dark-mode] .team-single .team-heading .designation {
  color: #afafaf;
}
[data-theme=dark-mode] .team-single .team-info {
  box-shadow: 0px 7px 30px 0px rgba(222, 222, 222, 0.03);
}
[data-theme=dark-mode] .team-single .team-info ul li {
  color: #d7d7d7;
}
[data-theme=dark-mode] .team-single .team-info ul li a {
  color: #d7d7d7;
}
[data-theme=dark-mode] .team-single .team-info ul li span {
  color: #fff;
}
[data-theme=dark-mode] .team-single .team-single-content h4 {
  color: #fff;
}
[data-theme=dark-mode] .team-single .team-single-content .team-content {
  box-shadow: 0px 7px 30px 0px rgba(222, 222, 222, 0.03);
}
[data-theme=dark-mode] .team-single .rt-skill-wrap {
  box-shadow: 0px 7px 30px 0px rgba(222, 222, 222, 0.03);
}
[data-theme=dark-mode] .team-multi-layout-1 .team-content .team-designation {
  color: #afafaf;
}
[data-theme=dark-mode] .team-multi-layout-2 .team-content .team-title span {
  color: #afafaf;
}
[data-theme=dark-mode] .rt-shape-layout1 .shape img {
  opacity: 0.2;
}
[data-theme=dark-mode] .rt-post-list-style4 {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .section-title .related-title .titleline {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .meta-tags a {
  border-color: #222121 !important;
  color: #d7d7d7;
}
[data-theme=dark-mode] .search-form .input-group {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .search-form input {
  color: #fff;
}
[data-theme=dark-mode] .search-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
[data-theme=dark-mode] .search-form input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
[data-theme=dark-mode] .search-form input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
[data-theme=dark-mode] .search-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
[data-theme=dark-mode] .post-navigation .text-left {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .post-navigation .text-right {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .post-navigation .post-nav-title a {
  color: #fff;
}
[data-theme=dark-mode] .post-detail-style1 .share-box-area .post-share .share-links .email-share-button {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .post-detail-style1 .share-box-area .post-share .share-links .print-share-button {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .header-style-6 .logo-ad-wrap {
  border-color: #222121 !important;
}
[data-theme=dark-mode] .about-author {
  background: #171818;
}
[data-theme=dark-mode] .about-author .author-bio {
  color: #d7d7d7;
}
[data-theme=dark-mode] .about-author .author-title a {
  color: #fff;
}
[data-theme=dark-mode] .about-author ul.author-box-social li a {
  color: #fff;
}
[data-theme=dark-mode] .comments-area {
  background: #171818;
}
[data-theme=dark-mode] .comments-area .main-comments .comment-text {
  color: #d7d7d7;
}
[data-theme=dark-mode] .comments-area .main-comments .comment-meta .comment-author-name a {
  color: #fff;
}
[data-theme=dark-mode] .comments-area .main-comments .comment-meta .comment-author-name span {
  color: #fff;
}
[data-theme=dark-mode] .comments-area .main-comments .replay-area a {
  color: #fff;
}
[data-theme=dark-mode] .entry-content p {
  color: #d7d7d7;
}
[data-theme=dark-mode] .entry-content .single-post-list li {
  color: #fff;
}
[data-theme=dark-mode] #respond .logged-in-as a {
  color: #d7d7d7;
}
[data-theme=dark-mode] .rt-skills .rt-skill-each .rt-name {
  color: #d7d7d7;
}
[data-theme=dark-mode] .rt-skills .rt-skill-each .progress .progress-bar > span {
  color: #d7d7d7;
}
[data-theme=dark-mode] blockquote.wp-block-quote cite {
  color: #d7d7d7;
}
[data-theme=dark-mode] a.loadMore {
  color: #d7d7d7;
}
[data-theme=dark-mode] a.loadMore:hover:before {
  background-color: #ffffff;
}
[data-theme=dark-mode] .entry-header ul.entry-meta li a {
  color: #fff;
}
[data-theme=dark-mode] .blog-box ul.entry-meta li.post-author a {
  color: #fff;
}
[data-theme=dark-mode] .blog-box .entry-content .entry-title a {
  color: #fff;
}
[data-theme=dark-mode] .post-detail-style2 .post-share .share-text span {
  color: #fff;
}
[data-theme=dark-mode] .post-detail-style2 .entry-content > p:first-child:first-letter {
  color: #fff;
}
[data-theme=dark-mode] .page-content p {
  color: #fff;
}
[data-theme=dark-mode] .rt-category-style5.rt-category .rt-item:hover .rt-cat-name a {
  color: #fff;
}
[data-theme=dark-mode] .rt-category-style5.rt-category .rt-item .rt-cat-count {
  color: #fff;
}
[data-theme=dark-mode] input {
  color: #aaa;
}
[data-theme=dark-mode] input::-webkit-input-placeholder {
  color: #aaa;
}
[data-theme=dark-mode] input:-ms-input-placeholder {
  color: #aaa;
}
[data-theme=dark-mode] input:-moz-placeholder {
  color: #aaa;
}
[data-theme=dark-mode] input:focus {
  color: #aaa;
}
[data-theme=dark-mode] .widget_search .search-form input.form-control::-webkit-input-placeholder {
  color: #aaa;
}
[data-theme=dark-mode] .widget_search .search-form input.form-control:-ms-input-placeholder {
  color: #aaa;
}
[data-theme=dark-mode] .widget_search .search-form input.form-control:-moz-placeholder {
  color: #aaa;
}
[data-theme=dark-mode] .woocommerce-billing-fields span.woocommerce-input-wrapper input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
[data-theme=dark-mode] .woocommerce-billing-fields span.woocommerce-input-wrapper input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
[data-theme=dark-mode] .woocommerce-billing-fields span.woocommerce-input-wrapper input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
[data-theme=dark-mode] .woocommerce-billing-fields span.woocommerce-input-wrapper input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
[data-theme=dark-mode] .woocommerce-billing-fields .select2-container .select2-selection--single {
  background: #171818;
  border-color: #222121;
}
[data-theme=dark-mode] .woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered {
  background: #171818;
  border-color: #222121;
}
[data-theme=dark-mode] .woocommerce .rt-product-block .price-title-box .rt-title a {
  color: #d7d7d7;
}
[data-theme=dark-mode] .woocommerce .rt-product-block .price-title-box .rt-price {
  color: #fff;
}
[data-theme=dark-mode] .woocommerce .rt-product-block .rt-thumb-wrapper {
  background: #171818;
  border-color: #222121;
}
[data-theme=dark-mode] .woocommerce .product-details-page .product_meta > span {
  color: #fff;
}
[data-theme=dark-mode] .woocommerce .product-details-page .product_meta > span a {
  color: #d7d7d7;
}
[data-theme=dark-mode] .woocommerce .product-details-page .product_meta > span span {
  color: #d7d7d7;
}
[data-theme=dark-mode] .woocommerce .product-details-page .rt-right p.price {
  color: #fff;
}
[data-theme=dark-mode] .woocommerce table.shop_table tbody th {
  color: #fff;
}
[data-theme=dark-mode] .woocommerce table.shop_table tfoot th {
  color: #fff;
}
[data-theme=dark-mode] .woocommerce table.shop_table th {
  color: #fff;
}
[data-theme=dark-mode] .woocommerce .woocommerce-checkout .form-row label {
  color: #fff;
}
[data-theme=dark-mode] .woocommerce div.product .woocommerce-tabs ul.tabs {
  border-color: #222121;
}
[data-theme=dark-mode] .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff;
}
[data-theme=dark-mode] .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #fff;
}
[data-theme=dark-mode] .woocommerce div.product div.images .flex-viewport {
  background: #171818;
  border-color: #222121;
}
[data-theme=dark-mode] .woocommerce div.product div.images .flex-control-thumbs li {
  background: #171818;
  border-color: #222121;
}
[data-theme=dark-mode] .woocommerce form .form-row input.input-text {
  background: #171818;
  border-color: #222121;
}
[data-theme=dark-mode] .woocommerce form .form-row textarea {
  background: #171818;
  border-color: #222121;
}
[data-theme=dark-mode] .woocommerce form .form-row .input-text {
  background: #171818;
  border-color: #222121;
}
[data-theme=dark-mode] .woocommerce #reviews #comments ol.commentlist li .comment_container {
  border-color: #222121;
}
[data-theme=dark-mode] .woocommerce-cart table.woocommerce-cart-form__contents {
  border-right: 1px solid #222121;
  border-bottom: 1px solid #222121;
}
[data-theme=dark-mode] .woocommerce-cart table.woocommerce-cart-form__contents tr th {
  color: #fff;
  border-color: #222121;
}
[data-theme=dark-mode] .woocommerce-cart table.woocommerce-cart-form__contents tr td {
  border-color: #222121;
}
[data-theme=dark-mode] .woocommerce-cart table.woocommerce-cart-form__contents .product-name a {
  color: #fff;
}
[data-theme=dark-mode] .woocommerce-info {
  color: #fff;
  background: #171818;
  border-color: #222121;
}
[data-theme=dark-mode] .woocommerce-info::before {
  color: #fff;
}
[data-theme=dark-mode] .woocommerce-MyAccount-navigation ul li a {
  color: #fff;
}
[data-theme=dark-mode] .woocommerce-checkout #payment {
  background: #171818;
  border-color: #222121;
}
[data-theme=dark-mode] .woocommerce-page form .form-row .input-text {
  background: #171818;
  border-color: #222121;
}
[data-theme=dark-mode] .rt-post-box-style2 .rt-item-wrap .entry-content {
  background: #171818;
  border-color: #222121;
}
[data-theme=dark-mode] .rt-post-box-style2 .rt-item-list .list-content {
  background: #171818;
  border-color: #222121;
}
[data-theme=dark-mode] table th {
  border-color: #222121;
}
[data-theme=dark-mode] table td {
  border-color: #222121;
}
[data-theme=dark-mode] .shop-page-top {
  border-color: #222121;
}
[data-theme=dark-mode] .rt-ajax-tab-content .preloader {
  background: rgba(111, 111, 111, 0.3);
}
[data-theme=dark-mode] .rtrs-review-wrap {
  background-color: transparent;
}
[data-theme=dark-mode] .rtrs-review-wrap .rtrs-review-form {
  background-color: #171818 !important;
}
[data-theme=dark-mode] .rtrs-review-wrap .rtrs-review-box .rtrs-each-review {
  background-color: #171818 !important;
}
[data-theme=dark-mode] .rtrs-review-wrap.rtrs-affiliate-wrap {
  background-color: #171818 !important;
}
[data-theme=dark-mode] .rtrs-review-form .rtrs-form-title {
  color: #fff;
}
[data-theme=dark-mode] .rtrs-review-form .rtrs-rating-category .rtrs-category-text {
  color: #fff;
}
[data-theme=dark-mode] .rtrs-summary .rtrs-rating-box .rtrs-rating {
  color: #fff;
}
[data-theme=dark-mode] .rtrs-summary .rtrs-progress-wrap .rtrs-progress label {
  color: #fff;
}
[data-theme=dark-mode] .rtrs-summary .rtrs-progress-wrap .progress-percent {
  color: #fff;
}
[data-theme=dark-mode] .rtrs-affiliate .rtrs-feedback-text .rtrs-feedback-ttile {
  color: #fff;
}
[data-theme=dark-mode] .rtrs-affiliate .rtrs-feedback-text p {
  color: #d7d7d7;
}
[data-theme=dark-mode] .rtrs-affiliate .rtrs-circle-content .rating-percent {
  color: #fff;
}
[data-theme=dark-mode] .rtrs-affiliate .rtrs-rating-category li label {
  color: #d7d7d7;
}
[data-theme=dark-mode] .rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title .item-text {
  color: #fff;
}
[data-theme=dark-mode] .rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li {
  color: #d7d7d7;
}
[data-theme=dark-mode] .rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li:before {
  color: #fff;
}
[data-theme=dark-mode] .rtrs-title-area .rtrs-price-area .rtrs-offer-price {
  color: #fff;
}
[data-theme=dark-mode] .loading-lazy::after {
  border-color: #ffffff;
}
[data-theme=dark-mode] .wpuf-login-form p > label {
  color: #d7d7d7;
}
[data-theme=dark-mode] .wpuf-registration-form .wpuf-label {
  color: #d7d7d7;
}
[data-theme=dark-mode] .wpuf-label label {
  color: #d7d7d7 !important;
}
[data-theme=dark-mode] .wpuf-el .wpuf-label {
  color: #d7d7d7 !important;
}

.align-center {
  text-align: center;
}

.download-pdf {
  font-size: 27px;
  margin-top: -8px;
  margin-bottom: -8px;
  margin-right: 14px;
}

#pdf-preview-container canvas {
  width: 100%;
  filter: brightness(95%);
}
#pdf-preview-container .owl-item {
  padding: 8px;
}

@media (min-width: 992px) and (max-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  .container-lg {
    max-width: 1320px;
  }
  .container-md {
    max-width: 1320px;
  }
  .container-sm {
    max-width: 1320px;
  }
  .container-xl {
    max-width: 1320px;
  }
}
@media (max-width: 767px) {
  .play-btn-white-xl {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  .offcanvas-navigation ul li {
    line-height: 1.2;
  }
  .offcanvas-navigation ul li a {
    font-size: 28px;
  }
  .footer-top-area {
    text-align: left;
  }
  .footer-content-area {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .footer-style-8 .footer-area .copyright-area {
    display: block;
    text-align: center;
  }
  .footer-style-8 .footer-area .footer-social {
    padding: 15px 0 10px;
  }
  .footer-style-8 .footer-area .widget {
    text-align: center;
  }
  .comments-area .main-comments .comment-meta {
    display: flow-root;
  }
  .comments-area .main-comments .imgholder img {
    max-width: 60px;
    margin-right: 10px;
  }
  .comments-area .main-comments .replay-area {
    display: block;
    float: inherit;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
  }
  .main-comments ul.children {
    margin-left: 10px;
  }
  .post-detail-style2 .main-wrap {
    width: 100%;
  }
  .post-detail-style2 .meta-fixed {
    width: 100%;
  }
  .post-detail-style2 .share-box-area {
    position: inherit;
    margin-left: 0;
    height: inherit;
  }
  .post-detail-style2 .share-box-area .share-links {
    display: inherit;
  }
  body.blog .content-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  body.single-post .content-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pagination-area ul li {
    margin-top: 8px;
    margin-right: 8px;
  }
  .pagination-area ul li span {
    height: 40px;
    width: 40px;
    line-height: 38px;
  }
  .pagination-area ul li a {
    height: 40px;
    width: 40px;
    line-height: 38px;
  }
  .fluentform .frm-fluent-form .subscribe-form-2 {
    display: inherit;
  }
  .fluentform .frm-fluent-form .subscribe-form-2 .ff-el-group {
    margin-bottom: 10px;
  }
  .fluentform .subscribe-form-2 .ff-el-form-control {
    border-radius: 4px;
  }
  .fluentform .subscribe-form-2 .ff_btn_style {
    border-radius: 4px;
  }
  .wow {
    visibility: visible !important;
    animation: none !important;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 7px;
  }
  .woocommerce-page .content-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #yith-quick-view-content .single-product-top {
    display: block;
  }
  #yith-quick-view-content .single-product-top .rt-left {
    width: 100%;
    margin-bottom: 30px;
  }
  #yith-quick-view-content .single-product-top div.images {
    width: 100%;
  }
  #yith-quick-view-content .single-product-top .rt-right {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .header-top-bar .top-bar-wrap {
    text-align: center;
    display: inherit;
  }
  .topbar-style-1 .header-top-bar .tophead-left {
    display: inherit;
  }
}
@media (max-width: 425px) {
  .topbar-style-1 .tophead-left > div:after {
    display: none;
  }
  .header-search .stylish-input-group input[type=search] {
    width: 70%;
  }
  .header-search .header-search-form input[type=search] {
    width: 70%;
  }
  .header-search .custom-search-input input[type=text] {
    width: 70%;
  }
  .footer-area .social-wrap {
    gap: 10px;
  }
  .post-share .share-links a {
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .comments-area .main-comments .imgholder {
    float: inherit;
  }
  .admin-author .author-img img {
    width: 120px;
  }
  .info-menu-bar {
    right: 55px;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 6px;
  }
}
@media (max-width: 991px) {
  .header-icon-area .cart-icon-area .cart-icon-num {
    top: 21px;
  }
  .header-search .close {
    top: 50px;
    transform: none;
    font-size: 50px;
  }
  .header-style-1 .site-header .site-branding {
    display: none;
  }
  .header-style-1 .site-header .header-top .header-address {
    width: 100%;
    text-align: center;
  }
  .header-style-1 .site-header .header-top .header-address > div:nth-child(2):after {
    display: none;
  }
  .header-style-1 .header-controll {
    border-bottom: 1px solid #f8f8f8;
  }
  .header-style-3 .header-controll {
    border-bottom: 1px solid #f8f8f8;
  }
  .header-style-3 .header-3-middle {
    display: none;
  }
  .footer-top-area .widget_tag_cloud a {
    padding: 8px;
  }
  .footer-style-7 .footer-logo-area {
    display: block;
  }
  .footer-style-7 .footer-logo {
    margin-bottom: 35px;
  }
  .footer-style-7 .footer-top-area .widget {
    margin-bottom: 35px;
  }
  .entry-footer .entry-footer-meta {
    display: block;
  }
  .entry-footer .entry-footer-meta .meta-tags {
    margin-bottom: 20px;
  }
  .post-detail-style2 .entry-thumbnail-area img {
    min-height: 450px;
  }
  .post-detail-style2 .share-box-area .post-share {
    top: 75px;
    text-align: center;
  }
  .post-detail-style3 .entry-thumbnail-area img {
    min-height: 500px;
  }
  .post-detail-style3 .show-image .entry-header {
    padding: 30px 30px 15px;
  }
  .admin-author {
    display: block;
  }
  .admin-author .author-img {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .admin-author .author-box-social {
    justify-content: left;
    margin-top: 20px;
  }
  .author .author-banner {
    padding: 80px 0;
  }
  .blog-layout-1 .blog-box .blog-img .rt-play {
    top: 10%;
    left: 90%;
    transform: translate(-90%, -10%);
  }
  .blog-layout-4 .blog-box {
    flex-direction: column;
  }
  .blog-layout-4 .blog-box .blog-img-holder {
    flex: auto;
    max-width: 100%;
    margin-bottom: 25px;
    margin-left: 0;
  }
  .blog-layout-5 .blog-box {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .blog-layout-5 .blog-box .entry-content {
    text-align: left;
  }
  .blog-layout-6 .blog-box {
    flex-direction: column;
  }
  .blog-layout-6 .blog-box .blog-img-holder {
    max-width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .error-page-content p {
    width: 90%;
  }
  .fluentform .subscribe-form-2 .title br {
    display: none;
  }
  .woocommerce .product-details-page .rt-right {
    overflow: inherit;
    padding-left: 0;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 13px;
  }
}
@media (max-width: 1199px) {
  .header-style-1 .site-header .header-top {
    display: block;
  }
  .header-style-1 .site-header .header-top .header-address {
    text-align: center;
  }
  .header-style-1 .site-header .header-social {
    margin-top: 20px;
    justify-content: center;
  }
  .footer-style-8 .footer-area .row > div:last-child {
    padding-left: 12px;
  }
  .sidebar-widget-area .widget ul li ul.children {
    padding-left: 5px;
  }
  .sidebar-widget-area .widget ul li ul.sub-menu {
    padding-left: 5px;
  }
  .post-detail-style2 .main-wrap {
    width: 65%;
  }
  .post-detail-style2 .meta-fixed {
    width: 65%;
  }
  .right-sidebar .rt-sidebar-sapcer {
    margin-right: 0;
    display: inherit;
  }
  .right-sidebar .sidebar-widget-area {
    margin-top: 80px;
    display: inherit;
  }
  .left-sidebar .sidebar-widget-area {
    margin-bottom: 80px;
    display: inherit;
  }
  .error-page-content p {
    width: 70%;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 7px;
  }
}
@media all and (max-width: 1199px) {
  .site-header .main-navigation nav ul li a {
    padding-left: 7px;
    padding-right: 7px;
  }
  .site-header .main-navigation ul li a {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-style-1 .site-header .header-top .header-address > div {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  #tophead .tophead-right {
    text-align: center;
    float: none;
  }
  .site-header .main-navigation {
    float: none;
  }
  .site-header .main-navigation ul {
    text-align: center;
    text-align: center;
  }
  .site-header .main-navigation ul li a {
    padding-bottom: 10px;
    padding-top: 10px;
    padding: 10px 15px;
  }
  .site-header .main-navigation ul.menu > li > a {
    padding: 10px 15px;
    border-left: none;
  }
  .site-header .site-branding {
    display: block;
    height: inherit;
    padding: 0 0 10px 0px;
    display: block;
    height: inherit;
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
    float: none;
    height: inherit;
  }
  .header-icon-area {
    display: none;
  }
  .header-style-1 .site-header .header-top .header-address > div {
    margin-right: 20px;
    padding-right: 20px;
    border: none;
  }
  .header-style-1 .site-header .header-top .icon-left {
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 38px;
  }
  .header-style-2 .site-header .main-navigation ul {
    text-align: center;
  }
  .header-style-2 .site-header .main-navigation ul li a {
    padding: 10px 15px;
  }
  .header-firstrow {
    padding: 15px 0 10px;
    display: block;
    height: inherit;
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .header-firstrow-right {
    display: block;
    height: inherit;
  }
  .header-firstrow-right-contents {
    display: block;
  }
  .header-firstrow-right-contents ul {
    display: block;
    padding: 0;
    text-align: center;
  }
  .header-contact li {
    display: block;
    margin-left: 0;
    display: block;
    margin-right: 0;
  }
  .menu-sep {
    margin-bottom: 10px;
  }
  .header-firstrow-wrap {
    padding-top: 10px;
  }
  .header-firstrow-contents {
    display: block;
  }
  .header-firstrow-contents-right {
    text-align: center;
  }
  .header-firstrow-contents-right .header-icon-area {
    display: none;
  }
  .header-menu-btn {
    display: none;
  }
}
@media (min-width: 1400px) {
  .footer-sticky {
    position: sticky;
    bottom: 0;
    top: 0;
    z-index: 0;
  }
}
@media (min-width: 992px) {
  .footer-area .footer-about {
    margin-right: 40px;
  }
  .single.admin-bar .neeon-progress-container {
    top: 32px;
  }
  .post-detail-style3 > .type-post {
    max-width: 730px;
    margin: 0 auto;
  }
  .blog-layout-5 .blog-box .blog-img-holder {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
  .blog-layout-5 .blog-box .entry-content {
    padding: 30px 20px;
    text-align: center;
  }
  .blog-layout-5:nth-of-type(even) .blog-box {
    flex-direction: row-reverse;
  }
}
@media (max-width: 320px) {
  .footer-area .social-wrap {
    gap: 0;
  }
}
@media (max-width: 480px) {
  .list-left-spacing .post-box-style .post-content {
    padding-left: 0;
  }
  #sb_instagram #sbi_images {
    padding: 0 !important;
  }
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    width: 50%;
  }
  .about-author {
    display: inherit;
    padding: 30px;
  }
  .about-author .pull-left {
    width: 100px;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .post-navigation {
    display: block;
  }
  .post-navigation .text-left {
    padding: 30px 20px;
    width: 100%;
  }
  .post-navigation .text-right {
    padding: 30px 20px;
    width: 100%;
  }
  .post-navigation .navigation-archive {
    text-align: center;
  }
  .comments-area {
    padding: 30px;
  }
  .post-detail-style1 .share-box-area .post-share .share-links .email-share-button {
    float: initial;
  }
  .post-detail-style1 .share-box-area .post-share .share-links .print-share-button {
    float: initial;
  }
  .post-detail-style3 .entry-header {
    padding: 30px 30px 5px;
  }
  .post-detail-style3 .show-image .rt-video .rt-play {
    top: 10%;
    left: 90%;
    transform: translate(-90%, -10%);
  }
  img.alignleft {
    float: none;
    margin-bottom: 13px;
    margin-right: 0px;
    padding-top: 5px;
    display: block;
  }
  img.alignright {
    float: none;
    margin-left: 0px;
    margin-bottom: 15px;
    padding-top: 15px;
  }
  blockquote {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .header__switch {
    padding: 12px 8px;
  }
  .header__switch__settings {
    display: none;
  }
  .header__switch__dark {
    display: none;
  }
}
@media (min-width: 523px) and (max-width: 1024px) {
  .apsc-theme-4 .apsc-each-profile {
    width: 49%;
    margin-right: 5px;
  }
}
@media (max-width: 1200px) {
  .main-comments ul.children {
    margin-left: 30px;
  }
  .comments-area .main-comments .imgholder img {
    max-width: 80px;
  }
}
@media (max-width: 1024px) {
  .post-detail-style2 .main-wrap {
    width: 78%;
  }
  .post-detail-style2 .meta-fixed {
    width: 78%;
  }
}
@media (min-width: 768px) {
  .fluentform .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom {
    display: initial;
  }
  .fluentform .frm-fluent-form .subscribe-form-2 .ff-t-cell {
    display: table-cell;
  }
}
@media only screen and (max-width: 479px) {
  .entry-content .pricetable-btn {
    height: 40px;
    width: 130px;
    font-size: 14px;
    padding: 8px 0;
  }
}
@media only screen and (max-width: 991px) {
  .btn-send-message {
    padding: 11px 0;
  }
  .wp-block-columns .wp-block-column {
    width: 100%;
    flex-basis: 100% !important;
    margin-left: 0;
  }
  .header-area {
    display: none;
  }
  .woocommerce .product-details-page {
    display: block;
  }
  .woocommerce .product-details-page .rt-left {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .btn-send-message {
    padding: 9px 0;
  }
}
@media (max-width: 426px) {
  .comments-area .main-comments .replay-area {
    margin-top: 15px;
  }
}
@media screen and (min-width: 900px) {
  .align-wrap {
    width: auto;
    margin-left: calc(80.6451612903% - 50vw);
  }
}
@media only screen and (min-width: 992px) {
  .wp-block-columns .wp-block-column {
    width: 100%;
  }
  #meanmenu {
    display: none;
  }
}
@media (max-width: 475px) {
  .site-header .mobile-menu {
    display: none !important;
  }
}
@media (min-width: 783px) and (max-width: 992px) {
  .admin-bar .mean-container.mobile-sticky .mobile-mene-bar {
    top: 32px;
  }
}
@media (min-width: 601px) and (max-width: 782px) {
  .admin-bar .mean-container.mobile-sticky .mobile-mene-bar {
    top: 46px;
  }
}
@media only screen and (max-width: 376px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: 100%;
  }
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .woocommerce .product-details-page .rt-right .quantity {
    margin-bottom: 5px !important;
  }
  .woocommerce .product-details-page .rt-right .button.alt {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .woocommerce .product-details-page .rt-right .wistlist-compare-box {
    display: block;
  }
  .woocommerce .product-details-page .rt-right .wistlist-compare-box a {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 5px;
  }
}
@media (max-width: 768px) {
  section.related.products ul.products li.product {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .woocommerce .woocommerce-result-count {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
  .woocommerce .woocommerce-ordering {
    width: 100%;
    text-align: center;
  }
  .woocommerce-page .woocommerce-result-count {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
  .woocommerce-page .woocommerce-ordering {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 850px) {
  .woocommerce-Reviews .comment-form {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .woocommerce-Reviews .comment-form > div {
    padding: 0 15px;
    width: 100%;
  }
  .woocommerce-Reviews .comment-form > p {
    padding: 0 15px;
    width: 100%;
  }
  .woocommerce-Reviews .comment-form p.comment-form-author {
    flex: 1;
  }
  .woocommerce-Reviews .comment-form p.comment-form-email {
    flex: 1;
  }
  .woocommerce-Reviews .comment-form p.comment-form-url {
    flex: 1;
  }
}
.mb-no {
  margin-bottom: 0 !important;
}

.mt-no {
  margin-top: 0 !important;
}

.ml-no {
  margin-left: 0 !important;
}

.mr-no {
  margin-right: 0 !important;
}

.journal-item-arhive {
  width: 100%;
}

.blog-box-journal {
  max-height: 381px;
}

.journal-box {
  transition: all 0.2s ease-in-out;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
}
.journal-box:hover {
  border: 1.5px solid #fff;
  transform: scale(1.03);
  box-shadow: 0px 6px 16px -9px black, 0px 29px 15px -25px rgba(0, 0, 0, 0.34);
}

.meta-tags a {
  position: relative;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  padding: 0px 14px;
  padding-left: 22px;
  border: 0;
  padding: 3px 12px 3px 30px;
  border-radius: 100px;
  margin: 2px 0;
}
.meta-tags a:hover {
  background-color: #8f8f8f !important;
}
.meta-tags a:hover::after {
  transform: scale(1.1) rotateZ(10deg);
  filter: invert(0.2);
}
.meta-tags a:hover::before {
  transform: scale(1.1) rotateZ(10deg);
  filter: invert(1);
}
.meta-tags a::after {
  position: absolute;
  content: "#";
  font-family: "Font Awesome 6 Duotone";
  font-size: 23px;
  color: #000;
  left: 8px;
  line-height: 22px;
  transition: all 0.2s ease;
}
.meta-tags a::before {
  position: absolute;
  content: "##";
  font-family: "Font Awesome 6 Duotone";
  font-size: 23px;
  color: #000;
  margin: auto;
  left: 8px;
  line-height: 22px;
  opacity: 0.4;
  transition: all 0.2s ease;
}

.post-share .share-links a {
  width: 40px;
  border-radius: 100px;
  filter: grayscale(1);
}
.post-share .share-links a:hover {
  filter: grayscale(0);
}

.post-share .share-links a.telegram-share-button {
  background: #0088cc;
}

.post-detail-style1 .share-box-area .post-share .share-links .email-share-button {
  float: unset !important;
  color: #ffffff;
  background-color: #575ced;
  border: 0;
}

.post-detail-style1 .share-box-area .post-share .share-links {
  font-size: 20px;
}

.annotation_restoranoved_news {
  font: normal 22px/28px Kazimir-Medium, "Helvetica CY", Arial, sans-serif;
}

.annotation {
  font: normal 22px/28px Kazimir-Medium, "Helvetica CY", Arial, sans-serif;
}

.entry-content .annotation_restoranoved_news {
  display: none;
}

.fullwidth {
  width: 100%;
}

::-moz-placeholder {
  color: #000 !important;
}

::placeholder {
  color: #000 !important;
}

input,
textarea {
  outline-color: #dc382f;
  font-size: 16px !important;
}

input[type=file] {
  padding: 10px !important;
}

.required {
  position: relative;
}
.required:hover::after {
  transform: rotateZ(360deg);
}
.required::after {
  position: absolute;
  content: "*";
  top: 0px;
  right: -5px;
  font-size: 40px;
  color: #dc382f;
  transform: rotateZ(0deg);
  transform-origin: 9px 3px;
  transition: all 2s ease;
}

.form_gray {
  background: #f7f7f7;
  padding: 29px;
  border-radius: 7px;
}

.rt-post-tab-default .rt-item .rt-image {
  text-align: center;
}
.rt-post-tab-default .rt-item .rt-image img {
  position: absolute;
  margin: auto;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0px !important;
  width: 100%;
  height: auto !important;
}

.hidecategory .rt-post-tab {
  display: none;
}

.img-event img {
  width: 100%;
  height: auto !important;
}

.image-holder-event {
  flex: none !important;
  max-width: 250px !important;
  width: 100%;
  margin-bottom: 0;
  order: 1;
}

.date_event .date_text {
  font-size: 19px;
  font-weight: 600;
  background: #484344;
  color: #fff !important;
  padding: 5px 14px;
}
.date_event .date_text.red {
  background: #dc382f;
}

.date_event_leftcolumn {
  text-align: center;
  margin: -5px -50px 15px;
}

.number-counter .col-12 .rt-item-list {
  display: flex;
  min-height: 79px;
  margin-top: -10px;
}
.number-counter .col-12:nth-of-type(1) .rt-item-list {
  margin-top: 0px;
}

.entry-title a.section_titlename {
  color: #000;
}

.rt-post-tab-style3 .rt-item-list .rt-image::after {
  display: none;
}

.rt-post-grid-style3 .count-on .rt-image::after {
  display: none;
}

.companies_img {
  width: 100px;
  margin-right: 20px;
}

.companie_info {
  padding: 0;
}
.companie_info li {
  display: block;
}

.quote {
  position: relative;
  width: 69%;
  margin: auto;
}
.quote .t {
  position: relative;
  font-size: 21px;
  color: #000;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 21px auto;
  margin-top: 35px;
}
.quote .t::before {
  position: absolute;
  content: "\f11b";
  font-family: flaticon !important;
  font-size: 38px;
  color: #e4e4e4;
  top: -35px;
  left: -50px;
  line-height: 1;
}
.quote cite {
  position: relative;
  display: block;
  font-weight: 600;
  top: 10px;
  color: #de010f;
}
@media only screen and (min-width: 900px) {
  .quote cite {
    right: -44%;
  }
}
@media only screen and (max-width: 900px) {
  .quote cite {
    right: -22%;
  }
}
.quote cite strong {
  color: #000;
}

.error_404 {
  font-family: "Roboto Mono", monospace;
  font-size: 137px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 57px;
}
.error_404 b {
  color: #e3000f;
}

#post-loading {
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-size: 20px;
  font-weight: 500;
  margin: auto;
  background: #dc382f;
  border-radius: 200px;
  padding: 8px 20px;
  color: #fff;
  border: 15px solid #fff;
  animation: load_post 1s infinite ease-in;
}
#post-loading p {
  position: relative;
  margin: 0;
}

@keyframes load_post {
  to {
    border: 15px solid #ffe5e5;
  }
  from {
    border: 15px solid #fff;
  }
}
.header-before-ad img {
  width: calc(100% - 15px);
  margin-left: 15px;
}

.rt-post-overlay-default .rt-item .rt-image {
  max-height: 236px;
}

.journal-poster__restoranoved .rt-image {
  max-height: initial !important;
}

.mw-100 {
  max-width: 100px !important;
}

.mw-150 {
  max-width: 150px !important;
}

.mw-200 {
  max-width: 200px !important;
}

.mw-250 {
  max-width: 250px !important;
}

.mw-300 {
  max-width: 300px !important;
}

.mw-350 {
  max-width: 350px !important;
}

.mw-400 {
  max-width: 400px !important;
}

.mw-450 {
  max-width: 450px !important;
}

.mw-500 {
  max-width: 500px !important;
}

.mw-550 {
  max-width: 550px !important;
}

.mw-600 {
  max-width: 600px !important;
}

.mw-650 {
  max-width: 650px !important;
}

.mw-700 {
  max-width: 700px !important;
}

.mw-750 {
  max-width: 750px !important;
}

.mw-800 {
  max-width: 800px !important;
}

.mw-850 {
  max-width: 850px !important;
}

.mw-900 {
  max-width: 900px !important;
}

.mw-950 {
  max-width: 950px !important;
}

.mw-1000 {
  max-width: 1000px !important;
}

.companies-category a[href="https://restoranoved.lostonbell.com/category/companies/"] {
  display: none;
}

.companies-list-info {
  padding-top: 8px;
}

.menu_logo_header {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 10px !important;
  gap: 17px;
  justify-content: space-around;
}
.menu_logo_header li a {
  font-family: "Roboto", sans-serif;
  font-size: 15px !important;
  line-height: 22px;
  font-weight: 600 !important;
  color: #6b6b6b !important;
  font-style: normal;
  text-transform: uppercase !important;
}
.menu_logo_header li a:hover {
  color: #dc382f !important;
}

.types_event a {
  font-size: 16px;
  color: #fff;
  background: #6e6e6e;
  padding: 4px 10px;
  border-radius: 100px;
}

.entry-banner .entry-banner-content {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.info_main {
  padding: 0;
}
.info_main li {
  list-style: none;
  display: inline-block;
  margin-right: 11px;
}
.info_main a {
  font-size: 18px;
  color: #000;
}

button.show-phone-number {
  background: transparent;
  color: #dc382f;
  padding: 0;
  font-weight: 400;
}

.link_map {
  color: #595959;
}
.link_map:hover {
  color: #dc382f;
}

.bbg {
  border-bottom: 1px solid #cdcdcd;
}

.entry-categories .category-style,
.admin-author .author-designation::after,
.admin-author .author-box-social li a:hover {
  background-color: #6e6e6e !important;
}

.elementor-74848 .elementor-invisible {
  visibility: visible !important;
}
.elementor-74848 .entry-title {
  font-size: 17px !important;
}

.actual__info {
  font-weight: 300;
  color: #8b8b8b;
  font-size: 15px;
}

.rt-contact-info .entry-text a:hover {
  color: #dc382f;
}

.actual_date_list {
  font-weight: 300;
  font-size: 16px;
  color: #919191;
}

.rt-post-grid-style3 .rt-item {
  align-items: flex-start !important;
}

.expert_position.list_expert {
  font-size: 15px;
  line-height: 15px;
  color: #676666;
}

.gray_slider_button {
  display: inline-block;
  background: #e5e5e5 !important;
  color: #000 !important;
  height: 42px;
  transform: translate(-7px, 0px);
  border-radius: 0 3px 3px 0;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Spartan", sans-serif;
}
.gray_slider_button a {
  color: #000;
}

.rt-post-tab .post-cat-tab a.current,
.rt-post-tab .post-cat-tab a:hover {
  box-shadow: 0px 10px 18px 0px rgba(91, 91, 91, 0.15);
}

.post-rt-image_special {
  max-width: 200px !important;
}

.expert_special_photo .post-box-img {
  height: 100px !important;
  overflow: hidden !important;
}
.expert_special_photo .post-img {
  border-radius: 0 !important;
}
.expert_special_photo .post-img.post-img::after {
  display: none !important;
}
.expert_special_photo img {
  height: auto !important;
  border-radius: 0 !important;
}

#event-filter-form {
  font-family: "Spartan", sans-serif;
}
#event-filter-form .sort-title {
  border: #000;
  font-weight: 900;
  margin: 16px 0 6px 0;
}
#event-filter-form .sort-place {
  border: 1.2px solid #b7b7b7;
  padding: 8px 5px;
  border-radius: 20px;
}
#event-filter-form label {
  border: 2px solid transparent;
  color: #000000;
  background: #ffffff;
  padding: 1px 7px;
  border-radius: 50px;
  margin: 4px 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 400;
  transition: all 0.2s ease;
}
#event-filter-form label:hover {
  background: #eeeeee;
}
#event-filter-form label.active {
  border: 2px solid #db382f;
  background: #db382f;
  color: #fff;
}
#event-filter-form #reset-filters {
  display: flex;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  background: none;
  font-weight: 500;
  text-transform: uppercase;
  color: #ed1c24;
  border: 2px solid #ed1c24;
  border-radius: 36px;
  cursor: pointer;
  overflow: hidden;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-weight: 600;
  margin: auto;
  left: 0;
  right: 0;
  flex-wrap: nowrap;
  margin-top: 16px;
}

.custom_search {
  height: 45px !important;
  margin-top: 12px !important;
  background: #f7f7f7 !important;
}

.banner_shadow {
  box-shadow: 0 0 75px -45px;
}

.header-before-ad img {
  width: 935px !important;
}

@media only screen and (max-width: 900px) {
  .rt-post-tab-style3 .rt-item-left, .rt-post-tab-style3 .rt-item-left .rt-image {
    height: 200px !important;
  }
  /* Раздел "Новое на сайте" */
  .elementor-element-b941a90 .listloadmore-items > div {
    width: 100%;
    display: block;
    padding: 10px;
    /* zoom: 0.8; */
  }
  .elementor-element-b941a90 .listloadmore-items > div .entry-content {
    font-family: Kazimir, "Helvetica CY", Arial, sans-serif !important;
    font-size: 16px;
    line-height: 26px;
  }
  .elementor-element-b941a90 .elementor-1802 .elementor-element.elementor-element-b941a90 .rt-post-list-default .rt-item .rt-image img {
    width: 100% !important;
    /* height: 44vw; */
  }
  .rest-post-list-1 .rt-item .rt-image {
    height: 170px !important;
    width: 170px !important;
  }
  .date_event .date_text.red {
    height: 63px;
    width: 50%;
    border-radius: 20px 0 0 20px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  .date_event .date_text {
    width: 50%;
    border-radius: 0 20px 20px 0;
  }
  .date_event .titledot {
    display: none !important;
  }
  .date_event .titleline {
    display: none !important;
  }
  .blog-layout-4 .blog-box .entry-content {
    margin-left: 0px !important;
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
  }
  .blog-layout-4 .blog-box .blog-img-holder {
    width: 100%;
    max-width: 100% !important;
    order: -1;
    border-radius: 24px;
  }
  .blog-layout-4 .blog-box:nth-of-type(n+2) .blog-img-holder {
    margin-top: -35px !important;
  }
  .rest-post-overlay-1 .rt-post-overlay-style1 .rt-item .rt-image img {
    min-height: 100%;
    height: auto;
  }
  .rest-post-overlay-1 .rt-post-overlay-style1 .rt-item .rt-image {
    border-radius: 24px;
  }
  .elementor-button {
    padding: 15px 25px;
    font-size: 18px;
    border-radius: 100px;
  }
  /* Эксперты — начало */
  .post-box-style .post-content .entry-title a {
    font-size: 20px;
  }
  .expert_position.list_expert {
    font-size: 18px;
    line-height: 21px;
  }
  /* Эксперты — конец */
  .rt-section-title.style1 .entry-title {
    font-size: 28.44px !important;
  }
  .rt-post-tab .post-cat-tab a {
    font-size: 17px;
    border-radius: 100px !important;
  }
  .rt-post-tab .post-cat-tab {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
  }
}
.post-box-img_journal {
  position: relative;
  width: 100px;
  margin-right: 20px;
  overflow: visible;
  z-index: 9;
  transition: all 0.2s ease;
}
.post-box-img_journal::before, .post-box-img_journal::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  border-radius: 4px;
  transform-origin: bottom left;
  transition: transform 0.2s ease;
}
.post-box-img_journal::before {
  background: #a7a7a7;
  z-index: -1;
  transform: rotate(0deg); /* Начальное состояние */
}
.post-box-img_journal::after {
  background: #848484;
  z-index: -2;
  transform: rotate(0deg); /* Начальное состояние */
}

.post-box-img_journal_parent:hover .post-box-img_journal::before {
  transform: rotate(3deg); /* Поворот при наведении */
}
.post-box-img_journal_parent:hover .post-box-img_journal::after {
  transform: rotate(6deg); /* Поворот при наведении */
}

.gallery_container .fotorama__arr--next {
  position: absolute;
  z-index: 9999999;
  right: 26px !important;
  background: url(../img/right_arrow.svg) no-repeat center !important;
  background-size: cover !important;
  width: 28px !important;
  height: 50px !important;
  filter: invert(1);
}

.gallery_container .fotorama__arr--prev {
  position: absolute;
  z-index: 9999999;
  left: 26px !important;
  background: url(../img/left_arrow.svg) no-repeat center !important;
  background-size: cover !important;
  width: 28px !important;
  height: 50px !important;
  filter: invert(1);
}

.content-area .entry-content .content_block img {
  border-radius: 4px;
  max-width: 450px;
  float: left;
  margin: 0px 20px 15px 0px;
}

.content-area .post-detail-style1 .entry-thumbnail-area {
  position: relative;
  margin-bottom: 40px;
  float: left;
  margin: 0px 20px 0px 0px;
  max-width: 40%;
}

.select2-container--default .select2-results__option--selectable:hover {
  background-color: #dc382f !important;
  color: white !important;
}
.select2-container--default .select2-results__option--highlighted {
  background-color: #dc382f !important;
  color: white !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #dc382f;
  border-color: #dc382f;
  color: white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #e6e6e6;
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 13px;
}

.search_posts_main {
  position: relative;
  width: 100%;
  height: 43px;
  display: inline;
  margin-right: 10px;
  margin-bottom: 20px;
}
.search_posts_main .search_posts {
  border: none !important;
  color: #444444;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  float: left;
  height: 43px;
  padding: 5px 52px 5px 10px;
  width: 100%;
  outline: none;
  background: #f7f7f7;
  letter-spacing: 1px;
}
.search_posts_main::after {
  content: "";
  position: absolute;
  margin: auto;
  right: 10px;
  top: 8px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain;
  opacity: 0.4;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 18 18" fill="none"><path d="M17.1249 16.2411L12.4049 11.5211C13.5391 10.1595 14.1047 8.41291 13.9841 6.64483C13.8634 4.87675 13.0657 3.22326 11.7569 2.02834C10.4482 0.833415 8.7291 0.189061 6.95736 0.229318C5.18562 0.269575 3.49761 0.991344 2.24448 2.24448C0.991344 3.49761 0.269575 5.18562 0.229318 6.95736C0.189061 8.7291 0.833415 10.4482 2.02834 11.7569C3.22326 13.0657 4.87675 13.8634 6.64483 13.9841C8.41291 14.1047 10.1595 13.5391 11.5211 12.4049L16.2411 17.1249L17.1249 16.2411ZM1.49989 7.12489C1.49989 6.01237 1.82979 4.92483 2.44787 3.99981C3.06596 3.07478 3.94446 2.35381 4.97229 1.92807C6.00013 1.50232 7.13113 1.39093 8.22227 1.60797C9.31342 1.82501 10.3157 2.36074 11.1024 3.14741C11.889 3.93408 12.4248 4.93636 12.6418 6.02751C12.8588 7.11865 12.7475 8.24965 12.3217 9.27748C11.896 10.3053 11.175 11.1838 10.25 11.8019C9.32495 12.42 8.23741 12.7499 7.12489 12.7499C5.63355 12.7482 4.20377 12.1551 3.14924 11.1005C2.09471 10.046 1.50154 8.61622 1.49989 7.12489Z" fill="%23000000"/></svg>');
}

/* Стили для кнопок тегов и городов (включая уникальные классы) */
#tags-container .tag-button,
#cities-container .city-button,
#events-tags-container .events-tag-button,
#events-cities-container .events-city-button,
#restaurants-countries-container .events-city-button,
#restaurants-cities-container .events-city-button,
#restaurants-awards-container .events-city-button,
#events-types-container .events-type-button,
#events-months-container .events-month-button,
#companies-tags-container .companies-tag-button,
#companies-cities-container .companies-city-button {
  display: inline-block;
  padding: 1px 17px;
  margin: 0px;
  background-color: #f5f5f5;
  border: 3px solid transparent;
  border-radius: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative; /* Для позиционирования псевдо-элемента */
}

/* Стили для кнопок с чекбоксом (исключая tag-button и events-month-button) */
#cities-container .city-button,
#events-tags-container .events-tag-button,
#events-cities-container .events-city-button,
#restaurants-countries-container .events-city-button,
#restaurants-cities-container .events-city-button,
#restaurants-awards-container .events-city-button,
#events-types-container .events-type-button,
#companies-tags-container .companies-tag-button,
#companies-cities-container .companies-city-button {
  padding: 1px 17px 1px 30px; /* Увеличен левый отступ для чекбокса */
}

/* Чекбокс слева от текста (исключая tag-button и events-month-button) */
#cities-container .city-button::before,
#events-tags-container .events-tag-button::before,
#events-cities-container .events-city-button::before,
#restaurants-countries-container .events-city-button::before,
#restaurants-cities-container .events-city-button::before,
#restaurants-awards-container .events-city-button::before,
#events-types-container .events-type-button::before,
#companies-tags-container .companies-tag-button::before,
#companies-cities-container .companies-city-button::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 2px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  transition: all 0.3s ease;
}

/* Активный чекбокс (исключая tag-button и events-month-button) */
#cities-container .city-button.active::before,
#events-tags-container .events-tag-button.active::before,
#events-cities-container .events-city-button.active::before,
#restaurants-countries-container .events-city-button.active::before,
#restaurants-cities-container .events-city-button.active::before,
#restaurants-awards-container .events-city-button.active::before,
#events-types-container .events-type-button.active::before,
#companies-tags-container .companies-tag-button.active::before,
#companies-cities-container .companies-city-button.active::before {
  background-color: #dd382f;
  border-color: #dd382f;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path d="M1 4L3.5 6.5L9 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
}

#tags-container .tag-button:hover,
#cities-container .city-button:hover,
#events-tags-container .events-tag-button:hover,
#events-cities-container .events-city-button:hover,
#restaurants-countries-container .events-city-button:hover,
#restaurants-cities-container .events-city-button:hover,
#restaurants-awards-container .events-city-button:hover,
#events-types-container .events-type-button:hover,
#events-months-container .events-month-button:hover,
#companies-tags-container .companies-tag-button:hover,
#companies-cities-container .companies-city-button:hover {
  background-color: #e0e0e0;
}

/* Чекбокс при наведении (неактивные кнопки) */
#tags-container .tag-button:hover:not(.active)::before,
#cities-container .city-button:hover:not(.active)::before,
#events-tags-container .events-tag-button:hover:not(.active)::before,
#events-cities-container .events-city-button:hover:not(.active)::before,
#restaurants-countries-container .events-city-button:hover:not(.active)::before,
#restaurants-cities-container .events-city-button:hover:not(.active)::before,
#restaurants-awards-container .events-city-button:hover:not(.active)::before,
#events-types-container .events-type-button:hover:not(.active)::before,
#events-months-container .events-month-button:hover:not(.active)::before,
#companies-tags-container .companies-tag-button:hover:not(.active)::before,
#companies-cities-container .companies-city-button:hover:not(.active)::before {
  border-color: #999;
}

#tags-container .tag-button.active,
#cities-container .city-button.active,
#events-tags-container .events-tag-button.active,
#events-cities-container .events-city-button.active,
#restaurants-countries-container .events-city-button.active,
#restaurants-cities-container .events-city-button.active,
#restaurants-awards-container .events-city-button.active,
#events-types-container .events-type-button.active,
#events-months-container .events-month-button.active,
#companies-tags-container .companies-tag-button.active,
#companies-cities-container .companies-city-button.active {
  background-color: transparent;
  color: #000;
  border: 3px solid #dd382f;
}

/* Контейнеры для тегов и городов */
#tags-container,
#cities-container,
#events-tags-container,
#events-cities-container,
#restaurants-countries-container,
#restaurants-cities-container,
#restaurants-awards-container,
#events-types-container,
#events-months-container,
#companies-tags-container,
#companies-cities-container,
.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Стили для текста перед тегами */
.filter-label {
  font-size: 16px;
  font-weight: 800;
  display: block;
  color: #000;
  margin-right: 10px;
}

/* Стили для блока с заголовками и фильтрами */
.filter-block {
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  display: flex;
  align-items: flex-start;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-direction: column;
}

/* Дополнительные стили для активного состояния всех типов кнопок */
.tag-button.active {
  background-color: transparent;
  color: #000;
  border: 3px solid #dd382f;
}

/* Стили для кнопки "Все" */
.tag-button.all-button {
  font-weight: 600;
}

/* Стили для улучшения отзывчивости на мобильных */
@media (max-width: 768px) {
  .tags-container {
    gap: 5px;
  }
  #tags-container .tag-button,
  #cities-container .city-button,
  #events-tags-container .events-tag-button,
  #events-cities-container .events-city-button,
  #restaurants-countries-container .events-city-button,
  #restaurants-cities-container .events-city-button,
  #restaurants-awards-container .events-city-button,
  #events-types-container .events-type-button,
  #events-months-container .events-month-button,
  #companies-tags-container .companies-tag-button,
  #companies-cities-container .companies-city-button {
    padding: 1px 12px 1px 26px; /* Адаптивный левый отступ */
    font-size: 12px;
  }
  /* Уменьшенный чекбокс для мобильных */
  #tags-container .tag-button::before,
  #cities-container .city-button::before,
  #events-tags-container .events-tag-button::before,
  #events-cities-container .events-city-button::before,
  #restaurants-countries-container .events-city-button::before,
  #restaurants-cities-container .events-city-button::before,
  #restaurants-awards-container .events-city-button::before,
  #events-types-container .events-type-button::before,
  #events-months-container .events-month-button::before,
  #companies-tags-container .companies-tag-button::before,
  #companies-cities-container .companies-city-button::before {
    width: 12px;
    height: 12px;
    left: 6px;
  }
  #tags-container .tag-button.active::before,
  #cities-container .city-button.active::before,
  #events-tags-container .events-tag-button.active::before,
  #events-cities-container .events-city-button.active::before,
  #restaurants-countries-container .events-city-button.active::before,
  #restaurants-cities-container .events-city-button.active::before,
  #restaurants-awards-container .events-city-button.active::before,
  #events-types-container .events-type-button.active::before,
  #events-months-container .events-month-button.active::before,
  #companies-tags-container .companies-tag-button.active::before,
  #companies-cities-container .companies-city-button.active::before {
    background-size: 8px 6px;
  }
}
/* Стили для заголовка "Куда нужны поставки" */
#cities-container .city-button {
  /* margin-bottom: 15px; */
}

#tags-container button,
#events-tags-container button,
#companies-tags-container button {
  text-transform: uppercase;
}

.news-title {
  font-size: 19px !important;
  font-weight: 500;
  margin-bottom: -3px !important;
}

.title-tag {
  font-family: RockStar;
  font-size: 52px;
  color: #999;
  vertical-align: sub;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.sub_title-tag {
  font-size: 18px;
  margin-left: 45px;
  margin-bottom: -13px;
  color: #b52f28;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.flipbook_main {
  position: relative;
  border-radius: 5px;
  width: -moz-max-content;
  width: max-content;
  height: 50px;
  text-align: center;
  background: #eeeeee;
  padding-right: 58px;
  margin: auto;
  transition: all 0.2s ease;
}
.flipbook_main:hover a.pdf-viewer-link-single::before {
  transform: rotate(341deg);
}
.flipbook_main a.pdf-viewer-link-single {
  position: relative;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  background: #676666 !important;
  color: #fff !important;
  padding: 16px 15px !important;
  border-radius: 5px !important;
  bottom: -12px;
}
.flipbook_main a.pdf-viewer-link-single::before {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/10/flip_book_png.png);
  background-size: cover;
  width: 44px;
  height: 43px;
  margin: auto;
  right: -48px;
  top: 0;
  bottom: 0;
  transition: all 0.2s ease;
  transform: rotate(360deg);
}

.flex_header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6%;
  margin-bottom: 35px;
  /* background: linear-gradient(331deg, #dd382f 15%, transparent 39%); */
  /* padding: 17px 50px; */
  /* box-shadow: 5px 8px 43px -27px #9a9a9a; */
  /* border-radius: 500px; */
}
.flex_header h1 {
  position: relative;
  z-index: 2;
}

.recommended {
  position: absolute;
  left: 46px;
  bottom: -1px;
  font-weight: 800;
  color: #dd382f;
  padding: 0px 8px 0 7px;
  z-index: 1;
  border-radius: 5px;
  font-size: 21px;
}
.recommended .hashtag {
  position: relative;
  display: inline-block;
  top: 4px;
  font-weight: 600;
  font-size: 26px;
  font-family: RockStar;
  margin-right: 1px;
}

.about-btn span {
  margin-right: 6px;
  font-weight: 300;
}
.about-btn .hashtag {
  position: relative;
  display: inline-block;
  top: 1px;
  font-weight: 600;
  font-size: 19px;
  font-family: RockStar;
  margin-right: 0px;
}

/* MOBILE: всё что меньше lg (Bootstrap lg = 992px) */
@media (max-width: 991.98px) {
  /* Если хочешь ограничить ТОЛЬКО этой страницей — оставь .type_identifier */
  .type_identifier {
    /* чуть больше воздуха по краям */
    padding-left: 12px;
    padding-right: 12px;
  }
  .type_identifier .flex_header {
    display: flex;
    flex-direction: column; /* ключевое: вертикально */
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 18px;
  }
  /* ЛЕВАЯ ЧАСТЬ: заголовок */
  .type_identifier .flex_header > div:first-child {
    position: relative;
    min-width: 0; /* чтобы переносы работали внутри flex */
  }
  .type_identifier .flex_header .sub_title-tag {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 6px;
  }
  .type_identifier .flex_header h1 {
    margin: 0;
    /* адаптивный размер: не огромный, но и не мелкий */
    font-size: clamp(30px, 9.5vw, 44px);
    line-height: 0.95;
    letter-spacing: -0.02em;
    /* чтобы ничего не обрезалось */
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .type_identifier .flex_header .title-tag {
    margin-right: 6px;
  }
  /* recommended НЕ абсолютом — иначе на мобилке налезает */
  .type_identifier .recommended {
    position: static;
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    margin-top: 8px;
    padding: 0;
    font-size: 16px;
    font-weight: 800;
    color: #dd382f;
  }
  .type_identifier .recommended .hashtag {
    position: static;
    top: auto;
    font-size: 18px;
    font-weight: 700;
    margin-right: 0;
  }
  /* ПРАВАЯ ЧАСТЬ: кнопки */
  .type_identifier .flex_header > div:last-child {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .type_identifier .flex_header .about-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* важно: разрешаем переносы */
    white-space: normal;
    line-height: 1.2;
    /* чуть компактнее по высоте */
    padding: 12px 14px;
    border-radius: 14px;
  }
  .type_identifier .about-btn span {
    margin-right: 6px;
    font-weight: 300;
    font-size: 13px;
  }
  .type_identifier .about-btn .hashtag {
    position: static;
    top: auto;
    font-size: 16px;
    font-weight: 700;
    margin-right: 0;
  }
}
.expert_special_photo > .post-box-img {
  display: flex;
  align-items: center;
}

.blog-layout-4 .blog-box .blog-img-holder .blog-img img {
  border-radius: 13px;
}

.number-counter .col-12 .rt-item-list {
  display: flex;
  min-height: 79px;
  margin-top: -10px;
  align-items: center;
}

.white_btn .rt-section-title.style1 .entry-title .titledot {
  margin-left: 7px;
}
.white_btn .rt-post-grid-style3 .count-on:hover .rt-image::after, .white_btn .rt-post-list-style3 .count-on:hover .rt-image::after, .white_btn .rt-post-tab .post-cat-tab a.current, .white_btn .rt-post-tab .post-cat-tab a:hover {
  background-color: transparent;
  border: 2px solid #dd382f;
  color: #000 !important;
}

.accordion-section-title button.accordion-trigger {
  height: -moz-max-content;
  height: max-content;
}

@media only screen and (max-width: 900px) {
  .rt-section-title.style1 .entry-title {
    display: flex;
    align-items: stretch !important;
    position: relative;
    line-height: 1.4;
    z-index: 2;
    transition: all ease 0.31s;
    align-content: center;
    flex-direction: row !important;
  }
  .date_event .date_text {
    font-size: 17px;
    font-weight: 600;
    background: #484344;
    color: #fff !important;
    padding: 5px 14px;
    display: flex;
    align-content: center;
    align-items: center;
  }
  .blog-box .entry-content .entry-title {
    line-height: 1.1;
  }
}
h2.top_title {
  font-size: 38px;
  font-weight: 300;
}

.logo_restaurant {
  height: auto !important;
}

.expert-photo {
  height: auto;
  width: 250px;
  height: 250px;
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 11px;
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */