/* Table Of Content
---------------------------------------------------------
01. General CSS
02. Global Class
03. Header Section 
04. Sticky Menu
05. Slider Section
06. About Us
07. Services
08. Calltoaction
09. Portfolio
10. Pricing Tables
11. Team Member
12. Newsletter
13. Testimonial
15. Contact Us
16. Footer
17. Scroll Up
18. Video
19. Counter up
20. Breadcrumbs
21. Portfolio Details
25. Home Banner
26. Preloader
27. FAQ
--------------------------------------------------------*/

:root {
  --color-primary: #8339ff;

}

/* ========================================General Css ============================================ */

html,
body {
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text);
  background-color: var(--body);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.my-custom-font {
  font-family: "Albert Sans", sans-serif !important;
}
.my-custom-font .bottom-shape {
  font-weight: 100 !important;
}

.text-separate {
  font-weight: 700;
  color: #fff !important;
}

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

.wp-block-calendar nav {
  padding-bottom: 20px;
}

a {
  color: var(--color-primary);
  transition: 1.3s;
  text-decoration: none !important;
  outline: none !important;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #fd8f14;
}

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

.clear {
  clear: both;
}

.z-index-10 {
  z-index: 10;
  position: relative;
}

::-moz-selection {
  background: #1f1f25;
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background: #1f1f25;
  text-shadow: none;
  color: #ffffff;
}

body .bg-fixed {
  background-attachment: fixed !important;
  background-position: center top !important;
}

body .bg-top {
  background-position: center top !important;
}

body .bg-left {
  background-position: bottom left !important;
}

body .bg-right {
  background-position: top right !important;
}

body .bg-bottom {
  background-position: center bottom !important;
}

body .main-contain {
  background-size: cover;
  background-repeat: no-repeat;
}

.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.border-left-radius > .vc_column-inner {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.border-right-radius > .vc_column-inner {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.overflow-visible {
  overflow: visible !important;
  z-index: 30;
}

.overflow-hidden {
  overflow: hidden !important;
}

.max-width-700 {
  max-width: 700px;
  margin: 0 auto;
}

.white-color {
  color: #fff;
}
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4 {
  color: #fff;
  letter-spacing: normal;
}

iframe {
  width: 100%;
}

h1,
h2 {
  letter-spacing: -0.03em;
}

h3,
h4 {
  letter-spacing: -0.02em;
}

.menu-cart-area h2 {
  display: none;
}

.ft-sidebar #wp-calendar th {
  background: var(--color-primary);
  color: #fff;
}
.ft-sidebar table {
  margin-bottom: 0;
}

.common-shadow {
  box-shadow: 0 0 150px #eee;
  background: #fff;
}

.theme_btn {
  color: #fff;
  background: var(--color-primary);
  border-radius: 15px;
  padding: 17px 30px;
  min-width: max-content;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

/* ===============================Contact Layout=============================== */

input[type="submit"] {
  border: none;
  padding: 10px 18px;
}


body div textarea:focus {
  outline: 1px solid #4aab3d;
}


input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
select:focus,
input[type="password"]:focus {
  outline: 1px solid #4aab3d;
}

.wp-block-search .wp-block-search__button {
  margin-left: 0;
}

.wp-block-search {
  margin-bottom: 20px;
}

.wp-block-archives select,
.wp-block-categories select {
  width: 400px;
}

.wp-block-group.has-background {
  padding: 24px 30px 10px;
  margin-bottom: 30px;
}

[type="search"] {
  border: 1px solid #e9e9e9;
  border-radius: 5px 0 0 5px;
  padding: 10px 20px;
  outline: none;
}

div textarea {
  border: 1px solid #e9e9e9;
}

input[type="submit"] {
  background: #4aab3d;
}

/* ===============================Bottom Sticky Header=============================== */

#fttheme-header .header-inner.tp-sticky,
#fttheme-header .header-inner.header-active {
  position: fixed;
  top: -30px;
  transform: translateY(30px);
  opacity: 1;
  width: 100%;
  background: #fff;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

/* ===============================Sticky Menu Styles=============================== */

.menu-sticky {
  margin: 0;
  width: 100%;
  z-index: 99;
  transition: all 300ms ease-in-out;
  background: transparent;
}

.menu-sticky.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  padding: 0;
  background: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.menu-area.sticky-menu {
  background: #fff;
}

.sticky .menu-area {
  padding: 10px 0;
}

.sticky .logo-area {
  display: none;
}

.sticky .logo-area.sticky-logo {
  display: block;
}

.sticky-logo {
  display: none;
}

.admin-bar .menu-sticky.sticky {
  top: 32px !important;
}

/* =================================== Blog Design ================================================== */

.fttheme-blog-grid .pagination-area {
  padding-bottom: 84px;
}

.fttheme-blog .cat_name {
  display: none;
}
.fttheme-blog .blog-meta .blog-title {
  margin: 0px 0 15px;
  font-weight: 500;
  line-height: 26px !important;
}
.fttheme-blog .blog-meta .blog-title a {
  color: #1f1f25;
}
.fttheme-blog .blog-meta .blog-title a:hover {
  color: #fd8f14;
}

.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
  clear: none;
}

.blog .fttheme-blog .blog-item,
.archive .fttheme-blog .blog-item {
  transition: all 0.5s ease 0s;
  background: transparent;
  margin-bottom: 50px;
  border: 1px solid #ffffff14;
  overflow: hidden;
}
.blog .fttheme-blog .blog-item .full-blog-content,
.archive .fttheme-blog .blog-item .full-blog-content {
  padding: 50px 50px 50px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blog .fttheme-blog .blog-item .full-blog-content,
  .archive .fttheme-blog .blog-item .full-blog-content {
    padding: 40px 40px 40px;
  }
}
@media (max-width: 767px) {
  .blog .fttheme-blog .blog-item .full-blog-content,
  .archive .fttheme-blog .blog-item .full-blog-content {
    padding: 30px 30px 30px;
  }
}
@media (max-width: 575px) {
  .blog .fttheme-blog .blog-item .full-blog-content,
  .archive .fttheme-blog .blog-item .full-blog-content {
    padding: 25px 20px 25px;
  }
}
.blog .fttheme-blog .blog-item .full-blog-content .user-info,
.archive .fttheme-blog .blog-item .full-blog-content .user-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.blog .fttheme-blog .blog-item .full-blog-content .user-info .single-info,
.archive .fttheme-blog .blog-item .full-blog-content .user-info .single-info {
  margin-right: 30px;
}
.blog .fttheme-blog .blog-item .full-blog-content .user-info .single-info i,
.archive .fttheme-blog .blog-item .full-blog-content .user-info .single-info i {
  color: var(--color-primary3);
  margin-right: 7px;
}
.blog
  .fttheme-blog
  .blog-item
  .full-blog-content
  .user-info
  .single-info:last-child,
.archive
  .fttheme-blog
  .blog-item
  .full-blog-content
  .user-info
  .single-info:last-child {
  margin-right: 0;
}
.blog .fttheme-blog .blog-item .full-blog-content .user-info .single-info.cat a,
.archive
  .fttheme-blog
  .blog-item
  .full-blog-content
  .user-info
  .single-info.cat
  a {
  color: #6e777d;
}
.blog
  .fttheme-blog
  .blog-item
  .full-blog-content
  .user-info
  .single-info.cat
  a:hover,
.archive
  .fttheme-blog
  .blog-item
  .full-blog-content
  .user-info
  .single-info.cat
  a:hover {
  color: var(--color-primary3);
}
.blog .fttheme-blog .blog-item .full-blog-content .btm-cate,
.archive .fttheme-blog .blog-item .full-blog-content .btm-cate {
  margin: 0 0 10px;
}
.blog .fttheme-blog .blog-item .full-blog-content .title-wrap .blog-title,
.archive .fttheme-blog .blog-item .full-blog-content .title-wrap .blog-title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .blog .fttheme-blog .blog-item .full-blog-content .title-wrap .blog-title,
  .archive .fttheme-blog .blog-item .full-blog-content .title-wrap .blog-title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .blog .fttheme-blog .blog-item .full-blog-content .title-wrap .blog-title,
  .archive .fttheme-blog .blog-item .full-blog-content .title-wrap .blog-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .blog .fttheme-blog .blog-item .full-blog-content .title-wrap .blog-title,
  .archive .fttheme-blog .blog-item .full-blog-content .title-wrap .blog-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.blog .fttheme-blog .blog-item .full-blog-content .title-wrap .blog-title a,
.archive .fttheme-blog .blog-item .full-blog-content .title-wrap .blog-title a {
  color: #fff;
}
.blog
  .fttheme-blog
  .blog-item
  .full-blog-content
  .title-wrap
  .blog-title
  a:hover,
.archive
  .fttheme-blog
  .blog-item
  .full-blog-content
  .title-wrap
  .blog-title
  a:hover {
  color: var(--color-primary3);
}
.blog .fttheme-blog .blog-item .blog-img,
.archive .fttheme-blog .blog-item .blog-img {
  position: relative;
}
.blog .fttheme-blog .blog-item .blog-img .tag-line,
.archive .fttheme-blog .blog-item .blog-img .tag-line {
  position: absolute;
  right: auto;
  left: 50px;
  top: auto;
  bottom: -52px;
  display: inline-block;
  z-index: 11;
  transform: translateY(-60%);
  max-width: 68%;
}
.blog .fttheme-blog .blog-item .blog-img .tag-line a,
.archive .fttheme-blog .blog-item .blog-img .tag-line a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: var(--color-primary);
  padding: 8px 19px;
  display: inline-block;
  margin-bottom: 10px;
}
.blog .fttheme-blog .blog-item .blog-img .author,
.archive .fttheme-blog .blog-item .blog-img .author {
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  position: absolute;
  right: 50px;
  bottom: -30px;
  display: inline-block;
  z-index: 11;
  padding: 10px 10px 10px 10px;
  border-radius: 6px;
  font-weight: 700;
}
.blog .fttheme-blog .blog-item .blog-img .author img,
.archive .fttheme-blog .blog-item .blog-img .author img {
  margin-right: 10px;
}

.date-meta-style2 a {
  color: #999;
}
.date-meta-style2 a:hover {
  color: var(--color-primary);
}

.post-meta-dates {
  display: inline-block;
  position: absolute;
  padding: 8px 20px;
  bottom: 0;
  background: var(--color-primary);
  color: #fff;
  z-index: 1;
  border-radius: 3px 3px 0 0;
  left: 50%;
  transform: translateX(-50%);
  width: 175px;
}

