/*** uncss> filename: template1/css/style.css ***/
/*	################################################################
Theme Name: Pori
Theme URI: http://www.themengraph.com/
Author URI: http://www.themengraph.com/
Description: Easy Docs 100% Responsive, Highly Customizable, Unlimited color schemes and SEO Friendly Theme using Twitter Bootstrap, specially designed for WordPress Marketplace Plugin ( http://wordpress.org/plugins/wpmarketplace/ ). If you want to build a full featured eshop or online marketplace, this theme and wp marketplace plugin could be a perfect choice for you, but still you can use this for for you personal blog site too, as Crypton has also all regular features like gallery, audio, video, chat and other post format support, archive pages, page with side bar, blog page to build your blog site. This theme is will make your website adaptable with any type of devices. Theme Features: WP Marketplace Plugin Support ,Custom Homepage Settings, 3 Page Templates, Custom Background Support, Unlimited Color Schemes, Search Engine Friendly.
Author: Shah Zobayer Ahmed
Version: 1.0.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, green, white, two-columns, fixed-width, threaded-comments, sticky-post, microformats,  editor-style, custom-menu, custom-background, post-formats



	1) GENERAL STRUCTURES
	2) HEADER SECTION
	3) MENU SECTION

################################################################# */
/* STYLE */
@import url(font-awesome.css) screen;
@import url(bootstrap.4.1.3.min.css) screen;

/* FONTS */
/* @import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,700italic,900,900italic); */
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,600italic,700,800,400italic); */
/* @import url(https://fonts.googleapis.com/css?family=Raleway:400,800,900,700,600,500,300,200,100); */

/* ======================
   1. GENERAL SECTION
 ====================== */

* {
  margin: 0;
  padding: 0px;
}

body {
  /* font-family: "Open Sans", sans-serif; */
  font-size: 13px;
  line-height: 20px;
  position: relative;
  background: #fff;
  color: #656565;
  padding: 0;
  margin: 0;
  overflow: visible;
}

::-moz-selection {
  color: #555252;
  text-shadow: none;
  background: #2b2e31;
}

::-webkit-input-placeholder {
  color: #555252 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #555252 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #555252 !important;
}

:-ms-input-placeholder {
  color: #555252 !important;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  color: #0098d7;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #01090c;
}

a img {
  border: none;
  vertical-align: bottom;
}

