@charset "UTF-8";
/***
 Theme Name:  UltraNews
 Theme URI:   http://demos.alithemes.com/html/ultranews
 Description: Bootstrap 4 Magazine / Blog theme
 Author:    alithemes.com
 Author URI:  http://alithemes.com
 Version:   2.0
 License:   GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
==============================
TABLE CONTENT
    Import Google Fonts
    Include Third Party CSS Library
    GENERAL
    HEADER
        Offcanvas Sidebar
        Search form
        Main header
        Mega menu
        Header layouts
    Page layouts
    Pagination
    Breadcrumb
    CATEGORY PAGES
    SINGLE POST
    Author box
    comment
    Post share social
    WP STYPE
    Custom amine
***/
/* GENERAL */
/*cursor*/
/*Header*/
/*Offcanvas Sidebar*/
/*Search form*/
/*Main header*/
/* Mega menu */
/*Header layouts*/
/*Page layouts*/
/*Pagination*/
/*Breadcrumb*/
/*CATEGORY PAGES*/
/*SINGLE POST*/
/*Author box*/
/*comment*/
/*post-share-social*/
/*Login*/
/*Page My Account*/
/*WP STYPE*/
/*custom amine*/
@keyframes spinner {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 63, 72, 0.8);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 63, 72, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
body {
  font-family: var(--font-body);
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-family: var(--font-header);
  margin-top: 0;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}
h1 a {
  color: inherit;
}

h2 {
  font-family: var(--font-header);
  margin-top: 0;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}
h2 a {
  color: inherit;
}

h3 {
  font-family: var(--font-header);
  margin-top: 0;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}
h3 a {
  color: inherit;
}

h4 {
  font-family: var(--font-header);
  margin-top: 0;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}
h4 a {
  color: inherit;
}

h5 {
  font-family: var(--font-header);
  margin-top: 0;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}
h5 a {
  color: inherit;
}

h6 {
  font-family: var(--font-header);
  margin-top: 0;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}
h6 a {
  color: inherit;
}

.readmore-btn {
  font-family: var(--font-header);
  margin-top: 0;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}
.readmore-btn:hover i {
  padding-left: 6px;
}

.widget-taber a.nav-link {
  font-family: var(--font-header);
  margin-top: 0;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
}

p {
  font-family: var(--font-body);
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: normal;
}

.img {
  max-width: 100%;
  transition: all 0.2s ease-out 0s;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

a {
  transition: all 0.2s ease-out 0s;
  color: #171616;
}
a:hover {
  color: #ef3f48;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

.button {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 54px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #ef3f48;
  text-transform: uppercase;
  background: #ef3f48;
  cursor: pointer;
  transition: all 300ms linear 0s;
}
.button:hover {
  background: #010f22;
  border: 1px solid #010f22;
}

*:focus {
  text-decoration: none;
  outline: none;
}

.portfolio-cat a:hover {
  text-decoration: none;
}

.footer -menu li a:hover {
  text-decoration: none;
}

.transition-02s {
  transition: all 0.2s ease-out 0s;
}
.transition-02s:hover {
  transition: all 0.2s ease-out 0s;
}

button:focus {
  outline: 0;
}

input:focus {
  outline: 0;
}
input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

textarea {
  outline: 0;
}
textarea:focus {
  outline: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.divider {
  position: relative;
  overflow: hidden;
  height: 4px;
  z-index: 9;
}
.divider i {
  background-color: #fff;
  color: #d9d9d9;
  position: relative;
  z-index: 1;
  font-size: 30px;
  padding: 0 40px;
}
.divider::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  height: 0;
  border-top: 1px solid #dddddd;
  transform: translateY(-50%);
  margin-top: -1px;
}
.divider::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  height: 0;
  border-top: 1px solid #dddddd;
  transform: translateY(-50%);
  margin-top: 1px;
}

.divider.center_icon {
  height: auto;
  text-align: center;
}

.divider.left_icon {
  height: auto;
}

.divider.right_icon {
  height: auto;
}

.divider.text_divider {
  height: auto;
}

.boxed-btn {
  background: #fff;
  display: inline-block;
  padding: 18px 44px;
  font-family: var(--font-header);
  font-size: 14px;
  font-weight: 400;
  border: 1px solid;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.boxed-btn:hover {
  color: #fff !important;
  border: 1px solid;
}
.boxed-btn:focus {
  outline: none;
}

.boxed-btn.large-width {
  width: 220px;
}

[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.font-x-small {
  font-size: 11px;
}

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

.font-medium {
  font-size: 15px;
}

.font-large {
  font-size: 20px;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 40px;
  left: 20px;
  line-height: 40px;
  font-size: 22px;
  color: #646464;
  opacity: 1;
  visibility: visible;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease 0s;
  width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: -30px;
}
.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
  top: 1px;
}
.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  right: 1px;
  top: 0;
}
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #ff3500;
}

.btn {
  background: #ff656a;
  -moz-user-select: none;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 0;
  padding: 27px 44px;
  border-radius: 5px;
  min-width: 200px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  margin: 0;
}
.btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e6373d;
  z-index: 1;
  border-radius: 5px;
  transition: transform 0.5s;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
}
.btn:hover::before {
  transform: scaleX(1);
  color: #fff !important;
  z-index: -1;
}
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn.btn-dark {
  background: #092b4d;
}
.btn.btn-dark::before {
  background: #020e1a;
}

.btn.focus {
  outline: 0;
  box-shadow: none;
}

#scrollUp {
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
}
#scrollUp:hover {
  color: #fff;
}

.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  transition: 0.6s;
  margin: 0 auto;
}

.align-center-vertical {
  margin-top: auto;
  margin-bottom: auto;
}

.text-limit-2-row {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
}

.text-limit-3-row {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical;
}

.img-hover-scale {
  overflow: hidden;
  position: relative;
}
.img-hover-scale img {
  transition: transform 0.5s;
}
.img-hover-scale:hover img {
  transform: scale(1.1);
  transition: transform 0.5s;
}
.img-hover-scale:hover .top-right-icon {
  margin-top: -3px;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition-duration: 0.4s;
  -ms-transition: all 0.4s ease;
}

.img-hover-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 280px;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.img-hover-slide:hover .top-right-icon {
  margin-top: -3px;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition-duration: 0.4s;
  -ms-transition: all 0.4s ease;
}

.post-thumb:hover .img-hover-slide {
  background-position: 30%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.post-thumb:hover .social-share {
  height: 30px;
  transition-duration: 0.2s;
}
.post-thumb .social-share {
  position: absolute;
  float: left;
  overflow: hidden;
  padding-left: 0;
  bottom: 10px;
  right: 0;
  margin: 0;
  z-index: 200;
}
.post-thumb .social-share li {
  width: 100%;
  text-align: center;
  max-width: 0px;
  opacity: 0;
  transition: 0.3s;
  float: left;
  margin-left: 5px;
}
.post-thumb .social-share li:first-child {
  max-width: 30px;
  opacity: 1;
  pointer-events: none;
}
.post-thumb .social-share li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  background: #007aff;
}
.post-thumb .social-share li a.fb {
  background: #3b5999;
}
.post-thumb .social-share li a.tw {
  background: #55acee;
}
.post-thumb .social-share li a.pt {
  background: #bd081c;
}
.post-thumb .social-share:hover li {
  opacity: 1;
  max-width: 30px;
}
.post-thumb .social-share:hover li:nth-child(1) {
  opacity: 0;
  max-width: 0;
}
.post-thumb .social-share:hover li:last-child {
  margin-right: 15px;
}