.blog-item.no-thumbs {
  padding-top: 0px;
}
.blog-item.no-thumbs .categories {
  margin-bottom: 5px;
  padding: 0 0 0 48px;
}
.blog-item.no-thumbs .categories .category-name a {
  background: var(--color-primary);
  color: #fff;
  padding: 5px 19px 6px;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.blog-item.no-thumbs .categories .category-name a:hover {
  background: #1f1f25;
}

.fttheme-blog-details .bs-img,
.fttheme-blog-details .blog-img,
.fttheme-blog .bs-img,
.fttheme-blog .blog-img,
.blog .bs-img,
.blog .blog-img {
  position: relative;
  z-index: 0;
}
.fttheme-blog-details .bs-img .blog-date,
.fttheme-blog-details .blog-img .blog-date,
.fttheme-blog .bs-img .blog-date,
.fttheme-blog .blog-img .blog-date,
.blog .bs-img .blog-date,
.blog .blog-img .blog-date {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 100px;
  height: 80px;
}
.fttheme-blog-details .bs-img .blog-date:after,
.fttheme-blog-details .bs-img .blog-date:before,
.fttheme-blog-details .blog-img .blog-date:after,
.fttheme-blog-details .blog-img .blog-date:before,
.fttheme-blog .bs-img .blog-date:after,
.fttheme-blog .bs-img .blog-date:before,
.fttheme-blog .blog-img .blog-date:after,
.fttheme-blog .blog-img .blog-date:before,
.blog .bs-img .blog-date:after,
.blog .bs-img .blog-date:before,
.blog .blog-img .blog-date:after,
.blog .blog-img .blog-date:before {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.2s;
  width: 0px;
  height: 0px;
  z-index: 100;
  top: 0;
  left: 0;
}
.fttheme-blog-details .bs-img .blog-date:after,
.fttheme-blog-details .blog-img .blog-date:after,
.fttheme-blog .bs-img .blog-date:after,
.fttheme-blog .blog-img .blog-date:after,
.blog .bs-img .blog-date:after,
.blog .blog-img .blog-date:after {
  border-top: 0 solid;
  border-bottom-color: #f9f9f9;
  border-bottom: 80px solid transparent;
  border-left: 100px solid #f9f9f9;
}
.fttheme-blog-details .bs-img .blog-date:before,
.fttheme-blog-details .blog-img .blog-date:before,
.fttheme-blog .bs-img .blog-date:before,
.fttheme-blog .blog-img .blog-date:before,
.blog .bs-img .blog-date:before,
.blog .blog-img .blog-date:before {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  border-bottom: 0 solid;
  border-bottom-color: #1f1f25;
  border-top: 80px solid transparent;
  border-right: 100px solid #1f1f25;
}
.fttheme-blog-details .bs-img .blog-date span,
.fttheme-blog-details .blog-img .blog-date span,
.fttheme-blog .bs-img .blog-date span,
.fttheme-blog .blog-img .blog-date span,
.blog .bs-img .blog-date span,
.blog .blog-img .blog-date span {
  display: block;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  z-index: 999;
  height: 40px;
  padding: 6px 0;
}
.fttheme-blog-details .bs-img .blog-date span.date,
.fttheme-blog-details .blog-img .blog-date span.date,
.fttheme-blog .bs-img .blog-date span.date,
.fttheme-blog .blog-img .blog-date span.date,
.blog .bs-img .blog-date span.date,
.blog .blog-img .blog-date span.date {
  color: #1f1f25;
  font-size: 24px;
  text-align: left;
  padding-left: 12px;
  padding-top: 10px;
}
.fttheme-blog-details .bs-img .blog-date span.month,
.fttheme-blog-details .blog-img .blog-date span.month,
.fttheme-blog .bs-img .blog-date span.month,
.fttheme-blog .blog-img .blog-date span.month,
.blog .bs-img .blog-date span.month,
.blog .blog-img .blog-date span.month {
  text-align: right;
  padding-right: 12px;
  font-size: 18px;
}
.fttheme-blog-details .bs-img .categories,
.fttheme-blog-details .blog-img .categories,
.fttheme-blog .bs-img .categories,
.fttheme-blog .blog-img .categories,
.blog .bs-img .categories,
.blog .blog-img .categories {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.fttheme-blog-details .bs-img .categories .category-name a,
.fttheme-blog-details .blog-img .categories .category-name a,
.fttheme-blog .bs-img .categories .category-name a,
.fttheme-blog .blog-img .categories .category-name a,
.blog .bs-img .categories .category-name a,
.blog .blog-img .categories .category-name a {
  background: var(--color-primary);
  color: #fff;
  padding: 5px 19px 6px;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.fttheme-blog-details .bs-img .categories .category-name a:hover,
.fttheme-blog-details .blog-img .categories .category-name a:hover,
.fttheme-blog .bs-img .categories .category-name a:hover,
.fttheme-blog .blog-img .categories .category-name a:hover,
.blog .bs-img .categories .category-name a:hover,
.blog .blog-img .categories .category-name a:hover {
  background: #1f1f25;
}
.fttheme-blog-details .post-meta i,
.fttheme-blog .post-meta i,
.blog .post-meta i {
  margin-right: 8px;
}
.fttheme-blog-details .post-meta i:before,
.fttheme-blog .post-meta i:before,
.blog .post-meta i:before {
  font-size: 14px;
  font-weight: 600;
}
.fttheme-blog-details .post-meta.date-meta,
.fttheme-blog .post-meta.date-meta,
.blog .post-meta.date-meta {
  margin-right: 16px;
  color: #999;
}
.fttheme-blog-details .post-meta.author,
.fttheme-blog .post-meta.author,
.blog .post-meta.author {
  color: #555;
}

.bs-img {
  border-radius: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
.bs-img img {
  width: 100%;
}

.widget-title a {
  color: #fff;
}
.widget-title a:hover {
  color: #fff;
}
.widget-title a:visited {
  color: #fff;
}

/* =================================== Blog Post ================================================== */

.fttheme-blog .grid-blog {
  margin-top: 50px;
}
.fttheme-blog .blog-item {
  margin-bottom: 30px;
  background: #fff;
}
.fttheme-blog .blog-item .blog-img {
  position: relative;
}
.fttheme-blog .blog-item .blog-img a {
  z-index: 11;
  position: relative;
  color: #fff;
}
.fttheme-blog .blog-item .blog-img a:hover {
  background: var(--color-primary);
}

.fttheme-blog .blog-item .blog-img .blog-img-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 20px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.fttheme-blog .blog-item .blog-img .blog-img-content .blog-link {
  display: inline-block;
  font-size: 19px;
  width: 52px;
  line-height: 54px;
  height: 52px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease 0s;
}
.fttheme-blog .blog-item .blog-img .blog-img-content .blog-link:hover {
  background: var(--color-primary);
  color: #fff !important;
}
.fttheme-blog .blog-item .blog-img .blog-img-content .blog-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-top: 15px;
  color: #fff;
  margin-bottom: 0;
}
.fttheme-blog .blog-item .blog-img .blog-img-content .blog-title a {
  color: #fff;
}
.fttheme-blog .blog-item .blog-img .blog-img-content .blog-title a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.fttheme-blog .blog-item .blog-img:hover .blog-img-content {
  top: 0px;
  opacity: 1;
}
.fttheme-blog .blog-item .blog-meta {
  transition: all 0.3s ease 0s;
  border-top: 1px solid #e7e7e7;
  padding-top: 19px;
  margin-top: 20px;
}
.fttheme-blog .blog-item .blog-meta li {
  font-size: 15px;
  margin-right: 25px;
}
.fttheme-blog .blog-item .blog-meta i {
  color: #1f1f25;
  margin-right: 7px;
}
.fttheme-blog .blog-item .blog-meta .seperator {
  padding-left: 7px;
}
.fttheme-blog .blog-item .blog-meta .blog-date {
  display: inline-block;
  font-weight: 400;
  color: #777;
}
.fttheme-blog .blog-item .blog-meta .blog-date svg {
  width: 18px;
  position: relative;
  top: 7px;
  margin-right: 3px;
}
.fttheme-blog .blog-item .blog-meta .categories a {
  color: #999999;
}
.fttheme-blog .blog-item .blog-meta .categories a:hover {
  color: var(--color-primary);
}
.fttheme-blog .blog-item .blog-meta .blog-lc {
  display: inline-block;
}
.fttheme-blog .blog-item .blog-meta .blog-lc > div {
  display: inline-block;
}
.fttheme-blog .blog-item .date-post {
  padding: 0;
  color: #999999;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 12px;
}
.fttheme-blog .blog-item span.author,
.fttheme-blog .blog-item span.category {
  padding: 0;
  margin-right: 9px;
  margin-bottom: 10px;
  margin-left: 0;
  display: inline;
  position: relative;
  text-transform: inherit;
  color: #555;
}
.fttheme-blog .blog-item .blog-slidermeta {
  margin-bottom: 6px;
}
.fttheme-blog .blog-item .blog-slidermeta span.seperator {
  display: inline-block;
  padding-right: 5px;
  font-size: 12px;
}
.fttheme-blog .blog-item .blog-slidermeta span.category a {
  color: #999999;
}
.fttheme-blog .blog-item .blog-slidermeta span.category a:hover {
  color: var(--color-primary);
}
.fttheme-blog .blog-item div.comment {
  padding: 0;
  color: #fd8f14;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 13px !important;
  line-height: normal;
}
.fttheme-blog .blog-item .blog-author {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.fttheme-blog .blog-item .blog-author .author-img {
  float: left;
}
.fttheme-blog .blog-item .blog-author .author-img img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.fttheme-blog .blog-item .blog-author .author-info {
  margin-left: 15px;
}
.fttheme-blog .blog-item .blog-author .author-info .author-name {
  font-size: 15px;
  margin-bottom: 0;
}
.fttheme-blog .blog-item .blog-author .author-info .author-title {
  font-size: 12px;
}
.fttheme-blog .blog-item .blog-desc {
  clear: both;
}
.fttheme-blog .blog-item .blog-desc p {
  margin-bottom: 0;
}
.fttheme-blog .blog-item .blog-button {
  display: block;
  margin-top: 30px;
}
.fttheme-blog .blog-item .blog-button a {
  display: inline-block;
  color: #fff;
  padding: 19px 40px;
  font-size: 16px;
  font-weight: 600;
  
  line-height: 19px;
  text-align: center;
  text-transform: capitalize;
  background: #1f1f25;
  border-radius: 100px;
  vertical-align: middle;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  transition-duration: 0.3s;
  transition: 0.3s;
  z-index: 1;
  overflow: hidden;
}
.fttheme-blog .blog-item .blog-button a:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--color-primary);
  border-radius: 100px;
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
  z-index: -1;
}
.fttheme-blog .blog-item .blog-button a:hover:before {
  transform: scaleX(0);
  background: var(--color-primary);
}
.fttheme-blog .full-layout {
  width: 100%;
}
.fttheme-blog .sidebar-none {
  display: none;
}
.fttheme-blog .owl-nav {
  display: none;
}
.fttheme-blog .home_full_blog {
  padding: 0;
}
.fttheme-blog .home_full_blog .blog-desc {
  margin-bottom: 20px;
}
.fttheme-blog .home_full_blog .blog-date {
  padding-top: 15px;
}

.comment i {
  color: #999;
  font-size: 12px;
}

.archive .full-layout-right,
.blog .full-layout-right {
  padding-right: 30px;
}

.single-post .fttheme-blog-details .single-content-full ul.blog-list-style {
  margin-bottom: 0px;
  margin-left: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.single-post .fttheme-blog-details .single-content-full ul.blog-list-style li {
  width: 50%;
  padding: 0 35px;
  margin-bottom: 35px;
  position: relative;
}
.single-post
  .fttheme-blog-details
  .single-content-full
  ul.blog-list-style
  li:before {
  content: "";
  position: absolute;
  background: #000;
  width: 25px;
  height: 1px;
  left: 0;
  top: 12px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-post .fttheme-blog-details .bs-meta {
  margin-top: 0px;
  margin-bottom: 18px;
}

.comment-respond .form-submit {
  margin-bottom: 0;
}

.single-post .fttheme-blog-details .type-post .single-content-full {
  overflow: visible;
}
.single-post .fttheme-blog-details .type-post .single-content-full .user-info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.single-post
  .fttheme-blog-details
  .type-post
  .single-content-full
  .user-info
  .single-info {
  margin-right: 30px;
}
.single-post
  .fttheme-blog-details
  .type-post
  .single-content-full
  .user-info
  .single-info
  i {
  color: var(--color-primary3);
}
.single-post
  .fttheme-blog-details
  .type-post
  .single-content-full
  .user-info
  .single-info
  a {
  color: var(--text);
}
.single-post
  .fttheme-blog-details
  .type-post
  .single-content-full
  .user-info
  .single-info
  a:hover {
  color: var(--color-primary3);
}

.single-content-full ul.dots {
  list-style: none;
  margin: 30px 0 30px;
  padding: 0 0 0 28px;
}
.single-content-full ul.dots li {
  position: relative;
  padding-left: 20px;
}
.single-content-full ul.dots li:before {
  content: "";
  position: absolute;
  background: var(--color-primary);
  left: 0;
  display: block;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  color: #1f1f25 !important;
}

body.archive .fttheme-blog .blog-item {
  overflow: hidden;
  margin-bottom: 70px;
}

.ps-navigation ul {
  margin: 0 !important;
  list-style: none;
}
.ps-navigation ul a {
  text-transform: uppercase;
  background: transparent;
  color: #6e777d;
  border-radius: 3px;
  font-weight: bold;
}
.ps-navigation ul a span {
  display: block;
  font-weight: normal;
  text-transform: capitalize;
  vertical-align: middle;
}
.ps-navigation ul a i {
  vertical-align: text-top;
}
.ps-navigation ul a:hover {
  color: #1f1f25;
}
.ps-navigation ul li.next {
  float: right;
}
.ps-navigation ul li.prev {
  float: left;
}
.ps-navigation ul li:nth-child(2) {
  text-align: right;
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container p,
.wp-block-cover .wp-block-cover__inner-container p a {
  color: #ffffff !important;
}

/* =================================== Blog Details ================================================== */

.wp-block-quote cite,
.wp-block-pullquote cite {
  color: #ffffff;
  font-size: 16px;
  
}

blockquote,
body .wp-block-quote.is-style-large:not(.is-style-plain) {
  padding: 120px 40px 40px;
  margin: 40px 0 40px;
  text-align: center;
  position: relative;
  background: var(--bg);
  border-left: 4px solid var(--theme);
  border-radius: 8px;
}
blockquote:before,
body .wp-block-quote.is-style-large:not(.is-style-plain):before {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translate(-50%, 0);
  content: "\ea59";
  font-family: "ft-icons";
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: var(--body);
  color: var(--color-primary);
  font-size: 22px;
}
blockquote p,
body .wp-block-quote.is-style-large:not(.is-style-plain) p {
  max-width: 650px;
  font-weight: 500;
  text-transform: capitalize;
  font-style: italic;
  line-height: 26px;
  font-size: 18px;
}
blockquote p a,
body .wp-block-quote.is-style-large:not(.is-style-plain) p a {
  color: var(--color-primary);
}
blockquote cite,
body .wp-block-quote.is-style-large:not(.is-style-plain) cite {
  font-weight: 700;
}
blockquote a,
body .wp-block-quote.is-style-large:not(.is-style-plain) a {
  color: #ffffff;
}

body .wp-block-pullquote blockquote,
body .wp-block-pullquote cite,
body .wp-block-pullquote p {
  color: #fff;
}

.fttheme-blog-details p {
  margin: 12px 0;
}

.fttheme-blog-details .news-details-inner {
  margin-right: 30px;
  padding-bottom: 50px;
}
.fttheme-blog-details .type-post {
  margin-bottom: 0px;
}
.fttheme-blog-details .type-post .single-content-full {
  overflow: hidden;
}
.fttheme-blog-details .type-post .tag-line {
  padding: 0;
}
.fttheme-blog-details .type-post .tag-line a {
  font-weight: 400;
  color: #555;
}
.fttheme-blog-details .type-post .tag-line a:hover {
  color: var(--color-primary);
}
.fttheme-blog-details .bs-info {
  margin-bottom: 10px;
}
.fttheme-blog-details .bs-info.tags {
  clear: both;
  padding: 20px 0 0px;
  color: var(--text);
  
  font-weight: 700;
  font-size: 18px;
}
/* .fttheme-blog-details .bs-info.tags a {
  display: inline-block;
  margin: 10px 10px 0px 3px;
  line-height: 22px;
  padding: 7px 17px;
  
  font-size: 14px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #eee;
  font-weight: 500;
  color: #4d5765;
  border-radius: 6px;
}
.fttheme-blog-details .bs-info.tags a:hover {
  background: var(--color-primary);
  color: #fff;
} */
.fttheme-blog-details .bs-info.tags a:first-child {
  margin-left: 20px;
}
.fttheme-blog-details .ps-navigation ul {
  list-style: none;
  margin: 0;
}
.fttheme-blog-details .bs-title {
  margin-top: 0px;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.fttheme-blog-details .single-page-info .p-user .author-img {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 10px;
}
.fttheme-blog-details .single-page-info .p-user .author-img img {
  border-radius: 50%;
}
.fttheme-blog-details .single-page-info .p-date,
.fttheme-blog-details .single-page-info .author-name,
.fttheme-blog-details .single-page-info .p-cname {
  padding: 0;
  color: #737383;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 0;
}
.fttheme-blog-details .single-page-info .author-name {
  color: #737383;
}
.fttheme-blog-details .bs-meta {
  font-size: 14px;
  margin: 15px 0 0;
  padding: 0;
}
.fttheme-blog-details .bs-meta li {
  display: inline-block;
  line-height: 10px;
  margin-right: 10px;
}
.fttheme-blog-details .bs-meta li i {
  margin-right: 3px;
  font-size: 12px;
  color: #1f1f25;
}
.fttheme-blog-details .bs-meta li a {
  color: #333;
}
.fttheme-blog-details .bs-meta li.category-name ul {
  margin: 0;
  float: left;
  padding-left: 8px;
}
.fttheme-blog-details .bs-meta li .seperator {
  padding-right: 10px;
}
.fttheme-blog-details .related-post {
  margin-top: 40px;
  padding: 0 15px;
}
.fttheme-blog-details .related-post .related-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.fttheme-blog-details .related-post .blog-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.fttheme-blog-details .related-post .blog-title a {
  color: #1f1f25;
}
.fttheme-blog-details .related-post .blog-title a:hover {
  color: #fd8f14;
}
.fttheme-blog-details .author-block {
  align-items: center;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #e6e9f0;
  border-bottom: 1px solid #e6e9f0;
  padding: 40px 0;
  margin: 0 50px 0;
}
.fttheme-blog-details .author-block .author-img {
  float: left;
  width: 25%;
  padding-right: 30px;
}
.fttheme-blog-details .author-block .author-img img {
  border-radius: 17px;
  width: 140px;
}
.fttheme-blog-details .author-block .author-desc {
  float: left;
  width: 75%;
  text-align: left;
}
.fttheme-blog-details .author-block .author-title {
  margin: 0 !important;
  font-size: 22px;
  position: relative;
  line-height: 30px;
  color: #1f1f25;
  
  font-weight: 600;
}
.fttheme-blog-details .author-block .author-title:after {
  background: var(--color-primary);
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  right: auto;
  width: 120px;
  height: 1px;
  margin: 0 auto;
  display: none;
}
.fttheme-blog-details .author-block .author-title a {
  color: #212121;
}
.fttheme-blog-details .author-block p {
  margin-bottom: 8px;
}
.fttheme-blog-details .comment-respond {
  margin-top: 25px;
}
.fttheme-blog-details .comments-title {
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 40px;
  line-height: 35px;
}
.fttheme-blog-details #reply-title {
  font-size: 30px;
  
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 40px;
  position: relative;
  padding: 0 0 7px;
  margin-bottom: 0 !important;
}
.fttheme-blog-details #reply-title small {
  font-size: 80%;
}
.fttheme-blog-details #reply-title small a {
  color: #1f1f25;
  padding-left: 10px;
}
.fttheme-blog-details #reply-title small a:hover {
  color: var(--color-primary);
}
.fttheme-blog-details .comment-block {
  margin-top: 50px;
}
.fttheme-blog-details .comment-block .comment {
  padding: 25px;
  background: #fff;
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 35px;
}
.fttheme-blog-details .comment-block .comment .comment-header {
  margin-bottom: 10px;
}
.fttheme-blog-details .comment-block .comment .comment-header:before,
.fttheme-blog-details .comment-block .comment .comment-header:after {
  content: "";
  display: table;
}
.fttheme-blog-details .comment-block .comment .comment-header:after {
  clear: both;
}
.fttheme-blog-details .comment-block .comment img {
  float: left;
  margin-right: 15px;
}
.fttheme-blog-details .comment-block .comment h3 {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 22px;
}
.fttheme-blog-details .comment-block .comment .comment-body p.desc {
  margin-bottom: 10px;
}
.fttheme-blog-details .comment-block .comment .comment-reply {
  margin-bottom: 0;
}

ol.comment-list .comment-respond .form-submit {
  margin-bottom: 20px;
}

.wp-block-button.is-style-outline {
  margin: 10px 0;
}

.wp-block-cover-text {
  color: #fff !important;
}

.single .tag-line {
  position: relative;
}
.single .tag-line a {
  display: inline-block;
  margin-right: 3px;
  margin-left: 0;
  margin-bottom: 3px;
  padding: 4px 10px 5px;
  background: var(--color-primary);
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  border-radius: 6px;
}
.single .ps-navigation {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 30px 0;
}
.single .ps-navigation .prev {
  width: 50%;
  transition: all 0.5s ease;
}
.single .ps-navigation .prev i {
  margin-right: 10px;
  position: relative;
  top: -4px;
}
.single .ps-navigation .prev .next_link {
  margin-left: 0;
}
.single .ps-navigation .prev:hover a {
  color: #1f1f25;
}
.single .ps-navigation .prev .date {
  display: block;
}
.single .ps-navigation .next {
  width: 50%;
  transition: all 0.5s ease;
}
.single .ps-navigation .next .next_link {
  margin-right: 0;
}
.single .ps-navigation .next i {
  margin-left: 10px;
  position: relative;
  top: -4px;
}
.single .ps-navigation .next:hover a {
  color: #1f1f25;
}
.single .ps-navigation .next .date {
  display: block;
}
.single .ps-navigation .next_link {
  text-transform: uppercase;
  color: #909090;
}
.single .ps-navigation .link_text {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #1f1f25;
}
.single .ps-navigation .link_text i {
  color: #909090;
  margin-top: -9px;
}

.page .comments-area .comment-full .comment-respond {
  padding: 0;
}

.single-post .breadcrumbs-inner li {
  list-style: none;
}
.single-post .ps-navigation {
  margin-top: 0px;
}
.single-post .ps-navigation .next_link {
  font-size: 16px;
  text-transform: none;
  color: #999 !important;
  font-weight: 500;
  padding: 0 0 8px;
  position: relative;
}
.single-post .ps-navigation .next_link:hover {
  color: #555 !important;
}
.single-post .ps-navigation ul li.next .inner-next {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  margin-left: 10px;
}
.single-post .ps-navigation ul li.next .link_text {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}
.single-post .ps-navigation ul li.prev .inner-pre {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  margin-right: 10px;
}
.single-post .ps-navigation .next_link i:before {
  margin-left: 0;
}
.single-post .single-posts-meta {
  margin: 0 !important;
  padding: 38px 40px 0;
}
.single-post .single-posts-meta .fa-comments-o:before {
  color: #1f1f25;
}
.single-post .single-posts-meta li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: #555;
  font-size: 14px;
}
.single-post .single-posts-meta li span i {
  font-size: 13px;
  margin-right: 3px;
  color: #1f1f25;
}
.single-post .single-posts-meta li ul {
  margin: 0;
  position: relative;
  padding-left: 19px;
}
.single-post .single-posts-meta li ul li {
  position: relative;
  font-size: 14px;
}
.single-post .single-posts-meta li ul li a {
  color: #555;
}
.single-post .single-posts-meta li ul li a:hover {
  color: #1f1f25;
}
.single-post .single-posts-meta li ul li:before {
  content: ",";
  position: absolute;
  font-size: 16px;
  font-style: normal;
  right: 4px;
  top: 0;
}
.single-post .single-posts-meta li ul li:last-child:before {
  display: none;
}
.single-post .single-posts-meta li ul:before {
  content: "\f02d";
  position: absolute;
  color: #1f1f25;
  font-family: FontAwesome;
  font-size: 13px;
  font-style: normal;
  left: 0;
  top: 0;
}

.single-post .ps-navigation ul li {
  word-break: break-word;
}

.widget_media_gallery .gallery {
  margin: 0;
}
.widget_media_gallery .gallery-item {
  margin: 0;
}
.widget_media_gallery .gallery-item .gallery-icon {
  padding: 5px;
}
.widget_media_gallery .gallery-item .gallery-icon img {
  border-radius: 3px;
}

.btm-cate {
  overflow: hidden;
  list-style: none;
  margin: 0 0 5px;
  padding: 0px;
  position: relative;
}
.btm-cate li {
  float: left;
  margin-right: 10px;
}
.btm-cate li a {
  color: #737383;
}
.btm-cate li a:hover {
  color: #fd8f14;
}
.btm-cate .category-name i {
  margin-right: 3px;
  color: #1f1f25;
}

.comment-respond .form-field {
  margin-bottom: 30px;
  position: relative;
}
.comment-respond .form-field i {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.comment-respond .form-field input {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-field #comment {
  width: 100%;
  padding: 8px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-submit {
  clear: both;
}
.comment-respond .form-submit #submit {
  background: var(--color-primary);
  position: relative;
  display: inline-block;
  padding: 19px 40px;
  line-height: normal;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.comment-respond .form-submit #submit:hover {
  background: #1f1f25;
  color: #fff;
}

.comment-respond label {
  display: none;
}

.comments-area {
  margin-top: 0;
}
.comments-area ol.children {
  padding: 0;
}
.comments-area .comment-list {
  margin: 45px 0 0 0;
  padding: 0;
}
.comments-area .comment-list li.comment {
  padding: 0px;
  margin: 20px 0 25px;
  border-radius: 5px;
  list-style: none;
 
}
.comments-area .comment-list li.comment .comment-full {
  padding: 0;
  border-radius: 0px;
  position: relative;
}
.comments-area .comment-list li.comment .comment-body {
  position: relative;
  padding-left: 98px;
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f4f4f4;
}
.comments-area .comment-list li.comment #respond {
  padding-left: 98px;
  padding-bottom: 0;
  padding-top: 0px;
}
.comments-area .comment-list li.comment span.says {
  display: none;
}
.comments-area .comment-list li.comment .comment-author {
  text-transform: capitalize;
}

.comments-area .comment-list li.comment .comment-author img {
  float: left;
  border-radius: 5px;
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.comments-area .comment-list li.comment .comment-author b {
  float: left;
  padding-right: 14px;
  padding-top: 0;
}
.comments-area .comment-list li.comment .comment-metadata {
  margin-left: 0;
  margin-top: 0;
  font-size: 14px;
  padding-top: 0;
  clear: both;
}
.comments-area .comment-list li.comment .comment-metadata a time {
  color: #909090;
}
.comments-area .comment-list li.comment .comment-content {
  margin-top: 6px;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
}
.comments-area .comment-list li.comment .comment-content p {
  margin-bottom: 4px;
}
.comments-area .comment-list li.comment .reply {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 0;
  text-align: left;
}
.comments-area .comment-list li.comment .reply a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 4px 20px 4px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: var(--color-primary);
  z-index: 1;
}
.comments-area .comment-list li.comment .reply a:hover {
  background: #1f1f25;
  color: #fff;
}
.comments-area .comment-list li.comment .reply a:hover:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}
.comments-area .comment-list li.comment .comment {
  margin-bottom: 0;
  padding-bottom: 0;
}
.comments-area .comment-list li.comment ol.children li {
  padding-right: 0;
  margin-left: 2.5em;
  margin-top: 0;
}
.comments-area .comment-list li.comment:last-child .comment-full {
  border-bottom: none;
}
.comments-area p.comment-form-author {
  margin-bottom: 8px;
}
.comments-area p.comment-form-author input {
  width: 100%;
  height: 57px;
  padding: 10px 30px 10px 30px;
  border: none;
  outline: none;
  margin-bottom: 10px;
  border: 1px solid #ffffff14;
  background: transparent;
  border-radius: 5px;
}
.comments-area p.comment-form-email {
  margin-bottom: 8px;
}
.comments-area p.comment-form-email input {
  width: 100%;
  height: 57px;
  padding: 10px 30px 10px 30px;
  border: none;
  outline: none;
  margin-bottom: 10px;
  border: 1px solid #ffffff14;
  background: transparent;
  border-radius: 5px;
}
.comments-area p.comment-form-url {
  clear: both;
}
.comments-area p.comment-form-url label {
  display: block;
}
.comments-area p.comment-form-url input {
  width: 100%;
  height: 57px;
  padding: 10px 30px 10px 30px;
  background: #fff;
  border: 1px solid #e9e9e9;
  outline: none;
  margin-bottom: 25px;
  border: 2px solid #f2f4f9;
  border-radius: 30px;
}
.comments-area p.comment-form-comment {
  clear: both;
  margin-bottom: 0;
}
p.comment-notes {
  margin-bottom: 30px;
}
p.logged-in-as {
  margin-bottom: 25px;
}
.comments-area p.comment-form-comment textarea {
  width: 100%;
  height: 160px;
  padding: 10px 30px;
  border: 1px solid #ffffff14;
  background: transparent;
  outline: none;
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
}
.comments-area .comment-navigation {
  overflow: hidden;
}
.comments-area .comment-navigation .nav-previous {
  position: relative;
  padding-left: 18px;
}
.comments-area .comment-navigation .nav-previous:before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 1px;
  color: #4caf50;
}
.comments-area .comment-navigation .nav-next {
  position: relative;
  padding-right: 18px;
}
.comments-area .comment-navigation .nav-next:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 0;
  top: 1px;
  color: #4caf50;
}
.comments-area label {
  font-weight: 400;
}