h2,
h3 {
  letter-spacing: 0px;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  /* font-family: "Roboto", serif; */
  line-height: 140%;
  color: #01090c;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

html,
body {
  height: 100%;
}

.title-section {
  margin-bottom: 30px;
  display: block;
  position: relative;
}

.title-section h2 {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 48px;
  color: #515151;
  font-weight: 900 !important;
  text-transform: uppercase;
}

.title-section h2:before {
  content: "";
  width: 165px;
  display: block;
  height: 3px;
  background: #1abc9c;
  position: absolute;
  bottom: -16px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

/* .title-section h2:after{
    content: "";
    width: 165px;
    display: block;
    height: 3px;
    background:#1abc9c;
    position: absolute;
    bottom: -30px;
    margin: 0 auto;
    left: 0;
    right: 0;
} */
/* .title-section:after{
    content: "";
    width: 165px;
    display: block;
    height: 7px;
    background:#1abc9c;
    position: absolute;
    bottom: -25px;
    margin: 0 auto;
    left: 0;
    right: 0;
} */

/*
    HEADER TOP SECTION
 */

/*
    HEADER SECTION
 */
.header-section {
  display: block;
  width: 100%;
  padding: 20px 0;
  position: relative;
  transition: all 1s;
  background: #fff;
  z-index: 10;
}

.header-section .navbar {
  height: auto;
  min-height: none;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  background: transparent !important;
}

.navbar-header {
  width: 100%;
}

.header-section .navbar .navbar-brand {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  color: #555252;
}

.navbar.navbar-default > .container .navbar-brand {
  padding: 0;
  margin-left: 0;
}

.header-section .navbar .navbar-brand .logo {
  width: 50px;
  height: 50px;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-default .navbar-collapse {
  text-align: center;
  padding: 0 !important;
  background: transparent !important;
}

ul.navbar-nav {
  background: transparent;
  margin: 0 auto;
  margin-bottom: -5px;
  display: inline-block;
  float: none;
  list-style: none;
}

ul.navbar-nav li {
}

ul.navbar-nav li a {
  font-size: 14px;
  font-weight: 700;
  color: #0f0101;
  background: transparent !important;
  text-decoration: none;
  text-transform: uppercase;
}

ul.navbar-nav li.active a,
ul.navbar-nav li a:hover {
  color: #1abc9c !important;
}

/*
    SEAARCH SECTION
 */

/*
    SLIDER SECTION
 */
.slider-section {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slider-section .slider-item {
  position: relative;
}

.slider-section .slider-item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  background: rgba(0, 0, 0, 0.52);
  z-index: 9;
}

.slider-section img {
  display: block;
  width: 100%;
  height: auto;
}

.slider-section .slider-item .carousel-caption {
  top: 30%;
  z-index: 999;
}

.slider-section .slider-item .carousel-caption h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
  color: #fff;
  margin: 0;
  padding: 0;
}

.slider-section .slider-item .carousel-caption button {
  display: inline-block;
  padding: 13px 30px;
  border: 2px solid #1abc9c;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 14px;
  /* font-family: "Roboto"; */
  font-weight: 400;
  margin-top: 10px;
}

.slider-section .slider-item .carousel-caption button:hover {
  background: #1abc9c;
}

/* .slider-indicators{
    display: none;
} */

/*
    SERVICE SECTION
 */

/*
    NEW PRODUCR SECTION
 */
.new-section {
  /* background: #e9f0fd; */
  display: block;
  padding: 100px 0 80px;
}

#store {
  padding-bottom: 120px;
}

.product-item {
  position: relative;
  margin-top: 30px;
  transition: all 0.5s;
}

.product-item img {
  width: 100%;
  height: auto;
}

.landing-1 .fade:not(.show) {
  opacity: 0;
}

.landing-1 .collapse:not(.show) {
  display: none;
}

.landing-1 .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.landing-1 .text-center {
  text-align: center !important;
}

.landing-1 .container,
.landing-1 .container-fluid,
.landing-1 .container-lg,
.landing-1 .container-md,
.landing-1 .container-sm,
.landing-1 .container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .landing-1 .container,
  .landing-1 .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .landing-1 .container,
  .landing-1 .container-md,
  .landing-1 .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .landing-1 .container,
  .landing-1 .container-lg,
  .landing-1 .container-md,
  .landing-1 .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .landing-1 .container,
  .landing-1 .container-lg,
  .landing-1 .container-md,
  .landing-1 .container-sm,
  .landing-1 .container-xl {
    max-width: 1144px;
  }
}

.landing-1 .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.landing-1 .row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.landing-1 .col {
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.landing-1 .row-cols-auto > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.landing-1 .row-cols-1 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.landing-1 .row-cols-2 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.landing-1 .row-cols-3 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.landing-1 .row-cols-4 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.landing-1 .row-cols-5 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.landing-1 .row-cols-6 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.landing-1 .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.landing-1 .col-1 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.landing-1 .col-2 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.landing-1 .col-3 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.landing-1 .col-4 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.landing-1 .col-5 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.landing-1 .col-6 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.landing-1 .col-7 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.landing-1 .col-8 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.landing-1 .col-9 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.landing-1 .col-10 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.landing-1 .col-11 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.landing-1 .col-12 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .landing-1 .col-md {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .landing-1 .row-cols-md-auto > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .landing-1 .row-cols-md-1 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .landing-1 .row-cols-md-2 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .landing-1 .row-cols-md-3 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .landing-1 .row-cols-md-4 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .landing-1 .row-cols-md-5 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .landing-1 .row-cols-md-6 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .landing-1 .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .landing-1 .col-md-1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .landing-1 .col-md-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .landing-1 .col-md-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .landing-1 .col-md-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .landing-1 .col-md-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .landing-1 .col-md-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .landing-1 .col-md-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .landing-1 .col-md-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .landing-1 .col-md-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .landing-1 .col-md-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .landing-1 .col-md-11 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .landing-1 .col-md-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .landing-1 .offset-md-0 {
    margin-left: 0;
  }

  .landing-1 .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .landing-1 .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .landing-1 .offset-md-3 {
    margin-left: 25%;
  }

  .landing-1 .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .landing-1 .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .landing-1 .offset-md-6 {
    margin-left: 50%;
  }

  .landing-1 .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .landing-1 .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .landing-1 .offset-md-9 {
    margin-left: 75%;
  }

  .landing-1 .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .landing-1 .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .landing-1 .g-md-0,
  .landing-1 .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .landing-1 .g-md-0,
  .landing-1 .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .landing-1 .g-md-1,
  .landing-1 .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .landing-1 .g-md-1,
  .landing-1 .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .landing-1 .g-md-2,
  .landing-1 .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .landing-1 .g-md-2,
  .landing-1 .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .landing-1 .g-md-3,
  .landing-1 .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .landing-1 .g-md-3,
  .landing-1 .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .landing-1 .g-md-4,
  .landing-1 .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .landing-1 .g-md-4,
  .landing-1 .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .landing-1 .g-md-5,
  .landing-1 .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .landing-1 .g-md-5,
  .landing-1 .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

/*
    FEATURED SECTION
 */

/*
    OFFER SECTION
 */
.offer-section {
  display: block;
  padding: 100px 0 80px;
  position: relative;
  width: 100%;
  /* background: url(../images/slider.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    background-attachment: fixed; */
  color: #515151;
}

.offer-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  background: #fff;
  /*rgba(0, 0, 0, 0.5)*/
}

.offer-section h2 {
  font-size: 60px;
  /* font-family: "Open Sans"; */
  font-weight: 900 !important;
  color: #515151;
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
}

/*
    BEST SELLER SECTION
 */

/*
    REVIEW SECTION
 */

/*
    NEWS LATTER SECTION
 */
.title-section {
}

/*
    CLIENT SECTION
 */

/*
    NEWS SECTION
 */
.news-section {
  background-color: #1abc9c;
  display: block;
  padding: 100px 0 80px;
}

.news-section .title-section {
  display: block;
  margin-bottom: 80px;
}

.news-section .title-section p:first-of-type {
  margin-top: 50px;
}

.news-section .title-section h2 {
  color: #ffffff;
}

.news-section .title-section p {
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  color: #fafafa;
}

.blog-item {
}

.blog-item p {
  font-size: 18px;
  font-weight: 600;
  color: #555252;
  display: block;
  line-height: 24px;
  position: relative;
  margin: 15px 0;
  padding: 0;
}

.blog-item p:before {
  /* content: "";
    position: absolute;
    width: 15%;
    height: 3px;
    display: block;
    background: #1abc9c;
    bottom: -8px;
    margin: 0 auto;
    left: 0;
    right: 0; */
}

/*
    CONTACT SECTION
 */
.contact-section {
  background: url(../images/map-bg.png) #525252 no-repeat;
  /*  background-size: 100%;   */
  background-position: center center;
  padding: 100px 0 80px;
  display: block;
  position: relative;
}

.contact-section:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(45, 50, 55, 0.55);
}