.single-header-2:hover .img-hover-slide {
  background-position: 30%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.single-header-2 .single-thumnail {
  min-height: 540px;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.single-header-2 .entry-header-1 {
  padding: 100px;
}

.img-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.thumb-overlay {
  position: relative;
}
.thumb-overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.thumb-overlay:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.transition-ease-04 {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.top-right-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  z-index: 3;
  color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition-duration: 0.4s;
  -ms-transition: all 0.4s ease;
}
.top-right-icon i {
  top: 2px;
}

.hover-box-shadow {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition-duration: 0.4s;
  -ms-transition: all 0.4s ease;
}
.hover-box-shadow:hover {
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition-duration: 0.4s;
  -ms-transition: all 0.4s ease;
}

.letter-background {
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.07);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(0, -50%);
  -moz-user-select: none;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 900;
}

.font-weight-ultra {
  font-weight: 900;
}

.scroll-progress {
  height: 3px;
  width: 0px;
  z-index: 9999999;
  position: fixed;
  top: 0;
}

#off-canvas-toggle {
  cursor: pointer;
}
#off-canvas-toggle span {
  background: #353c49;
  display: inherit;
  height: 2px;
  position: relative;
  width: 15px;
}
#off-canvas-toggle span::before {
  background: #353c49;
  display: inherit;
  height: 2px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -8px;
  width: 15px;
}
#off-canvas-toggle span::after {
  background: #353c49;
  display: inherit;
  height: 2px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: -4px;
  width: 15px;
}
#off-canvas-toggle p {
  display: inline;
  font-size: 12px;
  margin: 0 0 0 5px;
}

.user-account {
  cursor: pointer;
}
.user-account .ti-user {
  margin-right: 2px;
}

.subscribe {
  cursor: pointer;
}

.search-close {
  cursor: pointer;
  padding-left: 5px;
}

button.slick-arrow {
  cursor: pointer;
}

.off-canvas-close {
  cursor: pointer;
  background: none;
  border: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.search-button {
  cursor: pointer;
}

.slick-dots button {
  cursor: pointer;
}

.slider-post-thumb {
  cursor: pointer;
}

button.search-icon {
  cursor: pointer;
  background: none;
  padding: 0;
  border: 0;
  font-size: 16px;
  width: 30px;
}

.range .ui-slider-handle.ui-state-default.ui-corner-all {
  cursor: pointer;
}

h1.logo-text {
  font-size: 20px;
  font-weight: 600;
  margin-left: 5px;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 7px;
}

#datetime {
  min-width: 160px;
  margin-bottom: -8px;
  margin-left: 15px;
}

.vline-space {
  height: 15px;
  width: 1px;
  background: #cbd3d7;
  margin: 0 10px -2px 10px;
}

.top-bar ul.header-social-network li a {
  padding: 0px;
  font-size: 12px;
}

button.subscribe {
  border: 1px solid;
  background: none;
  margin: 0 0 0 15px;
  border-radius: 30px;
  padding: 5px 15px;
  font-weight: bold;
}

.dropdown-menu {
  border-radius: 5px;
}

#userMenuDropdow.dropdown-menu {
  background: white;
  border: 0;
  padding: 5px 15px;
  margin-top: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
#userMenuDropdow.dropdown-menu a {
  font-size: 12px;
  padding: 7px 0;
}
#userMenuDropdow.dropdown-menu a i {
  margin-right: 8px;
  color: #b0b8cc;
}

#langMenuDropdow.dropdown-menu {
  background: white;
  border: 0;
  padding: 5px 15px;
  margin-top: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  min-width: 110px;
}
#langMenuDropdow.dropdown-menu a {
  font-size: 12px;
  padding: 7px 0;
}
#langMenuDropdow.dropdown-menu a i {
  margin-right: 8px;
  color: #b0b8cc;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

form.menu-search-form input {
  width: 100%;
}

.off-canvas-toggle-cover {
  position: absolute;
  right: 0;
  width: 50px;
  text-align: left;
  top: 0;
  z-index: 300;
}

#sidebar-wrapper {
  background: #f4f5f9;
  height: 100%;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  width: 0;
  z-index: 1009;
  transition: all 0.2s ease;
  top: 0;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
}

#sidebar-wrapper.position-right {
  right: 0;
  left: unset;
}

.canvas-opened #sidebar-wrapper {
  width: 350px;
  transition: all 0.2s ease;
}
.canvas-opened #off-canvas-toggle span {
  background: none;
}
.canvas-opened #off-canvas-toggle span::after {
  top: -4px;
  width: 15px;
  transform: rotate(-45deg);
}
.canvas-opened #off-canvas-toggle span::before {
  top: -4px;
  width: 15px;
  transform: rotate(45deg);
}
.canvas-opened .dark-mark {
  opacity: 1;
  visibility: visible;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.sidebar-inner {
  padding: 30px;
  display: table;
  height: 100%;
}

.dark-mark {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: visibility 0s linear 0.3s, transform 0.3s ease, opacity 0.3s ease;
}

.main-search-form {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.main-search-form .search-form label {
  width: 100%;
}
.main-search-form .search-form input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  backface-visibility: hidden;
  background-color: transparent;
  border: none;
  border-radius: 999px;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  margin: 0;
  padding: 9px 0 9px 50px;
  text-align: left;
  width: 100%;
  background: #fff;
  border: 1px solid #dfe0e6;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}
.main-search-form .search-form-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
  margin-top: -3px;
  opacity: 0.6;
}
.main-search-form .search-switch {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -3px;
  line-height: 1;
  border-left: 1px solid #dfe0e6;
  padding-left: 15px;
  font-size: 14px;
}

.open-search-form .main-search-form {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.open-search-form .header-style-1 .search-button {
  z-index: 1000;
}
.open-search-form .header-style-2 .search-button {
  z-index: 1000;
}
.open-search-form .header-style-2 .off-canvas-toggle-cover {
  right: 80px;
}

.main-header {
  position: relative;
  z-index: 1002;
}
.main-header .main-nav ul li a {
  color: #092b4d;
  font-weight: 500;
  padding: 27px 12px;
  display: block;
  font-size: 12px;
  transition: all 0.2s ease-out 0s;
  font-family: var(--font-header);
  line-height: 1;
}
.main-header .main-nav ul li > a {
  text-transform: uppercase;
}
.main-header .main-nav ul li h6 a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}
.main-header .main-nav ul li.menu-item-has-children > a {
  padding-right: 15px;
}
.main-header .main-nav ul li.menu-item-has-children > a::after {
  content: "\e64b";
  font-family: "themify";
  font-size: 8px;
  display: inline-block;
  padding-left: 5px;
}
.main-header .main-nav ul ul.sub-menu {
  text-align: left;
  position: absolute;
  width: 170px;
  background: #fff;
  left: 0;
  top: 120%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  border-top: 2px solid;
  transition: all 0.2s ease-out 0s;
}
.main-header .main-nav ul ul.sub-menu > li {
  margin-left: 7px;
  display: block;
}
.main-header .main-nav ul ul.sub-menu > li > a {
  padding: 10px !important;
  font-size: 14px;
  color: #0b1c39;
  text-transform: capitalize;
}
.main-header .main-nav ul ul.sub-menu > li > a:hover {
  background: none;
}
.main-header .main-nav ul li.mega-menu-item .tab-content a {
  padding: 0;
  text-transform: none;
}
.main-header ul > li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-header #userMenuDropdow.dropdown-menu {
  margin-top: 15px;
  margin-top: 15px;
}