.comment-full form input:focus,
.comment-full form textarea:focus {
  border: 1px solid var(--color-primary);
  background: none;
}

.comment-full input[type="submit"]:focus {
  border: 0;
}

.comment-full .comment-form-cookies-consent,
.comment-full .comment-form-url {
  display: none;
}

.inner-page-title {
  padding-top: 70px;
}

.dynamic-sidebar .recent-widget {
  margin: 0 0 3em;
}
.dynamic-sidebar .widget {
  border: 0;
  padding: 40px;
}

.padding-left-sidebar .dynamic-sidebar {
  padding: 0px 0px 20px 0;
}

#respond {
  border-radius: 5px;
}

li.comment #respond {
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.check-arrow {
  padding: 0;
}
.check-arrow li {
  position: relative;
  list-style: none;
  padding: 0 0 0 26px;
}
.check-arrow li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 4px;
  right: auto;
  top: 0px;
  font-size: 14px;
  color: #fd8f14;
}

/* ==================================== Blog Sidebaar ================================================== */

.ft-sidebar .widget select {
  margin: 0;
  border: 1px solid #f8f8f8;
  border-right: 8px solid #f8f8f8;
  background: #f8f8f8;
}
.ft-sidebar .footer-contact-ul i {
  margin-right: 12px;
}
.ft-sidebar .footer-contact-ul i:before {
  color: #1f1f25;
}
.ft-sidebar .footer-contact-ul i.fa-whatsapp:before {
  font-size: 18px;
}
.ft-sidebar .footer-contact-ul i.flaticon-time-call:before {
  font-size: 16px;
}
.ft-sidebar .recentcomments a {
  text-decoration: underline !important;
}
.ft-sidebar .recentcomments .comment-author-link a {
  text-decoration: none !important;
}
.ft-sidebar .widget_block label.wp-block-search__label,
.ft-sidebar .widget_block h2,
.ft-sidebar .widget-title {
  color: var(--header);
  
  position: relative;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  z-index: 1;
  position: relative;
  margin-bottom: 26px !important;
}
@media only screen and (max-width: 1024px) {
  .ft-sidebar .widget_block label.wp-block-search__label,
  .ft-sidebar .widget_block h2,
  .ft-sidebar .widget-title {
    font-size: 22px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .ft-sidebar .widget_block label.wp-block-search__label,
  .ft-sidebar .widget_block h2,
  .ft-sidebar .widget-title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .ft-sidebar .widget_block label.wp-block-search__label,
  .ft-sidebar .widget_block h2,
  .ft-sidebar .widget-title {
    font-size: 18px;
    line-height: 20px;
  }
}

.ft-sidebar .widget {
  position: relative;
  transition: all 500ms ease;
  margin-bottom: 40px;
  border-radius: 7px;
  padding: 38px 40px 35px;
  background: var(--bg);
}
@media (max-width: 991px) {
  .ft-sidebar .widget {
    padding: 30px 30px 28px;
  }
}
@media (max-width: 767px) {
  .ft-sidebar .widget {
    padding: 25px 25px 23px;
  }
}
@media (max-width: 575px) {
  .ft-sidebar .widget {
    padding: 20px 20px 18px;
  }
}
.ft-sidebar .widget:hover:after {
  height: 70px;
}
.ft-sidebar .widget_media_image {
  padding: 0;
  background: none;
}
.bs-img img {
  border-radius: 8px;
}
.wp-block-image img {
  border-radius: 8px;
}
.post-img img {
  border-radius: 8px;
}
.ft-sidebar .widget:last-child {
  margin-bottom: 0;
}
.ft-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ft-sidebar ul a {
  color: #1f1f25;
  transition: 1.3s;
}
.ft-sidebar ul a:hover {
  color: var(--color-primary);
}
.ft-sidebar ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ft-sidebar ul li + li {
  margin-top: 10px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ft-sidebar .widget_categories ul li,
.ft-sidebar .widget_archive ul li,
.ft-sidebar .widget_pages ul li,
.ft-sidebar .widget_meta ul li,
.ft-sidebar .widget_recent_entries ul li,
.ft-sidebar .widget_nav_menu ul li,
.ft-sidebar .widget_block ul li {
  border-top: none;
  border: none;
  position: relative;
  background: var(--body);
  margin-bottom: 10px;
  transition: 0.3s;
  padding-top: 0;
  border-radius: 8px;
}
.ft-sidebar .widget_categories ul li a,
.ft-sidebar .widget_archive ul li a,
.ft-sidebar .widget_pages ul li a,
.ft-sidebar .widget_meta ul li a,
.ft-sidebar .widget_recent_entries ul li a,
.ft-sidebar .widget_nav_menu ul li a,
.ft-sidebar .widget_block ul li a {
  color: var(--header);
  font-weight: 600;
  transition: 0.3s;
  padding: 15px 25px;
  display: inline-block;
  border-radius: 5px;
}

.ft-sidebar .widget_categories ul li span,
.ft-sidebar .widget_archive ul li span,
.ft-sidebar .widget_pages ul li span,
.ft-sidebar .widget_meta ul li span,
.ft-sidebar .widget_recent_entries ul li span,
.ft-sidebar .widget_nav_menu ul li span,
.ft-sidebar .widget_block ul li span {
  font-weight: 700;
  float: right;
  font-size: 14px;
  font-weight: 700;
  background: #efefef;
  padding: 16px 18px;
}
.ft-sidebar .widget_categories ul li ul,
.ft-sidebar .widget_archive ul li ul,
.ft-sidebar .widget_pages ul li ul,
.ft-sidebar .widget_meta ul li ul,
.ft-sidebar .widget_recent_entries ul li ul,
.ft-sidebar .widget_nav_menu ul li ul,
.ft-sidebar .widget_block ul li ul {
  padding-top: 7px;
  background: #f6f6f6;
  padding-left: 10px;
}
.ft-sidebar .widget_categories ul li ul li,
.ft-sidebar .widget_archive ul li ul li,
.ft-sidebar .widget_pages ul li ul li,
.ft-sidebar .widget_meta ul li ul li,
.ft-sidebar .widget_recent_entries ul li ul li,
.ft-sidebar .widget_nav_menu ul li ul li,
.ft-sidebar .widget_block ul li ul li {
  padding: 0;
  margin-bottom: 0;
}
.ft-sidebar .widget_nav_menu span.description {
  display: none;
}
.ft-sidebar .widget_recent_comments ul li {
  border-top: none;
  border: none;
  margin-top: 0px;
  position: relative;
  background: #eee;
  margin-bottom: 10px;
  padding: 14px 20px;
}
.ft-sidebar .widget_recent_comments ul li:last-child {
  border: none;
}
.ft-sidebar .widget_recent_comments ul li a {
  font-size: 16px;
  text-decoration: underline !important;
  font-weight: 500;
}
.ft-sidebar .widget_recent_comments ul li a:hover {
  color: #1f1f25;
}
.ft-sidebar .widget_recent_comments ul li ul {
  padding-top: 7px;
  background: #fff;
  padding-left: 10px;
}
.ft-sidebar .widget_product_categories h2.widget-title {
  margin-bottom: 18px;
}
.ft-sidebar .widget_product_categories ul li {
  border-top: none;
  padding: 6px 0px 6px 14px;
  border: none;
  margin-top: 0px;
  position: relative;
}
.ft-sidebar .widget_recent_entries h2.widget-title {
  margin-bottom: 18px;
}
.ft-sidebar .widget_block ol.wp-block-latest-comments li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: none;
  padding: 13px 0px 3px 0px;
  position: relative;
}

.ft-sidebar .widget_block ol.wp-block-latest-comments li a:hover {
  color: var(--color-primary);
}
.ft-sidebar .widget_block ol.wp-block-latest-comments li:first-child {
  border-top: none;
  margin-top: 0;
}
.ft-sidebar
  .widget_block
  ol.wp-block-latest-comments
  .wp-block-latest-comments__comment-meta {
  font-weight: 400;
  line-height: 1.4;
}
.ft-sidebar .widget_calendar table caption {
  padding-bottom: 0;
}
.ft-sidebar .widget_block ul li {
  font-weight: 400;
  line-height: 1.5;
}
.ft-sidebar .widget_block ul > li:first-child > a:after {
  display: none;
}
.ft-sidebar .widget_search,
.ft-sidebar .bs-search {
  overflow: hidden;
  position: relative;
}
.ft-sidebar .widget_search input,
.ft-sidebar .bs-search input {
  background-color: var(--body);
  font-size: 18px;
  font-weight: 400;
  padding: 16px 20px;
  width: 100%;
  border: none;
  color: var(--text);
  border-radius: 6px;
}

.ft-sidebar ul li:hover {
  background: var(--theme)
}
.ft-sidebar ul li:hover a {
  color: #fff;
}
.ft-sidebar .widget_search button,
.ft-sidebar .bs-search button {
  background: var(--color-primary2);
  border: medium none;
  padding: 0;
  width: 55px;
  height: 55px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 0;
  font-size: 16px;
  outline: none;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0


}
.ft-sidebar .widget_search button i:before,
.ft-sidebar .bs-search button i:before {
  margin: 0;
  color: #1f1f25;
}
.ft-sidebar .widget_search label,
.ft-sidebar .bs-search label {
  display: inline;
  font-weight: normal;
}
.ft-sidebar label.wp-block-search__label {
  display: block;
  margin-bottom: 25px;
}
.ft-sidebar .wp-block-search__inside-wrapper {
  position: relative;
}
.ft-sidebar .widget_search .flaticon-search {
  display: none;
}
.ft-sidebar .widget_search button {
  font-size: 0;
}
.ft-sidebar .widget_search button:before {
  font-family: "ft-icons";
  font-size: 16px;
  content: "\e819";
  position: absolute;
  right: 20px;
  top: 15px;
  color: #fff;
}
.ft-sidebar .widget_categories ul,
.ft-sidebar .widget_recent_entries ul,
.ft-sidebar .widget_archive ul,
.ft-sidebar .widget_meta ul {
  list-style: none;
}
.ft-sidebar .recent-post-widget > div + div {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.ft-sidebar .recent-post-widget .post-date {
  font-size: 13px;
  color: #999999;
}
.ft-sidebar .recent-post-widget .post-title {
  font-weight: 400;
  margin-bottom: 0 !important;
}
.ft-sidebar .recent-post-widget .post-title a {
  font-size: 15px;
}
.ft-sidebar .recent-post-widget .post-desc {
  padding-left: 5px;
}
.ft-sidebar .recent-post-widget .post-desc a {
  display: block;
  line-height: 26px;
  color: var(--header);
  transition: 1.3s;
  font-size: 16px;
  
  font-weight: 600;
  position: relative;
}
.ft-sidebar .recent-post-widget .post-desc a:hover {
  color: var(--color-primary);
}
.ft-sidebar .recent-post-widget .post-desc span {
  display: block;
  font-size: 14px;
  color: #777777;
  font-weight: 400;
  padding-top: 3px;
}
.ft-sidebar .recent-post-widget .post-desc span i {
  width: 16px;
  color: #777777;
}
.bs-desc h2 {
  font-size: 42px;
}
@media only screen and (max-width: 1024px) {
  .bs-desc h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .bs-desc h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .bs-desc h2 {
    font-size: 24px;
  }
}
.ft-sidebar .tagcloud a {
  display: inline-block;
  padding: 12px 18px;
  line-height: 1;
  font-weight: 600;
  background: var(--body) !important;
  font-family: "Inter", sans-serif;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  border-radius: 4px;
  font-size: 14px !important;
  color: var(--header);
}
.fttheme-blog-details .bs-info.tags a {
  display: inline-block;
  padding: 12px 18px;
  line-height: 1;
  font-weight: 600;
  background: var(--bg);
  font-family: "Inter", sans-serif;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  border-radius: 4px;
  font-size: 14px !important;
  color: var(--header);
}
.ft-sidebar .tagcloud a:hover,.fttheme-blog-details .bs-info.tags a:hover {
  background-color: var(--color-primary) !important;
  color: #fff;
}



.bottom-shadow1 {
  padding: 32px 0 20px 0;
}

.ft-sidebar .widget_recent_entries ul li:first-child {
  border: none;
}

ul.wp-block-archives-list {
  list-style: none;
}
ul.wp-block-archives-list li {
  border-top: none;
  padding: 6px 0px 6px 0px;
  border: none;
  margin-top: 0px;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-link {
  text-decoration: underline !important;
}

.wp-block-categories.wp-block-categories-dropdown select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.wp-block-archives.wp-block-archives-dropdown select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.wp-block-categories.wp-block-categories-dropdown {
  position: relative;
  background: transparent;
  display: inline-block;
}
.wp-block-categories.wp-block-categories-dropdown:after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 14px;
  top: 7px;
  font-size: 20px;
  color: #171f32;
  z-index: 0;
  pointer-events: none;
}

.wp-block-archives.wp-block-archives-dropdown {
  position: relative;
  background: transparent;
  display: inline-block;
}
.wp-block-archives.wp-block-archives-dropdown:after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 14px;
  top: 7px;
  font-size: 20px;
  color: #171f32;
  z-index: 0;
  pointer-events: none;
}

.page-header {
  margin: 0 0 20px;
}
.page-header h1 {
  margin-top: 0;
}

body.search .entry-summary .blog-button a {
  text-align: center;
  display: inline-block;
  color: var(--color-primary);
  padding: 7px 35px 14px 35px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  border-radius: 15px;
}
body.search .entry-summary .blog-button a:hover {
  background: #1f1f25;
  color: #fff;
  border-color: #1f1f25;
}

.single-post .ft-sidebar h2 {
  margin-top: 0;
}

.show-featured .post-img {
  width: 120px;
  float: left;
  padding-right: 15px;
}
.ft-sidebar .post-img img {
  height: 100px;
  object-fit: cover;
}
.show-featured .post-item {
  overflow: hidden;
}

.bs-search {
  overflow: hidden;
  position: relative;
}
.bs-search input {
  border: 0;
  background: #f6f6f6;
  color: #444444;
  padding: 18px 45px 18px 25px;
  width: 100%;
  border-radius: 0;
}
.bs-search button {
  border: medium none;
  padding: 9px 18px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  font-size: 16px;
  outline: none;
  border-radius: 0;
  color: #fff;
}
.bs-search button i:before {
  font-size: 18px;
  font-weight: 600;
}
.bs-search button:hover {
  color: #1f1f25;
}
.bs-search label {
  display: inline;
  font-weight: normal;
}

.sticky_search {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  min-width: 20px;
  min-height: 20px;
}
article.sticky .blog-title a {
  color: #1f1f25;
  position: relative;
  padding-left: 25px;
  font-weight: 700;
}
article.sticky .blog-title a:after {
  font-family: rt-icons;
  content: "\e81b";
  position: absolute;
  left: 0;
  top: 0px;
  color: var(--color-primary);
  font-size: 25px;
}
article.sticky .blog-title:hover a {
  color: var(--color-primary);
}
article.sticky .blog-title:hover a:after {
  color: var(--color-primary);
}

.archive-post h3.blog-title a {
  color: #fd8f14;
}
.archive-post h3.blog-title a:hover {
  color: var(--color-primary);
}

.search-no-results .no-results {
  margin-right: 20px;
}
.search-no-results .no-results .search-form {
  position: relative;
}
.search-no-results .no-results .search-form input {
  border-radius: 30px;
}
.search-no-results .no-results .search-form button {
  background: var(--color-primary);
  border: medium none;
  position: absolute;
  right: 0px;
  top: 0;
  width: 55px;
  height: 55px;
  line-height: 35px;
  border-radius: 50%;
  z-index: 0;
  font-size: 16px;
  outline: none;
}

/* ==================================== Blog Pagination ================================================== */

.page-numbers.dots {
  padding-left: 13px;
  line-height: 40px;
  padding-right: 20px;
  display: inline-block;
}

.pagination-area {
  padding-top: 0px;
  clear: both;
  text-align: center;
}
.pagination-area .pagination {
  padding: 0;
  margin: 0;
}
.pagination-area .nav-links {
  display: inline-block;
  padding: 11px 0px;
  margin: 0 auto;
}
.pagination-area .nav-links span.current {
  background: var(--color-primary);
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: 1.3s;
  text-align: center;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ffffff14;
  font-weight: 700;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.pagination-area .nav-links > * {
  border-radius: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.pagination-area .nav-links a {
  line-height: 50px;
  color: #6e777d;
  font-size: 16px;
  text-decoration: none;
  transition: 1.3s;
  text-align: center;
  background: transparent;
  opacity: 0.96;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ffffff14;
  font-weight: 700;
  width: 50px;
  height: 50px;
}
.pagination-area .nav-links a:hover {
  background: var(--color-primary);
  color: #fff;
}
.pagination-area .nav-links a.next {
  font-size: 0;
  position: relative;
}
.pagination-area .nav-links a.next:before {
  content: "\e814";
  font-family: "ft-icons";
  font-size: 16px;
  left: 50%;
  transform: translate(-50%, 0px);
  position: absolute;
  z-index: 1;
}
.pagination-area .nav-links a.prev {
  font-size: 0;
  position: relative;
}
.pagination-area .nav-links a.prev:before {
  content: "\e813";
  font-family: "ft-icons";
  font-size: 16px;
  left: 50%;
  transform: translate(-50%, 0px);
  position: absolute;
  z-index: 1;
}

.pagination-pages {
  display: inline-block;
  border: 1px solid #f1f1f1;
  padding: 11px 30px;
  border-radius: 10px;
}

.entry-footer .edit-link {
  padding: 20px 0;
  display: block;
}

.wp-block-latest-posts,
.wp-block-rss {
  list-style: none;
}
.wp-block-latest-posts li,
.wp-block-rss li {
  border-top: none;
  padding: 6px 0px 6px 0px;
  border: none;
  margin-top: 0px;
  position: relative;
}
.wp-block-latest-posts li a,
.wp-block-rss li a {
  font-size: 16px;
  color: #1f1f25;
}
.wp-block-latest-posts li a:hover,
.wp-block-rss li a:hover {
  color: #1f1f25;
}

.page-links {
  display: block;
  clear: both;
}
.page-links span {
  padding: 3px 5px;
  margin: 0 0 0 5px;
}

.page-links .current span {
  color: var(--color-primary);
}

.page-links a span {
  background: transparent !important;
  color: #757575;
}

.comment-list .pingback,
.comment-list .trackback {
  list-style: none;
  padding-bottom: 15px;
  padding-top: 15px;
}

.fttheme-blog-details .bs-meta li.category-name a {
  line-height: 22px;
}

.single #content h3,
.single #content h4 {
  margin-bottom: 17px;
}

li.category-name ul.post-categories {
  position: relative;
  float: none !important;
  padding-left: 22px !important;
}

li.category-name ul.post-categories:before {
  content: "\f115";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 0;
  top: 7px;
  color: var(--color-primary);
}

/* ================================= Search Results ================================= */

body.search-results .site-main > article {
  background: #fff;
  margin-bottom: 40px;
  border: 1px solid #e6e9f0;
  padding: 40px 40px 35px;
  margin-right: 20px;
}
body.search-results .site-main > article .entry-title {
  padding: 0;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 40px !important;
}
body.search-results .site-main > article .entry-title a {
  color: #1f1f25;
}
body.search-results .site-main > article .entry-title a:hover {
  color: var(--color-primary);
}
body.search-results .site-main > article .entry-summary {
  padding: 0 0 15px;
}
body.search-results .site-main > article .entry-summary p:last-child {
  margin-bottom: 0;
}
body.search-results .site-main > article .entry-summary .search-button {
  margin-top: 20px;
}
body.search-results .site-main > article .entry-summary .search-button a {
  color: #1f1f25;
}
body.search-results .site-main > article .entry-summary .search-button a:hover {
  color: #1f1f25;
}
body.search-results .site-main > article .entry-summary .search-button a i {
  vertical-align: middle;
  transition: 0.3s all ease;
}
body.search-results .site-main > article .entry-footer {
  padding: 20px 35px;
  background: #ebebec;
}
body.search-results .site-main > article .entry-footer:empty {
  display: none;
}
body.search-results .site-main > article .entry-footer span {
  font-weight: 600;
}
body.search-results .site-main > article .entry-footer span a {
  font-weight: 400;
  color: #6e777d;
}
body.search-results .site-main > article .entry-footer span a:hover {
  color: var(--color-primary);
}
body.search-results .pagination-area .pagination {
  margin: 30px 0 0;
}
body.search-results .main-contain #content {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.page #reply-title small a {
  padding-left: 10px;
}

/* ==================================== Header Section ================================================== */

#ft-main-header {
  z-index: 9;
  position: relative;
}