.contact-section .title-section {
  display: block;
  margin-bottom: 80px;
}

.contact-section .title-section h2 {
  color: #fff;
}

.contact-section .left-content {
}

.contact-section .left-content h3 {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 400;
  /* font-family: "Roboto"; */
  margin: 0;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 10px;
}

.contact-section .left-content p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  /* font-family: "Roboto"; */
}

.contact-section .left-content p b {
  color: #1abc9c;
}

.contact-section .map {
  max-width: 100%;
}

.contact-info {
  display: block;
  margin-top: 10px;
}

.contact-info p {
  margin: 0;
}

.social-media {
  display: block;
  margin-top: 10px;
}

.social-media ul {
  margin: 0;
  padding: 0;
  display: block;
}

.social-media ul li {
  cursor: pointer !important;
  list-style: none;
  display: inline-block;
  margin-right: 10px !important;
}

.social-media ul li a {
  color: #fff;
}

.social-media ul li a i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  font-size: 20px;
  border: 1px solid #fff;
  text-align: center;
  padding: 4px 6px;
}

.social-media ul li a:hover i {
  background: #1abc9c;
  border: 1px solid #1abc9c;
}

/*
    FOOTER SECTION
 */
footer.footer {
  display: block;
  text-align: center;
  background: #313131;
  padding: 20px 0;
  color: #fff;
}

footer.footer p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

footer.footer p a {
  color: #1abc9c;
}

/* PERLOADER */
#preloader {
  width: 100%;
  height: 100%;
  animation: preloader_6 5s infinite linear;
  background: #fff;
  display: block;
  text-align: center;
  position: fixed;
  z-index: 999999999;
}

.preloader-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}

.preloader-area > .preloader-box {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 186px;
}

.preloader-area .preloader-box > div {
  position: relative;
  width: 30px;
  height: 30px;
  background: #1abc9c;
  float: left;
  text-align: center;
  line-height: 30px;
  font-family: Verdana;
  font-size: 20px;
  color: #fff;
}