.header-area .header-top .header-info-right .header-social a i {
  transition: all 0.4s ease-out 0s;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
.header-area .header-top .header-info-right .header-social a:hover i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.header-area .slicknav_btn {
  top: -51px;
  right: 17px;
}

.main-menu {
  list-style-type: none;
  margin: 0;
  height: 100%;
  align-items: center;
}
.main-menu > li {
  height: 100%;
  position: relative;
  display: inline-block;
}
.main-menu > li:hover > .sub-mega-menu {
  display: flex;
}
.main-menu > li.mega-menu-item {
  position: static;
}

.sub-mega-menu {
  flex-wrap: wrap;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  width: 100%;
  display: none;
  box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.05);
  border-top: 1px solid #f4f5f9;
  border-radius: 0 0 5px 5px;
}
.sub-mega-menu .nav {
  width: 240px;
  border-right: 1px solid #f4f5f9;
  padding: 30px 0;
}
.sub-mega-menu .tab-content {
  width: calc(100% - 240px);
}
.sub-mega-menu .tab-content .tab-pane {
  padding: 25px 50px 35px 30px;
}
.sub-mega-menu .nav-pills .nav-link {
  font-size: 12px;
  line-height: 1.8;
  color: #222;
  border-radius: 0;
  padding: 8px 20px 8px 33px;
  text-align: left;
}
.sub-mega-menu .nav-pills .nav-link.active {
  color: #fff;
  background-color: #152035;
}
.sub-mega-menu .show > .nav-pills .nav-link {
  color: #fff;
  background-color: #152035;
}

.header-sticky.sticky-bar.sticky .header-flex {
  justify-content: space-between;
}
.header-sticky.sticky-bar.sticky .header-btn .get-btn {
  padding: 20px 20px;
}
.header-sticky.sticky-bar.sticky .header-right-btn {
  display: none !important;
}
.header-sticky.sticky-bar.sticky .sticky-logo {
  display: block !important;
}

.slicknav_menu {
  background: transparent;
}
.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
}

.mobile_menu {
  position: fixed;
  right: 0px;
  width: 100%;
  z-index: 99;
}

.sticky-logo {
  display: none !important;
}

.sticky-logo.info-open {
  padding: 12px;
}

.header-style-1 {
  background: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}
.header-style-1 .header-bottom {
  border-top: 1px solid #f4f5f9;
  height: 70px;
  line-height: 65px;
}
.header-style-1 .search-button {
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 68px;
  background: #fff;
  z-index: 899;
}
.header-style-1 .top-bar {
  border-bottom: 1px solid #f4f5f9;
}

.header-style-2 .header-bottom {
  border-top: 1px solid #f4f5f9;
  height: 70px;
  line-height: 65px;
  border: none;
}
.header-style-2 .search-button {
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 68px;
  background: #fff;
  z-index: 899;
  right: 35px;
}
.header-style-2 .topbar-inner {
  border-bottom: 1px solid #f4f5f9;
}
.header-style-2 .off-canvas-toggle-cover {
  right: 55px;
  left: unset;
}
.header-style-2 .nav-shopping-cart a.cart-icon {
  right: 15px;
}

.header-style-2.header-style-3 .header-bottom {
  border-top: 1px solid #f4f5f9;
  height: 70px;
  line-height: 65px;
}
.header-style-2.header-style-3 .topbar-inner {
  border: 0;
}

.footer-area {
  color: #a8a8a8;
}
.footer-area .footer-logo {
  margin-bottom: 40px;
}
.footer-area .footer-pera p {
  color: #a8a8a8;
  font-size: 15px;
  margin-bottom: 50px;
  line-height: 1.8;
}
.footer-area .footer-pera.footer-pera2 p {
  padding: 0;
}
.footer-area .footer-tittle h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 29px;
  font-weight: 500;
  text-transform: capitalize;
}
.footer-area .footer-tittle ul li {
  color: #012f5f;
  margin-bottom: 15px;
}
.footer-area .footer-tittle ul li a {
  color: #333333;
  font-weight: 300;
}
.footer-area .footer-tittle ul li a:hover {
  padding-left: 5px;
}
.footer-area .footer-form form {
  position: relative;
}
.footer-area .footer-form form input {
  width: 100%;
  height: 43px;
  border: 0;
  border-bottom: 1px solid #403f3f;
  background: none;
}
.footer-area .footer-form form .form-icon button {
  position: absolute;
  top: 0;
  right: -20px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 13px 22px;
  line-height: 1;
}
.footer-area .footer-social a i {
  color: #222222;
  margin-right: 12px;
  font-size: 19px;
  transition: all 0.4s ease-out 0s;
}
.footer-area .footer-social a i:hover {
  box-shadow: 0 -3px 0 0 rgba(24, 24, 24, 0.15) inset, 0 3px 10px rgba(0, 0, 0, 0.3);
  transform: translateY(-3px);
}
.footer-area .insta-feed {
  padding-top: 5px;
  margin: -2px;
  display: flex;
  flex-wrap: wrap;
}
.footer-area .insta-feed li {
  width: 29.33%;
  margin: 5px;
}
.footer-area .insta-feed li img {
  width: 100%;
}
.footer-area a {
  color: #a8a8a8;
}

.footer-bottom-area .footer-border {
  border-top: 1px solid #242323;
}
.footer-bottom-area .footer-copy-right p {
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
.footer-bottom-area .footer-copy-right p a:hover {
  color: #fff;
}

.footer-menu ul li {
  display: inline-block;
  margin-left: 36px;
}
.footer-menu ul li:first-child {
  margin-left: 0px;
}
.footer-menu a {
  color: #a8a8a8;
}

.pagination-area .page-item {
  margin: 0;
}
.pagination-area .page-item:first-child {
  margin: 0;
}
.pagination-area .page-link {
  color: #777777;
  border: 0;
  font-size: 15px;
  text-align: center;
  background: none;
  padding: 0 10px;
  box-shadow: none;
  outline: 0;
}
.pagination-area .page-item.active .page-link {
  z-index: 1;
  color: #000;
  background: none;
  border: 0;
  position: relative;
  box-shadow: none;
  outline: 0;
}

.breadcrumb {
  display: inline-block;
  padding: 0;
  text-transform: capitalize;
  color: #6e6e6e;
  font-size: 0.875rem;
  background: none;
  margin: 0;
  border-radius: 0;
}
.breadcrumb span {
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.breadcrumb span::before {
  content: "\e649";
  font-family: "themify";
  display: inline-block;
  color: #101d35;
  font-size: 9px;
}

.archive-header h2 {
  font-size: 45px;
}

.archive .loop-list-1 .first-post .img-hover-slide {
  min-height: 400px;
}

.animate-conner-box::after {
  content: " ";
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  bottom: -45px;
  right: -45px;
  border-left: 45px solid #ef3f48;
  border-bottom: 45px solid #fff;
  transition: all 0.2s ease;
}

.animate-conner:hover .animate-conner-box::after {
  bottom: 0 !important;
  right: 0 !important;
}
.animate-conner .post-thumb .social-share {
  right: 35px;
}

.entry-header-1 h1 {
  max-width: 80%;
}

.overflow-hidden {
  overflow: hidden;
}

.single-social-share a {
  width: 35px;
  display: block;
  height: 35px;
  text-align: center;
  line-height: 37px;
  font-size: 13px;
  border-radius: 50%;
}

.single-thumnail .arrow-cover i {
  color: #fff;
}

.single-excerpt p {
  line-height: 1.5;
}

.entry-main-content p {
  line-height: 1.75;
  font-size: 15px;
}
.entry-main-content h2 {
  line-height: 1.25;
  margin-top: 30px;
  margin-bottom: 28px;
  font-size: 24px;
}
.entry-main-content figure {
  margin-bottom: 30px;
  margin-top: 30px;
}
.entry-main-content figure.alignleft {
  margin-right: 30px;
  margin-top: 20px;
}
.entry-main-content table td {
  padding: 0.5em 1em;
  border: 1px solid #e6e6e6;
}
.entry-main-content table th {
  padding: 0.5em 1em;
  border: 1px solid #e6e6e6;
}
.entry-main-content dd {
  margin: 0 0 1.65em;
}
.entry-main-content ul {
  list-style: disc;
}
.entry-main-content ul li {
  list-style: disc inside;
  line-height: 2;
}
.entry-main-content ul li.blocks-gallery-item {
  list-style: none;
}
.entry-main-content li > ul {
  padding-left: 2rem;
}
.entry-main-content li > ol {
  padding-left: 2rem;
}
.entry-main-content ol {
  padding-left: 0;
}

.related-posts .img-hover-slide {
  min-height: 200px;
}

.single-header-3.single-header-2 .entry-header-1 {
  padding: 50px;
}

.author-bio {
  margin-bottom: 40px;
  text-align: left;
  display: flex;
  border-bottom: 1px solid #e0dede;
  padding-bottom: 40px;
}
.author-bio .author-image {
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  width: 90px;
  height: 90px;
  margin-right: 40px;
}
.author-bio .author-image img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.author-bio .author-info {
  flex-grow: 1;
}
.author-bio h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.author-bio h5 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
  color: var(--color-black);
}
.author-bio .author-description {
  margin-top: 15px;
  margin-bottom: 15px;
}
.author-bio .author-bio-link {
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
  text-transform: lowercase;
  padding: 1px 15px;
  background-color: #fff;
  border: 1px solid #e0dede;
  margin-right: 20px;
  border-radius: 30px;
  font-size: 14px;
}
.author-bio .author-social {
  display: inline-block;
}
.author-bio .author-social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.author-bio .author-social-icons li {
  display: inline-block;
}
.author-bio .author-social-icons li:first-child a {
  margin-left: 0;
}
.author-bio .author-social-icons li a {
  text-align: center;
  font-size: 16px;
  margin-left: -1px;
  padding-top: 0;
  display: block;
  margin-left: 20px;
}
.author-bio .author-social-icons li a i {
  font-size: 14px;
}

.author .author-bio {
  margin: 0;
  padding: 50px;
  border: 0;
  background: #f4f5f9;
  border-radius: 5px;
}

.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}
.comments-area h4 {
  margin-bottom: 35px;
  color: #2a2a2a;
  font-size: 18px;
}
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}
.comments-area a {
  color: #2a2a2a;
}
.comments-area .comment-list {
  padding-bottom: 48px;
}
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}
.comments-area .thumb {
  margin-right: 20px;
}
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.comment-form .form-group {
  margin-bottom: 30px;
}
.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
  color: #2a2a2a;
}
.comment-form .name {
  padding-left: 0px;
}
.comment-form .email {
  padding-right: 0px;
}
.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}
.comment-form::-webkit-input-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form::-moz-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form:-ms-input-placeholder {
  font-size: 13px;
  color: #777;
}
.comment-form:-moz-placeholder {
  font-size: 13px;
  color: #777;
}