#fttheme-header {
  width: 100%;
  z-index: 9999999999;
  position: relative;
}

#fttheme-header.rts-default-header {
  background: #060129;
}
#fttheme-header.rts-default-header .menu-area {
  padding-left: 35px;
  border-radius: 0 0 7px 7px;
  position: relative;
  z-index: 1;
  top: -8px;
}
#fttheme-header.rts-default-header .site-title a {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
#fttheme-header.rts-default-header .header-logo {
  padding: 20px 0 20px;
  display: flex;
  flex: 1;
  text-align: left;
}
#fttheme-header.rts-default-header .row-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
#fttheme-header .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
#fttheme-header .header-inner {
  position: relative;
}
#fttheme-header .header-inner .default-logo-area {
  background: #f2f2f2;
}

#fttheme-header .search-wrap {
  display: flex;
  padding: 0px 18px 9px 18px;
  border-bottom: 2px solid #fff;
}
#fttheme-header .search-wrap [type="search"] {
  border: none;
  color: #ffffff;
  font-size: 16px;
  outline: none;
  background: none;
  padding: 0;
}
#fttheme-header .search-wrap button {
  border: none;
  background: none;
  padding: 0;
  position: relative;
  top: 8px;
  outline: none;
}
#fttheme-header .menu-sticky.sticky {
  backface-visibility: hidden;
}
#fttheme-header .menu-sticky.sticky .menu-area .navbar {
  margin-right: 0;
}
#fttheme-header .menu-sticky.sticky .row-table .logo-areas.custom-sticky-logo {
  display: block;
}
#fttheme-header .menu-sticky.sticky .row-table .logo-areas.custom-logo-area {
  display: none;
}
#fttheme-header .sticky_search {
  font-size: 18px;
  cursor: pointer;
  color: var(--color-primary);
}

.bread-gap .fttheme-breadcrumbs.porfolio-details {
  margin-top: 0;
}

.primary-menu ul li:last-child {
  padding-right: 0 !important;
}

.menu-area .navbar ul li.current-menu-ancestor a,
.menu-area .navbar ul > li.menu-item-has-children:hover > a:before {
  color: var(--color-primary);
}

.menu-area {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.menu-area.separator_yes li:last-child a {
  padding-right: 30px;
}
.menu-area .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.menu-area .navbar {
  margin-bottom: 0;
  border: 0;
  padding: 0;
  display: block;
}
.menu-area .navbar ul {
  margin: 0;
  padding: 0;
}
.menu-area .navbar ul li {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  padding: 19px 8px;
}
.menu-area .navbar ul li.current-menu-ancestor a,
.menu-area .navbar ul li.current_page_item a {
  color: var(--color-primary);
}
.menu-area .navbar ul li a {
  color: #fff;
  font-size: 16px;
  padding-right: 16px;
  font-weight: 700 !important;
  line-height: 24px;
}


.menu-area .navbar ul li ul.sub-menu {
  min-width: 250px;
  padding: 20px;
}
.menu-area .navbar ul li ul.sub-menu li {
  float: none;
  display: block;
  margin: 0;
  text-align: left;
  line-height: 25px;
  position: relative;
  padding: 0 0;
 
}
.menu-area .navbar ul li a:hover {
  color: var(--color-primary);
}
.menu-area .navbar ul li ul.sub-menu li:last-child {
  border-bottom: 0;
}
.menu-area .navbar ul li ul.sub-menu li a {
  line-height: 25px;
  padding: 13px 5px;
  color: #fff;
  font-weight: 700;
  
  margin: 4px 0;
}
.menu-area .navbar ul li ul.sub-menu li.current-menu-ancestor > a,
.menu-area .navbar ul li ul.sub-menu li.current_page_item > a {
  color: var(--color-primary);
}
.menu-area .navbar ul li ul.sub-menu li.current-menu-ancestor > a:before,
.menu-area .navbar ul li ul.sub-menu li.current_page_item > a:before {
  color: var(--color-primary);
}
.menu-area .navbar ul li ul.sub-menu li:hover > a {
  color: var(--color-primary);
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  position: absolute;
}
.menu-area .navbar ul li > a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.menu-area .navbar ul li.active a {
  color: #1f1f25;
}
.menu-area .navbar ul li.active li a {
  color: #1f1f25;
}
.menu-area .navbar ul li.active li ahover {
  color: #1f1f25;
}
.menu-area .navbar ul li .sub-menu {
  background: #18133B;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: 0.3s;
  width: 250px;
  z-index: 99999 !important;
  text-align: left;
  visibility: hidden;
  -webkit-box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
  box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
  border-radius: 10px 10px;
}
.menu-area .navbar ul li .sub-menu li {
  line-height: normal;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
.menu-area .navbar ul li .sub-menu li a {
  display: block;
  padding: 12px 0;
  text-transform: none;
  transition: 0.3s;
  color: #1f1f25;
  font-weight: 700;
}
.menu-area .navbar ul li .sub-menu li a:hover {
  color: var(--color-primary);
}
.menu-area .navbar ul li .sub-menu li a:hover:before {
  opacity: 1 !important;
}
.menu-area .navbar ul li .sub-menu li.current-menu-item a {
  color: var(--color-primary);
}
.menu-area .navbar ul li .sub-menu li ul {
  left: 100% !important;
  top: 0 !important;
}
.menu-area .navbar ul li:hover ul {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.menu-area .navbar .navbar-toggle {
  background-color: var(--color-primary);
  border-radius: 2px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.menu-area .navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
.menu-area .navbar .navbar-toggle:hover {
  opacity: 0.8;
}
.menu-area.vertical .navbar ul li {
  display: block;
  list-style: none;
}
.menu-area.vertical .navbar ul li a i {
  margin-right: 10px;
  font-size: 14px;
}
.menu-area.vertical .yes .navbar ul li {
  display: inline-block;
  width: 47%;
}

.menu-area
  .navbar
  ul
  > .current-menu-ancestor.menu-item-has-children
  > a:before {
  color: var(--color-primary);
}
.menu-area .navbar ul > li.menu-item-has-children > a {
  position: relative;
  margin-right: 18px;
}
.menu-area .navbar ul > li.menu-item-has-children > a:before {
  content: "\e809";
  position: absolute;
  font-family: "ft-icons";
  left: auto;
  right: 0;
  top: 53%;
  text-align: center;
  z-index: 9;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  font-weight: 400;
  color: #fff;
  font-weight: 600;
}
.menu-area .icon2 .navbar ul > li.menu-item-has-children > a {
  position: relative;
  margin-right: 18px;
}
.menu-area .icon2 .navbar ul > li.menu-item-has-children > a:before {
  content: "\e809";
  position: absolute;
  font-family: "ft-icons";
  left: auto;
  right: 0;
  top: 53%;
  text-align: center;
  z-index: 9;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  font-weight: 600;
}
.menu-area
  .icon2
  .navbar
  ul
  > li.menu-item-has-children
  > a:before:hover::before {
  content: "\e808" !important;
  font-family: "ft-icons";
}

/* ==================================== Off Canvas ================================================== */

ul.offcanvas-icon {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.offcanvas-icon .nav-link-container a {
  padding: 0px;
  background: transparent;
  max-width: 28px;
  display: inline-block;
}
ul.offcanvas-icon .nav-link-container a svg {
  fill: var(--color-primary);
}
ul.offcanvas-icon .nav-link-container a svg path {
  fill: var(--color-primary);
}
ul.offcanvas-icon .nav-link-container a svg rect {
  fill: var(--color-primary);
}

.stuck.sticky .sticky-hide {
  display: none;
}

.sidenav.offcanvas-icon.nav-active-menu-container {
  margin-top: 0;
}

.offcanvas-icon .nav-link-container .nav-menu-link svg {
  background: transparent;
}
.offcanvas-icon.layout-2 .nav-menu-link {
  display: block;
  padding: 12px 0px 16px 0px;
  width: 58px;
  height: 55px;
  display: block;
  transition: all 0.5s ease 0s;
}
.offcanvas-icon.layout-2 .nav-menu-link span {
  display: block;
  border-top: 3px solid #fff;
  width: 20px;
  position: relative;
  top: 2px;
}
.offcanvas-icon.layout-2 .nav-menu-link span.line3 {
  width: 10px;
  position: relative;
  top: 4px;
  border-top: 2px solid #fff;
}
.offcanvas-icon.layout-2 .nav-menu-link span.line1 {
  width: 10px;
  margin-top: 3px;
  position: relative;
  top: 1px;
  border-top: 2px solid #fff;
}
.offcanvas-icon.layout-2 .nav-menu-link:hover span {
  border-color: #fff !important;
  background: #fff !important;
}

.sidenav.nav-active-menu-container {
  overflow-y: auto;
  padding: 50px 50px 0;
}
.sidenav .sub-menu {
  display: none;
}
.sidenav.offcanvas-icon .fttheme-offcanvas-right a {
  display: block;
  font-size: 18px;
}
.sidenav.offcanvas-icon .fttheme-offcanvas-right a.quote-btn {
  margin-bottom: 25px;
  margin-top: 8px;
}
.sidenav.offcanvas-icon .fttheme-offcanvas-right a.quote-btn span {
  background: #fff;
  color: #000;
  border-radius: 3px;
  display: inline-block;
  padding: 7px 40px 4px;
  transition: all 0.5s ease;
}
.sidenav.offcanvas-icon .fttheme-offcanvas-right a.quote-btn:hover span {
  background: #fd8f14;
}
.sidenav.offcanvas-icon .fttheme-offcanvas-right a.emails {
  padding-bottom: 20px;
}
.sidenav.offcanvas-icon
  .fttheme-offcanvas-right
  .fttheme-innner-offcanvas-content {
  padding-left: 135px;
  padding-top: 27px;
}
.sidenav.offcanvas-icon
  .fttheme-offcanvas-right
  .fttheme-innner-offcanvas-content
  .widget {
  margin: 0 0 35px;
}
.sidenav.offcanvas-icon
  .fttheme-offcanvas-right
  .fttheme-innner-offcanvas-content
  .widget.widget_contact_widget {
  padding-top: 25px;
}
.sidenav.offcanvas-icon
  .fttheme-offcanvas-right
  .fttheme-innner-offcanvas-content
  a {
  transition: unset;
}

.mobile-menu-container div ul {
  position: relative;
}
.mobile-menu-container div ul li {
  position: relative !important;
}
.mobile-menu-container div ul li a {
  border-bottom: 1px solid #f0f0f0;
}
.mobile-menu-container div ul li a:hover {
  color: var(--color-primary) !important;
}
.mobile-menu-container div ul > li.current_page_parent > a {
  color: var(--color-primary) !important;
}
.mobile-menu-container .menu > li:last-child a {
  border-bottom: none;
}
.mobile-menu-container .social-icon-responsive ul li a {
  padding-right: 0;
  margin-right: 0;
}

.sidenav .menu > li > .sub-menu li ul > li a {
  padding-left: 60px;
}

#mobile_menu ul ul li,
#mobile_menu li:hover > ul > li {
  height: auto;
}

#mobile_menu ul li a,
#mobile_menu ul ul li a {
  width: 100%;
}

#mobile_menu > ul > li {
  float: none;
}

#mobile_menu ul ul li a {
  padding-left: 25px;
}

#mobile_menu ul ul ul li a {
  padding-left: 35px;
}

#mobile_menu ul ul,
#mobile_menu ul ul ul,
#mobile_menu.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}

