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

Template Name: Markis - Digital Marketplace Template
Author: validtheme
Description:
Version: 1.3

Main Font    : Poppins
Main Color   : #0078ff

-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Nav With Topbar
    03. Banner
    04. Search Header
    05. About Area
    06. Product
        - Newly Added
        - Top Rated
        - Trend Items
    07. Top Category
    08. Author Profile
    09. Search Product
    10. Product Single
    11. Why Chose Us
    12. Customer Review
    13. Community User
    14. Fun Factor
    15. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
    16. Login Form
    17. Concat Area
    18. Subscribe Form
    19. Error 404
    20. Footer
        - Dark Version
        - Light Version
    21. PHP Contact Form
    22. Others

*/


/*
** General Styles for HTML tags
*/

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1,h2,h3,h4 {
  margin-bottom: 15px;
}

h5,h5 {
  margin-bottom: 10px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

b, strong {
  font-weight: 900;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}
/* Default CSS */
.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #0078ff;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #0078ff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #0078ff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

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

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding.bottom-110 {
  padding-top: 120px;
  padding-bottom: 110px;
}

.default-padding.bottom-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 120px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.btn {
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: inherit;
  overflow: hidden;
}

.btn-md {
  padding: 10px 40px 10px;
}

.btn-sm {
  padding: 8px 35px;
  font-size: 12px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover, 
 .btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #232323;
  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #232323;
  color: #ffffff;
  border: 2px solid #232323;
}

.btn-dark.border {
  background-color: transparent;
  color: #232323;
  border: 2px solid #232323;
}

.btn-dark.border:hover {
  background-color: #232323;
  color: #ffffff !important;
  border: 2px solid #232323;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #232323;
}

.btn.btn-light:hover, 
 .btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.effect:hover, 
 .btn.btn-light.effect:focus {
  background-color: #0078ff;
  color: #ffffff !important;
  border: 2px solid #0078ff;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #ffffff !important;
  color: #232323 !important;
}

.btn-dark:hover, 
 .btn-dark:focus {
  color: #232323 !important;
  background: transparent;
}

.bg-dark {
  background: #002147  none repeat scroll 0 0;
}

.btn-theme {
  background-color: #0078ff;
  color: #ffffff;
  border: 2px solid #0078ff;
}

.btn-theme.border {
  background-color: transparent;
  color: #0078ff;
  border: 2px solid #0078ff;
}

.btn-theme.border:hover {
  background-color: #0078ff;
  color: #ffffff;
  border: 2px solid #0078ff;
}

.btn-theme.effect:hover, 
 .btn-theme.effect:focus {
  background: #0078ff none repeat scroll 0 0;
  border: 2px solid #0078ff;
  color: #ffffff;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.container-full {
  padding: 0 15px;
  width: 100%;
}

.oh {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

header {
  position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover, 
.attr-nav > a.btn-theme.effect, 
.attr-nav > a.btn-theme.effect:focus {
  background: #0078ff none repeat scroll 0 0;
  border: 2px solid #0078ff;
  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #0078ff;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}

.site-heading h2 {
  display: inline-block;
  font-weight: 600;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
}

.site-heading h4 {
  text-transform: uppercase;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #0078ff;
}

.site-heading h2 span {
  color: #0078ff;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
}

.site-heading h2::before {
  background: #0078ff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}

.bg-theme .site-heading h2::before,
.shadow .site-heading h2::before,
.half-bg .site-heading h2::before {
  background: #ffffff none repeat scroll 0 0;
}

.site-heading h2 span {
  color: #0078ff;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.site-heading.single {
  margin-bottom: 35px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

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

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

.side-bg {
  height: 100%;
  position: absolute;
  right: 30px;
  top: 0;
  width: 35%;
}

.side-bg.left {
  left: 30px;
  right: auto;
}

.side-bg img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  max-width: 80%;
}

.animated.side-bg {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: infiUpDown;
  animation-name: infiUpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}


/* ============================================================== 
     # Topbar 
=================================================================== */
.top-bar-area .text-left li {
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.top-bar-area {
  padding: 10px 0;
}

.top-bar-area .text-left li::after {
  position: absolute;
  right: 0;
  top: 7px;
  content: "";
  height: 12px;
  width: 1px;
  background: rgba(255, 255, 255, 0.7);
}

.top-bar-area .text-left li a, .top-bar-area .text-left li strong {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.top-bar-area .text-left li:last-child::after {
  display: none;
}

.top-bar-area .text-left li:last-child {
  margin: 0;
  padding: 0;
}

.top-bar-area .text-right a {
  display: inline-block;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.top-bar-area .text-right a i {
  margin-right: 2px;
}

.top-bar-area .text-right a i.fas.fa-user {
  font-weight: 500;
}

.top-bar-area .row {
  display: flex;
  align-items: center;
}

/* Product Heading */
.product .heading {
  margin-bottom: 30px;
  display: block;
}

.heading.inc-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 25px;
}

.heading.inc-btn a {
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid #e7e7e7;
  text-transform: capitalize;
  font-weight: 600;
  color: #0078ff;
  background: #ffffff;
}

.more-btn {
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}

.more-btn i {
  margin-left: 3px;
}

.default-padding.bottom-less .more-btn {
  margin-top: 20px;
  margin-bottom: 30px;
}


/* ============================================================== 
     # Page Heading 
=================================================================== */
.page-heading {
  padding: 100px 0;
}

.page-heading h2 {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: -5px;
  margin-bottom: 0;
}

.page-heading ul {
  margin-top: 20px;
}

.page-heading ul li {
  display: inline-block;
  margin-right: 8px;
  margin-top: 5px;
  position: relative;
  color: #ffffff;
  z-index: 1;
  padding-right: 15px;
}

.page-heading ul li::after {
  position: absolute;
  right: 0;
  top: 1px;
  content: "/";
  font-weight: 600;
}

.page-heading ul li:last-child::after {
  display: none;
}

.page-heading ul li a {
  font-weight: 600;
}

/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-items .breadcrumb {
  background: transparent none repeat scroll 0 0;
  margin: 0;
  padding: 20px 0;
}

.breadcrumb-items {
  border-bottom: 1px solid #e7e7e7;
}

.breadcrumb-items .breadcrumb li {
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.breadcrumb-items .breadcrumb li.active {
  color: #0078ff;
}

.breadcrumb > li + li::before {
  color: #232323;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding: 0 5px;
}

.breadcrumb-area .breadcrumb a, 
 .breadcrumb-area .breadcrumb li {
  font-weight: 600;
  text-transform: uppercase;
}

.breadcrumb-area .breadcrumb li.active {
  color: #f44336;
}


/* ============================================================== 
     # Search Header 
=================================================================== */

.search-header {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  background-color: #C7BAA1;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-attachment: unset !important;
}

/* .search-header::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0;
  width: 100%;
  z-index: -1;
} */

.search-header .hero-box h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: -8px;
  margin-bottom: 25px;
  letter-spacing: 0.6px;
}

.search-header .hero-box ul {
  margin-bottom: -5px;
}

.search-header .hero-box ul li {
  color: #ffffff;
  display: inline-block;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.6px;
  margin: 0 7px;
  padding: 0 7px;
  position: relative;
  z-index: 1;
}

.search-header .hero-box ul li::after {
  position: absolute;
  right: -12px;
  top: 12px;
  content: "";
  height: 7px;
  width: 7px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.search-header .hero-box ul li:last-child::after {
  display: none;
}

.search-header .hero-box p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: -5px;
}

.search-header .search-box {
  position: relative;
  z-index: 1;
  padding-top: 45px;
  margin-top: 40px;
}

.search-header .search-box::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: -1;
}

.search-header .search-box form {
  position: relative;
  z-index: 1;
  max-width: 70%;
  margin: auto;
}

.search-header .search-box form input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 60px;
}

.search-header .search-box form button {
  position: absolute;
  right: 5px;
  top: 5px;
  min-height: 50px;
  min-width: 50px;
  background: #0078ff;
  border: none;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 425px) {
  .search-header {
    padding: 193px 0 !important;
  }
}

@media (max-width: 575px) {
  .search-header {
    padding: 236px 0 !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-attachment: unset !important;
  }
}
@media (max-width: 770px) {
  .search-header {
    padding: 452px 0 ;
    background-size: contain !important;
    background-repeat: no-repeat;
  }
}
@media (max-width: 992px) {
  .search-header {
    padding: 439px 0;
    background-color: #C7BAA1;
    background-size: cover !important;
    background-repeat: no-repeat;
}
}
@media (min-width: 1020px) {
  .search-header {
    padding: 700px 0;
        background-size: cover !important;
        /* background-repeat: no-repeat; */
        background-position: top;
  }
}
/* ============================================================== 
     # About
=================================================================== */

.about-area .right-info li {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 25px;
  padding-left: 35px;
}

.about-area .right-info li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #0078ff;
  font-size: 20px;
}

.about-area .right-info li:last-child {
  margin-bottom: 0;
}

.about-area .right-info li h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-area .right-info li p {
  margin: 0;
}

.about-area  h2 {
  font-weight: 600;
  line-height: 1.4;
  margin-top: -8px;
  margin-bottom: 20px;
}

.about-area .fun-fact {
  display: inline-block;
  margin-right: 30px;
  font-family: 'Poppins', sans-serif;
}

.about-area .fun-fact .timer {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-area .fun-fact-items {
  margin-top: 25px;
}

.about-area .fun-fact-items span.medium {
  color: #0078ff;
  font-size: 16px;
  font-weight: 500;
}

.about-area .left-info {
  padding-right: 35px;
}


/* ============================================================== 
     # Prontpage Product
=================================================================== */

.front-page-product-area {
  margin-bottom: -7px;
}

.product .heading h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}

.front-page-product-area .nav-pills {
  margin-bottom: 25px;
}

.front-page-product-area .tab-content .item {
  width: calc(100% / 6);
  padding: 7px;
  float: left;
}

.front-page-product-area .tab-content .row {
  margin: 0 -7px;
}

.front-page-product-area .nav-pills li {
  float: left;
  margin-right: 10px;
}

.front-page-product-area .nav-pills li a {
  font-weight: 500;
  letter-spacing: 0.5px;
  background: #e9edf7;
}

.front-page-product-area .nav-pills li.active a {
  background: #0078ff;
}

/* Hover Effect */
.front-page-product-area .tab-content .item a {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.front-page-product-area .tab-content .item a .overlay {
  color: #ffffff;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  -webkit-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  opacity: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  z-index: 1;
  text-align: center;
  width: 100%;
  padding: 5px;
}

.front-page-product-area .tab-content .item:hover a .overlay {
  opacity: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.front-page-product-area .tab-content .item a h5 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 7px;
}

.front-page-product-area .tab-content .item a span {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.front-page-product-area .tab-content .item a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.front-page-product-area .tab-content .item:hover a::after {
  opacity: 0.7;
}


/* ============================================================== 
     # Featured Products 
=================================================================== */

.featured-pro-items .single-item .info {
  padding: 30px;
  padding-right: 45px;
  padding-left: 35px;
}

.featured-pro-items .single-item > .row {
  display: flex;
  align-items: center;
  margin: 0;
}

.featured-pro-items .single-item {
  background: #ffffff;
  float: left;
  width: 100%;
}

.featured-product-area .featured-pro-items .thumb {
  padding-left: 0;
}

.featured-pro-items ul li {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  margin-top: 25px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-right: 1px solid #e7e7e7;
}

.featured-pro-items ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: navajowhite;
}

.featured-pro-items .info > h4 {
  text-transform: uppercase;
  color: #0078ff;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}

.featured-pro-items ul li h4 i {
  margin-right: 3px;
}

.featured-pro-items .info h2 {
  font-weight: 600;
  line-height: 1.4;
}

.featured-pro-items ul {
  border-top: 1px solid #e7e7e7;
  margin-top: 25px;
}

.featured-pro-items .info a.btn {
  margin-top: 20px;
}

.featured-pro-items ul li a {
  font-weight: 600;
  color: #0078ff;
}

.featured-pro-items ul li h4 {
  font-weight: 600;
  color: #666666;
  margin: 0;
}

.featured-product-area .featured-pro-carousel.owl-carousel .owl-dots {
  margin-bottom: -12px;
  margin-top: 30px;
}

.featured-product-area .featured-pro-carousel.owl-carousel .owl-dots .owl-dot span {
  height: 5px;
  width: 25px;
  border-radius: inherit;
  background: #999999;
}

.featured-product-area .featured-pro-carousel.owl-carousel .owl-dots .owl-dot.active span {
  width: 35px;
  background: #0078ff;
}


/* ============================================================== 
     # Trend Products 
=================================================================== */

.trend-product-area .trend-items .equal-height {
  margin-bottom: 30px;
}

.trend-product-area .trend-items .item {
  padding: 5px;
  background: #ffffff;
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.trend-product-area .trend-items .item .top-info {
  padding: 25px;
}

.trend-product-area .trend-items .item .bottom-info {
  padding: 25px;
  border-top: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.trend-product-area .trend-items .item .bottom-info .price {
  float: right;
}

.trend-product-area .trend-items .item .bottom-info .icon {
  float: left;
}

.trend-product-area .trend-items .item .bottom-info h4 {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #666666;
}

.trend-product-area .trend-items .item .bottom-info a {
  display: inline-block;
  color: #0078ff;
  border: 2px solid #0078ff;
  padding: 5px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
}

.trend-product-area .trend-items .item .top-info h4 a {
  font-weight: 600;
  line-height: 1.4;
}

.trend-product-area .trend-items .item .top-info .author {
  margin-bottom: 15px;
  display: block;
}

.trend-product-area .trend-items .item .top-info .author a {
  color: #0078ff;
  font-weight: 500;
}

.trend-product-area .trend-items .item .top-info .item-type {
  margin-bottom: -5px;
  display: flex;
  justify-content: space-between;
}

.trend-product-area .trend-items .item .top-info .item-type a,
.trend-product-area .trend-items .item .top-info .item-type p {
  text-transform: capitalize;
  font-weight: 500;
  color: #666666;
  letter-spacing: 0.5px;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.trend-product-area .trend-items .item .top-info .item-type a > i,
.trend-product-area .trend-items .item .top-info .item-type p > i {
  margin-right: 3px;
  color: #0078ff;
}

.trend-product-area .trend-items .item .top-info .item-type .rating i {
  display: inline-block;
  color: #fec42d;
  font-weight: 600;
}

.trend-product-area .trend-items .item .top-info .item-type .rating .no-rating i {
  color: #666666;
  font-weight: 500;
}

.trend-product-area .trend-items .item .top-info .item-type .rating .three-out-of-five i:nth-child(4),
.trend-product-area .trend-items .item .top-info .item-type .rating .three-out-of-five i:nth-child(5) {
  font-weight: 500;
}

.trend-product-area .trend-items .item .top-info .item-type .rating .four-out-of-five i:nth-child(5) {
  font-weight: 500;
}

.trend-product-area .trend-items .item .top-info .author span {
  color: #666666;
}

.trend-product-area .trend-items .item .top-info .author span a {
  color: #666666;
}

/* Trend product overlay */
.trend-product-area .trend-items .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.trend-product-area .trend-items .item img {
  display: inline-block;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.trend-product-area .trend-items .item:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.3;
}

.trend-product-area.shadow-less .trend-items .item:hover img {
  filter: none;
  opacity: 1;
}

.trend-product-area .trend-items .item .thumb .overlay {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -30%);
  -webkit-transform: translate(0, -30%);
  -moz-transform: translate(0, -30%);
  -ms-transform: translate(0, -30%);
  -o-transform: translate(0, -30%);
  right: 0;
  text-align: center;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  opacity: 0;
  padding: 15px;
}

.trend-product-area .trend-items .item .thumb .overlay a {
  display: inline-block;
  padding: 10px 30px;
  background: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 5px;
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.trend-product-area .trend-items .item:hover .thumb .overlay {
  opacity: 1;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.trend-product-area .trend-items .item .thumb .overlay a:last-child {
  background: #0078ff;
  color: #ffffff;
}


/* ============================================================== 
     # Product Single
=================================================================== */

.product-single-area .product-description .product-info {
  padding-right: 35px;
}

.product-single-area .product-description .nav-pills li {
  float: left;
  margin-right: 5px;
}

.product-single-area .product-description .nav-pills li a {
  display: inline-block;
  text-transform: capitalize;
  padding: 15px;
  font-weight: 600;
  background: transparent;
  position: relative;
  border-radius: inherit;
  border-bottom: none;
  z-index: 1;
  position: relative;
  z-index: 1;
}

.product-single-area .product-description .nav-pills li.active a::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  height: 2px;
  width: 100%;
  background: #0078ff;
}

.product-single-area .product-description .nav-pills {
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
  background: #ffffff;
}

.product-single-area .product-description .nav-pills li.active a {
  color: #0078ff;
}

.product-single-area .product-description .description {
  padding: 30px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
}

.product-single-area .product-description .description img {
  margin: 30px 0;
}

.product-single-area .product-description .description h4 {
  font-weight: 600;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.product-single-area .product-description .description ul li {
  display: block;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  list-style: inherit !important;
  text-decoration: none;
  color: #232323;
}

.product-single-area .product-description .description ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f1ce";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 9px;
  color: #999999;
}

.product-single-area .product-description .related-items {
  margin-bottom: -7px;
  overflow: hidden;
}

.product-single-area .product-description .related-items h4 {
  font-weight: 600;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 25px;
  margin-bottom: 25px;
  margin-top: 25px;
}

.product-single-area .product-description .related-items .item {
  width: calc(100% / 6);
  padding: 7px;
  float: left;
}

.product-single-area .product-description .related-items .row {
  margin: 0 -7px;
}

.product-single-area .product-description .related-items .item {
  width: calc(100% / 6);
  padding: 7px;
  float: left;
}



/* Hover Effect */
.product-single-area .product-description .related-items .item a {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.product-single-area .product-description .related-items .item a::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  z-index: 1;
  color: #ffffff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transform: translate(-50%, -30%);
  -webkit-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  opacity: 0;
}

.product-single-area .product-description .related-items .item:hover a::before {
  opacity: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.product-single-area .product-description .related-items .item a .overlay {
  color: #ffffff;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  -webkit-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  opacity: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  z-index: 1;
  text-align: center;
  width: 100%;
  padding: 5px;
}

.product-single-area .product-description .related-items .item:hover a .overlay {
  opacity: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.product-single-area .product-description .related-items .item a h5 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 7px;
}

.product-single-area .product-description .related-items .item a span {
  color: #0078ff;
  font-size: 13px;
  font-weight: 500;
}

.product-single-area .product-description .related-items .item a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.product-single-area .product-description .related-items .item:hover a::after {
  opacity: 0.7;
}


/* Product Comments */
.product-description .single-item-comments {
  overflow: hidden;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
}

.product-description .single-item-comments .comments-area {
  margin-top: 0;
}

.product-description .single-item-comments .comments-area .comments-form {
  margin-top: 30px;
}

.product-description .single-item-comments .comments-area .comments-form h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 25px;
}

.product-description .single-item-comments .comments-area .comments-form textarea {
  border: 1px solid #e7e7e7;
}

/* Product Sidebar */
.product-single-area .product-sidebar .sidebar-item {
  padding: 30px;
  background: #f4f4f4;
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
  background: #ffffff;
  float: left;
  width: 100%;
}

.product-single-area .product-sidebar .sidebar-item table {
  margin-bottom: 0;
}

.product-single-area .product-sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.product-single-area .product-sidebar .sidebar-item h4 {
  margin-top: -5px;
  font-weight: 500;
  margin-bottom: 30px;
  background: #002147 none repeat scroll 0 0;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
}

.product-single-area .product-sidebar .sidebar-item table tbody tr:first-child th, 
.product-single-area .product-sidebar .sidebar-item table tbody tr:first-child td {
  border: none;
  padding-top: 0;
}

.product-single-area .product-sidebar .sidebar-item table tbody tr th, 
.product-single-area .product-sidebar .sidebar-item table tbody tr td {
  padding: 15px;
}

.product-single-area .product-sidebar .sidebar-item table tbody tr th {
  padding-left: 0;
  min-width: 105px;
  color: #666666;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.product-single-area .product-sidebar .sidebar-item table tbody tr td {
  padding-right: 0;
}

.product-single-area .product-sidebar .sidebar-item table tbody tr:last-child th, 
.product-single-area .product-sidebar .sidebar-item table tbody tr:last-child td {
  padding-bottom: 0;
}

.product-single-area .product-sidebar .sidebar-item table tbody tr td a {
  padding-right: 5px;
  text-transform: capitalize;
  margin-right: auto;
  display: inline-block;
  color: #0078ff;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  z-index: 1;
  font-weight: 400;
}

.product-single-area .product-sidebar .sidebar-item table tbody tr td a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: ",";
  color: #cccccc;
  font-weight: 600;
}

.product-single-area .product-sidebar .sidebar-item table tbody tr td a:last-child::after {
  display: none;
}


/* Product Intro */

.product-single-area .product-description .product-intro {
  float: left;
  width: 100%;
  margin-bottom: 22px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-single-area .product-description .product-intro ul li {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}

.product-single-area .product-description .product-intro ul li::after {
  display: none;
}

.product-single-area .product-description .product-intro .button a {
  float: left;
  padding: 0 30px;
  text-transform: capitalize;
  font-weight: 600;
  border: 2px solid #0078ff;
  margin-right: 10px;
  letter-spacing: 0.6px;
}

.product-single-area .product-description .product-intro .button a i {
  margin-right: 3px;
}

.product-single-area .product-description .product-intro .button a:nth-child(2) {
  background: #0078ff;
  color: #ffffff;
}

.product-single-area .product-description .product-intro h5 {
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
  margin-right: 5px;
  font-size: 16px;
}

.product-single-area .product-description .product-intro li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.product-single-area .product-description .product-intro li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.product-single-area .product-description .product-intro li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.product-single-area .product-description .product-intro li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.product-single-area .product-description .product-intro li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.product-single-area .product-description .product-intro li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.product-single-area .product-description .product-intro li.dribbble a {
  background: #ea4c89 none repeat scroll 0 0;
}


/* Product Single Price */

.product-single-area .product-sidebar .sidebar-item .select-price {
  display: block;
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
}

.product-single-area .product-sidebar .sidebar-item .select-price h3 {
  margin: 0;
  font-weight: 600;
  color: #666666;
  letter-spacing: 0.6px;
}

.sidebar-item.purchase-info .form {
  border-bottom: 1px solid #e7e7e7;
  float: left;
  width: 100%;
  margin-top: -15px;
  padding-bottom: 5px;
}

.sidebar-item.purchase-info form {
  display: inline-block;
  float: left;
}

.sidebar-item.purchase-info .price {
  display: inline-block;
  float: left;
  width: 100%;
  margin-top: 15px;
}

.product-single-area .product-sidebar .sidebar-item .select-price .tab-content h3 {
  position: absolute;
  right: 0;
  top: -5px;
}

.product-single-area .product-sidebar .sidebar-item.purchase-info a {
  margin-top: 20px;
}

.product-single-area .product-sidebar .sidebar-item.purchase-info .tab-content ul li {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  margin-bottom: 10px;
}

.product-single-area .product-sidebar .sidebar-item.purchase-info .tab-content ul li:last-child {
  margin-bottom: 0;
}

.product-single-area .product-sidebar .sidebar-item.purchase-info .tab-content ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #999999;
  font-size: 12px;
}

.product-single-area .product-sidebar .sidebar-item.purchase-info li:last-child {
  margin-bottom: 0;
}


/*Single Product Author */
.product-single-area .product-sidebar .sidebar-item .author-info {
  display: flex;
  align-items: center;
}

.product-single-area .product-sidebar .sidebar-item .author-info img {
  height: 80px;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #e7e7e7;
}

.product-single-area .product-sidebar .sidebar-item .author-info .content {
  padding-left: 16px;
}

.product-single-area .product-sidebar .sidebar-item .author-info .content a {
  color: #0078ff;
  font-weight: 600;
}

.product-single-area .product-sidebar .sidebar-item .author-info .content p {
  margin-bottom: 0;
}

.product-single-area .product-sidebar .sidebar-item .author-info .content span {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.product-single-area .product-sidebar .sidebar-item .author-info .content span i {
  margin-right: 3px;
}

.product-single-area .product-sidebar .sidebar-item .author-info .content span strong {
  font-weight: 600;
}

/* Single Product Pagination */

.product-single-area .pagi-area .pagination {
  margin-bottom: -10px;
  margin-top: 15px;
}

.product-single-area .pagi-area .pagination li a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #0078ff;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
}

.product-single-area .pagi-area .pagination li.active a {
  background: #0078ff none repeat scroll 0 0;
  border-color: transparent;
  color: #ffffff;
}


/* Nice Select CSS */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: navajowhite;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  outline: none;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-weight: 600;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, 
.nice-select.open, 
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

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

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}


/* ============================================================== 
     # Why chose us
=================================================================== */

.why-us-area .why-us-items {
  margin-top: 10px;
  display: block;
}

.why-us-area .why-us-items .item .icon i {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 35px;
  margin-bottom: 35px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.why-us-area .why-us-items .item .icon i::after {
  position: absolute;
  left: -15%;
  bottom: -15%;
  content: "";
  height: 130%;
  width: 130%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.why-us-area .why-us-items .single-item:nth-child(2n) .item .icon i::after {
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.why-us-area .why-us-items .item .info h4 {
  text-transform: capitalize;
  font-weight: 600;
}

.why-us-area .why-us-items .item .info p {
  margin-bottom: -3px;
}

.why-us-area .why-us-items .single-item {
  position: relative;
  z-index: 1;
}

.why-us-area .why-us-items .single-item::after {
  position: absolute;
  right: -25%;
  top: 40px;
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  height: 1px;
  width: 50%;
  content: "";
  z-index: -1;
}

.why-us-area .why-us-items .single-item:last-child::after {
  display: none;
}

/* ============================================================== 
     # Top Category Area
=================================================================== */

.top-cat-items .equal-height {
  margin-bottom: 30px;
}

.top-cat-items .item a {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
}

.top-cat-items .item a::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.top-cat-items .item h4 {
  font-weight: 500;
  letter-spacing: 0.6px;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
}

.top-cat-items .item span {
  display: inline-block;
  letter-spacing: 0.5px;
  background: rgba(0, 120, 255, 0.7);
  font-family: 'Poppins', sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  z-index: 1;
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #ffffff;
  padding: 2px 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.top-cat-items .item {
  background-size: cover;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  background: #ffffff;
  padding: 5px;
}


/* ============================================================== 
     # Join Us Area
=================================================================== */
.join-us-area {
  overflow: hidden;
}

.join-us-area .community-info {
  padding-left: 35px;
}

.join-us-area .community-info .fun-fact-items {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 25px;
}

.join-us-area .community-info .fun-fact-items .fun-fact {
  padding-right: 30px;
}

.join-us-area .community-info .fun-fact-items .fun-fact:last-child {
  padding-right: 0;
}

.join-us-area .community-info .fun-fact-items .fun-fact .timer {
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 0.9;
  color: #ffffff;
  margin-top: -5px;
}

.join-us-area .community-info .fun-fact-items .fun-fact .medium {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #232323;
  display: block;
  color: #ffffff;
}

.join-us-area .community-info .fun-fact-items .fun-fact .icon-inc {
  position: relative;
  display: inline-block;
}

.join-us-area .community-info .fun-fact-items .fun-fact .icon-inc::after {
  position: absolute;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: -25px;
  top: 15px;
  font-size: 20px;
}

.join-us-area .community-info a {
  margin-top: 30px;
}

.join-us-area .subscription-content h2 {
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: -5px;
}

.join-us-area .subscription-content form {
  max-width: 400px;
  margin-top: 25px;
  position: relative;
}

.join-us-area .subscription-content form input {
  min-height: 60px;
  border: none;
  box-shadow: inherit;
  border: 1px solid #e7e7e7;
}

.join-us-area .subscription-content form button {
  border: none;
  padding: 0 20px;
  min-height: 50px;
  background: #0078ff;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 500;
  position: absolute;
  right: 5px;
  top: 5px;
}

.join-us-area .subscription-content form .stylish-input-group .input-group-addon {
  padding: 0;
  border: none;
  background: transparent;
}

.join-us-area .subscription-content form .stylish-input-group .input-group-addon button i {
  margin-left: 2px;
}

/* ============================================================== 
     # Author Profile
=================================================================== */
.author-profile-area .author-info .profile-info .item-info li {
  display: inline-block;
  margin-right: 30px;
}

.author-profile-area .author-info .profile-info > .top-info {
    display: flex;
    align-items: center;
}

.author-profile-area .author-info .item-info {
    border-left: 1px solid #e7e7e7;
    margin-left: 25px;
    padding-left: 25px;
}

.author-profile-area .profile-info .bio h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.author-profile-area .profile-info .bio a {
  display: inline-block;
  padding: 5px 30px;
  border: 2px solid #0078ff;
  font-weight: 600;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.author-profile-area .author-info .item-info h5 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 5px;
}

.author-profile-area .author-info .item-info ul {
  display: flex;
  align-items: center;
}

.author-profile-area .author-info .profile-info .item-info li:last-child {
  margin-right: 0;
}

.author-profile-area .author-info .profile-info .item-info .rating {
  color: #fec42d;
  display: block;
  margin-bottom: 5px;
}

.author-profile-area .author-info .profile-info .item-info .rating span {
  color: #232323;
}

.author-profile-area .author-info > .thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  padding: 3px;
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.author-profile-area .author-info .profile-info {
  padding-left: 35px;
}


/* Authro Followers */
.author-profile-area .author-info .profile-info .followers .item,
.author-profile-area .author-info .profile-info .following .item {
  width: calc(100% / 6);
  padding: 7px;
  float: left;
}

.author-profile-area .author-info .profile-info .followers.row,
.author-profile-area .author-info .profile-info .following.row {
  margin: 0 -7px;
  overflow: hidden;
  margin-bottom: -7px;
  margin-top: -7px;
}

/* Hover Effect */
.author-profile-area .author-info .profile-info .followers .item a,
.author-profile-area .author-info .profile-info .following .item a {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.author-profile-area .author-info .profile-info .followers .item a::before,
.author-profile-area .author-info .profile-info .following .item a::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  z-index: 1;
  color: #ffffff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transform: translate(-50%, -30%);
  -webkit-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  opacity: 0;
}

.author-profile-area .author-info .profile-info .followers .item a::after,
.author-profile-area .author-info .profile-info .following .item a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.author-profile-area .author-info .profile-info .followers .item:hover a::after,
.author-profile-area .author-info .profile-info .following .item:hover a::after {
  opacity: 0.7;
}

.author-profile-area .author-info .profile-info .followers .item:hover a::before,
.author-profile-area .author-info .profile-info .following .item:hover a::before {
  opacity: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.author-profile-area .author-info .profile-info .followers .item a .overlay,
.author-profile-area .author-info .profile-info .following .item a .overlay {
  color: #ffffff;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  -webkit-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  opacity: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  z-index: 1;
  text-align: center;
  width: 100%;
  padding: 5px;
}

.author-profile-area .author-info .profile-info .followers .item:hover a .overlay,
.author-profile-area .author-info .profile-info .following .item:hover a .overlay {
  opacity: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}


/* Author Portfolio */

.trend-product-area .author-portfolio {
  margin-top: -30px;
  float: left;
  width: 100%;
}

.trend-product-area .author-portfolio .single-item {
  margin-bottom: 0;
  margin-top: 30px;
}

.author-profile-area .author-info .nav-pills {
  margin-top: 35px;
  margin-bottom: 25px;
}

.author-profile-area .author-info .nav-pills li a {
  background: #ffffff;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 25px;
  border: 1px solid #e7e7e7;
  font-weight: 500;
}

.author-profile-area .author-info .nav-pills li a strong {
  font-weight: 600;
  color: #0078ff;
  margin-left: 2px;
}

.author-profile-area .author-info .nav-pills li.active a strong {
  color: #ffffff;
}

.author-profile-area .author-info .nav-pills li.active a {
  background: #0078ff;
  border-color: #0078ff;
}


/* Author Page Pagination */

.author-profile-area .pagi-area .pagination {
  margin-bottom: -10px;
  margin-top: 50px;
}

.author-profile-area .pagi-area .pagination li a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #0078ff;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
}

.author-profile-area .pagi-area .pagination li.active a {
  background: #0078ff none repeat scroll 0 0;
  border-color: transparent;
  color: #ffffff;
}


/* ============================================================== 
     # Testimonials
=================================================================== */

.testimonial-items .item {
  padding: 50px 30px;
  background: #ffffff;
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
  border-bottom: 2px solid #0078ff;
  padding-bottom: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonial-items .item .client {
  background: #ffffff;
  padding-top: 25px;
  border-top: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  text-align: left;
  margin-top: 10px;
}

.testimonial-items .item .client .bio {
  padding-left: 15px;
}

.testimonial-items .item .client img {
  height: 70px;
  width: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #e7e7e7;
  padding: 3px;
}

.testimonial-items .item .client h4 {
  margin-bottom: 5px;
  font-weight: 600;
}

.testimonial-items .item .client span {
  color: #0078ff;
  text-transform: uppercase;
  font-size: 12px;
}

.testimonial-items .item i {
  font-size: 30px;
  display: block;
  margin-bottom: 20px;
  color: #dddddd;
}

.testimonial-items .item .client-box {
  display: inline-block;
}

.testimonials-area .testimonial-items.testimonials-carousel .owl-dots {
  margin-top: 20px;
  margin-bottom: -8px;
}

.testimonials-area .testimonial-items.testimonials-carousel .owl-dots .owl-dot span {
  height: 8px;
  background: #666666;
  width: 10px;
  margin: 0 5px;
  opacity: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.testimonials-area .testimonial-items.testimonials-carousel .owl-dots .owl-dot.active span {
  background: #2568ef;
  width: 40px;
}


/* ============================================================== 
     # Team 
=================================================================== */

.team-items .item > .row {
  display: flex;
  align-items: center;
}

.team-area .team-items .item {
  background: #ffffff;
  border: 1px solid #e7e7e7;
}

.team-area .team-items .item .basic-info {
  position: relative;
  z-index: 1;
  padding: 30px;
  text-align: center;
  width: 100%;
  padding-right: 15px;
}

.team-area .team-items .item .basic-info img {
  margin: 0 auto 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #e7e7e7;
  max-width: 200px;
  max-height: 200px;
}

.team-items .details {
  padding: 30px;
}

.team-items .profile-box {
  border-right: 1px solid #e7e7e7;
}

.team-area .team-items .item .basic-info h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 8px;
}

.team-area .team-items .item .basic-info span {
  color: #0078ff;
}

.team-area .team-items .social li {
  display: inline-block;
  margin-right: 5px;
}

.team-area .team-items .social li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #e7e7e7;
  text-align: center;
}

.team-area .team-items ul {
  margin-top: 15px;
}

.team-area .team-items ul.social {
  margin-top: 25px;
}

.team-area .team-items .social li.facebook a {
  color: #3B5998;
}

.team-area .team-items .social li.twitter a {
  color: #1DA1F2;
}

.team-area .team-items .social li.pinterest a {
  color: #BD081C;
}

.team-area .team-items .social li.g-plus a {
  color: #DB4437;
}

.team-area .team-items .social li.linkedin a {
  color: #0077B5;
}

.team-area .team-items .social li.dribbble a {
  color: #ea4c89;
}

.team-area .team-items.team-carousel .owl-dots {
  margin-bottom: -12px;
  margin-top: 30px;
}

.team-area .team-items.team-carousel .owl-dots .owl-dot span {
  height: 5px;
  width: 25px;
  border-radius: inherit;
  background: #999999;
}

.team-area .team-items.team-carousel .owl-dots .owl-dot.active span {
  width: 35px;
  background: #0078ff;
}

/* ============================================================== 
     # Our Features 
=================================================================== */
.our-features-area .features-items .item {
  display: flex;
  align-items: flex-start;
  padding: 0 15px;
}

.our-features-area .features-items .item .icon {
  min-width: 70px;
}

.our-features-area .features-items .item .icon i {
  display: inline-block;
  font-size: 50px;
  color: #0078ff;
}

.our-features-area .features-items .item h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.our-features-area .features-items .item p {
  margin: 0;
  margin-bottom: -5px;
}

.our-features-area .features-items .single-item {
  border-right: 1px solid #e7e7e7;
}

.our-features-area .features-items .single-item:last-child {
  border: none;
}


/* ============================================================== 
     # Blog 
=================================================================== */
.blog-area.left-sidebar .blog-content {
  float: right;
}

.blog-area.left-sidebar .sidebar {
  padding-left: 15px;
  padding-right: 35px;
}

.blog-area .blog-items .single-item {
  margin-bottom: 30px;
}

.blog-area.full-blog .blog-items .single-item {
  margin-bottom: 50px;
}

.blog-area .blog-items .item .info h2,
.blog-area .blog-items .item .info h3,
.blog-area .blog-items .item .info h4 {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-top: -5px;
  line-height: 1.4;
  font-weight: 600;
}

.blog-area .blog-items .item .info h2 a:hover,
.blog-area .blog-items .item .info h3 a:hover,
.blog-area .blog-items .item .info h4 a:hover {
  color: #0078ff;
}

.blog-area .blog-items .info > a {
  margin-top: 5px;
}

.blog-area .blog-items .item .info .meta {
  margin-bottom: 18px;
}

.blog-area .blog-items .item .info .meta li {
  color: #666666;
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
}

.blog-area .blog-items .item .info .meta li a {
  color: #666666;
  display: inline-block;
}

.blog-area .blog-items .item .info .meta li i {
  color: #0078ff;
}

.blog-area .blog-items .item .info .meta li a:hover {
  color: #0078ff;
}

.blog-area .blog-items .item .info .meta li i {
  margin-right: 5px;
}

.blog-area .blog-items .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.blog-area .blog-items .thumb img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.blog-area .blog-items .item:hover .thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-area .blog-items .thumb .date {
  bottom: 15px;
  left: 15px;
  padding: 15px;
  position: absolute;
  z-index: 1;
}

.blog-area .blog-items .thumb .date span {
  display: block;
  font-size: 40px;
  font-weight: 900;
  color: #0078ff;
}

.blog-area .blog-items .thumb .date::after {
  background: #000000  none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: -1;
}

.blog-area.circle .blog-items .thumb .date::after {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.blog-area .blog-items .thumb .date h4 {
  color: #ffffff;
  font-size: 14px;
  margin: 0;
}

.blog-area .blog-items .info {
  padding-top: 30px;
}


/* Pagination */
.blog-area .pagination {
  margin-bottom: -10px;
  margin-top: -5px;
}

.blog-area .pagination li a {
  padding: 15px 25px;
  font-weight: 600;
  color: #232323;
  margin-right: 5px;
  margin-top: 5px;
  border-radius: inherit !important;
}

.blog-area .pagination li.active a {
  background: #0078ff;
  border-color: transparent;
  color: #ffffff;
}

.blog-area.left-sidebar .blog-content {
  float: right;
}

/* Sidebar */

.blog-area .sidebar {
  padding-left: 35px;
}

.blog-area.left-sidebar .sidebar {
  padding-left: 15px;
  padding-right: 35px;
}

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: -5px;
  padding-bottom: 15px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.blog-area .sidebar-item.tags .title h4 {
  margin-bottom: 20px;
}

.blog-area .sidebar .title h4::before {
  background: #0078ff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
  z-index: -1;
}

.blog-area .sidebar .title h4::after {
  background: #0078ff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 45px;
  position: absolute;
  width: 5px;
  z-index: -1;
}

.blog-area .sidebar input[type="text"] {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
  min-height: 60px;
  -webkit-border-radius: 5px 30px 30px 5px;
  -moz-border-radius: 5px 30px 30px 5px;
  border-radius: 5px 30px 30px 5px;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar button[type="submit"] {
  background: #0078ff none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 20px;
  position: absolute;
  right: 5px;
  text-transform: uppercase;
  top: 5px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.blog-area .sidebar input[type="submit"]:hover {
  background: #0078ff none repeat scroll 0 0;
}

.blog-area .sidebar .sidebar-item {
  float: left;
  margin-bottom: 50px;
  width: 100%;
  padding: 30px;
  background: #f4f4f4;
  border: 1px solid #e7e7e7;
}

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info, 
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
  display: block;
  padding: 10px 0;
  position: relative;
}

.blog-area .sidebar .sidebar-item.category li a {
  display: inline-block;
  text-transform: capitalize;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: #0078ff;
}

.blog-area .sidebar .sidebar-item.category li a span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #666666;
  font-weight: 500;
  padding: 0 8px;
  position: absolute;
  right: 0;
  top: 10px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-item.recent-post li a {
  color: #232323;
  display: block;
  font-weight: 500;
  margin-top: -3px !important;
  line-height: 24px;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
  text-transform: uppercase;
  color: #0078ff;
  text-decoration: underline;
}

.sidebar-item.recent-post .meta-title {
  color: #999999;
  font-family: 'Montserrat', sans-serif;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.sidebar-item.recent-post li a:hover {
  color: #0078ff;
}

.sidebar-item.recent-post li span {
  display: inline-block;
  text-transform: uppercase;
}

.sidebar-item.recent-post .meta-title a {
  text-transform: capitalize;
  color: #999999;
  font-size: 12px;
  font-weight: 600;
}

.sidebar-item.recent-post li {
  color: #cdd0d3;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
  transform: inherit;
}

.sidebar-item.recent-post li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: table-cell;
  line-height: 26px;
  padding: 0 0 0 20px;
  vertical-align: top;
}

.blog-area .sidebar-item.gallery ul {
  margin: -7px;
  overflow: hidden;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: left;
  padding: 7px;
  width: 33.333%;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;
  width: 100%;
}

.sidebar-item.archives ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-item.archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar-item.archives ul li a {
  color: #666666;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 1;
  padding-left: 25px;
}

.sidebar-item.archives ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\f07b";
  font-family: "Font Awesome 5 Free";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.sidebar-item.social-sidebar li a {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  height: 45px;
  line-height: 50px;
  margin-bottom: 5px;
  text-align: center;
  width: 45px;
}

.sidebar-item.social-sidebar li a:hover {
  color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 600;
  margin-top: 8px;
  margin-right: 5px;
  padding: 7px 20px;
  text-transform: capitalize;
  font-size: 13px;
  color: #666666;
  background: #ffffff;
}

.sidebar-item.tags ul li a:hover {
  color: #0078ff;
}


/* Blog Single */
.blog-area.single .item .content-box span {
  background: #0078ff none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding: 3px 20px;
  text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 500;
}

.blog-area.single .content-box .cats {
  float: left;
  margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
  float: right;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area.single .content-box .meta {
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.blog-area.single .content-box .cats a:last-child::after {
  display: none;
}

.blog-area.single .item {
  margin-bottom: 0;
}

.blog-area .item blockquote {
  color: #414141;
  font-size: 15px;
  position: relative;
  font-style: italic;
  z-index: 1;
  margin-top: 30px;
  padding: 0 0 0 20px;
  margin-bottom: 30px;
}

.author-bio {
  display: block;
  margin-top: 50px;
  width: 100%;
  border: 1px solid #e7e7e7;
  padding: 30px;
}

.blog-area .author-bio img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.author-bio .avatar {
  display: table-cell;
  vertical-align: top;
  width: 200px;
}

.author-bio .content {
  display: table-cell;
  padding: 0 0 0 30px;
  vertical-align: middle;
}

.author-bio .content p {
  margin: 0;
  position: relative;
  z-index: 1;
  padding-top: 5px;
  color: #232323;
}

.author-bio .content p::after {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-size: 60px;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  font-weight: 600;
}

.author-bio .content h4 {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 15px;
  text-transform: uppercase;
}

.blog-area.single .post-pagi-area {
  margin-top: 35px;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}

.blog-area.single .post-pagi-area a {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  color: #0078ff;
}

.blog-area.single .post-pagi-area a:hover {
  color: #0078ff;
}

.blog-area.single .post-pagi-area a:last-child {
  float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
  margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
  margin-left: 3px;
}

.blog-area.single .post-tags span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-right: 5px;
  text-transform: uppercase;
}

.blog-area .post-tags.share {
  margin-top: 40px;
}

.blog-area.single .post-tags a {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #232323;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-right: 5px;
  padding: 3px 25px;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.comments-area .commen-item .comments-info p {
  display: block;
  margin: 0;
}

.blog-area .contact-comments .submit {
  margin-bottom: 0;
}

.blog-area.single .post-tags a:hover {
  color: #0078ff;
}

.blog-area .comments-form {
  margin-top: 40px;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
 /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.comments-list .commen-item .avatar {
  float: left;
  height: 80px;
  width: 80px;
}

.comments-list .commen-item .content, 
.comments-list .commen-item .avatar {
  display: table-cell;
  vertical-align: top;
}

.comments-list .commen-item .avatar img {
  height: 65px;
  width: 65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 3px;
  border: 1px solid #e7e7e7;
  margin-top: -5px;
}

.comments-list .commen-item {
  margin-bottom: 30px;
}

.comments-list .commen-item.reply {
  margin-left: 80px;
  background: #e9edf7;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.comments-list .commen-item:last-child {
  margin-bottom: 0;
}

.comments-area {
  margin-top: 35px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 20px;
  text-transform: capitalize;
}

.comments-list .commen-item .content h3, 
.comments-list .commen-item .content h4, 
.comments-list .commen-item .content h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.comments-list .commen-item .content h3 span, 
.comments-list .commen-item .content h4 span, 
.comments-list .commen-item .content h5 span {
  background: #002147 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 10px;
  padding: 3px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: -1px;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0;
}

.comments-info a {
  border: 1px solid #e7e7e7;
  color: #0078ff;
  display: inline-block;
  font-size: 12px;
  margin-top: 15px;
  padding: 1px 10px;
  text-transform: uppercase;
}

.commen-item .content a {
  border: 1px solid #e7e7e7;
  color: #0078ff;
  display: inline-block;
  font-size: 12px;
  padding: 1px 10px;
  text-transform: uppercase;
  background: #ffffff;
}

.comments-info a:hover {
  color: #0078ff;
}

.comments-info a i {
  margin-right: 10px;
}

.commen-item .content a  i {
  margin-right: 10px;
}

.comments-form input, 
.comments-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e7e7e7;
  border-image: none;
  border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: inherit;
}

.comments-form textarea {
  min-height: 180px;
  padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0;
}

.comments-form button {
  border: 2px solid #0078ff;
  background: transparent;
  color: #232323;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 20px;
  padding: 12px 40px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.comments-form .form-group.full-width.submit {
  margin-bottom: 0;
}

.comments-form button:hover {
  color: #ffffff;
  background-color: #0078ff;
  border: 2px solid transparent;
}

.comments-area .commen-item .comments-info {
  margin-bottom: 8px;
}

.comments-form .title h2, 
.comments-form .title h3, 
.comments-form .title h4 {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  padding: 0 15px;
}

/* ============================================================== 
     # Contact
=================================================================== */
.contact-us-area .contact-box h2 {
  text-transform: capitalize;
  font-weight: 600;
  margin-top: -5px;
}

.contact-us-area .contact-box input, 
.contact-us-area .contact-box textarea {
  box-shadow: inherit;
  border: none;
  border-bottom: 1px solid #e7e7e7;
  border-radius: inherit;
  padding: 0;
}

.contact-us-area .contact-box textarea {
  min-height: 180px;
  padding: 0;
}

.contact-us-area .contact-box button {
  font-family: 'Poppins', sans-serif;
  border: 2px solid #0078ff;
  background: #ffffff;
  padding: 12px 35px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.contact-us-area .contact-box button i {
  color: #0078ff;
  margin-left: 3px;
}

.contact-us-area .contact-box img.loader {
  margin-left: 10px;
}

.contact-us-area .contact-box {
  padding-left: 35px;
}

.contact-us-area .container > .row {
  display: flex;
  align-items: center;
}

.contact-us-area .contact-box input {
  min-height: 55px;
}


/* ============================================================== 
     # Error Page
=================================================================== */

.error-page-area .row {
  display: flex;
  align-items: center;
}

.error-page-area .row .thumb {
  padding-right: 35px;
}

.error-page-area .error-box {
  position: relative;
}

.error-page-area h2 {
  font-weight: 600;
  text-transform: uppercase;
}

.error-page-area a {
  margin-top: 15px;
}

.error-box .search {
  margin-bottom: 15px;
  margin-top: 25px;
  text-align: center;
}

.error-box .search form {
  position: relative;
  width: 400px;
}

.error-box .search .input-group {
  width: 100%;
}

.error-box .search form input {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  box-shadow: inherit;
}

.error-box .search form button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  line-height: 50px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

/* ============================================================== 
     # Login 
=================================================================== */
.login-area .login-items {
  background: #ffffff;
  padding: 30px;
  border: 1px solid #e7e7e7;
  float: left;
  width: 100%;
  border-top: none;
}

.login-area .heading h2,
.login-area .heading h3,
.login-area .heading h4 {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.login-area .heading p {
  margin: 0;
}

.login-area .heading {
  background: #0078ff;
  padding: 30px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.login-area label {
  float: left;
}

.login-area label input {
  float: left;
  margin-right: 5px;
  min-height: 20px;
}

.login-area button {
  font-family: 'Poppins', sans-serif;
  border: none;
  background: transparent;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #0078ff;
  padding: 12px 50px;
  font-weight: 600;
  margin-top: 10px;
  letter-spacing: 1px;
}

.login-area p.link-bottom {
  margin-bottom: -6px;
  margin-top: 20px;
  float: left;
  width: 100%;
}

.login-area p.link-bottom a {
  color: #0078ff;
  font-weight: 600;
  text-decoration: underline;
}

.login-area .login-items input {
  border: none;
  box-shadow: inherit;
  border: 1px solid #e7e7e7;
  border-radius: inherit;
}

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


footer .f-item > h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 30px;
}

footer .f-item.link li {
  display: block;
  margin-bottom: 10px;
}

footer .f-item.link li a {
  display: inline-block;
}

footer .f-item.link li:last-child {
  margin-bottom: 0;
}

footer .footer-bottom {
  border-top: 1px solid #e7e7e7;
  padding: 15px 0;
}

footer.bg-dark .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer-bottom ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-left: 15px;
}

footer .footer-bottom .row > .col-md-6:first-child {
  padding-left: 0;
}

footer .footer-bottom .row > .col-md-6:last-child {
  padding-right: 0;
}

footer .footer-bottom p {
  margin: 0;
}

footer .footer-bottom p a {
  color: #0078ff;
  font-weight: 600;
}

footer .f-items a:hover {
  color: #0078ff;
}

footer .f-items {
  float: left;
  width: 100%;
}

footer .f-items .f-item > img {
  margin-bottom: 30px;
}

footer .f-items .social ul li {
  display: inline-block;
  margin-right: 8px;
}

footer .f-items .social ul li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e7e7e7;
}

footer.bg-dark .f-items .social ul li a {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-items .social ul li a:hover {
  background: #ffffff;
  color: #0078ff;
}

footer .f-items .about .social {
  margin-top: 30px;
}

footer .f-items .item-counter {
  margin-top: -5px;
}

footer .f-items .item-counter ul li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}

footer .f-items .item-counter ul li:last-child {
  margin: 0;
}

footer .f-items .item-counter h2 {
  margin-bottom: 5px;
  color: #0078ff;
  font-weight: 600;
}

footer.bg-dark .f-items .item-counter span {
  color: #ffffff;
}

footer .card-info {
  border-top: 1px solid #e7e7e7;
  margin-top: 25px;
  padding-top: 25px;
}

footer.bg-dark .card-info {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .card-info li {
  display: inline-block;
  margin-right: 2px;
  margin-top: 5px;
}

footer .card-info li img {
  height: 40px;
}

footer .card-info h4 {
  text-transform: uppercase;
  font-weight: 600;
}

/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../../images/shop/preloader.svg) center no-repeat #fff;
  text-align: center;
}