.form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 14px;
  background: transparent;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}
.form-control::placeholder {
  font-weight: 300;
  color: #999999;
  color: #777777;
}

.custom_select {
  position: relative;
  width: 100%;
}
.custom_select .nice-select {
  width: 100%;
  margin-bottom: 1rem;
}

.nice-select .list {
  width: 100%;
}

.button-contactForm {
  background: #ef3f48;
  color: #fff;
  border-color: #ef3f48;
  padding: 12px 25px;
}

figure .social-share {
  position: absolute;
  float: left;
  overflow: hidden;
  padding-left: 0;
  bottom: 10px;
  right: 0;
  margin: 0;
  z-index: 200;
}
figure .social-share li {
  width: 100%;
  text-align: center;
  max-width: 0px;
  opacity: 0;
  transition: 0.3s;
  float: left;
  margin-left: 5px;
}
figure .social-share li:first-child {
  max-width: 30px;
  opacity: 1;
  pointer-events: none;
}
figure .social-share li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
}
figure .social-share:hover li {
  opacity: 1;
  max-width: 30px;
}
figure .social-share:hover li:nth-child(1) {
  opacity: 0;
  max-width: 0;
}
figure .social-share:hover li:last-child {
  margin-right: 15px;
}

.social-share {
  height: 0;
  transition-duration: 0.2s;
}

.bgcover:hover .social-share {
  height: 30px;
  transition-duration: 0.2s;
}

.divider-text-center {
  text-align: center;
  position: relative;
}
.divider-text-center::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid #ddd;
  transform: translateY(-50%);
}
.divider-text-center span {
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
}

.btn-login .btn {
  min-width: unset;
}
.btn-login li {
  margin: 0px 5px 0;
  display: inline-block;
}
.btn-login li a {
  border-radius: 5px;
  padding: 15px 25px;
  color: #fff;
  display: block;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}

.btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
}

.btn-google {
  background: #d85040;
  border-color: #d85040;
}

.dashboard-menu li {
  padding: 7px 10px;
}
.dashboard-menu li:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.dashboard-menu a {
  color: #999;
}
.dashboard-menu li.active a {
  color: #333;
}

.dashboard-content .card {
  border: 0;
}
.dashboard-content .card-header {
  background: none;
}

.wp-block-separator {
  border-top: 1px solid #f4f5f9;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image {
  margin-bottom: 30px;
  margin-bottom: 30px;
}
.wp-block-image .alignleft {
  float: left;
  margin-right: 1em;
}
.wp-block-image .alignleft > figcaption {
  display: table-caption;
  caption-side: bottom;
  width: 100%;
}
.wp-block-image .aligncenter > figcaption {
  display: table-caption;
  caption-side: bottom;
  width: 100%;
}
.wp-block-image .alignright > figcaption {
  display: table-caption;
  caption-side: bottom;
  width: 100%;
}
.wp-block-image figcaption {
  color: #6a6a6a;
  z-index: 1;
  bottom: 0;
  right: 0;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
}

.wp-block-embed {
  margin-bottom: 30px;
}