#mobile_menu > ul > li.has-sub > a:after,
#mobile_menu > ul > li.has-sub > a:before,
#mobile_menu ul ul > li.has-sub > a:after,
#mobile_menu ul ul > li.has-sub > a:before {
  display: none;
}

#mobile_menu #menu-button {
  display: block;
  padding: 17px;
  color: #dddddd;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

#mobile_menu .menu-button:after {
  position: absolute;
  top: 22px;
  right: 17px;
  display: block;
  height: 4px;
  width: 20px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  content: "";
}

#mobile_menu .menu-button:before {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #dddddd;
  content: "";
}

#mobile_menu .menu-button.menu-opened:after {
  top: 23px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mobile_menu .menu-button.menu-opened:before {
  top: 23px;
  background: #ffffff;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mobile_menu .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 20px;
  display: block;
  height: 35px;
  width: 35px;
  cursor: pointer;
  background: var(--color-primary2);
  color: #fff;
  border-radius: 3px;
}

#mobile_menu .menu li ul.sub-menu li ul.sub-menu a {
  padding-left: 50px;
}

#fttheme-header .row-table .offcanvas-sec ul.offcanvas-icon {
  margin-top: 0;
}

#mobile_menu ul > li.menu-minimize > .submenu-button:before {
  display: none !important;
}

#mobile_menu ul ul .submenu-button {
  height: 34px;
  width: 34px;
  top: 0;
}

#mobile_menu .submenu-button:after {
  content: "";
  position: absolute;
  font-family: "ft-icons";
  content: "\e809";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mobile_menu .submenu-button.submenu-opened:after {
  content: "";
  position: absolute;
  font-family: "ft-icons";
  content: "\e809";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mobile_menu ul ul .submenu-button:after {
  top: 17px;
  right: 7px;
}

#mobile_menu ul ul .submenu-button:before {
  top: 11px;
  right: 16px;
}

#mobile_menu .submenu-button.submenu-opened:before {
  display: none;
}

body.logged-in .sidenav {
  top: 30px;
}
body.logged-in .sidenav .nav-link-container {
  top: 30px;
}

#fttheme-header .row-table .offcanvas-sec ul.offcanvas-icon {
  margin-top: 0;
}

.sidenav .menu li ul.sub-menu li a {
  padding-left: 40px;
}
.sidenav .menu li ul.sub-menu li a:before {
  display: none;
}
.sidenav .widget_nav_menu {
  padding: 0 !important;
}
.sidenav p {
  font-size: 16px;
  line-height: 28px;
}

.responsive-menus,
.sidebarmenu-area.text-right.mobilehum {
  display: none;
}

.menu-area .navbar ul > li > a span {
  position: relative;
  transition: 0.5s;
  display: inline-block;
}
.menu-area .navbar ul > li > a span:before {
  content: attr(data-hover);
  position: absolute;
  top: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

ul.sub-menu li a:before,
ul.sub-menu ul ul li a:before {
  display: none;
}

#fttheme-header.header-style-1.fixed-header .sticky-wrapper {
  background: none;
  position: absolute;
  width: 100%;
  z-index: 9;
  transition: all 0.5s ease;
}

.sticky .menu-area .navbar ul li .sub-menu {
  top: 100%;
}

.menu-area .navbar ul li.mega.col2 ul.sub-menu {
  min-width: 130px;
}

/******* Mega Menu css ********/
.mega {
  position: static !important;
}

#fttheme-header .menu-area .navbar ul > li.mega > ul {
  width: 650px;
}

#fttheme-header .menu-area .navbar ul > li.mega.classic > ul {
  transition: unset;
}

#fttheme-header .menu-area .navbar ul li.mega ul.sub-menu li a {
  padding: 10px 0;
}

#fttheme-header .menu-area .navbar ul li.mega ul li a {
  position: relative;
}

body #fttheme-header .menu-area .navbar ul li.mega.mega-normal ul li a {
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
}

#fttheme-header .menu-area .navbar ul li.mega ul > li a {
  cursor: pointer;
}
#fttheme-header .menu-area .navbar ul li.mega ul > li a:after {
  display: none;
}

#fttheme-header .menu-area .navbar ul > li.mega > ul li ul li a {
  border-bottom: none;
}

#fttheme-header .menu-area .navbar ul li.mega ul > li {
  float: left !important;
}

#fttheme-header .menu-area .navbar ul li.mega ul li ul.sub-menu {
  display: block;
  width: 99%;
}

#fttheme-header .menu-area .navbar ul li.mega ul li ul li {
  width: 100% !important;
  float: none !important;
  margin: 0;
  padding: 0;
}

#fttheme-header .menu-area .navbar ul li.mega ul li ul.sub-menu {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
  box-shadow: none;
}

#fttheme-header .menu-area .navbar ul li.mega ul li ul li:last-child a {
  border: none;
}

#fttheme-header .menu-area .navbar ul li.mega ul li ul li {
  border: none;
}

#fttheme-header .menu-area nav.navbar ul li.mega ul li .sub-menu {
  position: relative;
  opacity: 1;
  transform: scaleY(1);
}

#fttheme-header .menu-area nav.navbar ul li.mega ul li .sub-menu {
  right: auto !important;
  left: auto !important;
  padding: 0;
}

nav.nav.navbar,
.menu-area .col-sm-9.menu-responsive {
  position: static !important;
}

.menu-area .navbar ul > li.mega > ul.sub-menu .flex-mega {
  display: flex;
  justify-content: space-between;
}
.menu-area .navbar ul > li.mega > ul.sub-menu .flex-mega li img {
  transition: all 0.5s;
}
.menu-area .navbar ul > li.mega > ul.sub-menu .flex-mega li img:hover {
  transform: scale(1.03);
}

.fttheme-innner-offcanvas-contents {
  padding-top: 40px;
}
.fttheme-innner-offcanvas-contents .footer_social {
  margin: 30px 0 0;
}

.hfe-site-sticky-logo-img {
  display: none;
}

.sticky .hide_logo_desktop {
  display: none;
}

.sticky .hfe-site-sticky-logo-img {
  display: block;
}

/* ==============================Menu===================================== */

.inner-offcan {
  opacity: 0;
  transition: all 0.8s ease;
}

body.on-offcanvas .menu-ofcn.off-open .inner-offcan {
  opacity: 1;
}

.off-nav-layer {
  background: #fff;
}

.mobile-menu-container ul li.active a {
  color: #1f1f25;
}

/* ==============================Sticky Menu===================================== */

.menu-area.sticky-menu {
  margin: 0;
  width: 100%;
  z-index: 99;
  transition: all 300ms ease-in-out;
  background: transparent;
}
.menu-area.sticky-menu .navbar ul li > a {
  color: #1f1f25;
}
.menu-area.sticky-menu .navbar ul li:hover a {
  color: var(--color-primary);
}
.menu-area.sticky-menu
  .navbar
  ul
  .current-menu-ancestor.menu-item-has-children
  > a {
  color: var(--color-primary);
}
.menu-area.sticky-menu .navbar ul.sub-menu li a {
  color: #1f1f25;
}
.menu-area.sticky-menu .nav-link-container i {
  color: #ffffff;
}

.sticky-logo {
  display: none;
}

.sticky .logo-area {
  display: none;
}
.sticky .logo-area.sticky-logo {
  display: block;
}

.ft-sidebar.dynamic-sidebar .service-singles {
  list-style: none;
  padding: 0;
  box-shadow: none;
}
.ft-sidebar.dynamic-sidebar .service-singles .widget-title {
  padding: 0;
}
.ft-sidebar.dynamic-sidebar .service-singles .widget-title:after {
  display: none;
}
.ft-sidebar.dynamic-sidebar .service-singles .menu li {
  border: none !important;
  margin-top: 0 !important;
}
.ft-sidebar.dynamic-sidebar .service-singles .menu li a {
  display: block;
  border: 2px solid #d3e1fb;
  padding: 16px 18px;
  transition: all 0.5s ease;
  border-radius: 5px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.ft-sidebar.dynamic-sidebar .service-singles .menu li a:before {
  content: "\f113";
  position: absolute;
  right: 12px;
  top: 16px;
  font-family: Flaticon;
  color: var(--color-primary);
}
.ft-sidebar.dynamic-sidebar .service-singles .menu li a:hover {
  background: #1f1f25;
  color: #ffffff;
  border-radius: 5px;
  border-color: #1f1f25;
}
.ft-sidebar.dynamic-sidebar .service-singles .menu li a:hover:before {
  color: #ffffff;
}
.ft-sidebar.dynamic-sidebar .service-singles .menu li.current-menu-item a {
  background: #1f1f25;
  color: #ffffff;
  border-color: #1f1f25;
}
.ft-sidebar.dynamic-sidebar
  .service-singles
  .menu
  li.current-menu-item
  a:before {
  color: #ffffff;
}
.ft-sidebar.dynamic-sidebar .phones .address-icon:before {
  opacity: 0.2 !important;
  visibility: visible !important;
}

.rstbd {
  display: flex;
  justify-content: space-between;
}
.rstbd .tab-image {
  flex: 0 0 50%;
}
.rstbd .tab-image img {
  padding-right: 50px;
}
.rstbd .tab-contents a.button {
  background: #1f1f25;
  color: #fff;
  padding: 12px 32px 12px 32px;
  border-radius: 5px;
  transition: 1.3s;
  display: inline-block;
}
.rstbd .tab-contents a.button:hover {
  opacity: 0.8;
}

body .fttheme-testimonial-slider2 .testi-item .user-info > img {
  max-width: 100%;
}

.fttheme-video.default .contents-area {
  position: relative;
}
.fttheme-video.default .contents-area .video_title {
  margin: 0;
  padding-bottom: 12px;
}
.fttheme-video.default .overly-default {
  background: #fff;
  border-radius: 50%;
}
.fttheme-video.default .overly-default:before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background-color: inherit;
  border-radius: inherit;
  animation: pulse-border 3s ease infinite;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-top: 9px;
  margin-left: 6px;
}
.fttheme-video.default .overly-default:after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background-color: inherit;
  border-radius: inherit;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-top: 9px;
  margin-left: 6px;
  transform: translate(-50%, -50%);
}
.fttheme-video.default .overly-default .popup-videos {
  position: relative;
}
.fttheme-video.default .overly-default .popup-videos i {
  font-size: 22px;
}

.lp-list-table thead tr th {
  color: #fff !important;
}

.alignitems {
  align-items: center;
}

.body-close {
  opacity: 0;
  visibility: hidden;
}

.type-product.featured {
  text-align: left;
}

body.off-open .body-close {
  position: fixed;
  width: 100%;
  background: #000;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 9999;
  visibility: visible;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 100%;
}

body.off-open-2 {
  overflow: hidden;
}
body.off-open-2 .body-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 9999;
  visibility: visible;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 100%;
  cursor: grab;
}

.rstab-main ul.nav {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rstab-main ul.nav.bubble li a.active {
  position: relative;
}
.rstab-main ul.nav.bubble li a.active:after {
  top: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: var(--color-primary);
  border-width: 12px;
  margin-left: -30px;
}
.rstab-main ul.nav li {
  margin-right: 20px;
}
.rstab-main ul.nav li span {
  color: #1f1f25;
  padding-right: 7px;
}
.rstab-main ul.nav li a {
  background: #f1f1f1;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 1px;
}
.rstab-main ul.nav li a.active {
  background: var(--color-primary);
  color: #fff;
}
.rstab-main ul.nav li a img.center {
  margin: 0 auto 12px;
}
.rstab-main ul.nav li a img.right {
  margin: 0 0 12px auto;
}
.rstab-main ul.nav li:first-child {
  margin-left: 0 !important;
}
.rstab-main ul.nav li:last-child {
  margin-right: 0 !important;
}
.rstab-main ul.nav li a:hover {
  background: var(--color-primary);
}
.rstab-main ul.nav.icon_top li a,
.rstab-main ul.nav.icon_top li a img,
.rstab-main ul.nav.icon_top li a i {
  display: block;
}
.rstab-main .tab-content {
  background: #fff;
  padding: 10px;
  overflow: hidden;
}
.rstab-main .tab-content p:last-child {
  margin: 0;
}
.rstab-main.vertical {
  display: flex;
}
.rstab-main.vertical ul.nav {
  margin: 0 20px 0 0;
  display: block;
}
.rstab-main.vertical ul.nav.bubble li a.active {
  position: relative;
}
.rstab-main.vertical ul.nav.bubble li a.active:after {
  top: 100%;
  left: auto;
  right: -24px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: var(--color-primary);
  border-width: 12px;
  margin-left: -30px;
}
.rstab-main .tab-pane.active {
  animation: slide-down 2s ease-out;
}
.rstab-main.no_item_menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.rstab-main.no_item_menu.left {
  text-align: left;
}
.rstab-main.no_item_menu.center {
  text-align: center;
}
.rstab-main.no_item_menu.right {
  text-align: right;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
}

.offcanvas-icon span.dot1,
.offcanvas-icon span.dot2,
.offcanvas-icon span.dot3,
.offcanvas-icon span.dot4,
.offcanvas-icon span.dot5,
.offcanvas-icon span.dot6,
.offcanvas-icon span.dot7,
.offcanvas-icon span.dot8,
.offcanvas-icon span.dot9 {
  width: 4px !important;
  height: 4px !important;
  border-radius: 0;
  float: left;
  margin-bottom: 3px !important;
  margin-right: 4px;
}

figure.gallery-item .gallery-icon {
  position: relative;
}
figure.gallery-item .gallery-icon a img {
  transition: all 0.8s ease;
}
figure.gallery-item .gallery-icon a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  transition: all 0.8s ease;
  z-index: 1;
}

.fttheme-breadcrumbs.porfolio-details.align-brea-lefts .breadcrumbs-inner {
  text-align: left !important;
}
.fttheme-breadcrumbs.porfolio-details.align-brea-lefts
  .breadcrumbs-inner
  h1.page-title {
  max-width: 100%;
}
.fttheme-breadcrumbs.porfolio-details.align-brea-lefts .col-md-12.text-center {
  text-align: left !important;
}

.fttheme-footer .recent-post-widget .show-featured .post-desc i {
  color: #1f1f25;
}

.recent-post-widget .post-item .post-desc h5 {
  margin: 0 0 4px;
}
.recent-post-widget .post-item .post-desc ul {
  margin: 0;
  list-style: none;
}
.recent-post-widget .post-item .post-desc ul li {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

#fttheme-header .menu-area .navbar-menu .mega.two-col .sub-menu:after {
  display: none !important;
}
#fttheme-header .menu-area .navbar-menu .mega.two-col .sub-menu li {
  width: 50%;
  margin-right: 20px;
  border-bottom: 0 !important;
}
#fttheme-header .menu-area .navbar-menu .mega.two-col .sub-menu li:last-child {
  border: none;
  margin-right: 0;
}
#fttheme-header
  .menu-area
  .navbar-menu
  .mega.two-col
  .sub-menu
  .menu-item-has-children
  > a {
  pointer-events: none;
  font-size: 20px !important;
  color: #1f1f25 !important;
}
#fttheme-header
  .menu-area
  .navbar-menu
  .mega.two-col
  .sub-menu
  .menu-item-has-children
  > a:before {
  display: none !important;
}

.default-header-style .offcanvas-icon.layout-1 li a svg {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: 1px solid #e9e9e9;
  background: #fff;
  padding: 15px;
}
.default-header-style .offcanvas-icon.layout-1 li a svg rect {
  fill: #1f1f25;
}

/* ==============================Footer===================================== */

.fttheme-footer {
  background: #0e1423;
}
.fttheme-footer .navbar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fttheme-footer {
  background: #0e1423;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.fttheme-footer .widget.widget_nav_menu ul li {
  margin-bottom: 5px;
}
.fttheme-footer .widget.widget_nav_menu ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  padding-left: 35px;
}
.fttheme-footer .widget.widget_nav_menu ul.menu {
  margin-top: -5px;
}
.fttheme-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fttheme-footer ul li:last-child {
  padding-bottom: 0;
}

.error404 .fttheme-footer {
  margin: 0;
}

.footer-bottom {
  background: #111;
}
.footer-bottom .copyright_border {
  padding: 20px 0;
  text-align: center;
  color: #fff;
}
.footer-bottom .copyright_border .copyright {
  text-align: center;
}
.footer-bottom .copyright a {
  color: var(--color-primary);
  font-weight: 700;
}
.footer-bottom .copyright p {
  margin: 0;
  line-height: 35px;
}

#top-to-bottom {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 10;
  text-align: center;
}
#top-to-bottom i {
  display: block;
  height: 50px;
  font-size: 24px;
  width: 50px;
  border-radius: 50%;
  background: #ff650e;
  color: #fff;
  line-height: 45px;
  transition: all 0.3s ease 0s;
  background-color: #ff650e;
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
#top-to-bottom i:hover {
  opacity: 0.8;
}

.single-teams .bg-team {
  background: #f6f6f6;
}
.single-teams .bg-team .col-lg-5,
.single-teams .bg-team .col-lg-7 {
  padding: 0;
}
.single-teams .team-information {
  padding: 55px 80px 36px 80px;
}
.single-teams .team-information h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 61px;
  margin-bottom: 3px !important;
}
.single-teams .team-information .theme_btn {
  margin-top: 30px;
  display: inline-block;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid transparent;
  transition: all 0.6s;
}
.single-teams .team-information .theme_btn:hover {
  border: 1px solid #ddd;
  background: transparent;
  color: #111111;
}
.single-teams .team-information .team-dsocial {
  margin-top: 50px;
}
.single-teams .team-information .team-dsocial a {
  color: #111111;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border: 2px solid #efefef;
  text-align: center;
  margin-right: 10px;
  transition: all 0.5s;
}
.single-teams .team-information .team-dsocial a:hover {
  background: #4aab3d;
  color: #ffffff;
  border: 2px solid #4aab3d;
}
.single-teams .team-info-shape {
  margin-bottom: 15px;
}
.single-teams .team-info-shape span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #dd5903;
  margin: 0 5px;
  transform: rotate(45deg);
}
.single-teams .designation-info {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 14px;
  color: #4aab3d;
}
.single-teams .short-desc {
  margin-bottom: 50px;
}
.single-teams .adress-box {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
  margin-bottom: 25px;
}
.single-teams .adress-box i {
  width: 60px;
  height: 60px;
  color: #4aab3d;
  background: #ededed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}
.single-teams .adress-box .address-content {
  margin-left: 15px;
}
.single-teams .adress-box .address-content span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6e777d;
  
  transition: 0.3s;
}
.single-teams .adress-box .address-content h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #1f1f25;
  transition: 0.3s;
  margin-bottom: 0;
}