@-webkit-keyframes preloader {
  0% {
    box-shadow: -2em 0 0 #1abc9c, 0 -2em 0 rgba(163, 189, 227, 0.75),
      2em 0 0 rgba(163, 189, 227, 0.5), 0 2em 0 rgba(163, 189, 227, 0.25);
  }

  25% {
    box-shadow: -2em 0 0 rgba(163, 189, 227, 0.25), 0 -2em 0 #1abc9c,
      2em 0 0 rgba(163, 189, 227, 0.75), 0 2em 0 rgba(163, 189, 227, 0.5);
  }

  50% {
    box-shadow: -2em 0 0 rgba(163, 189, 227, 0.5),
      0 -2em 0 rgba(163, 189, 227, 0.25), 2em 0 0 #1abc9c,
      0 2em 0 rgba(163, 189, 227, 0.75);
  }

  75% {
    box-shadow: -2em 0 0 rgba(163, 189, 227, 0.75),
      0 -2em 0 rgba(163, 189, 227, 0.5), 2em 0 0 rgba(163, 189, 227, 0.25),
      0 2em 0 #1abc9c;
  }

  100% {
    box-shadow: -2em 0 0 #1abc9c, 0 -2em 0 rgba(163, 189, 227, 0.75),
      2em 0 0 rgba(163, 189, 227, 0.5), 0 2em 0 rgba(163, 189, 227, 0.25);
  }
}

@keyframes preloader {
  0% {
    box-shadow: -2em 0 0 #1abc9c, 0 -2em 0 rgba(163, 189, 227, 0.75),
      2em 0 0 rgba(163, 189, 227, 0.5), 0 2em 0 rgba(163, 189, 227, 0.25);
  }

  25% {
    box-shadow: -2em 0 0 rgba(163, 189, 227, 0.25), 0 -2em 0 #1abc9c,
      2em 0 0 rgba(163, 189, 227, 0.75), 0 2em 0 rgba(163, 189, 227, 0.5);
  }

  50% {
    box-shadow: -2em 0 0 rgba(163, 189, 227, 0.5),
      0 -2em 0 rgba(163, 189, 227, 0.25), 2em 0 0 #1abc9c,
      0 2em 0 rgba(163, 189, 227, 0.75);
  }

  75% {
    box-shadow: -2em 0 0 rgba(163, 189, 227, 0.75),
      0 -2em 0 rgba(163, 189, 227, 0.5), 2em 0 0 rgba(163, 189, 227, 0.25),
      0 2em 0 #1abc9c;
  }

  100% {
    box-shadow: -2em 0 0 #1abc9c, 0 -2em 0 rgba(163, 189, 227, 0.75),
      2em 0 0 rgba(163, 189, 227, 0.5), 0 2em 0 rgba(163, 189, 227, 0.25);
  }
}

.preloader {
  -webkit-animation: preloader;
  animation: preloader;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-color: #1abc9c;
  border-radius: 2px;
  box-shadow: -2em 0 0 #1abc9c, 2em 0 0 #1abc9c, 0 -2em 0 #1abc9c,
    0 2em 0 #1abc9c;
  height: 1.5em;
  margin: 4em;
  width: 1.5em;
}

.blog-item p {
  color: #515151;
}

.product-item {
  position: relative;
  margin-top: 30px;
  transition: all 0.5s;
}

.product-item img {
  width: 100%;
  height: auto;
}

.product-hover {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  text-align: center;
  transform: scale(0.1, 0.1);
  opacity: 0;
  transition: all 0.5s;
}

.product-item:hover .product-hover {
  transform: scale(1, 1);
  opacity: 1;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-hover a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 4.2%;
  margin: 5px;
}

.product-hover a i {
  font-size: 30px;
}

.product-hover a:last-child {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  background: #323232;
  margin: 5px 12%;
}

.product-hover a:last-child i {
  font-size: 18px;
  margin-right: 10px;
}

.product-hover a:hover {
  background: #1abc9c;
  border: 1px solid #1abc9c;
}

.product-title {
  display: flex;
  flex-direction: column;
  background: #1abc9c;
  width: 100%;
  position: absolute;
  overflow: hidden;
  transition: all 0.5s;
}

.product-item:hover .product-title {
  background: #1abc9c;
}

.product-title h3 {
  margin: 0;
  padding: 0;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  float: left;
  padding: 10px;
  padding-left: 15px;
}

.product-title span {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  float: right;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  padding: 10px;
}

.featured .product-item {
  background: #e9f0fd;
}

/*
    RESPONSIVE STYLE
 */

@media (max-width: 1200px) {
  .product-hover a {
    padding: 2%;
  }

  .product-hover a:last-child {
    margin: 5px 25%;
    padding: 10px;
  }
}