.wp-block-gallery {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blocks-gallery-grid.columns-3 .blocks-gallery-image {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n) {
  margin-right: 0;
}
.blocks-gallery-grid.columns-3 .blocks-gallery-item {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
  margin-right: 0;
}

.wp-block-gallery.columns-3 .blocks-gallery-image {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n) {
  margin-right: 0;
}
.wp-block-gallery.columns-3 .blocks-gallery-item {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
  margin-right: 0;
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a {
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image img {
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-item a {
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-item img {
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a {
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-block-gallery.is-cropped .blocks-gallery-image img {
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-block-gallery.is-cropped .blocks-gallery-item a {
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.wp-block-separator.is-style-dots {
  border: none;
  width: auto;
  background: none !important;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}
.wp-block-separator.is-style-dots::before {
  content: "···";
  color: currentColor;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}

.wp-block-quote.is-large {
  margin: 0 0 16px;
  padding: 30px;
  background: #f4f5f9;
  border-radius: 5px;
}
.wp-block-quote.is-large p {
  font-size: 30px;
  line-height: 1.3;
  font-style: normal;
}

.wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 30px;
  background: #f4f5f9;
  border-radius: 5px;
}
.wp-block-quote.is-style-large p {
  font-size: 30px;
  line-height: 1.3;
  font-style: normal;
}

.wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom;
  width: 100%;
}

.tooltip-inner {
  font-size: 0.7em;
}

table {
  width: 100%;
  margin-bottom: 1.5rem;
  color: #212529;
  border-collapse: collapse;
}
table p {
  margin-bottom: 0;
}

.comment-content table td {
  padding: 0.5em 1em;
  border: 1px solid #e6e6e6;
}
.comment-content table th {
  padding: 0.5em 1em;
  border: 1px solid #e6e6e6;
}
.comment-content ul li {
  list-style: disc inside;
  line-height: 2;
}
.comment-content li > ul {
  padding-left: 2rem;
}
.comment-content li > ol {
  padding-left: 2rem;
}

.single-comment dd {
  margin: 0 0 1.65em;
}

ol li {
  list-style: decimal inside;
  width: 100%;
  line-height: 2;
}

pre {
  border: 1px solid #eee;
  font-size: 1em;
  line-height: 1.8;
  margin: 15px 0;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #fff;
  border-radius: 15px;
}

[data-loader=spinner] {
  width: 35px;
  height: 35px;
  display: inline-block;
  animation: spinner 1.2s infinite ease-in-out;
  box-shadow: 0 0 10px #fff;
}

@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}
@media (max-width: 767px) {
  .comment-form .name {
    padding-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0;
  }
}
/***
Styling for widgets
***/
/*Entry meta*/
/*SLICK SLIDER*/
/*featured-slider-1*/
/*featured-slider-2*/
/*widgets-post-carausel-1*/
/*widgets-post-carausel-2*/
/*widgets-post-carausel-3*/
/*POST MODULES*/
/*Post module 1*/
/*post-module-4*/
/*Post aside 1*/
/*news-flash*/
/*Categories*/
/*Tab*/
/*Social network widget*/
/*Widget About*/
/*Videos*/
/*Taber*/
/*cart icon on nav*/
/*BORDER RADIUS DECLARE*/
/*PADDING AND MARGIN DECLARE*/
.entry-meta {
  line-height: 1;
}
.entry-meta .author-add {
  font-size: 12px;
}

.entry-meta.meta-2 .author-img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.entry-meta.meta-2 .author-name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-top: 5px;
}

.entry-meta.meta-1 span {
  margin-right: 10px;
}
.entry-meta.meta-1 span i {
  margin-right: 3px;
}

.entry-meta.meta-0 span {
  padding: 4px 10px 4px 19px;
  font-size: 11px;
  letter-spacing: 0.8px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 30px;
  position: relative;
}
.entry-meta.meta-0 span::before {
  content: "";
  width: 6px;
  height: 6px;
  background: none;
  margin-right: 3px;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -3px;
  border: 1px solid #fff;
}

span.has-dot {
  position: relative;
  padding-left: 10px;
}
span.has-dot::before {
  content: "";
  width: 2px;
  height: 2px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: block;
  left: -3px;
}

.widget-header .widget-title {
  position: relative;
  z-index: 2;
}

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

.featured-slider-1 {
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}

.slider-caption {
  padding: 30px;
}

.arrow-cover {
  position: absolute;
  margin-top: -50px;
  right: 30px;
  font-size: 2px;
}

button.slick-arrow {
  background: none;
  border: 0;
  position: relative;
  padding: 0;
  margin: 0 5px;
}
button.slick-arrow [class^=flaticon-]::before {
  font-size: 15px;
}

.featured-slider-2-items .post-thumb .thumb-overlay {
  min-height: 600px;
}

.featured-slider-2 .post-content-overlay {
  position: absolute;
  transition-duration: 0.2s;
  width: 100%;
  top: 200px;
  z-index: 500;
}
.featured-slider-2 .post-content-overlay .post-title {
  max-width: 50%;
}
.featured-slider-2 .arrow-cover {
  position: absolute;
  left: 0;
  z-index: 300;
}
.featured-slider-2 .arrow-cover i {
  color: #fff;
}

.featured-slider-2-nav-cover {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}

.featured-slider-2-nav .slick-current img {
  border: 5px solid;
}

.editor-picked {
  padding: 30px;
}

a.read-more {
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid;
  padding: 6px 8px;
}
a.read-more:hover {
  color: #fff;
}

.post-carausel-1-items {
  padding: 30px;
}
.post-carausel-1-items h6.post-title {
  font-size: 14px;
}
.post-carausel-1-items .entry-meta {
  font-size: 11px;
}

.post-carausel-1-arrow {
  float: right;
}

.post-carausel-1 .editor-picked-left {
  border-right: 1px solid #c8e5ea;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
}

.post-carausel-2 .img-hover-slide {
  min-height: 310px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: -30px;
  right: 15px;
}
.slick-dots li {
  margin: 0 2px;
}
.slick-dots button {
  display: block;
  height: 8px;
  width: 8px;
  border: 2px solid #B2B2B2;
  background: transparent;
  text-indent: -9999px;
  padding: 0;
  border-radius: 6px;
}
.slick-dots li.slick-active button {
  width: 20px;
}

.post-carausel-3 .img-hover-slide {
  min-height: 450px;
}
.post-carausel-3 .thumb-overlay::before {
  border-radius: 0;
}

.post-module-1 .post-content-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  transition-duration: 0.2s;
  padding-right: 15px;
}
.post-module-1 .post-thumb:hover .post-content-overlay {
  bottom: 20px;
  transition-duration: 0.2s;
}
.post-module-1 .list-post .post-thumb {
  width: 130px;
  height: 100px;
}

.post-module-4 .img-hover-slide {
  height: 570px;
}

.post-module-1.post-module-5 .list-post .post-thumb {
  width: 80px;
  height: 80px;
}

.news-flash-cover {
  text-align: right;
}
.news-flash-cover h6 {
  line-height: 1;
  margin-bottom: 0;
}
.news-flash-cover ul {
  right: 0;
  text-align: right;
}

.widget_categories li.cat-item {
  text-align: right;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  display: table;
  width: 100%;
  font-size: 15px;
  padding: 5px 0;
}
.widget_categories li.cat-item:last-child {
  border: none;
}
.widget_categories li.cat-item a {
  text-align: left;
  float: left;
  padding: 0;
}

.widget_archive li {
  text-align: right;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  display: table;
  width: 100%;
  font-size: 15px;
  padding: 5px 0;
}
.widget_archive li a {
  text-align: left;
  float: left;
  padding: 0;
}

.widget_pages li {
  text-align: right;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  display: table;
  width: 100%;
  font-size: 15px;
  padding: 5px 0;
}
.widget_pages li a {
  text-align: left;
  float: left;
  padding: 0;
}

.widget_recent_comments li {
  text-align: right;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  display: table;
  width: 100%;
  font-size: 15px;
  padding: 5px 0;
}

.widget_nav_menu li {
  text-align: right;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  display: table;
  width: 100%;
  font-size: 15px;
  padding: 5px 0;
}

nav.tab-nav {
  position: relative;
  top: 0;
  background: none;
  border-radius: 120px;
  padding: 0 11px;
  border: 0 solid;
  float: right;
  text-transform: uppercase;
  font-size: 12px;
}
nav.tab-nav .nav-tabs {
  border: none;
}

.nav-tabs .nav-link.active {
  border: none;
}
.nav-tabs .nav-link {
  border: none;
}
.nav-tabs .nav-link:focus {
  border: none;
}
.nav-tabs .nav-link:hover {
  border: none;
}

.tab-nav.style-1 .nav-link.active {
  color: #fff;
}
.tab-nav.style-1 .nav-link {
  display: block;
  padding: 6px 13px;
  border-radius: 30px;
  line-height: 1;
  margin: 0 3px;
}
.tab-nav.style-1 .nav-link:hover {
  color: #fff;
}

.follow-us a {
  display: block;
  padding: 12px 13px;
  color: #fff;
  width: 50%;
  border-radius: 5px;
  font-size: 15px;
  overflow: hidden;
  height: 46px;
}
.follow-us a .social-count {
  font-weight: bold;
}
.follow-us a:hover i {
  transform: translateY(-35px) !important;
}
.follow-us a i {
  backface-visibility: hidden;
  transform: translateY(0);
  transition: 0.2s cubic-bezier(0.65, 0.23, 0.31, 0.88);
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}
.follow-us a i.nth-2 {
  position: absolute;
  top: 38px;
  left: 0;
}
.follow-us i.v-align-space {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 8px;
  line-height: 1;
}
.follow-us .social-icon {
  display: inline-block;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.about-author-img {
  border-radius: 50%;
  width: 52px;
  height: 52px;
}

.video-area {
  background-image: url(../images/bg-20.png);
  background-repeat: no-repeat;
  background-color: #021228;
  background-position: left center;
  color: #8b8cb3;
}
.video-area .letter-background {
  color: rgba(255, 255, 255, 0.2);
}

.footer-area .letter-background {
  color: rgba(255, 255, 255, 0.2);
}

.play_btn a {
  color: #fff;
  border: 2px solid #fff;
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  font-size: 29px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
}

.play_btn.play_btn_small a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.play_btn.play_btn_small a i {
  margin-right: -3px;
}

.widget-taber a.nav-link {
  font-size: 14px;
  padding: 4px 15px 0 0;
  float: left;
  position: relative;
}
.widget-taber a.nav-link.active {
  font-size: 18px;
  padding-top: 0;
  padding-left: 15px;
}
.widget-taber a.nav-link.active::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -4px;
  animation: shadow-pulse 1s infinite;
}
.widget-taber nav.tab-nav {
  padding: 0;
}

.widget-taber-content {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}

.nav-shopping-cart {
  position: absolute;
  right: 0;
  top: 0;
}
.nav-shopping-cart a.cart-icon {
  position: absolute;
  right: 60px;
  padding: 0;
}
.nav-shopping-cart a.cart-icon span.cart_count {
  position: absolute;
  top: -15px;
  right: -6px;
  font-size: 11px;
  background-color: #FF324D;
  border-radius: 50px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  min-width: 16px;
  text-align: center;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
  margin-right: -5px;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

.dropdown-menu.cart_box {
  width: 320px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  border: 0;
  border-radius: 4px;
  line-height: 1;
  z-index: 900;
}

.cart_box .cart_list {
  width: 100%;
  padding: 0 !important;
  max-height: 242px;
  overflow-y: auto;
}

.cart_list li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px;
  line-height: 1;
}
.cart_list a {
  vertical-align: top;
  padding: 0 !important;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 2;
}
.cart_list img {
  border: 1px solid #eee;
  background-color: #ffffff;
  float: left;
  margin-right: 10px;
  max-width: 80px;
  border-radius: 5px;
}

.item_remove {
  float: right;
  margin-left: 5px;
  color: #333 !important;
}

.cart_quantity {
  color: #333;
  display: table;
  margin-top: 5px;
  font-weight: 500;
}

.cart_total {
  color: #333;
  margin: 0;
  padding: 10px 15px;
  font-weight: 600;
  text-align: right;
}
.cart_total strong {
  float: left;
  font-weight: 600;
}

.cart_buttons {
  margin: 0;
  padding: 10px 15px 20px;
  text-align: center;
}
.cart_buttons .view-cart {
  padding: 15px 17px !important;
  min-width: unset;
  margin: 0 5px;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  color: #fff !important;
}
.cart_buttons .checkout {
  padding: 15px 17px !important;
  min-width: unset;
  margin: 0 5px;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  color: #fff !important;
}

.border-radius-2 {
  border-radius: 2px;
  overflow: hidden;
}

.border-radius-5 {
  border-radius: 5px;
  overflow: hidden;
}

.border-radius-10 {
  border-radius: 10px;
  overflow: hidden;
}

.border-radius-15 {
  border-radius: 15px;
  overflow: hidden;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

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

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

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

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-260 {
  padding-top: 260px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.bt-1 {
  border-top: 1px solid;
}

/*PRIMARY COLOR #ef3f48, #1a1a1a*/
/*Color*/
/*Background*/
/*Border*/
/*Secondary color*/
/*Gradient*/
/*OTHER COLORS*/
/*text*/
.primary-color {
  color: #ef3f48;
}

.boxed-btn {
  color: #ef3f48;
  border-color: #ef3f48;
}
.boxed-btn:hover {
  background: #ef3f48;
  border-color: #ef3f48;
}

.contact-section .nav-tabs .nav-link.active {
  color: #ef3f48;
}
.contact-section .whats-news-caption .single-what-news .what-cap h4 a:hover {
  color: #ef3f48;
}

.main-header .main-menu ul li.current-menu-item > a .footer-area .footer-form form input {
  color: #ef3f48;
}
.main-header .main-menu ul li:hover > a {
  color: #ef3f48;
}
.main-header .main-menu ul ul.sub-menu {
  border-color: #ef3f48;
}
.main-header .main-menu ul ul.sub-menu > li > a:hover {
  color: #ef3f48;
}
.main-header a:hover {
  color: #ef3f48;
}

.footer-area .info.error {
  color: #ef3f48;
}
.footer-area .footer-tittle ul li a:hover {
  color: #ef3f48;
}
.footer-area .footer-social a i:hover {
  color: #ef3f48;
}

.recent-articles .slick-arrow {
  color: #ef3f48;
}
.recent-articles .single-recent .what-cap h4 a:hover {
  color: #ef3f48;
}

.slicknav_menu .slicknav_nav a:hover {
  color: #ef3f48;
}
.slicknav_menu .slicknav_icon-bar {
  background: #ef3f48;
}

.trending-area .trending-main .trending-bottom .single-bottom .trend-bottom-cap h4 a:hover {
  color: #ef3f48;
}
.trending-area .trending-main .trand-right-single .trand-right-cap h4 a:hover {
  color: #ef3f48;
}

.weekly2-news-area .weekly2-wrapper .weekly2-single .weekly2-caption h4 a:hover {
  color: #ef3f48;
}

.weekly-news-area .weekly-wrapper .weekly-single .weekly-caption h4 a:hover {
  color: #ef3f48;
}

.pagination-area .page-link:hover {
  color: #ef3f48;
}
.pagination-area .page-item.active .page-link:hover {
  color: #ef3f48;
}

#userMenuDropdow.dropdown-menu a:hover {
  color: #ef3f48;
}

.footer-bottom-area .footer-copy-right p a {
  color: #ef3f48;
}

.range .ui-slider-handle.ui-state-default.ui-corner-all {
  color: #ef3f48;
  background: #ef3f48;
}
.range #slider-range {
  color: #ef3f48;
  background: #ef3f48;
}

.single-product .product-price {
  color: #ef3f48;
}

a.active {
  color: #ef3f48;
}

sup {
  color: #ef3f48;
}

.current-color {
  color: #ef3f48;
}

h1 {
  color: #152035;
}

h2 {
  color: #152035;
}

h3 {
  color: #152035;
}

h4 {
  color: #152035;
}

h5 {
  color: #152035;
}

h6 {
  color: #152035;
}

.size-filter.list-filter li a:hover {
  background: #ef3f48;
  border-color: #ef3f48;
}
.size-filter.list-filter li.active a {
  background: #ef3f48;
  border-color: #ef3f48;
}

.primary-bg {
  background: #ef3f48;
}

.trending-tittle strong {
  background: #ef3f48;
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #ef3f48;
}
.blog_right_sidebar .search_widget .input-group button {
  background: #ef3f48;
}

#scrollUp {
  background: #ef3f48;
}

.hero-caption span::before {
  background: #ef3f48;
}

.blog_item_img .blog_item_date {
  background: #ef3f48;
}

a.read-more {
  border-color: #ef3f48;
}
a.read-more:hover {
  background: #ef3f48;
}

.slick-dots li.slick-active button {
  background: #ef3f48;
  border-color: #ef3f48;
}

.top-right-icon {
  background: #ef3f48;
}

.mobile_menu .slicknav_menu .slicknav_icon-bar {
  background: #ef3f48;
}

.widget-taber a.nav-link.active::before {
  background: #ef3f48;
}

.featured-slider-2-nav .slick-active img {
  border-color: #ef3f48;
}

.border-color-1 {
  border-color: #e0dede;
}

.custome-checkbox input[type=checkbox]:checked + .form-check-label::before {
  background-color: #ef3f48;
  border-color: #ef3f48;
}

.custome-radio input[type=radio]:checked + .form-check-label::before {
  border-color: #ef3f48;
}
.custome-radio input[type=radio] + .form-check-label::after {
  background-color: #ef3f48;
}

.tab-nav.style-1 .nav-link.active {
  background: #152035;
}
.tab-nav.style-1 .nav-link:hover {
  background: #152035;
}

.blog_area a:hover {
  background: -webkit-linear-gradient(131deg, #ef3f48 0%, #ef3f48 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  transition: 0.4s;
}

p {
  color: #506172;
}

button.search-icon {
  color: #506172;
}

.user-account {
  color: #506172;
}

ul.header-social-network li a {
  color: #506172;
}

button.subscribe {
  border-color: #1d55c1;
  color: #1d55c1;
}
button.subscribe:hover {
  background: #1d55c1;
  color: #fff;
}

.color1 {
  color: #ff2d55;
}

.color2 {
  color: #007aff;
}

.color3 {
  color: #4cd964;
}

.color4 {
  color: #5856d6;
}

.color5 {
  color: #ffcc00;
}

.background1 {
  background: #ff2d55;
}

.background2 {
  background: #007aff;
}

.background3 {
  background: #4cd964;
}

.background4 {
  background: #5856d6;
}

.background5 {
  background: #ffcc00;
}

.background6 {
  background: #d4f4f9;
}

.background7 {
  background: #4e6788;
}

.background8 {
  background: #d5262b;
}

.background9 {
  background: #752279;
}

.background10 {
  background: #379499;
}

.background11 {
  background: #010f22;
}

.background12 {
  background: #f4f5f9;
}

.product-color-red {
  background: #ff596d;
}

.product-color-yellow {
  background: #ffdb33;
}

.product-color-white {
  background: #ffffff;
}

.product-color-orange {
  background: #ffbb51;
}

.product-color-cyan {
  background: #80e6ff;
}

.product-color-green {
  background: #38cf46;
}

.product-color-purple {
  background: #ff8ff8;
}

.bg-grey {
  background: #F6F7FB;
}

.color-white {
  color: #ffffff !important;
}

.color-grey {
  color: #889097;
}

.background-white {
  background: #ffffff;
}

.color-black {
  color: #000000;
}

.facebook-icon:hover {
  color: #3b5998;
}

.twitter-icon:hover {
  color: #55acee;
}

.pinterest-icon:hover {
  color: #bd081c;
}

.instagram-icon:hover {
  color: #3f729b;
}

.follow-us a.follow-us-facebook {
  background: #305c99;
}
.follow-us a.follow-us-twitter {
  background: #00cdff;
}
.follow-us a.follow-us-instagram {
  background: #3f729b;
}
.follow-us a.follow-us-telegram {
  background: #0088CC;
}
.follow-us a.follow-us-youtube {
  background: #e22b26;
}
.follow-us a.follow-us-whatsapp {
  background: rgb(79, 206, 93);
}

.single-social-share a.facebook-icon {
  background: #305c99;
}
.single-social-share a.twitter-icon {
  background: #00cdff;
}
.single-social-share a.instagram-icon {
  background: #3f729b;
}
.single-social-share a.pinterest-icon {
  background: #e22b26;
}

/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :992px. */
/* small mobile :768px. */
/* Large Mobile :480px. */
/*Other*/
@media (min-width: 992px) {
  .col-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-2-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-3-5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-4-5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .main-search-form-cover {
    padding: 10px 100px 50px 100px;
  }
  p.suggested {
    margin-left: 50px;
  }
}
@media (min-width: 768px) {
  .header-style-1 .header-bottom {
    display: block;
    height: 70px;
  }
  .slicknav_nav li {
    display: block;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
  }
  .main-search-form p.ml-50 {
    margin-left: 0 !important;
  }
  .main-search-form .search-form input {
    font-size: 18px;
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .widget-area.pl-30 {
    padding-left: 0 !important;
  }
  .nav-shopping-cart a.cart-icon {
    right: 95px;
    z-index: 999;
  }
  .header-style-2 .off-canvas-toggle-cover {
    right: 0;
    left: unset;
  }
  .header-style-2 #off-canvas-toggle {
    margin-left: 0;
  }
  .header-style-2 .nav-shopping-cart a.cart-icon {
    right: 30px;
  }
  .header-style-2 .main-header .search-button {
    right: 60px;
  }
  .header-style-2 .slicknav_menu .slicknav_icon {
    margin: 0 50px 0 0;
  }
  .featured-slider-2 .post-content-overlay {
    top: 100px;
  }
}
@media (max-width: 768px) {
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .follow-us {
    display: block !important;
  }
  .follow-us a {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }
  .post-module-4 .img-hover-slide {
    height: 493px;
  }
  .footer-bottom-area {
    text-align: center;
  }
  .main-header .search-button {
    right: 45px;
  }
  .news-flash-cover {
    float: none !important;
  }
  .loop-list .post-thumb.mr-20 {
    margin-right: 0 !important;
  }
  .page-404 {
    text-align: center;
  }
  .entry-header-1 h1 {
    max-width: 100%;
  }
  .single-header-2 .entry-header-1 {
    padding: 50px;
  }
  .nav-shopping-cart a.cart-icon {
    right: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .canvas-opened #sidebar-wrapper {
    width: 100%;
  }
  .block-tab-item .post-block-style {
    margin-bottom: 30px;
  }
  .block-tab-item .sm-grid-content {
    margin-bottom: 30px;
  }
  .widget-title {
    text-align: center;
  }
  .letter-background {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .tab-nav.style-1 {
    margin-bottom: 30px;
  }
  .tab-nav.style-1 .nav-link {
    padding: 4px 7px;
    margin: 0 1px;
  }
  .tab-nav.style-1 i {
    display: none;
  }
  .footer-bottom-area .footer-copy-right p {
    line-height: 1.5;
  }
  .post-module-4 .img-hover-slide {
    height: 345px;
    margin-bottom: 30px;
  }
  .video-area .letter-background {
    display: none;
  }
  .video-area .block-tab-item {
    margin-top: 30px !important;
  }
  .video-area .widget-title {
    text-align: left;
  }
  .loop-list .post-thumb {
    margin-bottom: 30px;
  }
  .pagination-area {
    margin-bottom: 30px;
  }
  .main-search-form .search-switch {
    font-size: 12px;
  }
  .suggested-area {
    text-align: center;
  }
  .widget-taber a.nav-link.active {
    font-size: 14px;
    padding: 4px 15px 0 15px;
  }
  .author-bio {
    display: block;
  }
  .single-social-share {
    text-align: left;
  }
  .single-social-share .entry-meta {
    width: 100%;
    margin-bottom: 15px;
  }
  .single-social-share ul {
    width: 100%;
  }
  .single-header-2 .entry-header-1 {
    padding: 30px 15px;
  }
  .single-header-2 .entry-header-1 h1 {
    font-size: 1.5rem;
  }
  .single-header-2 .single-thumnail {
    min-height: 340px;
  }
  .single-header-3.single-header-2 .entry-header-1 {
    padding: 30px 15px;
  }
  .nav-shopping-cart a.cart-icon span.cart_count {
    display: none;
  }
  .featured-slider-2-nav {
    display: none;
  }
  .featured-slider-2 .post-content-overlay .post-title {
    max-width: 100%;
  }
  .shopping-cart .total-amount .left .coupon form input {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 15px;
  }
  .shopping-cart .total-amount .left .coupon form .btn {
    border-radius: 3px;
    margin: 0;
  }
  .archive-header {
    text-align: center;
  }
  .shopping-summery tbody .price {
    text-align: right;
  }
  .shopping-summery tbody .total-amount {
    text-align: right;
  }
  .shopping-summery tbody .action {
    text-align: right;
  }
  .shopping-summery .detail-qty {
    float: right;
  }
}
@media (max-width: 767px) {
  #scrollUp {
    right: 16px;
  }
  .sticky-logo {
    display: block !important;
  }
  .recent-articles .single-recent .what-cap h4 {
    font-size: 13px;
  }
  .social-share ul li {
    margin: 0 7px;
  }
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
  .shop_cart_table td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .shop_cart_table td::before {
    content: attr(data-title) " ";
    float: left;
    text-transform: capitalize;
    margin-right: 15px;
    font-weight: bold;
  }
  .shop_cart_table thead {
    display: none;
  }
  .shop_cart_table td.product-quantity::before {
    margin-top: 10px;
  }
  .shop_cart_table td.product-thumbnail {
    text-align: center;
  }
  .shop_cart_table td.product-add-to-cart {
    text-align: center;
  }
  .shop_cart_table .quantity {
    justify-content: flex-end;
  }
  .wishlist_table .table td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .wishlist_table thead {
    display: none;
  }
  .wishlist_table td::before {
    content: attr(data-title) " ";
    float: left;
    text-transform: capitalize;
    margin-right: 15px;
    font-weight: bold;
  }
  .wishlist_table td.product-thumbnail {
    text-align: center;
  }
  .wishlist_table td.product-add-to-cart {
    text-align: center;
  }
  .input-group-append .btn {
    min-width: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-sticky.sticky-bar.sticky .main-nav ul > li > a {
    padding: 33px 13px;
  }
  .header-sticky.sticky-bar.sticky .main-nav .sub-menu {
    right: 0;
    left: inherit;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sticky-logo {
    display: block !important;
  }
}
.tag-cloud-link {
  -moz-user-select: none;
  text-transform: capitalize;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 0;
  padding: 15px 20px;
  border-radius: 30px;
  margin: 0 5px 10px 0;
  border: 1px solid #ebebeb;
  background: #ecedf1;
}

footer .widget_tagcloud .tag-cloud-link {
  color: #333;
}

.follow-us a.follow-us-linkedin {
  background: #007aff;
}

.follow-us a.follow-us-pinterest {
  background: #e22b26;
}

.sidebar-inner .social-network .social-name {
  display: none;
}

.open-search-form .main-search-form {
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
  height: 100vh;
  transform: scaleY(1);
  transform-origin: top;
  position: absolute;
  background: #fff;
  z-index: 100;
  width: 100%;
}

@media only screen and (min-width: 1080px) {
  .featured-slider-1-items .slick-list {
    min-height: 400px;
  }
}
.featured-slider-1-items:not(.slick-slider) .slider-single {
  display: none;
}
.featured-slider-1-items .slider-single:nth-child(1) {
  display: block;
}

video#player {
  max-width: 100%;
}

@media only screen and (max-width: 800px) {
  .entry-header.single-header-default h1.post-title {
    font-size: 1.5rem;
  }
  .entry-header.single-header-default .single-social-share {
    margin-top: 0;
    display: none !important;
  }
}
#alert-container {
  top: 100px;
  right: 5px;
  position: fixed;
  z-index: 9999999;
}
#alert-container .alert {
  max-width: 450px !important;
  min-height: 45px !important;
  font-weight: 400;
  position: relative;
  padding: 15px 40px 15px 20px;
  margin-bottom: 10px;
  box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
}
#alert-container .alert.alert-success {
  color: #299c77;
  background-color: #bff9d0;
}
#alert-container .alert .message-icon {
  position: absolute;
  left: 5%;
  top: 30%;
  font-size: 20px;
  fill: #299c77;
  stroke: #299c77;
}
#alert-container .alert.alert-dismissible .close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 10px;
  padding: 0;
}