.big-bg-porduct-details {
  position: relative;
}
.big-bg-porduct-details img {
  width: 100%;
}

/* ==============================404===================================== */

.page-error {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: #ffffff;
}
.page-error .error-image {
  margin-bottom: 20px;
}
.page-error .container {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.page-error .page-content {
  max-width: 650px;
  margin: 0 auto;
}
.page-error .content-area {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.page-error .content-area h1.page-title {
  color: #ffffff;
  font-size: 100px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.page-error .content-area h2 {
  font-size: 48px;
  margin-bottom: 30px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
}
.page-error .content-area h2 span {
  display: block;
  font-size: 158px;
  line-height: 160px;
  margin-bottom: 20px;
  color: var(--color-primary);
  font-weight: 700;
}
.page-error .content-area p.error-msg {
  font-size: 16px;
  font-weight: 400;
  max-width: 480;
  margin: 0 auto;
}
.page-error .ft-sidebar {
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 25px;
}
.page-error .ft-sidebar {
  padding: 10px 0 35px;
}
.page-error .flaticon-right-arrow:before {
  padding-left: 5px;
}
.page-error .reacbutton {
  overflow: hidden;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 17px 33px;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  background: var(--color-primary);
  border: none;
  border-radius: 30px;
  margin-top: 20px;
}
.page-error .reacbutton:hover {
  background: #1f1f25;
  color: #fff !important;
}
.page-error.coming-soon {
  height: 100vh;
}
.page-error.coming-soon .content-area h3 {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
  display: block;
}
.page-error.coming-soon .content-area h3 span {
  font-size: 80px;
  text-shadow: unset;
  text-transform: uppercase;
  line-height: 90px;
  padding-bottom: 20px;
  letter-spacing: 5px;
  display: block;
  font-weight: 900 !important;
}

/* ==============================Global Class===================================== */

.overflow-show {
  overflow: visible !important;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 8px;
  vertical-align: text-top;
}

.sticky .menu-area {
  padding: 0;
}

.alignleft {
  margin-bottom: 26px;
}

.alignright {
  margin-bottom: 26px;
}

.vertical-middle {
  display: table;
  width: 100%;
  height: 100%;
}
.vertical-middle .vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}

.display-table {
  display: table;
  height: 100%;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

ul.stylelisting {
  list-style-type: none;
  margin-left: 20px !important;
}
ul.stylelisting li {
  position: relative;
  padding-left: 22px !important;
  line-height: 34px;
  border: none !important;
}
ul.stylelisting li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f054";
  font-family: "FontAwesome";
  color: #437ff9;
  font-size: 12px;
}

ul.check-square {
  list-style-type: none;
  margin-left: 0px;
}
ul.check-square li {
  position: relative;
  padding-left: 35px;
  line-height: 34px;
  border: none;
}
ul.check-square li:before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
  content: "\f046";
  font-family: "FontAwesome";
  color: #1f1f25;
  font-size: 20px;
}

.single-post .sv-order-list {
  margin: 0px;
  list-style: none;
  padding: 0;
}
.single-post .sv-order-list li {
  list-style: none;
  position: relative;
  padding-left: 22px;
  margin-bottom: 0px;
}
.single-post .sv-order-list li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  content: "\e83f";
  font-family: rt-icons;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 14px;
}

body.page blockquote.style2 {
  background: #fff !important;
  padding: 34px 40px 25px;
  margin-bottom: 10px !important;
}
body.page blockquote.style2:before {
  line-height: 20px;
}

code {
  background: var(--color-primary);
  color: #fff !important;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  padding: 17px 30px;
  font-size: 14px;
  text-transform: capitalize;
  outline: none;
  transition: all 0.5s ease;
  background: var(--color-primary);
  position: relative;
  border: none;
}

.mb-20 {
  margin-bottom: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.top-float {
  float: left;
}

input[type="submit"]:hover {
  opacity: 0.9;
}

.main-contain #content {
  padding-top: 120px;
  padding-bottom: 120px;
}
.main-contain .fttheme-porfolio-details #content {
  padding-bottom: 110px;
}
.main-contain .page-error #content {
  padding-top: 60px;
}

.opps-nothing {
  margin-top: 40px;
}

.post-password-required input[type="password"] {
  margin-left: 5px;
}

.post-password-required input[type="submit"] {
  margin-left: -4px;
  border-radius: 0 3px 3px 0;
  padding: 11px 20px;
}

input[type="text"],
input[type="number"],
input[type="password"],
textarea,
input[type="email"] {
  color: #fff;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7b7d82;
  opacity: 1;
}
input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #7b7d82;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #7b7d82;
  opacity: 1;
}
input[type="text"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #7b7d82;
  opacity: 1;
}

select {
  color: #6e777d;
  cursor: pointer;
}
select:valid {
  color: #6e777d;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: var(--color-primary);
}

a:hover,
a:focus,
a:active {
  color: #1f1f25;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.wp-block-calendar tfoot a {
  color: var(--color-primary);
}
.wp-block-calendar tfoot a:hover {
  color: #1f1f25;
}

.sticky-logo {
  display: none;
}

.sticky .menu-area .row.pt-25 {
  display: none;
}
.sticky .logo-area {
  display: none;
}
.sticky .logo-area.sticky-logo {
  display: block;
}

#fttheme-header.header-style-1 .sticky .menu_one {
  top: 0;
}

.sidenav {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sidenav .widget-title {
  padding: 0 0 15px;
  font-size: 24px !important;
  line-height: 30px;
  font-weight: 700 !important;
  position: relative;
}
.sidenav .widget-title:before {
  content: "";
  position: absolute;
  background: #1f1f25;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.sidenav .widget_fttheme_soical_widget {
  display: flex;
  justify-content: center;
}
.sidenav .widget {
  padding: 0;
  margin: 0 0 30px;
}
.sidenav .widget:first-child {
  border: none;
}
.sidenav .widget .widget-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.sidenav .widget .search-form .search-input {
  height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3) !important;
  color: #fff;
  font-size: 14px;
  outline: none;
}
.sidenav .widget .search-form .search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.sidenav .widget .search-form .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.sidenav .widget .search-form .search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.sidenav .widget .search-form .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.sidenav .widget .search-form button {
  padding: 8px 12px;
  color: #fff;
  background: transparent !important;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.sidenav .widget .search-form button:hover {
  opacity: 0.7;
}
.sidenav .widget_contact_widget {
  margin: 30px 0 0px;
}
.sidenav .widget_medvillsocialiconwi_widget {
  margin-top: 40px;
}
.sidenav .footer-contact-ul {
  margin-left: 0;
  text-align: left;
  font-size: 16px;
}
.sidenav .footer-contact-ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.sidenav .footer-contact-ul li i {
  padding-right: 15px;
}
.sidenav .footer-contact-ul li i:before {
  font-size: 16px;
  margin-left: 0 !important;
}
.sidenav .footer-contact-ul li i.flaticon-email {
  position: relative;
  top: 1px;
}
.sidenav .footer-contact-ul li.address1 {
  padding-left: 31px;
  padding-top: 0;
  margin-bottom: 4px;
  padding-right: 40px;
}
.sidenav .footer-contact-ul li.address1 i {
  position: absolute;
  left: 0;
}
.sidenav .footer-contact-ul li a {
  color: #6e777d;
}
.sidenav .footer-contact-ul li a:hover {
  color: #1f1f25;
}
.sidenav .widget_medvillsocialiconwi_widget .footer_social {
  margin: 0 !important;
}
.sidenav .offcanvas_social {
  list-style-type: none;
  padding-bottom: 0;
}
.sidenav .offcanvas_social li {
  display: inline-block;
}
.sidenav .offcanvas_social li a {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  float: left;
  margin-right: 0;
}
.sidenav .offcanvas_social li a i {
  font-size: 15px;
  color: #fff;
  margin: 0 8px 0 0;
  text-align: center;
  background: #1f1f25;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
}
.sidenav .offcanvas_social li a i:hover {
  opacity: 0.9;
}
.sidenav .offcanvas_social li:last-child a {
  margin-right: 0;
}
.sidenav .nav-close-menu-li {
  margin: 0;
  padding-bottom: 30px;
  text-align: right;
}
.sidenav .nav-close-menu-li a {
  font-size: 0;
  text-align: center;
  display: inline-block;
  border: 2px solid #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
}
.sidenav .nav-close-menu-li a:after,
.sidenav .nav-close-menu-li a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #fff;
  top: 9px;
}
.sidenav .nav-close-menu-li a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidenav .nav-close-menu-li a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sidenav .nav-close-menu-li a:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.sidenav .nav-close-menu-li a:hover:after,
.sidenav .nav-close-menu-li a:hover:before {
  background-color: var(--color-primary);
}
.sidenav .widget_nav_menu ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
.sidenav .widget_nav_menu ul li {
  list-style: none;
  margin-left: 0;
  padding: 0;
  position: relative;
}
.sidenav .widget_nav_menu ul li a {
  font-size: 15px;
  padding: 12px 0;
  display: block;
  color: #1f1f25;
  
  line-height: 25px;
  font-weight: 600 !important;
  border-bottom: 1px solid #f3f3f3;
}
.sidenav .widget_nav_menu ul li a:hover {
  color: var(--color-primary);
}
.sidenav .widget_nav_menu ul li:before {
  display: none;
}
.sidenav .widget_nav_menu ul li ul li a {
  text-transform: capitalize;
  padding: 10px 0;
  line-height: 24px;
}
.sidenav .widget_nav_menu ul li:last-child a {
  border-bottom: none;
}
.sidenav .bs-search button {
  padding: 5px 11px;
}
.sidenav li.nav-link-container {
  color: #1f1f25;
  text-align: center;
  display: block;
  border-radius: 30px;
  height: 40px;
  right: 15px;
  width: 40px;
  top: 5px;
  position: absolute;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.sidenav li.nav-link-container:hover a {
  display: block;
}
.sidenav li.nav-link-container:hover a span {
  background: #1f1f25 !important;
}
.sidenav li.nav-link-container a {
  display: block;
  background: none !important;
}
.sidenav li.nav-link-container a span {
  background: var(--color-primary) !important;
  height: 3px;
  width: 25px;
}
.sidenav li.nav-link-container .nav-menu-link {
  padding: 13px 15px 15px 10px !important;
}
.sidenav li.nav-link-container .nav-menu-link span.hamburger1 {
  transform: rotate(-45deg) translate(-5px, 5px);
}
.sidenav li.nav-link-container .nav-menu-link span.hamburger3 {
  -webkit-transform: rotate(45deg) translate(0px, 0px);
  transform: rotate(45deg) translate(0px, 0px);
}

.mobile-menu-container .nav-close-menu-li {
  padding-top: 50px;
}
.mobile-menu-container .nav-close-menu-li a {
  padding: 0;
}
.mobile-menu-container ul {
  padding-left: 0;
  margin: 0;
  text-align: left;
}
.mobile-menu-container ul li {
  list-style: none;
  border: none !important;
  margin-left: 0;
  padding: 0;
}
.mobile-menu-container ul li a {
  font-size: 15px;
  padding: 12px 0;
  display: block;
  color: #222;
  border-bottom: none;
}
.mobile-menu-container ul li a:hover {
  opacity: 0.9;
}
.mobile-menu-container ul li:before {
  display: none;
}

.nav-active-menu-container {
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  transform: translate(0);
}

#fttheme-header .menu-area .navbar ul li ul li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  transform: scaleY(0);
  visibility: hidden !important;
}
#fttheme-header .menu-area .navbar ul li ul li .sub-menu:after {
  display: none;
}

#fttheme-header.header-transparent
  .menu-sticky.sticky
  ul.offcanvas-icon.sidenav
  .nav-link-container
  span {
  background: #fff !important;
}

#fttheme-header .menu-area .navbar ul li ul li:hover ul.sub-menu {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible !important;
}

#fttheme-header .menu-area .navbar ul li.three-col ul > li {
  width: 33.33%;
}

#fttheme-header .menu-area .navbar ul li.four-col ul > li {
  width: 25%;
}

.transparent_header {
  position: absolute;
}

.transparent_header .menu-area .navbar ul > li > a:after {
  background: #fff;
}

.transparent_header .sticky .navbar ul > li > a:after {
  background: var(--color-primary);
}

.default_header .menu-area .navbar ul > li > a:after {
  background: var(--color-primary);
}

/* ================================ Sticky Menu ================================ */

.menu-sticky {
  margin: 0;
  width: 100%;
  z-index: 99;
  transition: all 300ms ease-in-out;
  background: transparent;
}

.menu-sticky.sticky {
  position: fixed !important;
  padding: 0;
}

/* ================================ Breadcrumbs ================================ */

.fttheme-breadcrumbs {
  position: relative;
  background: #000;
}
.fttheme-breadcrumbs .row {
  align-items: center;
}
.fttheme-breadcrumbs .breadcrumbs-title {
  font-size: 0px;
  padding: 20px 0px 0px;
  display: flex;
  justify-content: flex-end;
  max-width: max-content;
  margin: 0 auto;
}
.fttheme-breadcrumbs .breadcrumbs-title span span {
  margin-right: 4px;
  display: inline-block;
  padding-right: 10px;
  padding-left: 5px;
}
.fttheme-breadcrumbs .breadcrumbs-title span a.home:hover {
  color: var(--color-primary);
}
.fttheme-breadcrumbs .breadcrumbs-title span a.home span {
  padding-left: 0;
}
.fttheme-breadcrumbs .breadcrumbs-title span {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  color: #ffffff;
  font-weight: 700;
  line-height: 22px;
  margin-top: 2px;
}
.fttheme-breadcrumbs .breadcrumbs-title span:hover {
  color: var(--color-primary);
}
.fttheme-breadcrumbs .breadcrumbs-title span.current-item {
  margin-right: 0;
  padding-right: 0;
  margin-left: 0px;
  color: #ffffff;
  font-weight: 600;
}
.fttheme-breadcrumbs .breadcrumbs-title span a span {
  color: #ffffff;
  transition: 0.3s;
}
.fttheme-breadcrumbs .breadcrumbs-title span a:before {
  content: "/";
  height: 16px;
  position: absolute;
  right: 9px;
  top: 0px;
  font-weight: 600;
  color: #ffffff;
}
.fttheme-breadcrumbs .breadcrumbs-title span a:before {
  right: 2px;
}
.fttheme-breadcrumbs .breadcrumbs-title .current-item {
  color: var(--color-primary);
}
.fttheme-breadcrumbs .breadcrumbs-inner {
  padding: 150px 0;
  position: relative;
  max-width: 950px;
  margin: 0 auto;
}
.fttheme-breadcrumbs .breadcrumbs-inner .banner-desc {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
}
.fttheme-breadcrumbs .breadcrumbs-inner .cate-single .post-categories {
  padding: 0 0 8px 0;
}
.fttheme-breadcrumbs .breadcrumbs-inner .cate-single .post-categories a {
  background: #1f1f25;
  color: #fff;
  padding: 5px 12px 6px;
  border-radius: 5px;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.fttheme-breadcrumbs .breadcrumbs-inner .bs-meta {
  padding-left: 0;
}
.fttheme-breadcrumbs .breadcrumbs-inner .bs-meta li {
  margin-right: 25px;
  font-size: 16px;
}
.fttheme-breadcrumbs .breadcrumbs-inner .bs-meta li i {
  margin-right: 3px;
}
.fttheme-breadcrumbs .breadcrumbs-inner .bs-meta li i:before {
  font-size: 14px;
  font-weight: 600;
}
.fttheme-breadcrumbs .breadcrumbs-inner .bs-meta li .p-user {
  text-transform: capitalize;
}
.fttheme-breadcrumbs .breadcrumbs-inner .blog-bread-inner {
  margin-top: 33px;
}
.fttheme-breadcrumbs .breadcrumbs-inner .blog-bread-inner .title-star {
  margin-bottom: 20px;
}
.fttheme-breadcrumbs
  .breadcrumbs-inner
  .blog-bread-inner
  .blog-sbread-long-text
  .blog-bread-long-title {
  font-size: 200px;
  line-height: 165px;
  max-width: 100%;
  padding-top: 18px;
  margin-bottom: -54px;
  color: #fff;
}
.fttheme-breadcrumbs .breadcrumbs-inner .blog-details-baread-inner {
  margin-top: 29px;
}
.fttheme-breadcrumbs .breadcrumbs-inner .shop-bread-content {
  padding-top: 33px;
}
.fttheme-breadcrumbs
  .breadcrumbs-inner
  .shop-bread-content
  .shop-bread-long-text {
  font-size: 200px;
  line-height: 165px;
  max-width: 100%;
  padding-top: 18px;
  margin-bottom: -54px;
  color: #fff;
}
.fttheme-breadcrumbs
  .breadcrumbs-inner
  .shop-bread-content
  .shop-bread-long-text
  .shop-bread-long-title {
  font-size: 200px;
  line-height: 165px;
  max-width: 100%;
  padding-top: 18px;
  margin-bottom: -54px;
  color: #fff;
}
.fttheme-breadcrumbs .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.fttheme-breadcrumbs .breadcrumbs-single {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fttheme-breadcrumbs .trail-browse {
  display: none !important;
}
.fttheme-breadcrumbs .trail-items li {
  position: relative;
}
.fttheme-breadcrumbs .trail-items li a {
  padding-right: 20px;
}
.fttheme-breadcrumbs .trail-items li::after {
  right: 0px;
  position: absolute;
  padding: 0;
  content: "\f147";
  font-family: Flaticon;
  font-style: normal;
  font-weight: 300;
  display: block !important;
  top: 0;
}
.fttheme-breadcrumbs .trail-items li.trail-end::after {
  display: none !important;
}
.fttheme-breadcrumbs .page-title {

  margin: 0 auto;
  text-align: center;
  color: var(--white);
    font-size: 72px;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
    font-weight: 500;
    letter-spacing: -2px;
}
.fttheme-breadcrumbs .sub-title {
  font-size: 18px;
}
.fttheme-breadcrumbs .breadcrumbs {
  text-align: center;
}
.fttheme-breadcrumbs .trail-items li::after {
  font-size: 12px;
}
.fttheme-breadcrumbs ul {
  display: inline-block;
  padding: 5px 20px;
  margin: 10px 0 0;
}
.fttheme-breadcrumbs ul li {
  color: #999;
  display: inline-block;
  font-size: 14px;
}
.fttheme-breadcrumbs ul li * {
  color: #999;
}
.fttheme-breadcrumbs ul li a {
  padding: 0 8px;
  color: #fff;
}
.fttheme-breadcrumbs ul li a:hover {
  color: #1f1f25;
}
.fttheme-breadcrumbs ul li.trail-begin a {
  position: relative;
  display: inline-block;
  padding-left: 0;
}
.fttheme-breadcrumbs ul li.trail-begin a:hover {
  opacity: 0.7;
}
.fttheme-breadcrumbs ul li.trail-end {
  padding-left: 8px;
}
.fttheme-breadcrumbs.porfolio-details {
  position: relative;
}
.fttheme-breadcrumbs.porfolio-details .team_dbread_inner {
  padding-top: 30px;
}
.fttheme-breadcrumbs.porfolio-details .team_dbread_inner .title-star {
  margin-bottom: 30px;
}
.fttheme-breadcrumbs.porfolio-details .team_dbread_inner .sub-title {
  font-size: 80px;
  color: #ffffff;
}
.fttheme-breadcrumbs.porfolio-details .team_dbread_inner .page-title {
  font-size: 200px;
  line-height: 165px;
  max-width: 100%;
  padding-top: 108px;
  margin-bottom: -153px;
}
.fttheme-breadcrumbs.porfolio-details .shop-single-bread-text {
  margin-top: 34px;
}
.fttheme-breadcrumbs.porfolio-details .shop-single-bread-text .title-star {
  margin-bottom: 22px;
}
.fttheme-breadcrumbs.porfolio-details
  .shop-single-bread-text
  .shop-bread-long-title {
  color: #ffffff;
  font-size: 200px;
  line-height: 165px;
  max-width: 100%;
  padding-top: 14px;
  margin-bottom: -54px;
}

.entry-content .page-links {
  padding-top: 30px;
}

.comment-reply-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 14px;
}

.page .comments-title {
  font-size: 24px;
  font-weight: 700;
}

.format-aside .single-content-full .bs-desc {
  margin-top: 0;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ================================== Preloader ===================================== */

#ft-load {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111111;
  z-index: 999999;
}
.loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#ft-load .preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.updown-fav {
  animation: updown 1.3s linear infinite;
}