@media (max-width: 992px) {
  ul.navbar-nav li a {
    font-size: 12px;
  }

  .blog-item p:first-of-type {
    margin-top: 50px;
  }

  .blog-item p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .header-section {
    padding: 10px 0;
  }

  .navbar > .container {
    padding-left: 0;
    padding-right: 0;
  }

  ul.navbar-nav {
    width: 100%;
    display: block;
    text-align: center;
  }

  .navbar-default .navbar-collapse {
    overflow: hidden;
  }

  .navbar.navbar-default > .container .navbar-brand {
    margin-left: 15px;
  }

  .slider-section .container {
    padding-right: 0;
    padding-left: 0;
  }

  .carousel-inner .item .carousel-caption {
    top: 7% !important;
    z-index: 999;
    left: 5%;
    right: 5%;
  }

  .slider-section .slider-item {
    overflow: hidden;
  }

  .slider-section .slider-item img {
    max-width: initial;
    width: auto;
    max-height: 80vh;
  }

  .slider-section .slider-item .carousel-caption h1 {
    font-size: 26px;
  }

  .slider-section .slider-item .carousel-caption h2 {
    font-size: 24px;
    margin-top: 16px;
  }

  .title-section h2 {
    font-size: 26px;
  }

  /* .offer-section{
        padding: 60px 0 50px;
    } */

  .offer-section h2 {
    font-size: 30px;
  }

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

@media (max-width: 620px) {
  .social-media {
    margin-bottom: 16px;
  }

  .product-hover a:last-child {
    margin: 5px 25%;
    padding: 10px;
    font-size: 12px;
  }
}

/* .carousel-inner > .item > img,
            .carousel-inner > .item > a > img {
                display: block;
                max-width: 100%;
                height: auto;
            } */

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  height: 80vh;
  max-height: 720px;
}

/* .carousel-inner > .item > img,
            .carousel-inner > .item > a > img {
                line-height: 1;
            } */
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.0001) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .navbar-header {
    width: auto;
  }

  .navbar-toggle {
    display: none;
  }

  .navbar-collapse.collapse {
    display: flex !important;
    flex: 1;
  }

  .navbar > .container,
  ul.navbar-nav {
    display: flex;
    flex-direction: row;
    flex: 1;
  }

  ul.navbar-nav {
    justify-content: flex-end;
  }

  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.slider-section img {
  display: block;
  width: 100%;
  height: auto;
}

.carousel-inner {
  position: relative;
}

.carousel-inner .item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  background: rgba(0, 0, 0, 0.52);
  z-index: 9;
}

/* .carousel-inner .item img{
                max-height: 600px;
                width: 100%;
            } */
.carousel-inner .item .carousel-caption {
  top: 30%;
  z-index: 999;
}

.carousel-inner-wrapper .caption h1 {
  font-size: 48px !important;
  text-transform: uppercase;
  font-weight: 900 !important;
  text-align: center;
  text-shadow: none;
  color: #fff;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.carousel-inner .item .carousel-caption h1 b {
  color: #fff;
  /* color:  var(--main-color) */
}

.carousel-inner .item .carousel-caption h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
  color: #fff;
  margin: 0;
  padding: 0;
}

.carousel-inner .item .carousel-caption h2 span {
  color: var(--main-color);
}

.carousel-inner .item .carousel-caption button {
  display: inline-block;
  padding: 10px 26px;
  background-color: rgb(23, 131, 137);
  border-color: rgb(23, 131, 137);
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}

.carousel-control {
  background-image: none !important;
  box-shadow: none !important;
  background: red;
}

.carousel-control span {
  font-size: 90px !important;
  color: #fff;
}

a.carousel-control.left,
a.carousel-control.right {
  background: #46bfa9 !important;
  background-image: none !important;
  box-shadow: none !important;
  width: 100px;
  height: 100px;
  background: #46bfa9;
  text-align: center;
  position: absolute;
  top: 45%;
  border: none;
  display: block;
  text-align: center;
  z-index: 999;
}

a.carousel-control.left > span {
  position: absolute;
  top: 7px;
  margin: 0 auto;
  left: 5px;
}

a.carousel-control.right > span {
  position: absolute;
  top: 7px;
  margin: 0 auto;
  left: -5px;
}

.carousel-control.right {
  width: 0;
  height: 0;
  background: #46bfa9;
}

.carousel-control.left {
  width: 0;
  height: 0;
  background: #46bfa9;
}

.carousel-control span {
  font-size: 100px;
  color: #fff;
}

.landing-1 .buttons-contact {
  position: fixed;
  z-index: 1030;
  bottom: 0;
  right: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.landing-1 .buttons-contact .btn {
  padding: 0;
}

.landing-1 .buttons-contact .btn:focus {
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .landing-1.navbar-open .buttons-contact {
    display: none;
  }
}