.button-loading {
  border: 1px solid #c4cdd5;
  cursor: default;
  text-shadow: none;
  color: transparent !important;
  position: relative;
  transition: border-color 0.2s ease-out;
}

.button-loading,
.button-loading:hover,
.button-loading:focus,
.button-loading:active {
  color: transparent;
}

.button-loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  animation: button-loading-spinner 1s linear infinite;
  border-color: #ffffff;
  border-bottom-color: transparent;
}

.button-loading.btn-fill-out {
  color: transparent !important;
  border: 1px solid var(--color-primary);
}
.button-loading.btn-fill-out:before {
  width: 18px;
  background-color: transparent;
  border-color: var(--color-primary);
  border-bottom-color: transparent;
}
.button-loading.btn-fill-out:after {
  display: none;
}

.required:after {
  content: " *";
  color: red;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.subscribe_form #newsletter-form-email {
  color: #fff;
}

.slicknav_btn {
  float: left;
  width: 38px;
}

@media (max-width: 768px) {
  h2.post-title {
    font-size: 1.2rem;
  }
  h4.post-title {
    font-size: 1.1rem;
  }
  .single-excerpt .font-large {
    font-size: 16px;
  }
  .archive-header .border-color-1.mt-30 {
    margin: 10px 0px !important;
  }
  .archive-header h2 {
    font-size: 30px;
  }
  .author-bio {
    display: flex;
  }
  .entry-header .entry-meta.meta-1 span {
    margin-right: 5px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .header-style-1 .off-canvas-toggle-cover {
    left: 0;
    width: 120px;
  }
  .header-style-2 .off-canvas-toggle-cover {
    width: 120px;
  }
}
.widget_instagram .insta-feed {
  padding-top: 5px;
  margin: -2px;
  display: flex;
  flex-wrap: wrap;
}
.widget_instagram .insta-feed li {
  flex: 1 1 33.33%;
  padding: 5px;
}

.toc-container {
  border-color: rgba(51, 51, 51, 0.95);
  padding: 20px;
}
.toc-container .toc_list > li {
  counter-reset: subtoc 0;
  counter-increment: toc 1;
  position: relative;
  padding: 5px 5px 5px 37px;
}
.toc-container .toc_list > li::before {
  content: counter(toc);
  position: absolute;
  top: 5px;
  left: 0px;
  width: 27px;
  height: 27px;
  border-radius: 100px;
  background-color: rgb(222, 225, 243);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: rgb(71, 71, 71);
  font-weight: 600;
  margin-right: 10px;
  transition: all 0.2s linear 0s;
}
.toc-container .toc_list > li ul {
  padding-left: 0;
}
.toc-container .toc_list > li ul li {
  list-style-type: disc !important;
}
.toc-container .toc_list > li ul li::marker {
  font-size: 1rem;
}

.show-admin-bar .scroll-progress, .show-admin-bar .preloader, .show-admin-bar .sticky-bar {
  top: 40px;
}

.language a:hover {
  color: unset;
}

#userMenuDropdow.dropdown-menu a:active {
  background: unset;
}