#ft-load .preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #111111;
  animation: preloader 1.3s linear infinite;
}

#ft-load .preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

.loaded {
  display: none;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

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

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.admin-bar .menu-sticky.sticky {
  top: 31px;
}

.single-post .breadcrumbs-inner .single--post-cat {
  padding-left: 5px;
}
.single-post .breadcrumbs-inner .tag-line a:hover {
  color: #fff;
}

body.logged-in .menu-wrap-off {
  padding: 30px 30px 50px 38px;
}

.menu-wrap-off {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  transition: all 0.5s ease;
  overflow-y: auto;
  width: 100%;
  max-width: 450px;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.05);
}

.nav-open .menu-wrap-off {
  right: 0;
}

.hfe-site-logo-set {
  display: inline-block;
}

body.logged-in .cart-icon-total-products.visible-cart {
  top: 32px;
}

.menu-area
  .navbar
  ul
  li.menu-item-has-children
  ul
  li.menu-item-has-children
  > a {
  position: relative !important;
}

.menu-area
  .navbar
  ul
  li.menu-item-has-children
  ul
  li.menu-item-has-children
  > a:before {
  content: "\e809";
  position: absolute;
  font-family: "ft-icons";
  left: auto !important;
  right: 0 !important;
  top: 50% !important;
  text-align: center !important;
  z-index: 99999 !important;
  font-size: 13px !important;
  display: block !important;
  cursor: pointer !important;
  transform: translateY(-50%) !important;
  transition: all 0.5s ease !important;
  font-weight: 400 !important;
}

.header-inner .menu-area ul.menu .mega.col-3 {
  width: unset !important;
}
.header-inner .menu-area ul.menu .mega.col-3 ul.sub-menu .menu-item {
  border: none !important;
  padding-left: 0 !important;
}
.header-inner .menu-area ul.menu .mega.col-3 ul.sub-menu .menu-item a:after,
.header-inner .menu-area ul.menu .mega.col-3 ul.sub-menu .menu-item a:before {
  content: none !important;
}
.header-inner .menu-area ul.menu .mega.col-3 ul.sub-menu .menu-item li {
  padding-left: 0 !important;
}

#fttheme-header .sticky-wrapper .sticky .stikcy-padding {
  padding: 5px 0 !important;
}

.menu-area
  .navbar
  ul
  li.menu-item-has-children
  ul
  .flex-mega
  li.menu-item-has-children
  > a:before {
  display: none !important;
}

.menu-area
  .navbar
  ul
  li.menu-item-has-children
  ul
  .flex-mega
  li.menu-item-has-children
  > a {
  font-size: 20px !important;
  pointer-events: none;
}

.menu-area
  .navbar
  ul
  li.menu-item-has-children
  ul
  .flex-mega
  li.menu-item-has-children
  > a:hover {
  color: unset !important;
}

.primary-bg {
  background: var(--color-primary) !important;
}

.testimonials-review-main-wrapper .single-review-two {
  text-align: left;
}
.testimonials-review-main-wrapper .single-review-two h4 {
  color: #fff;
}
.testimonials-review-main-wrapper .single-review-two .author-area {
  display: flex;
  align-items: center;
}
.testimonials-review-main-wrapper
  .single-review-two
  .author-area
  .rt-author-img
  img {
  margin: 0;
  margin-right: 20px;
  border-radius: 50%;
  height: 70px;
}

.mySwiper-testimonials-solari.rt-testimonial-style_two {
  padding-bottom: 0px !important;
}

.mySwiper-testimonials-solari .swiper-pagination {
  justify-content: right;
  bottom: 19px !important;
}

.mySwiper-testimonials-solari .swiper-paginations span.swiper-pagination-bullet,
.mySwiper-testimonials-solari .swiper-pagination span.swiper-pagination-bullet {
  opacity: 1 !important;
  width: 8px !important;
  height: 8px !important;
  display: inline-block;
  position: relative;
  margin: 0 8px;
  background: #fff;
}
.mySwiper-testimonials-solari
  .swiper-paginations
  span.swiper-pagination-bullet::before,
.mySwiper-testimonials-solari
  .swiper-pagination
  span.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
}
.mySwiper-testimonials-solari
  .swiper-paginations
  span.swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.mySwiper-testimonials-solari
  .swiper-pagination
  span.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.port-green-enrg .single-project-solari-h3 .name-social-area-wrapper {
  opacity: 0;
}
.port-green-enrg
  .swiper-slide.swiper-slide-active
  .single-project-solari-h3
  .name-social-area-wrapper {
  opacity: 1;
  bottom: 0;
}

.rt-serv-sub {
  color: #1f1f25;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin: 0 0 6px;
}

.rt-serrvice-green .single-solari-service-start:hover .icon-area {
  border-color: #fff !important;
  background: #fff !important;
}
.rt-serrvice-green .single-solari-service-start:hover .rt-serv-sub {
  color: #fff;
}

.blog-img img {
  width: 100%;
}

img.luxury-shape {
  width: 100% !important;
}

/*# sourceMappingURL=theme.css.map */

--------------------------------------------------------------*/

/*--------------------------------------------------------------

# Normalize

--------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
.custom-container {
  padding: 0 !important;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  transition: all 0.5s ease 0s;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="password"] {
  border: 1px solid #ddd;
  border-radius: 5px 0 0 5px;
}

.post-password-required input[type="submit"] {
  padding: 19px 20px 17px !important;
  border-radius: 0;
}

.page .comments-area {
  padding: 35px 0 0;
  clear: both;
}

.page .comments-area .comment-list li.comment {
  padding: 0;
  margin: 20px 0 25px;
  border-radius: 3px;
  list-style: none;
}

.page .comment-full {
  padding-top: 30px;
}

.page .comments-area .comment-list li.comment #respond {
  padding-top: 20px;
}

.wp-block-button__link {
  color: #fff !important;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

label {
  font-weight: 600;
}

td,
th {
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}

.comments-area .comment-list li.comment:last-child .comment-full {
  border-bottom: none;
  padding-bottom: 0;
}

.comment-list .pingback,
.comment-list .trackback {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  background: #fdfdfd;
}

/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-size: 15px;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
  padding: 0;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
  padding-bottom: 5px;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* ========================================Header ============================================ */

.full-blog-content .blog-title a,
.fttheme-breadcrumbs .page-title {
  word-break: break-word;
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* ========================================Accessibility ============================================ */

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

#wp-calendar th,
#wp-calendar td {
  padding: 5px;
  text-align: center;
}

.ft-sidebar .widget-title a.rsswidget {
  color: #0a0a0a;
}

.ft-sidebar .widget_rss ul li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

body.home.blog .blog-img img {
  width: auto !important;
}

/* ========================================Alignments ============================================ */

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  clear: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ========================================Clearings ============================================ */

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear-fix,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* ========================================Widgets ============================================ */

.widget {
  margin: 0 0 3em;
}

/* Make sure select elements fit in widgets. */

.widget select {
  max-width: 100%;
  width: 100%;
  padding: 16px 8px;
}

/* ========================================Posts and pages ============================================ */

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.archive .page-header {
  margin-bottom: 35px;
}

.archive-post {
  margin-bottom: 10px;
  overflow: hidden;
}

.archive-post h3.blog-title {
  margin-bottom: 7px;
  font-size: 22px !important;
}

.archive-post .blog-meta {
  padding-bottom: 15px;
}

.search .entry-header h2 {
  margin-bottom: 10px !important;
  font-size: 22px !important;
}

.search .pagination-area {
  padding-top: 0;
}

.sticky_form {
  display: none;
}

select {
  width: 100%;
}

/* ========================================Comments ============================================ */

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* ========================================Infinite scroll ============================================ */

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* ========================================Media ============================================ */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Default Logo */
img.default-logo,
img.footer-logo-light {
  height: 32px;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* ========================================Captions ============================================ */

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 13px;
  font-style: italic;
}

.fowh2 .fttheme-heading .title-inner .title {
  font-weight: 500 !important;
}

.mfp-bottom-bar .mfp-title .gallery-title-wrap {
  display: none;
}

/* ========================================Galleries ============================================ */

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

.top50 {
  position: relative;
  top: -50px;
}

.header-logo .logo-area h1.site-title a {
  line-height: 45px !important;
}

.link-clear {
  clear: both;
  display: block;
  padding-top: 15px;
}

li.pingback,
li.trackback {
  line-height: 30px;
}

.pingback .comment-body a,
.trackback .comment-body a {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

.pingback .comment-body span.edit-link a,
.trackback .comment-body span.edit-link a {
  font-weight: normal !important;
  font-size: 14px !important;
}

.wp-block-cover,
.wp-block-cover-image {
  margin-bottom: 25px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
  margin-bottom: 22px;
}

.single-content-full .gallery-item .gallery-caption {
  padding: 8px 15px 0;
}



.wp-block-gallery {
  margin-bottom: 26px;
}

.columns-3.is-cropped.alignfull .blocks-gallery-caption {
  padding-left: 14px;
}

#fttheme-header.menugap-minus .logo-area .site-title a {
  padding-bottom: 5px;
}

.wp-block-archives.wp-block-archives-dropdown:after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  right: 14px;
  top: 53%;
  font-size: 20px;
  color: #171f32;
  z-index: 0;
  pointer-events: none;
  transform: translate(0px, -50%);
}

.reservation-two .metform-btn {
  width: 100%;
}

section.menu-wide .elementor-widget,
section.menu-wide .elementor-widget-wrap,
section.menu-wide .elementor-column,
section.menu-wide .elementor-container {
  position: static;
}

.loader-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/****** Update Css ******/
.menu-responsive.enable_anim_yes .navbar-menu ul li {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.menu-responsive.enable_anim_yes .navbar-menu ul li:hover {
  background: var(--color-primary);
  transform: translateY(-5px) scale(1.03);
}
.menu-responsive.enable_anim_yes .navbar-menu ul li:hover a {
  color: var(--color-white) !important;
}
.menu-responsive.enable_anim_yes ul li a:after {
  color: var(--color-white) !important;
}

.rt-all_tilte_en_yes
  .swiper-wrapper
  .swiper-slide
  .single-case-ac
  .inner-content {
  opacity: 1 !important;
}

.rt-contact-box-four .rt-features-list-content ul {
  display: block;
}

body.tax-rt-portfolio-category #content {
  padding-top: 100px;
  padding-bottom: 90px;
}

.sidenav .widget_nav_menu ul li {
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .sidenav .widget_nav_menu ul li a {
    padding: 8px 0;
  }
}

body.elementor-template-full-width .elementor-full-wd {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.eng-stor-head .offcanvas-icon.layout-2 .nav-menu-link {
  max-width: 100%;
  padding: 0;
}

body.elementor-template-full-width .elementor-full-wd {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.eng-stor-blog .title {
  border-top: 1px solid #f9f9f9;
  padding-top: 15px;
  margin-top: 14px;
}
.rt-bdr-30 .metform-btn,
.rt-bdr-30
  .mf-form-wrapper
  .metform-form-content
  .metform-form-main-wrapper
  .mf-input-wrapper
  .mf-input {
  border-radius: 30px !important;
}

@media only screen and (min-width: 1367px) and (max-width: 1800px) {
  body:not(.rtl) .eng-stor-head.elementor-widget__width-initial {
    right: 29px !important;
  }
}

.enable__rt_team_shape_yes .solar-energy-team .inner-content {
  background: #f6f6f6;
  margin-top: -10px;
}

@media only screen and (min-width: 992px) {
  .enable__rt_team_shape_yes .solar-energy-team .thumbnail:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -16px;
    right: 0;
    height: 40px;
    background: #f6f6f6;
    z-index: 1;
    transform: skewY(6deg);
  }
}

.rt-logo-grid .row {
  align-items: center;
}

.ft-sidebar .widget:hover::after {
  height: 0;
}

.link-dis .pre-title a,
.link-dis .title a,
.link-dis .name-area a,
.link-dis .porfolio_icon a,
.link-dis .p-category a,
.link-dis .p-title a,
.link-dis .thumbnail a,
.link-dis a.thumbnail,
.link-dis a.name,
.link-dis .inner-content a,
.link-dis .image-wrap a,
.link-dis .team-name a {
  pointer-events: none;
}

.social-icons a,
.thumbnail .social-icons1 a,
.image-wrap .social-icons1 a {
  pointer-events: auto !important;
}

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

header .bg-remove {
  background: transparent !important;
}
.menu-sticky.sticky {
  top: 0;
}

.menu-sticky.stuck .scroll-box-shadow {
  box-shadow: 0px 7px 18px #1810100d;
}
.mega.col-3,
.mega.col-2,
.mega.col-4 {
  width: unset;
}

@media only screen and (max-width: 1640px) {
  .page-error .error-image {
    max-width: 75%;
  }
}
/* Layout: max 1450px to 1365px */

/* Layout: max 1440px. */
@media only screen and (max-width: 1440px) {
  .menu-area .navbar ul li.mega ul.sub-menu {
    min-width: 200px;
  }
  .menu-area .navbar ul li.sub-menu-left.menu-item ul.sub-menu li ul {
    left: -100% !important;
    top: 0 !important;
  }
  .page-error .content-area h3 span {
    font-size: 200px;
    margin: 0 0 20px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .menu-area .navbar {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .menu-area .navbar {
    margin-right: 0;
  }
  .sidenav .menu > li.menu-item-has-children:before {
    left: 100%;
  }

  .reactheme-blog .blog-slider .blog-meta .blog-title {
    font-size: 16px;
    font-weight: 700;
  }

  .menu-area .navbar > ul > li a {
    padding-left: 8px !important;
    padding-right: 14px !important;
  }

  .menu-area .navbar ul li ul.sub-menu li a {
    padding: 8px 20px;
  }
  .blogfull .blog-title {
    min-height: auto;
  }
  .reactheme-blog-grid .blog-item .blog-content h3.blog-name {
    font-size: 18px;
    line-height: 1.6 !important;
  }
  .reactheme-blog-grid.blog--style3 .blog-content .blog-meta li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .mobile-menus {
    display: none;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .pagination-area {
    margin-bottom: 50px;
  }

  .reactheme-breadcrumbs .breadcrumbs-title {
    padding: 17px 25px;
  }

  .single-teams .team-information {
    padding: 0;
    padding-right: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .elementor-default-tab.elementor-tabs-view-horizontal .elementor-tab-title {
    width: 100%;
    margin-bottom: 15px;
  }

  .single-teams .team-information {
    padding: 20px 5px;
    text-align: center;
  }
  .single-teams .team-information h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px !important;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-area .menu-responsive.primary-menu .navbar {
    display: none;
  }
  .menu-area.vertical .navbar > ul > li a {
    padding-left: 22px !important;
  }

  .mega {
    position: relative !important;
  }

  .sidenav .widget_nav_menu ul li {
    position: relative !important;
  }

  .primary-menu-icon .sidebarmenu-area.text-right.mobilehum {
    display: block;
  }

  .reactheme-innner-offcanvas-contents {
    display: none;
  }

  .menu-wrap-off .inner-offcan {
    display: block;
  }
  .menu-wrap-off .inner-offcan .nav-link-container {
    left: 36px;
  }
  .menu-wrap-off .inner-offcan .nav-link-container {
    top: 35px;
  }
  .sidenav .widget_nav_menu ul li a {
    font-size: 15px;
    padding: 15px 0;
    line-height: 30px;
  }
}

/* Medium Layout: 991px. */
@media only screen and (min-width: 992px) {
  body.off-open {
    position: relative;
  }
}

@media only screen and (max-width: 991px) {
  #mobile_menu {
    padding-top: 35px;
  }

  .blog-item .blog-img {
    text-align: center;
  }
  .single .news-details-inner {
    margin-right: 0;
  }
  .archive .full-layout-right,
  .blog .full-layout-right {
    padding-right: 12px;
  }
  .lesspadding .dynamic-sidebar {
    padding-top: 50px;
  }
  .nav-link-container .reactheme-breadcrumbs .breadcrumbs-single {
    background-size: cover !important;
    background-position: center top !important;
  }
  li.menu-item-has-children a:before {
    display: none;
  }
  #mobile_menu .menu li.mega ul.sub-menu li ul.sub-menu a {
    padding-left: 25px;
  }
  .reactheme-blog-grid1.blog-item .image-part a img {
    width: 100%;
  }
  .menu-wrap-off .inner-offcan {
    display: block;
  }
  body.logged-in .menu-wrap-off .inner-offcan .nav-link-container {
    top: 44px;
  }
  .menu-wrap-off .inner-offcan .nav-link-container {
    top: 44px;
  }
  .sidenav .widget_nav_menu ul ul li a {
    font-size: 14px !important;
  }

  .padding-left-sidebar .dynamic-sidebar {
    padding-right: 0;
  }
  .menu-wrap-off {
    padding: 46px 30px 50px 36px;
  }
  .pagination-area {
    margin-top: 50px;
  }

  .main-contain #content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .single-portfolios .main-contain #content {
    padding-bottom: 90px;
  }
  #reactheme-header.fixed-menu .header-inner {
    width: auto;
    flex-wrap: unset;
    height: auto;
  }
  #reactheme-blog.blog-page .col-sm-12:last-child .blog-item {
    margin-bottom: 0;
  }
  #mobile_menu ul ul .submenu-button {
    top: 5px;
  }
  #mobile_menu .submenu-button:before {
    top: 11px;
    height: 12px;
  }
  .reactheme-portfolio-style7 .showcase-item img {
    position: absolute !important;
  }
  #mobile_menu .submenu-button::after,
  .menu-wrap-off .inner-offcan .nav-link-container .close-button i:before {
    font-size: 16px;
  }
  #mobile_menu ul ul .submenu-button::before {
    top: 11px;
    right: 17px;
  }
  #mobile_menu .submenu-button {
    top: 13px;
  }
  .menu-wrap-off .inner-offcan {
    padding: 0;
  }
  .sidenav p,
  .sidenav .footer-contact-ul li.address1,
  .sidenav.offcanvas-icon .reactheme-offcanvas-right a {
    font-size: 16px;
  }
  #menu-offcanvas,
  .widget.icon-list ul.menu {
    display: none !important;
  }
  .sidenav .menu li ul.sub-menu li a {
    font-size: 14px;
  }
  .sidenav .widget_nav_menu ul li ul li a {
    padding: 10px 0;
  }

  .reactheme-blog-details .widget-area .react-sideabr.dynamic-sidebar {
    padding-bottom: 0;
  }

  .single-portfolios .project-desc {
    padding-right: 0;
  }

  .sidenav .menu > li.menu-item-has-children::before {
    top: 15px;
    font-size: 20px !important;
  }

  .menu-wrap-off {
    overflow-x: hidden;
  }

  .menu-wrap-off {
    overflow-y: auto;
    top: 0;
  }

  .dynamic-sidebar {
    padding: 0;
  }
  .close-search {
    right: 25px;
    top: 25px;
  }

  body.logged-in .close-search {
    right: 30px;
    top: 50px;
  }
  .search-results .widget-area {
    margin-top: 70px;
  }

  #reactheme-header .sidebarmenu-search .sticky_search {
    padding: 21px 0;
  }

  .single .ps-navigation .link_text {
    font-size: 14px;
    font-weight: 500;
  }

  .footer-bottom #footer-menu li {
    display: inline-block !important;
  }
  .footer-bottom #footer-menu li:first-child a {
    padding-left: 0;
  }
  .header-style1 .sticky .menu-area {
    background: #fff;
  }

  .sidenav.nav-active-menu-container {
    box-shadow: none;
  }
  .mobile-menu-container ul.sidenav.nav-active-menu-container {
    padding: 70px 0 0;
  }
  .sidenav {
    padding: 0;
    width: auto;
  }
  body.page-template-page-single .sidenav {
    padding: 36px 0 0;
  }
  ul.sidenav .menu > li.menu-item-has-children::before {
    right: 14px;
  }
  .sidenav li.nav-link-container {
    top: 24px !important;
    left: 20px !important;
    float: none !important;
  }

  .mobile-menu-link a {
    display: block;
    float: right;
  }
  .logged-in .menu-sticky.sticky .sidenav .nav-link-container {
    margin-top: 15px;
  }
  .header-style1 .sidenav li.nav-link-container {
    padding: 8px 10px 10px 10px;
  }

  .menu-area .mobile-menu-link,
  .menu-area .mobile-menu-container {
    display: block;
  }

  .reactheme-breadcrumbs {
    clear: both;
  }

  .menu-area #primary-menu-single {
    display: block;
  }

  .menu-main-menu-single-container {
    width: 100%;
    padding: 0;
    background: #50d2c2;
  }
  .navbar-header {
    float: none;
    margin-top: 8px;
  }
  #reactheme-header .menu-area .navbar ul li:hover a::after,
  #reactheme-header .menu-area .navbar ul li.active a::after {
    display: none;
  }
  .menu-area .navbar ul li ul.sub-menu {
    min-width: 100%;
    display: none;
  }

  .menu-area .navbar ul li ul.sub-menu li {
    background: rgba(255, 255, 255, 0.3);
  }
  .reactheme-blog .blog-item .blog-meta .blog-date {
    font-size: 12px;
  }
  .reactheme-blog .blog-item .blog-meta .comments {
    font-size: 12px;
  }
  span.author {
    margin-left: 6px;
  }
  .dynamic-sidebar,
  .padding-left-sidebar .dynamic-sidebar {
    margin-right: 0;
    margin-left: 0;
  }
  .reactheme-blog-details .widget-area {
    padding-top: 60px;
  }
}

/* Mobile Layout: 767px. */

@media only screen and (max-width: 767px) {
  .blog--style2 .blog-content .blog-meta li {
    font-size: 12px;
  }

  .single-post .main-contain #content {
    padding-bottom: 100px;
  }
  .reactheme-breadcrumbs .breadcrumbs-title {
    margin-top: 12px;
  }
  .blog .pagination-area,
  .dynamic-sidebar {
    margin-bottom: 20px;
  }
  .blog-item.no-thumbs .categories {
    padding-left: 20px;
  }
  .reactheme-footer .footer_social {
    margin-bottom: 25px;
  }
  ul.footer_social li {
    height: 30px;
    line-height: 30px;
  }
  .full-blog-content .btm-cate {
    margin-bottom: 7px;
  }
  .full-blog-content .btm-cate li {
    margin-bottom: 5px;
  }

  .single-post .single-posts-meta {
    padding-left: 20px;
    padding-right: 20px;
  }
  .not-found-bg .content-area h3 span {
    font-size: 80px;
    line-height: 80px;
    text-shadow: 10px 0 0 rgba(0, 0, 0, 0.3);
  }

  .reactheme-blog-details .single-content-full .alignleft,
  .reactheme-blog-details .single-content-full .alignright {
    float: none;
    width: 100%;
    display: block;
  }

  .table-background tr,
  .table-background td,
  .table-background th {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body.single-post .react-sideabr {
    padding-top: 50px;
  }
  .menu-sticky.sticky {
    position: static;
  }
  .comments-area .comment-list li.comment ol.children li {
    margin-left: 0;
  }
  .comments-area .comment-list li.comment .comment-author img {
    float: none;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    padding: 0 0 20px;
    position: static;
  }
  .comments-area .comment-list li.comment .comment-author b {
    float: none;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  .comments-area .comment-list li.comment .reply {
    padding-left: 0;
    margin-top: 0;
    text-align: center;
  }
  .comments-area ol.children {
    padding: 0;
    margin: 0;
  }
  .comments-area .comment-list li.comment ol.children li {
    padding: 0;
  }
  .comments-area .comment-list li.comment .comment-metadata {
    margin-left: 0;
    margin-top: 0;
  }
  .comment-full {
    text-align: center;
  }

  #review_form .comment-full {
    text-align: unset;
  }

  .comments-area .comment-list li.comment .comment-content {
    padding: 0;
  }

  .comments-area .comment-list li.comment {
    padding: 10px;
    margin: 0;
    border: none;
    box-shadow: none;
  }
  .comments-area .comment-list li.comment .comment-content p {
    margin-bottom: 8px;
  }
  .comments-area .comment-list li.comment .comment-content p {
    margin-bottom: 8px;
  }
  .comments-area .comment-list li.comment .comment-content {
    margin-top: 15px;
  }

  .reactheme-breadcrumbs .breadcrumbs {
    margin-top: 8px;
  }
  .reactheme-heading h2:after {
    display: none;
  }
  .reactheme-heading h2 {
    font-size: 25px;
    line-height: 36px;
  }
  .sidenav.nav-active-menu-container .offcanvas_social li a {
    padding: 20px 0 0 16px;
  }

  .react-sideabr .widget,
  .single-teams .team-inner,
  .single-teams .details-tabs-area .team-detail-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog .reactheme-blog .blog-item .full-blog-content,
  .archive .reactheme-blog .blog-item .full-blog-content {
    padding: 20px;
  }
  .blog .reactheme-blog .blog-item .full-blog-content .title-wrap .blog-title,
  .archive
    .reactheme-blog
    .blog-item
    .full-blog-content
    .title-wrap
    .blog-title {
    font-size: 25px;
    line-height: 35px;
  }
  .react-sideabr .widget_block label.wp-block-search__label,
  .react-sideabr .widget_block h2,
  .react-sideabr .widget-title {
    font-size: 22px;
  }
  .blog .reactheme-blog .blog-img .categories,
  .archive .reactheme-blog .blog-img .categories,
  .blog .blog .blog-img .categories,
  .archive .blog .blog-img .categories {
    left: 20px;
  }
  .blog .reactheme-blog .blog-item,
  .archive .reactheme-blog .blog-item {
    margin-bottom: 50px;
  }
  .blog-page .dynamic-sidebar {
    margin-top: 60px;
  }
  .comments-area .comment-list li.comment .comment-body {
    padding-left: 0;
  }

  .reactheme-blog-details .author-block {
    margin: 0 25px 0;
  }
  .reactheme-breadcrumbs .breadcrumbs-title {
    margin-top: 0px;
  }
  .single-post .reactheme-breadcrumbs .breadcrumbs-title {
    display: none;
  }

  .navigation-center-bottom .swiper-button-next {
    right: 28%;
  }
  .navigation-center-bottom .swiper-button-prev {
    left: 28%;
  }

  .reactheme-breadcrumbs .page-title {
    font-size: 38px;
    line-height: 43px;
  }
}

@media only screen and (max-width: 600px) {
}
@media only screen and (max-width: 420px) {
  .blog--style2 ul {
    display: block;
  }

  .blog .reactheme-blog .blog-item .full-blog-content .user-info .single-info,
  .archive
    .reactheme-blog
    .blog-item
    .full-blog-content
    .user-info
    .single-info {
    margin-right: 15px;
  }
}

/* ============================= 404 ============================== */

.content-area h2.page-title {
  color: #1f1f25;
  font-family: Exo !important;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 26px !important;
}

.no-results .page-content p {
  margin-bottom: 26px !important;
}

.search-no-results .no-results .search-form button:before {
  font-family: "ft-icons";
  font-size: 16px;
  content: "\e819";
  position: absolute;
  right: 20px;
  top: 11px;
  color: #fff;
}

/* ================================== Scroll Up ===================================== */
#top-to-bottom {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
}
#top-to-bottom:hover {
  transform: translateY(-5px);
}
#top-to-bottom i {
  color: #ffffff;
}

/*-------------------------
    Preloader CSS
---------------------------*/
/* Disable preloader in Elementor Editor */
.elementor-editor-active #ft-load {
  display: none !important;
}

#ft-load {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111111;
  z-index: 999999;
}

#ft-load .preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

#ft-load .preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #111111;
  animation: preloader 1.3s linear infinite;
}

#ft-load .preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

.loaded {
  display: none;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

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

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}




/* Media queries for breadcrumb title on small devices */
@media (max-width: 768px) {
  .fttheme-breadcrumbs .page-title {
    font-size: 40px;
  }
  .fttheme-breadcrumbs .breadcrumbs-inner {
    padding-top: 180px !important;
  }
}

@media (max-width: 576px) {
  .fttheme-breadcrumbs .page-title {
    font-size: 32px;
  }
  .fttheme-breadcrumbs .breadcrumbs-inner {
    padding-top: 150px !important;
  }
}

/* Responsive font size for blog details headings */
@media (max-width: 992px) {
  .fttheme-blog-details h3.wp-block-heading {
    font-size: 36px !important;
  }
}

@media (max-width: 768px) {
  .fttheme-blog-details h3.wp-block-heading {
    font-size: 32px !important;
  }
}

@media (max-width: 576px) {
  .fttheme-blog-details h3.wp-block-heading {
    font-size: 28px !important;
  }
}

@media (max-width: 480px) {
  .fttheme-blog-details h3.wp-block-heading {
    font-size: 24px !important;
  }
}

/* Responsive font size for blockquote */
@media (max-width: 992px) {
  blockquote p,
  body .wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  blockquote p,
  body .wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  blockquote p,
  body .wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  blockquote p,
  body .wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 18px;
  }
}

/* Responsive font size for reply title */
@media (max-width: 992px) {
  .fttheme-blog-details #reply-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .fttheme-blog-details #reply-title {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .fttheme-blog-details #reply-title {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .fttheme-blog-details #reply-title {
    font-size: 20px;
  }
}

/* Responsive font size for sidebar widget titles */
@media (max-width: 992px) {
  .ft-sideabr .widget_block label.wp-block-search__label,
  .ft-sideabr .widget_block h2,
  .ft-sideabr .widget-title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .ft-sideabr .widget_block label.wp-block-search__label,
  .ft-sideabr .widget_block h2,
  .ft-sideabr .widget-title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 576px) {
  .ft-sideabr .widget_block label.wp-block-search__label,
  .ft-sideabr .widget_block h2,
  .ft-sideabr .widget-title {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 480px) {
  .ft-sideabr .widget_block label.wp-block-search__label,
  .ft-sideabr .widget_block h2,
  .ft-sideabr .widget-title {
    font-size: 18px;
    line-height: 22px;
  }
}

/* Responsive styles for comment submit button */
@media (max-width: 992px) {
  .comment-respond .form-submit #submit {
    padding: 16px 35px;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .comment-respond .form-submit #submit {
    padding: 14px 30px;
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .comment-respond .form-submit #submit {
    padding: 12px 25px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .comment-respond .form-submit #submit {
    padding: 10px 20px;
    font-size: 14px;
  }
}




/* Media queries for breadcrumb on small devices */
@media (max-width: 768px) {
  .fttheme-breadcrumbs {
    width: 100%;
    overflow: visible;
  }
  .fttheme-breadcrumbs .breadcrumbs-single {
    width: 100%;
    overflow: visible;
  }
  .fttheme-breadcrumbs .breadcrumbs-title {
    display: block !important;
    flex-wrap: wrap;
    max-width: 100% !important;
    width: 100%;
    padding: 10px 15px 0px;
    text-align: center;
    box-sizing: border-box;
    overflow: visible;
  }
  .fttheme-breadcrumbs .breadcrumbs-title span {
    display: inline-block;
    word-wrap: break-word;
    white-space: normal !important;
    max-width: 100%;
  }
  .fttheme-breadcrumbs .breadcrumbs-title span.current-item {
    white-space: normal !important;
    word-wrap: break-word;
  }
  .fttheme-breadcrumbs .breadcrumbs-title span a span {
    white-space: normal !important;
    word-wrap: break-word;
  }
  .fttheme-breadcrumbs .breadcrumbs-inner {
    padding: 100px 15px 30px;
    padding-top: 100px !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible;
  }
  .fttheme-breadcrumbs .container,
  .fttheme-breadcrumbs .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible;
  }
  .fttheme-breadcrumbs .row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .fttheme-breadcrumbs .col-lg-12,
  .fttheme-breadcrumbs .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 576px) {
  .fttheme-breadcrumbs {
    width: 100%;
    overflow: visible;
  }
  .fttheme-breadcrumbs .breadcrumbs-single {
    width: 100%;
    overflow: visible;
  }
  .fttheme-breadcrumbs .breadcrumbs-title {
    display: block !important;
    flex-wrap: wrap;
    max-width: 100% !important;
    width: 100%;
    padding: 10px 15px 0px;
    text-align: center;
    box-sizing: border-box;
    overflow: visible;
  }
  .fttheme-breadcrumbs .breadcrumbs-title span {
    display: inline-block;
    word-wrap: break-word;
    white-space: normal !important;
    font-size: 12px;
    max-width: 100%;
  }
  .fttheme-breadcrumbs .breadcrumbs-title span.current-item {
    white-space: normal !important;
    word-wrap: break-word;
  }
  .fttheme-breadcrumbs .breadcrumbs-title span a span {
    white-space: normal !important;
    word-wrap: break-word;
  }
  .fttheme-breadcrumbs .breadcrumbs-inner {
    padding: 80px 15px 25px;
    padding-top: 80px !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible;
  }
  .fttheme-breadcrumbs .container,
  .fttheme-breadcrumbs .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible;
  }
  .fttheme-breadcrumbs .row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .fttheme-breadcrumbs .col-lg-12,
  .fttheme-breadcrumbs .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}


.tps-offcanvas-wrapper.tps-close-pos-right {
  background: #060129;
}

button.tps-close-btn {
  color: #fff;
  font-size: 36px;
}

.menu-wrap-off{
  z-index: 99999999999999999999999999999;
}

.ft-simple-mobile-menu{
  z-index: 99999999999999999999999999999999999999 !important;
}

.ft-mobile-header {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.ft-mobile-content {
  padding-top: 0px !important;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}
/* Remove Mobile Menu Overlays as per user request */
.offcanvas-overlay, .offcanvas__overlay, .body-close, .body-overlay, .tps-offcanvas-overlay {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