.pagination-area .page-item.disabled .page-link {
  background: unset;
}

div.container.slicknav_collapsed .ti-menu::before {
  display: none;
}

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

.mobile_menu {
  position: absolute;
}

span.btn-action-favorite-post {
  cursor: pointer;
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: unset;
  border-radius: 50%;
  text-align: center;
  margin-right: 0 !important;
}
span.btn-action-favorite-post i {
  font-size: 1.2em;
}

span.post-bookmarked {
  color: #fff;
  vertical-align: middle;
}
span.post-bookmarked i {
  font-weight: bold;
  font-size: 13px;
  position: absolute;
  top: 6px;
  left: 5px;
}

.header-logo .img-logo {
  max-height: 100px;
}

figure.image {
  text-align: center;
}

figure.image.image-style-side {
  text-align: right;
}

.gallery-shortcode {
  display: flex;
  flex-wrap: wrap;
}
.gallery-shortcode .item {
  flex-grow: 1;
  width: 33%;
  padding: 5px;
}

.post-carausel-1-items .slick-next, .post-carausel-1-items .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 1;
}
.post-carausel-1-items .slick-prev {
  left: 20px;
}
.post-carausel-1-items .slick-next {
  right: 40px;
}
.post-carausel-1-items .slick-prev:before {
  content: "\e629";
  font-family: themify;
}
.post-carausel-1-items .slick-next:before {
  content: "\e628";
  font-family: themify;
}
.post-carausel-1-items .slick-arrow:before {
  top: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
  transition: 0.2s;
}
