/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Edefy - Degital Marketplace HTML Template
Version:        1.0.0
Author:         wpocans
URL:            http://themeforest.net/user/wpocans
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.6	features-section
#0.7	new-product-section
#0.8	new-product-section
#0.9	fun-fact-section
#1.0	testimonials-section
#1.1	pricing-section
#1.2	blog-section
#1.3	news-letter-section

--------------------------------------------------------------
	#home style 2
--------------------------------------------------------------
#2.1	fun-fact-section-s2
#2.2	new-product-section-s2
#2.3	exclusive-product-s2
#2.4	counter-section
#2.5	features-s2-section


--------------------------------------------------------------
	#about page
--------------------------------------------------------------
#3.1	about-page-about-area
#3.2	about-pg-funfact-section
#3.3	team-section


--------------------------------------------------------------
	#contact page
--------------------------------------------------------------
#4.1	contact-info-section
#4.2	contact-form-map


--------------------------------------------------------------
	#blog page
--------------------------------------------------------------
#5.1	blog-pg-section


--------------------------------------------------------------
	#blog single page
--------------------------------------------------------------
#6.1	blog-single-section


--------------------------------------------------------------
	#category page
--------------------------------------------------------------
#7.1	category-page-section


--------------------------------------------------------------
	#author page
--------------------------------------------------------------
#8.1	author-info-section
#8.1	user-info-tab-section


--------------------------------------------------------------
	#product single page
--------------------------------------------------------------
#9.1	product-single-section



----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");

@font-face {
  font-family: 'Now';
  src: url(../fonts/text-fonts/now-regular.otf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Now';
  src: url(../fonts/text-fonts/now-medium.otf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Now';
  src: url(../fonts/text-fonts/now-light.otf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Now';
  src: url(../fonts/text-fonts/now-thin.otf) format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'segoe-ui';
  src: url("../fonts/text-fonts/segoe-ui.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 16px;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  color: #525252;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #525252;
  line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Now";
  color: #242f6c;
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

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

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}

.contact-validation-active label.error {
  color: red;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}

.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 1.875rem;
  color: #00c6d1;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {

  .contact-validation-active #success,
  .contact-validation-active #error {
    font-size: 15px;
  }
}

.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }
}

.section-title h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  margin: 0 0 0.67em;
}

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.section-title p {
  margin: 0;
}

.theme-btn,
.theme-btn-s3,
.theme-btn-s4,
.view-cart-btn {
  background: #00c6d1;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 12px 22px;
  border: 0;
  border-radius: 55px;
  text-transform: capitalize;
  -webkit-box-shadow: 0 0 0 5px #c8eaf5;
  box-shadow: 0 0 0 5px #c8eaf5;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
}

.theme-btn:after,
.theme-btn-s3:after,
.theme-btn-s4:after,
.view-cart-btn:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 55px;
  background: -webkit-linear-gradient(left, #00ded8, #00a7d5);
  background: -moz-linear-gradient(left, #00ded8, #00a7d5);
  background: -o-linear-gradient(left, #00ded8, #00a7d5);
  background: -ms-linear-gradient(left, #00ded8, #00a7d5);
  background: -webkit-gradient(linear, left top, right top, from(#00ded8), to(#00a7d5));
  background: linear-gradient(left, #00ded8, #00a7d5);
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}

.theme-btn:hover,
.theme-btn-s3:hover,
.theme-btn-s4:hover,
.view-cart-btn:hover,
.theme-btn:focus,
.theme-btn-s3:focus,
.theme-btn-s4:focus,
.view-cart-btn:focus,
.theme-btn:active,
.theme-btn-s3:active,
.theme-btn-s4:active,
.view-cart-btn:active {
  color: #fff;
}

.theme-btn:hover:after,
.theme-btn-s3:hover:after,
.theme-btn-s4:hover:after,
.view-cart-btn:hover:after {
  opacity: 1;
}

@media (max-width: 991px) {

  .theme-btn,
  .theme-btn-s3,
  .theme-btn-s4,
  .view-cart-btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {

  .theme-btn,
  .theme-btn-s3,
  .theme-btn-s4,
  .view-cart-btn {
    padding: 12px 18px;
    font-size: 13px;
  }
}

.theme-btn-s2 {
  background: #fff;
  color: #525252;
  display: inline-block;
  padding: 12px 22px;
  border: 1px solid #00c6d1;
  border-radius: 55px;
  text-transform: capitalize;
  -webkit-box-shadow: 0 0 0 5px #c8eaf5;
  box-shadow: 0 0 0 5px #c8eaf5;
  z-index: 1;
  position: relative;
}

.theme-btn-s2:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 55px;
  background: -webkit-linear-gradient(left, #00ded8, #00a7d5);
  background: -moz-linear-gradient(left, #00ded8, #00a7d5);
  background: -o-linear-gradient(left, #00ded8, #00a7d5);
  background: -ms-linear-gradient(left, #00ded8, #00a7d5);
  background: -webkit-gradient(linear, left top, right top, from(#00ded8), to(#00a7d5));
  background: linear-gradient(left, #00ded8, #00a7d5);
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .theme-btn-s2 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active {
  color: #fff;
}

.theme-btn-s2:hover:after {
  opacity: 1;
}

@media (max-width: 767px) {
  .theme-btn-s2 {
    padding: 12px 18px;
    font-size: 13px;
  }
}

.theme-btn-s3,
.theme-btn-s4 {
  background: #c968ff;
  -webkit-box-shadow: 0 0 0 5px #f3e0fe;
  box-shadow: 0 0 0 5px #f3e0fe;
  background: -webkit-linear-gradient(left, #6168f3, #c968ff);
  background: -moz-linear-gradient(left, #6168f3, #c968ff);
  background: -o-linear-gradient(left, #6168f3, #c968ff);
  background: -ms-linear-gradient(left, #6168f3, #c968ff);
  background: -webkit-gradient(linear, left top, right top, from(#6168f3), to(#c968ff));
  background: linear-gradient(left, #6168f3, #c968ff);
  z-index: 1;
  position: relative;
}

.theme-btn-s3:after,
.theme-btn-s4:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 55px;
  background: -webkit-linear-gradient(left, #c968ff, #6168f3);
  background: -moz-linear-gradient(left, #c968ff, #6168f3);
  background: -o-linear-gradient(left, #c968ff, #6168f3);
  background: -ms-linear-gradient(left, #c968ff, #6168f3);
  background: -webkit-gradient(linear, left top, right top, from(#c968ff), to(#6168f3));
  background: linear-gradient(left, #c968ff, #6168f3);
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}

.theme-btn-s3:hover:after,
.theme-btn-s4:hover:after {
  opacity: 1;
}

.theme-btn-s3:hover,
.theme-btn-s4:hover,
.theme-btn-s3:focus,
.theme-btn-s4:focus,
.theme-btn-s3:active,
.theme-btn-s4:active {
  color: #fff;
}

.theme-btn-s4 {
  background: #f6d365;
  background: -webkit-linear-gradient(left, #f6d365, #fda085);
  background: -moz-linear-gradient(left, #f6d365, #fda085);
  background: -o-linear-gradient(left, #f6d365, #fda085);
  background: -ms-linear-gradient(left, #f6d365, #fda085);
  background: -webkit-gradient(linear, left top, right top, from(#f6d365), to(#fda085));
  background: linear-gradient(left, #f6d365, #fda085);
  -webkit-box-shadow: 0 0 0 5px #fcf5df;
  box-shadow: 0 0 0 5px #fcf5df;
  z-index: 1;
  position: relative;
}

.theme-btn-s4:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 55px;
  background: -webkit-linear-gradient(left, #fda085, #f6d365);
  background: -moz-linear-gradient(left, #fda085, #f6d365);
  background: -o-linear-gradient(left, #fda085, #f6d365);
  background: -ms-linear-gradient(left, #fda085, #f6d365);
  background: -webkit-gradient(linear, left top, right top, from(#fda085), to(#f6d365));
  background: linear-gradient(left, #fda085, #f6d365);
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}

.theme-btn-s4:hover:after {
  opacity: 1;
}

.theme-btn-s4:hover,
.theme-btn-s4:focus,
.theme-btn-s4:active {
  color: #fff;
}

.view-cart-btn {
  display: block;
  margin-top: 20px;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #05f2ff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #00c6d1;
}

/******************************
	#page title
******************************/
.page-title {
  background-color: #fcfaf8;
  width: 100%;
  height: 335px;
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .page-title {
    height: 300px;
  }
}

.page-title .container {
  height: 100%;
  display: table;
}

.page-title .container>.row {
  vertical-align: middle;
  display: table-cell;
}

.page-title h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0 0 0.30em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .page-title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    text-align: center;
  }
}

.page-title .breadcrumb li {
  font-size: 16px;
  font-size: 1rem;
  margin-right: 5px;
  position: relative;
}

@media (max-width: 767px) {
  .page-title .breadcrumb li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.page-title .breadcrumb li a {
  color: #00c6d1;
}

.page-title .breadcrumb li a:hover {
  color: #00aeb8;
}

.page-title .breadcrumb>li+li {
  margin-left: 20px;
  padding-left: 15px;
}

.page-title .breadcrumb>li+li:before {
  content: "/";
  padding: 0;
  position: absolute;
  left: -14px;
  top: 1px;
  color: #00c6d1;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
}

.preloader .sk-folding-cube {
  margin: 20px auto;
  width: 60px;
  height: 60px;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 50px);
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}

.preloader .sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.preloader .sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00c6d1;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.preloader .sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.preloader .sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotate(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.preloader .sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotate(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.preloader .sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader .sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader .sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  /*** search-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** quote-widget ****/
  /*** tag-widget ***/
}

@media screen and (min-width: 992px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}

.blog-sidebar .widget {
  border: 1px solid #ebebeb;
  padding: 30px;
}

.blog-sidebar .widget h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  margin: 0 -30px 30px;
  padding: 0 0 30px 30px;
  position: relative;
  text-transform: capitalize;
}

.blog-sidebar>.widget+.widget {
  margin-top: 65px;
}

.blog-sidebar .search-widget {
  border: 0;
  padding: 0;
}

.blog-sidebar .search-widget form div {
  position: relative;
}

.blog-sidebar .search-widget input {
  height: 50px;
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #ebebeb;
  padding: 6px 50px 6px 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
  background-color: rgba(0, 198, 209, 0.1);
}

.blog-sidebar .search-widget form button {
  background: #00c6d1;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  border: 0;
  outline: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}

.blog-sidebar .category-widget ul {
  list-style: none;
}

.blog-sidebar .category-widget ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  padding-left: 20px;
}

.blog-sidebar .category-widget ul li:before {
  content: "";
  background: #bbb;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 8px;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}

.blog-sidebar .category-widget ul>li+li {
  margin-top: 12px;
}

.blog-sidebar .category-widget ul a {
  display: block;
  color: #525252;
}

.blog-sidebar .category-widget ul a:hover {
  color: #00c6d1;
}

.blog-sidebar .category-widget ul li:hover:before {
  background: #00c6d1;
}

.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts>.post+.post {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #f2f0f0;
}

.blog-sidebar .recent-post-widget .post .img-holder {
  width: 68px;
  float: left;
}

.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 68px);
  float: left;
  padding-left: 20px;
}

.blog-sidebar .recent-post-widget .post h4 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3em;
  margin: 0 0 0.3em;
}

@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}

.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #242f6c;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #00c6d1;
}

.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #525252;
}

.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}

.blog-sidebar .quote-widget {
  border: 0;
  padding: 0;
}

.blog-sidebar .quote-widget .quote {
  background-color: #f5f5f5;
  padding: 30px;
}

.blog-sidebar .quote-widget .quote p {
  margin: 0;
}

.blog-sidebar .quote-widget i {
  display: block;
}

.blog-sidebar .quote-widget .fi:before {
  font-size: 35px;
}

.blog-sidebar .quote-widget .quoter {
  position: relative;
  padding: 25px 25px 25px 110px;
}

.blog-sidebar .quote-widget .quoter .img-holder {
  position: absolute;
  left: 0;
}

.blog-sidebar .quote-widget .quoter img {
  padding: 5px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
}

.blog-sidebar .quote-widget .quoter h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 0.3em;
  padding-top: 1.3em;
}

.blog-sidebar .quote-widget .quoter h4+p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
}

.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
}

.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
  padding: 5px 14px;
  color: #525252;
  border: 1px solid #ebebeb;
  border-radius: 0;
}

.blog-sidebar .tag-widget ul li a:hover {
  background: #00c6d1;
  color: #fff;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 45px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: #f5f5f5;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #666;
  border: 0;
  display: block;
  border-radius: 5px;
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #00c6d1;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  border-color: #00c6d1;
  color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 0.9375rem;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/*------------------------------------
	category sidebar
------------------------------------*/
.category-sidebar {
  /*** category-widget ***/
  /*** tag-widget ***/
}

@media screen and (min-width: 992px) {
  .category-sidebar {
    padding-right: 45px;
  }
}

@media (max-width: 991px) {
  .category-sidebar {
    margin-bottom: 80px;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .category-sidebar {
    margin-bottom: 60px;
    max-width: 400px;
  }
}

.category-sidebar .widget {
  padding: 30px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

.category-sidebar .widget h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  margin: 0 -30px 30px;
  padding: 0 0 30px 30px;
  position: relative;
  text-transform: capitalize;
}

.category-sidebar>.widget+.widget {
  margin-top: 30px;
}

.category-sidebar .category-widget ul {
  list-style: none;
}

.category-sidebar .category-widget ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  padding-left: 20px;
}

.category-sidebar .category-widget ul li:before {
  content: "";
  background: #bbb;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 8px;
}

@media (max-width: 767px) {
  .category-sidebar .category-widget ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.category-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}

.category-sidebar .category-widget ul>li+li {
  margin-top: 12px;
}

.category-sidebar .category-widget ul a {
  display: block;
  color: #525252;
}

.category-sidebar .category-widget ul a:hover {
  color: #00c6d1;
}

.category-sidebar .category-widget ul li:hover:before {
  background: #00c6d1;
}

.category-sidebar .tag-widget {
  padding: 15px 0;
}

.category-sidebar .tag-widget ul {
  list-style: none;
}

.category-sidebar .tag-widget ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
}

.category-sidebar .tag-widget ul li:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid #d7d7d7;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: 15px;
}

@media (max-width: 767px) {
  .category-sidebar .tag-widget ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.category-sidebar .tag-widget ul a {
  display: block;
  color: #525252;
  padding: 12px 15px 12px 60px;
}

.category-sidebar .tag-widget ul a:hover {
  background: #00c6d1;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  color: #fff;
}

.category-sidebar .tag-widget ul li:hover:before {
  border-color: #fff;
}

.theme-accordion-s1 {
  margin-bottom: 0;
}

.theme-accordion-s1 .panel-default {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.theme-accordion-s1 .panel-heading {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.theme-accordion-s1 .panel+.panel {
  margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a {
  background: #00c6d1;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  display: block;
  padding: 18px 25px;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading a {
    padding: 12px 15px;
  }
}

.theme-accordion-s1 .panel-heading a:before {
  font-family: "themify";
  content: "\e64b";
  font-size: 15px;
  font-size: 0.9375rem;
  position: absolute;
  right: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a:before {
    font-size: 18px;
    font-size: 1.125rem;
    right: 20px;
  }
}

.theme-accordion-s1 .panel-heading a:focus {
  text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed {
  background-color: #fff;
  color: #242f6c;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

.theme-accordion-s1 .panel-heading .collapsed:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
  background-color: #fff;
  border: 0;
  padding: 40px 25px 15px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
    padding: 20px 25px 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body {
    padding: 15px 15px 8px;
  }
}

.theme-accordion-s1 .panel-heading+.panel-collapse>.panel-body p {
  margin-bottom: 1.3em;
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation>.container {
  position: relative;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar ul {
  list-style: none;
}

.site-header #navbar>ul li a:hover,
.site-header #navbar>ul li a:focus {
  text-decoration: none;
  color: #00c6d1;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }

  .site-header #navbar li {
    position: relative;
  }

  .site-header #navbar>ul>li>a {
    font-size: 16px;
    font-size: 1rem;
  }

  .site-header #navbar>ul .sub-menu {
    background-color: #fff;
    width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  }

  .site-header #navbar>ul>li .sub-menu li {
    border-bottom: 1px solid #f5f5f5;
  }

  .site-header #navbar>ul>li .sub-menu a {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 10px 20px;
    color: #525252;
  }

  .site-header #navbar>ul>li>.sub-menu .sub-menu {
    left: 100%;
    top: 0;
  }

  .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
    position: relative;
  }

  .site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .site-header #navbar>ul>li:hover>.sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }

  .site-header #navbar .sub-menu>li:hover>.sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar>ul>li a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .site-header #navbar>ul>li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }

  .site-header #navbar>ul .sub-menu>li:last-child {
    border-bottom: 0;
  }

  .site-header #navbar>ul>li>.sub-menu a {
    padding: 8px 15px 8px 45px;
  }

  .site-header #navbar>ul>li>.sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }

  .site-header #navbar>ul .menu-item-has-children>a {
    position: relative;
  }

  .site-header #navbar>ul .menu-item-has-children>a:before {
    font-family: "themify";
    content: "\e61a";
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }

  .site-header #navbar .has-mega-menu {
    position: static;
  }

  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #00c6d1;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }

  .site-header #navbar .half-mega-menu {
    width: 585px;
  }

  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }

  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }

  .site-header #navbar .has-mega-menu:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar>ul .mega-menu {
    width: 950px;
    right: 15px;
  }

  .site-header #navbar>ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {

  .site-header #navbar>ul .mega-menu,
  .site-header #navbar>ul .half-mega-menu {
    width: auto;
  }

  .site-header #navbar>ul .mega-menu .row,
  .site-header #navbar>ul .half-mega-menu .row {
    margin: 0;
  }

  .site-header #navbar .mega-menu-content>.row>.col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }

  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }

  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }

  .site-header .container {
    width: 100%;
  }

  .site-header .navbar-header button {
    background-color: #00c6d1;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 20;
  }

  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }

  .site-header .navbar-header button span:last-child {
    margin: 0;
  }

  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -330px;
    top: 0;
    z-index: 100;
  }

  .site-header #navbar ul a {
    color: #000;
  }

  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #00c6d1;
  }

  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }

  .site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }

  .site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }

  .site-header #navbar>ul>li {
    border-bottom: 1px solid #f2f2f2;
  }

  .site-header #navbar>ul>li>a {
    padding: 10px 15px 10px 35px;
  }

  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }

  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }

  .site-header .navbar-collapse.collapse.in {
    display: block;
  }

  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }

  .site-header .navbar-header {
    float: none;
  }

  .site-header .navbar-right {
    float: none;
  }

  .site-header .navbar-nav {
    float: none;
  }

  .site-header .navbar-nav>li {
    float: none;
  }
}

@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/*---------------------------------------------
	header style 1
----------------------------------------------*/
.header-style-1,
.header-style-2 {
  /*** cart-search-contact ***/
}

@media screen and (min-width: 992px) {

  .header-style-1,
  .header-style-2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    padding-top: 30px;
  }

  .header-style-1 .navigation,
  .header-style-2 .navigation {
    background-color: transparent;
  }

  .header-style-1 #navbar,
  .header-style-2 #navbar {
    margin-right: 245px;
  }

  .header-style-1 #navbar>ul>li>a,
  .header-style-2 #navbar>ul>li>a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #525252;
    padding: 25px 12px;
  }
}

@media screen and (min-width: 1200px) {

  .header-style-1 #navbar>ul>li>a,
  .header-style-2 #navbar>ul>li>a {
    font-size: 16px;
    font-size: 1rem;
    padding: 25px 18px;
  }
}

@media (max-width: 991px) {

  .header-style-1 .navigation,
  .header-style-2 .navigation {
    padding: 15px 0;
  }

  .header-style-1 .navbar-brand,
  .header-style-2 .navbar-brand {
    padding-top: 3px;
  }
}

.header-style-1 .cart-search-contact,
.header-style-2 .cart-search-contact {
  position: absolute;
  right: 27px;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

@media (max-width: 991px) {

  .header-style-1 .cart-search-contact,
  .header-style-2 .cart-search-contact {
    right: 75px;
  }
}

@media (max-width: 450px) {

  .header-style-1 .cart-search-contact,
  .header-style-2 .cart-search-contact {
    right: 80px;
  }
}

.header-style-1 .cart-search-contact button,
.header-style-2 .cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}

.header-style-1 .cart-search-contact .fi:before,
.header-style-2 .cart-search-contact .fi:before {
  font-size: 18px;
  font-size: 1.125rem;
  color: #525252;
}

.header-style-1 .cart-search-contact>div,
.header-style-2 .cart-search-contact>div {
  float: left;
  position: relative;
}

.header-style-1 .cart-search-contact>div+div,
.header-style-2 .cart-search-contact>div+div {
  margin-left: 20px;
}

.header-style-1 .cart-search-contact .header-search-form,
.header-style-2 .cart-search-contact .header-search-form {
  position: absolute;
  width: 250px;
  right: 0;
  top: 51px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 15px 60px -19px black;
  box-shadow: 0px 15px 60px -19px black;
}

@media (max-width: 991px) {

  .header-style-1 .cart-search-contact .header-search-form,
  .header-style-2 .cart-search-contact .header-search-form {
    top: 68px;
  }
}

@media (max-width: 767px) {

  .header-style-1 .cart-search-contact .header-search-form,
  .header-style-2 .cart-search-contact .header-search-form {
    top: 63px;
    right: 15px;
  }
}

.header-style-1 .cart-search-contact form div,
.header-style-2 .cart-search-contact form div {
  position: relative;
}

.header-style-1 .cart-search-contact form div button,
.header-style-2 .cart-search-contact form div button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-style-1 .cart-search-contact .search-toggle-btn,
.header-style-2 .cart-search-contact .search-toggle-btn {
  padding-top: 5px;
}

.header-style-1 .cart-search-contact input,
.header-style-2 .cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 450px) {

  .header-style-1 .cart-search-contact .mini-cart,
  .header-style-2 .cart-search-contact .mini-cart {
    display: none;
  }
}

.header-style-1 .cart-search-contact .mini-cart .fi:before,
.header-style-2 .cart-search-contact .mini-cart .fi:before {
  font-size: 25px;
  font-size: 1.5625rem;
}

.header-style-1 .cart-search-contact .mini-cart .cart-count,
.header-style-2 .cart-search-contact .mini-cart .cart-count {
  background: #00c6d1;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 10px;
  font-size: 0.625rem;
  color: white;
  position: absolute;
  top: 0;
  right: -11px;
  border-radius: 50%;
}

.header-style-1 .cart-search-contact .mini-cart-content,
.header-style-2 .cart-search-contact .mini-cart-content {
  background: #fff;
  width: 300px;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 51px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 15px 60px -19px black;
  box-shadow: 0px 15px 60px -19px black;
}

@media (max-width: 991px) {

  .header-style-1 .cart-search-contact .mini-cart-content,
  .header-style-2 .cart-search-contact .mini-cart-content {
    top: 68px;
  }
}

@media (max-width: 767px) {

  .header-style-1 .cart-search-contact .mini-cart-content,
  .header-style-2 .cart-search-contact .mini-cart-content {
    top: 63px;
  }
}

@media (max-width: 450px) {

  .header-style-1 .cart-search-contact .mini-cart-content,
  .header-style-2 .cart-search-contact .mini-cart-content {
    right: auto;
    left: -185px;
  }
}

.header-style-1 .cart-search-contact .mini-cart-content p,
.header-style-2 .cart-search-contact .mini-cart-content p {
  font-family: "Now";
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #242f6c;
  margin: 0;
  text-transform: uppercase;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-items,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-items {
  padding: 25px 20px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #efefef;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item:first-child,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image {
  width: 50px;
  height: 50px;
  border: 2px solid #f3f3f3;
  float: left;
  margin-right: 15px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image a,
.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-image img,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-image img {
  display: block;
  width: 46px;
  height: 46px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  color: #242f6c;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des a:hover {
  color: #00c6d1;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-price {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #888;
  display: block;
  margin-top: 3px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
  font-size: 12px;
  font-size: 0.75rem;
  color: #444;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action {
  padding: 20px;
  border-top: 1px solid #efefef;
  text-align: center;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .theme-btn-s2 {
  float: right;
}

.header-style-1 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price,
.header-style-2 .cart-search-contact .mini-cart-content .mini-cart-action .mini-checkout-price {
  font-family: "Now";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #242f6c;
  display: inline-block;
}

.header-style-1 .cart-search-contact .mini-cart-content-toggle,
.header-style-2 .cart-search-contact .mini-cart-content-toggle,
.header-style-1 .cart-search-contact .header-search-content-toggle,
.header-style-2 .cart-search-contact .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.header-style-1 .cart-search-contact .btns,
.header-style-2 .cart-search-contact .btns {
  position: relative;
  top: -10px;
  margin-left: 30px;
}

@media (max-width: 600px) {

  .header-style-1 .header-search-form-wrapper,
  .header-style-2 .header-search-form-wrapper,
  .header-style-1 .mini-cart,
  .header-style-2 .mini-cart {
    display: none;
  }
}

@media (max-width: 767px) {

  .header-style-1 .cart-search-contact,
  .header-style-2 .cart-search-contact {
    right: 70px;
  }
}

@media (max-width: 360px) {

  .header-style-1 .cart-search-contact,
  .header-style-2 .cart-search-contact {
    display: none;
  }
}

.header-style-2 {
  position: relative;
  padding-top: 0;
}

@media screen and (min-width: 992px) {
  .header-style-2 #navbar>ul>li>a {
    padding: 40px 12px;
  }

  .header-style-2 .navbar-brand {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .header-style-2 #navbar>ul>li>a {
    padding: 40px 18px;
  }
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #838383;
  background-blend-mode: multiply;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.3);
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  text-align: center;
  border-radius: 60px;
}

@media (max-width: 767px) {

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
}

.hero-slider .swiper-button-prev:before {
  font-family: "themify";
  content: "\e629";
  font-size: 20px;
  color: #fff;
}

.hero-slider .swiper-button-next {
  right: 25px;
}

.hero-slider .swiper-button-next:before {
  font-family: "themify";
  content: "\e628";
  font-size: 20px;
  color: #fff;
}

.hero-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: #fff;
}

.hero-slider .swiper-pagination-bullet-active {
  color: #fff;
  background: #07a49b;
}

/*--------------------------------------------------------------
	#hero-style-1
--------------------------------------------------------------*/
.hero-style-1 {
  height: 100vh;
  min-height: 750px;
  background: url("../images/hero-1-bg.png") center center/cover no-repeat local;
  position: relative;
}

@media (max-width: 991px) {
  .hero-style-1 {
    height: 500px;
    min-height: 500px;
  }
}

.hero-style-1 .container,
.hero-style-1 .row,
.hero-style-1 .col {
  height: 100%;
}

.hero-style-1 .col {
  display: table;
}

.hero-style-1 .hero-text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10;
}

.hero-style-1 .hero-text .hero-title {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .hero-style-1 .hero-text .hero-title {
    margin-top: 0px;
  }
}

.hero-style-1 h2 {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 600;
  margin: 0 0 0.68em;
  line-height: 70px;
}

@media (max-width: 991px) {
  .hero-style-1 h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 55px;
  }
}

@media (max-width: 767px) {
  .hero-style-1 h2 {
    font-size: 25px;
    line-height: 40px;
  }
}

.hero-style-1 h2 span {
  color: #00c6d1;
}

.hero-style-1 p {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 1.9em;
}

@media (max-width: 991px) {
  .hero-style-1 p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .hero-style-1 p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.hero-style-1 .btns>a:first-child {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .hero-style-1 .btns>a:first-child {
    margin-right: 10px;
  }
}

.hero-style-1 .right-vec {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1005px;
  height: 850px;
}

@media (max-width: 1199px) {
  .hero-style-1 .right-vec {
    width: 600px;
    height: 507px;
  }
}

@media (max-width: 991px) {
  .hero-style-1 .right-vec {
    display: none;
  }
}

.hero-style-1 .right-vec:before {
  content: "";
  background: url("../images/hero-1-vec.png") center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.hero-style-1 .right-vec a {
  background-color: #6168f3;
  background: -webkit-linear-gradient(left, #c968ff, #6168f3);
  background: -moz-linear-gradient(left, #c968ff, #6168f3);
  background: -o-linear-gradient(left, #c968ff, #6168f3);
  background: -ms-linear-gradient(left, #c968ff, #6168f3);
  background: -webkit-gradient(linear, left top, right top, from(#c968ff), to(#6168f3));
  background: linear-gradient(left, #c968ff, #6168f3);
  width: 83px;
  height: 83px;
  border-radius: 83px;
  display: inline-block;
  position: absolute;
  left: 235px;
  top: 235px;
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
}

@media (max-width: 991px) {
  .hero-style-1 .right-vec a {
    width: 65px;
    height: 65px;
    border-radius: 65px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.hero-style-1 .right-vec a:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes spineer {
  0% {
    -webkit-box-shadow: 0 0 0 0 #c7c1ea;
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

@keyframes spineer {
  0% {
    -webkit-box-shadow: 0 0 0 0 #c7c1ea;
    box-shadow: 0 0 0 0 #c7c1ea;
  }

  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

/*--------------------------------------------------------------
	#hero-style-2
--------------------------------------------------------------*/
.hero-style-2,
.hero-style-3 {
  background: url("../images/hero-style-2-bg.jpg") center center/cover no-repeat local;
  height: 100vh;
  min-height: 650px;
  position: relative;
}

@media (max-width: 991px) {

  .hero-style-2,
  .hero-style-3 {
    height: 500px;
    min-height: 500px;
  }
}

.hero-style-2 .container,
.hero-style-3 .container,
.hero-style-2 .row,
.hero-style-3 .row,
.hero-style-2 .col,
.hero-style-3 .col {
  height: 100%;
}


.hero-style-2 .col,
.hero-style-3 .col {
  display: table;
}

.hero-style-2 .hero-text,
.hero-style-3 .hero-text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  text-align: center;
}

.hero-style-2 h2,
.hero-style-3 h2 {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 600;
  margin: 0 0 0.48em;
}

@media (max-width: 991px) {

  .hero-style-2 h2,
  .hero-style-3 h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {

  .hero-style-2 h2,
  .hero-style-3 h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.hero-style-2 h2 span,
.hero-style-3 h2 span {
  color: #00c6d1;
}

.hero-style-2 p,
.hero-style-3 p {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 3.3em;
}

@media (max-width: 991px) {

  .hero-style-2 p,
  .hero-style-3 p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {

  .hero-style-2 p,
  .hero-style-3 p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.hero-style-2 .search-area,
.hero-style-3 .search-area {
  max-width: 800px;
  margin: 0 auto;
}

.hero-style-2 form>div:first-child,
.hero-style-3 form>div:first-child {
  width: 175px;
  float: left;
}

@media (max-width: 767px) {

  .hero-style-2 form>div:first-child,
  .hero-style-3 form>div:first-child {
    width: 100px;
  }
}

.hero-style-2 form>div:last-child,
.hero-style-3 form>div:last-child {
  width: 140px;
  float: right;
}

@media (max-width: 767px) {

  .hero-style-2 form>div:last-child,
  .hero-style-3 form>div:last-child {
    width: 80px;
  }
}

.hero-style-2 form>div:nth-child(2),
.hero-style-3 form>div:nth-child(2) {
  width: calc(100% - 315px);
  float: left;
}

@media (max-width: 767px) {

  .hero-style-2 form>div:nth-child(2),
  .hero-style-3 form>div:nth-child(2) {
    width: calc(100% - 180px);
  }
}

.hero-style-2 form,
.hero-style-3 form {
  border: 1px solid #6cf5fd;
  border-radius: 70px;
  -webkit-box-shadow: 0 0 0 10px #eaf6f6;
  box-shadow: 0 0 0 10px #eaf6f6;
}

@media (max-width: 767px) {

  .hero-style-2 form,
  .hero-style-3 form {
    -webkit-box-shadow: 0 0 0 5px #eaf6f6;
    box-shadow: 0 0 0 5px #eaf6f6;
  }
}

.hero-style-2 form input,
.hero-style-3 form input,
.hero-style-2 form select,
.hero-style-3 form select,
.hero-style-2 form button,
.hero-style-3 form button {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 60px;
  border-radius: 0;
}

@media (max-width: 767px) {

  .hero-style-2 form input,
  .hero-style-3 form input,
  .hero-style-2 form select,
  .hero-style-3 form select,
  .hero-style-2 form button,
  .hero-style-3 form button {
    height: 50px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}


.hero-style-2 form select,
.hero-style-3 form select {
  border-radius: 70px 0 0 70px;
  padding: 0 25px;
  background: white;
  border-right: 1px solid #6cf5fd;
}

.hero-style-2 form select:focus,
.hero-style-3 form select:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.hero-style-2 form button,
.hero-style-3 form button {
  background: #00abd5;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  font-weight: 600;
  color: #fff;
  border-radius: 0 70px 70px 0;
  z-index: 1;
  position: relative;
}

.hero-style-2 form button:after,
.hero-style-3 form button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 70px 70px 0;
  background: -webkit-linear-gradient(left, #00ded8, #00a7d5);
  background: -moz-linear-gradient(left, #00ded8, #00a7d5);
  background: -o-linear-gradient(left, #00ded8, #00a7d5);
  background: -ms-linear-gradient(left, #00ded8, #00a7d5);
  background: -webkit-gradient(linear, left top, right top, from(#00ded8), to(#00a7d5));
  background: linear-gradient(left, #00ded8, #00a7d5);
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}

.hero-style-2 form button:hover:after,
.hero-style-3 form button:hover:after {
  opacity: 1;
}

.hero-style-2 .nice-select,
.hero-style-3 .nice-select {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 60px;
  line-height: 60px;
  border-radius: 70px 0 0 70px;
  border-right: 1px solid #6cf5fd;
}

@media (max-width: 767px) {

  .hero-style-2 .nice-select,
  .hero-style-3 .nice-select {
    height: 50px;
    line-height: 50px;
  }
}

/*--------------------------------------------------------------
	#hero-style-3
--------------------------------------------------------------*/
.hero-style-3 {
  height: 800px;
  min-height: 750px;
  position: relative;
}

@media (max-width: 991px) {
  .hero-style-3 {
    height: 500px;
    min-height: 500px;
  }
}

.hero-style-3 h2,
.hero-style-3 p,
.hero-style-3 h2 span {
  color: #fff;
}

.hero-style-3 form {
  border: 0;
  border-radius: 70px;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .hero-style-3 form {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
  }
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #f9fbfb;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  /*** about-widget ***/
  /*** link-widget ***/
  /*** resource-widget ***/
  /*** market-widget ***/
  /*** lower-footer ***/
}

.site-footer ul {
  list-style: none;
}

.site-footer p,
.site-footer li {
  color: #525252;
}

.site-footer .container {
  position: relative;
}

.site-footer .upper-footer {
  padding: 0 0 90px;
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 0 0 20px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 0 0 10px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}

.site-footer .widget-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .site-footer .widget-title {
    margin-bottom: 20px;
  }
}

.site-footer .widget-title h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  color: #242f6c;
  margin: 0;
  text-transform: capitalize;
  position: relative;
}

@media (max-width: 991px) {
  .site-footer .widget-title h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.site-footer .about-widget .logo {
  max-width: 180px;
}

.site-footer .about-widget p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
}

.site-footer .about-widget p:last-child {
  margin-bottom: 0;
}

.site-footer .about-widget ul {
  overflow: hidden;
  padding-top: 10px;
}

.site-footer .about-widget ul li {
  font-size: 22px;
  float: left;
}

.site-footer .about-widget ul>li+li {
  margin-left: 25px;
}

.site-footer .about-widget ul a {
  color: #00c6d1;
}

.site-footer .about-widget ul a:hover {
  color: #00c6d1;
}

.site-footer .link-widget {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .site-footer .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .site-footer .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .site-footer .link-widget {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .site-footer .link-widget {
    max-width: 350px;
  }
}

.site-footer .link-widget ul li {
  position: relative;
}

.site-footer .link-widget ul a {
  color: #525252;
}

.site-footer .link-widget ul a:hover,
.site-footer .link-widget ul li:hover:before {
  text-decoration: underline;
}

.site-footer .link-widget ul>li+li {
  margin-top: 15px;
}

@media screen and (min-width: 1200px) {
  .site-footer .resource-widget {
    padding-left: 60px;
  }
}

.site-footer .market-widget .sold-earning {
  overflow: hidden;
  padding-top: 15px;
}

.site-footer .market-widget .sold-earning>div {
  width: 50%;
  float: left;
}

.site-footer .market-widget .sold-earning p {
  font-family: "Now";
  font-size: 14px;
  font-size: 0.875rem;
}

.site-footer .market-widget .sold-earning h4 {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #03a4ad;
  font-weight: bold;
  margin-bottom: 0;
}

.site-footer .lower-footer {
  text-align: center;
  position: relative;
}

.site-footer .lower-footer .row {
  padding: 20px 0;
  position: relative;
}

.site-footer .lower-footer .row .separator {
  background: #e3eff0;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  top: 0;
}

.site-footer .lower-footer .copyright {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}

@media (max-width: 991px) {
  .site-footer .lower-footer .copyright {
    float: none;
    display: block;
    margin: 0 0 20px;
  }
}

.site-footer .lower-footer .copyright a {
  color: #fff;
  text-decoration: underline;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
  background: white;
  -webkit-box-shadow: 0 0 15px rgba(218, 218, 218, 0.5);
  box-shadow: 0 0 15px rgba(218, 218, 218, 0.5);
}

.sticky-on {
  opacity: 1;
  top: 0;
}

.header-style-1 .sticky-header,
.header-style-2 .sticky-header {
  background-color: #fff;
}

/*--------------------------------------------------------------
#0.6	features-section
--------------------------------------------------------------*/
.features-section {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .features-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .features-section {
    padding-bottom: 50px;
  }
}

.features-section .feature-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .features-section .feature-grids {
    margin: 0 -7.5px;
  }
}

.features-section .feature-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  text-align: center;
  border-radius: 5px;
  padding: 50px 40px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 991px) {
  .features-section .feature-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .features-section .feature-grids .grid {
    width: calc(50% - 15px);
    padding: 40px 20px;
    margin: 0 7.5px 30px;
  }
}

@media (max-width: 550px) {
  .features-section .feature-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.features-section .icon {
  background: #ff7d90;
  background: -webkit-linear-gradient(top, #ffad6f, #ff7d90);
  background: -moz-linear-gradient(top, #ffad6f, #ff7d90);
  background: -o-linear-gradient(top, #ffad6f, #ff7d90);
  background: -ms-linear-gradient(top, #ffad6f, #ff7d90);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffad6f), to(#ff7d90));
  background: linear-gradient(top, #ffad6f, #ff7d90);
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .features-section .icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
}

.features-section .feature-grids>.grid:nth-child(2) .icon {
  background: -webkit-linear-gradient(top, #00ded8, #00a7d5);
  background: -moz-linear-gradient(top, #00ded8, #00a7d5);
  background: -o-linear-gradient(top, #00ded8, #00a7d5);
  background: -ms-linear-gradient(top, #00ded8, #00a7d5);
  background: -webkit-gradient(linear, left top, left bottom, from(#00ded8), to(#00a7d5));
  background: linear-gradient(top, #00ded8, #00a7d5);
}

.features-section .feature-grids>.grid:nth-child(3) .icon {
  background: -webkit-linear-gradient(top, #c968ff, #6168f3);
  background: -moz-linear-gradient(top, #c968ff, #6168f3);
  background: -o-linear-gradient(top, #c968ff, #6168f3);
  background: -ms-linear-gradient(top, #c968ff, #6168f3);
  background: -webkit-gradient(linear, left top, left bottom, from(#c968ff), to(#6168f3));
  background: linear-gradient(top, #c968ff, #6168f3);
}

.features-section .fi:before {
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
}

@media (max-width: 991px) {
  .features-section .fi:before {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.features-section h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 1.3em 0 0.7em;
}

@media (max-width: 991px) {
  .features-section h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .features-section h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.features-section p {
  margin: 0;
}

@media (max-width: 991px) {
  .features-section p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/*--------------------------------------------------------------
#0.7	new-product-section
--------------------------------------------------------------*/
.new-product-section {
  background-color: #f9fbfb;
  padding-bottom: 115px;
}

@media (max-width: 991px) {
  .new-product-section {
    padding-bottom: 85px;
  }
}

@media (max-width: 767px) {
  .new-product-section {
    padding-bottom: 75px;
  }
}

.new-product-section .new-product-grids .grid {
  overflow: hidden;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .new-product-section .new-product-grids .grid {
    margin: 0 -15px;
  }
}

.new-product-section .new-product-grids .grid .item {
  width: calc(16.66% - 30px);
  float: left;
  margin: 0 15px 30px;
  text-align: center;
  padding: 20px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(82, 82, 82, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(82, 82, 82, 0.1);
}

@media (max-width: 1199px) {
  .new-product-section .new-product-grids .grid .item {
    width: calc(25% - 30px);
  }
}

@media (max-width: 650px) {
  .new-product-section .new-product-grids .grid .item {
    width: calc(33.33% - 30px);
    padding: 20px 15px;
  }
}

@media (max-width: 500px) {
  .new-product-section .new-product-grids .grid .item {
    width: calc(50% - 30px);
    padding: 20px 15px;
  }
}

.new-product-section .icon {
  background: #ffad6f;
  background: -webkit-linear-gradient(top, #ffad6f, #ff7d90);
  background: -moz-linear-gradient(top, #ffad6f, #ff7d90);
  background: -o-linear-gradient(top, #ffad6f, #ff7d90);
  background: -ms-linear-gradient(top, #ffad6f, #ff7d90);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffad6f), to(#ff7d90));
  background: linear-gradient(top, #ffad6f, #ff7d90);
  width: 100%px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto;
  border-radius: 90px;
}

.new-product-section .icon .fi:before {
  font-size: 50px;
  font-size: 3.125rem;
  color: #fff;
}

@media (max-width: 991px) {
  .new-product-section .icon .fi:before {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.new-product-section .grid>.item:nth-child(2) .icon {
  background: -webkit-linear-gradient(top, #00ded8, #00a7d5);
  background: -moz-linear-gradient(top, #00ded8, #00a7d5);
  background: -o-linear-gradient(top, #00ded8, #00a7d5);
  background: -ms-linear-gradient(top, #00ded8, #00a7d5);
  background: -webkit-gradient(linear, left top, left bottom, from(#00ded8), to(#00a7d5));
  background: linear-gradient(top, #00ded8, #00a7d5);
}

.new-product-section .grid>.item:nth-child(3) .icon {
  background: -webkit-linear-gradient(top, #c968ff, #6168f3);
  background: -moz-linear-gradient(top, #c968ff, #6168f3);
  background: -o-linear-gradient(top, #c968ff, #6168f3);
  background: -ms-linear-gradient(top, #c968ff, #6168f3);
  background: -webkit-gradient(linear, left top, left bottom, from(#c968ff), to(#6168f3));
  background: linear-gradient(top, #c968ff, #6168f3);
}

.new-product-section .grid>.item:nth-child(4) .icon {
  background: -webkit-linear-gradient(top, #fb9ed9, #fc7ab5);
  background: -moz-linear-gradient(top, #fb9ed9, #fc7ab5);
  background: -o-linear-gradient(top, #fb9ed9, #fc7ab5);
  background: -ms-linear-gradient(top, #fb9ed9, #fc7ab5);
  background: -webkit-gradient(linear, left top, left bottom, from(#fb9ed9), to(#fc7ab5));
  background: linear-gradient(top, #fb9ed9, #fc7ab5);
}

.new-product-section .grid>.item:nth-child(5) .icon {
  background: -webkit-linear-gradient(top, #f6d365, #fda085);
  background: -moz-linear-gradient(top, #f6d365, #fda085);
  background: -o-linear-gradient(top, #f6d365, #fda085);
  background: -ms-linear-gradient(top, #f6d365, #fda085);
  background: -webkit-gradient(linear, left top, left bottom, from(#f6d365), to(#fda085));
  background: linear-gradient(top, #f6d365, #fda085);
}

.new-product-section .grid>.item:nth-child(6) .icon {
  background: -webkit-linear-gradient(top, #7387fd, #2e5add);
  background: -moz-linear-gradient(top, #7387fd, #2e5add);
  background: -o-linear-gradient(top, #7387fd, #2e5add);
  background: -ms-linear-gradient(top, #7387fd, #2e5add);
  background: -webkit-gradient(linear, left top, left bottom, from(#7387fd), to(#2e5add));
  background: linear-gradient(top, #7387fd, #2e5add);
}

.new-product-section .grid>.item:nth-child(7) .icon {
  background: -webkit-linear-gradient(top, #00ded8, #00a7d5);
  background: -moz-linear-gradient(top, #00ded8, #00a7d5);
  background: -o-linear-gradient(top, #00ded8, #00a7d5);
  background: -ms-linear-gradient(top, #00ded8, #00a7d5);
  background: -webkit-gradient(linear, left top, left bottom, from(#00ded8), to(#00a7d5));
  background: linear-gradient(top, #00ded8, #00a7d5);
}

.new-product-section .grid>.item:nth-child(8) .icon {
  background: -webkit-linear-gradient(top, #f6d365, #fda085);
  background: -moz-linear-gradient(top, #f6d365, #fda085);
  background: -o-linear-gradient(top, #f6d365, #fda085);
  background: -ms-linear-gradient(top, #f6d365, #fda085);
  background: -webkit-gradient(linear, left top, left bottom, from(#f6d365), to(#fda085));
  background: linear-gradient(top, #f6d365, #fda085);
}

.new-product-section .grid>.item:nth-child(9) .icon {
  background: -webkit-linear-gradient(top, #fb9ed9, #fc7ab5);
  background: -moz-linear-gradient(top, #fb9ed9, #fc7ab5);
  background: -o-linear-gradient(top, #fb9ed9, #fc7ab5);
  background: -ms-linear-gradient(top, #fb9ed9, #fc7ab5);
  background: -webkit-gradient(linear, left top, left bottom, from(#fb9ed9), to(#fc7ab5));
  background: linear-gradient(top, #fb9ed9, #fc7ab5);
}

.new-product-section .grid>.item:nth-child(10) .icon {
  background: -webkit-linear-gradient(top, #c968ff, #6168f3);
  background: -moz-linear-gradient(top, #c968ff, #6168f3);
  background: -o-linear-gradient(top, #c968ff, #6168f3);
  background: -ms-linear-gradient(top, #c968ff, #6168f3);
  background: -webkit-gradient(linear, left top, left bottom, from(#c968ff), to(#6168f3));
  background: linear-gradient(top, #c968ff, #6168f3);
}

.new-product-section .grid>.item:nth-child(11) .icon {
  background: -webkit-linear-gradient(top, #7387fd, #2e5add);
  background: -moz-linear-gradient(top, #7387fd, #2e5add);
  background: -o-linear-gradient(top, #7387fd, #2e5add);
  background: -ms-linear-gradient(top, #7387fd, #2e5add);
  background: -webkit-gradient(linear, left top, left bottom, from(#7387fd), to(#2e5add));
  background: linear-gradient(top, #7387fd, #2e5add);
}

.new-product-section .item p {
  color: #242f6c;
  margin: 0.7em 0 0;
}

@media (max-width: 991px) {
  .new-product-section .item p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .new-product-section .item p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.new-product-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #bbbbbb;
  padding: 0;
  border-radius: 60px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(138, 138, 138, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(138, 138, 138, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  position: relative;
}

.new-product-section .owl-theme .owl-controls .owl-nav [class*=owl-]:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 55px;
  background: -webkit-linear-gradient(top, #00ded8, #00a7d5);
  background: -moz-linear-gradient(top, #00ded8, #00a7d5);
  background: -o-linear-gradient(top, #00ded8, #00a7d5);
  background: -ms-linear-gradient(top, #00ded8, #00a7d5);
  background: -webkit-gradient(linear, left top, left bottom, from(#00ded8), to(#00a7d5));
  background: linear-gradient(top, #00ded8, #00a7d5);
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .new-product-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.new-product-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #00a7d5;
  color: #fff;
}

.new-product-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  opacity: 1;
}

/*--------------------------------------------------------------
#0.8	new-product-section
--------------------------------------------------------------*/
.exclusive-product {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .exclusive-product {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .exclusive-product {
    padding-bottom: 50px;
  }
}

.exclusive-product .tablinks {
  border: 1px solid #ebebeb;
  padding: 25px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .exclusive-product .tablinks {
    padding: 20px;
    margin-bottom: 60px;
  }
}

.exclusive-product .tablinks ul {
  list-style: none;
  overflow: hidden;
}

.exclusive-product .tablinks ul li {
  float: left;
}

@media (max-width: 991px) {
  .exclusive-product .tablinks ul li {
    margin-bottom: 5px;
  }
}

.exclusive-product .tablinks ul>li+li {
  margin-left: 15px;
}

.exclusive-product .tablinks a {
  background: #f0f6f6;
  padding: 9px 25px;
  color: #242f6c;
  display: block;
  border-radius: 50px;
}

@media (max-width: 1199px) {
  .exclusive-product .tablinks a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 9px 15px;
  }
}

@media (max-width: 767px) {
  .exclusive-product .tablinks a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.exclusive-product .tablinks li.active a {
  background: #00a7d5;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  color: #fff;
  text-decoration: none;
}

.exclusive-product .product-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .exclusive-product .product-grids {
    margin: 0 -7.5px;
  }
}

.exclusive-product .product-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.1);
}

@media (max-width: 991px) {
  .exclusive-product .product-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .exclusive-product .product-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px;
  }
}

@media (max-width: 650px) {
  .exclusive-product .product-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.exclusive-product .product-img-tag {
  position: relative;
}

.exclusive-product .product-img-tag .badge {
  background: #00a7d5;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 5px;
  padding: 3px 8px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.exclusive-product .product-img-tag .badge-feature {
  background: #ffad6f;
  background: -webkit-linear-gradient(left, #ffad6f, #ff7d90);
  background: -moz-linear-gradient(left, #ffad6f, #ff7d90);
  background: -o-linear-gradient(left, #ffad6f, #ff7d90);
  background: -ms-linear-gradient(left, #ffad6f, #ff7d90);
  background: -webkit-gradient(linear, left top, right top, from(#ffad6f), to(#ff7d90));
  background: linear-gradient(left, #ffad6f, #ff7d90);
}

.exclusive-product .product-img-tag .badge-new {
  background: #c968ff;
  background: -webkit-linear-gradient(left, #c968ff, #6168f3);
  background: -moz-linear-gradient(left, #c968ff, #6168f3);
  background: -o-linear-gradient(left, #c968ff, #6168f3);
  background: -ms-linear-gradient(left, #c968ff, #6168f3);
  background: -webkit-gradient(linear, left top, right top, from(#c968ff), to(#6168f3));
  background: linear-gradient(left, #c968ff, #6168f3);
}

.exclusive-product .product-details-wrap {
  padding: 30px 30px 25px;
}

@media (max-width: 991px) {
  .exclusive-product .product-details-wrap {
    padding: 30px 20px 25px;
  }
}

.exclusive-product .product-details h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 0 0 0.4em;
  line-height: 1.4em;
}

.exclusive-product .product-details h4 a {
  color: #242f6c;
}

.exclusive-product .product-details h4 a:hover {
  text-decoration: underline;
}

.exclusive-product .product-details .author {
  font-size: 14px;
  font-size: 0.875rem;
}

.exclusive-product .product-details .author a {
  color: #525252;
}

.exclusive-product .product-details .author a:hover {
  text-decoration: underline;
}

.exclusive-product .product-details .rating {
  margin-top: 10px;
}

.exclusive-product .product-details .rating .fi:before {
  font-size: 16px;
  font-size: 1rem;
  color: #fba12c;
}

.exclusive-product .product-footer {
  padding: 20px 0 0;
  margin-top: 25px;
  border-top: 1px solid #ecebed;
}

.exclusive-product .product-footer>div {
  display: inline-block;
}

.exclusive-product .product-footer .live-preview-cart {
  float: right;
  overflow: hidden;
}

.exclusive-product .product-footer .live-preview-cart>div {
  float: left;
}

.exclusive-product .product-footer .price h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 767px) {
  .exclusive-product .product-footer .price h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.exclusive-product .product-footer .live-preview a {
  font-size: 14px;
  font-size: cacl-rem-value(14);
  font-weight: 600;
  display: block;
  border: 1px solid #d7d7d7;
  padding: 3px 23px;
  color: #242f6c;
  margin-right: 10px;
}

.exclusive-product .product-footer .live-preview a:hover {
  background: #00c6d1;
  color: #fff;
  border-color: #00c6d1;
}

.exclusive-product .product-footer .cart a {
  background: #00a7d5;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  width: 40px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #48d6fc;
  display: block;
}

.exclusive-product .product-footer .cart .fi:before {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
}

/*--------------------------------------------------------------
#0.9	fun-fact-section
--------------------------------------------------------------*/
.fun-fact-section {
  background: #f9fbfb;
  padding: 80px 0 50px;
}

.fun-fact-section .fun-fact-grids {
  margin: 0 -15px;
}

.fun-fact-section .fun-fact-grids .grid {
  background-color: #fff;
  width: calc(25% - 30px);
  float: left;
  margin: 0 15px 30px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  text-align: center;
  padding: 40px 25px;
}

@media (max-width: 991px) {
  .fun-fact-section .fun-fact-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 500px) {
  .fun-fact-section .fun-fact-grids .grid {
    width: calc(100% - 30px);
    float: none;
  }
}

.fun-fact-section .fi:before {
  font-size: 60px;
  font-size: 3.75rem;
  color: #f6d365;
  background: -webkit-linear-gradient(top, #f6d365, #fda085);
  background: -moz-linear-gradient(top, #f6d365, #fda085);
  background: -o-linear-gradient(top, #f6d365, #fda085);
  background: -ms-linear-gradient(top, #f6d365, #fda085);
  background: -webkit-gradient(linear, left top, left bottom, from(#f6d365), to(#fda085));
  background: linear-gradient(top, #f6d365, #fda085);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fun-fact-section .fun-fact-grids>.grid:nth-child(2) .icon .fi:before {
  background: -webkit-linear-gradient(top, #00ded8, #00a7d5);
  background: -moz-linear-gradient(top, #00ded8, #00a7d5);
  background: -o-linear-gradient(top, #00ded8, #00a7d5);
  background: -ms-linear-gradient(top, #00ded8, #00a7d5);
  background: -webkit-gradient(linear, left top, left bottom, from(#00ded8), to(#00a7d5));
  background: linear-gradient(top, #00ded8, #00a7d5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fun-fact-section .fun-fact-grids>.grid:nth-child(3) .icon .fi:before {
  background: -webkit-linear-gradient(top, #fb9ed9, #fc7ab5);
  background: -moz-linear-gradient(top, #fb9ed9, #fc7ab5);
  background: -o-linear-gradient(top, #fb9ed9, #fc7ab5);
  background: -ms-linear-gradient(top, #fb9ed9, #fc7ab5);
  background: -webkit-gradient(linear, left top, left bottom, from(#fb9ed9), to(#fc7ab5));
  background: linear-gradient(top, #fb9ed9, #fc7ab5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fun-fact-section .fun-fact-grids>.grid:nth-child(4) .icon .fi:before {
  background: -webkit-linear-gradient(top, #7387fd, #2e5add);
  background: -moz-linear-gradient(top, #7387fd, #2e5add);
  background: -o-linear-gradient(top, #7387fd, #2e5add);
  background: -ms-linear-gradient(top, #7387fd, #2e5add);
  background: -webkit-gradient(linear, left top, left bottom, from(#7387fd), to(#2e5add));
  background: linear-gradient(top, #7387fd, #2e5add);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fun-fact-section h3 {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 1199px) {
  .fun-fact-section h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.fun-fact-section p {
  margin: 0;
}

@media (max-width: 1199px) {
  .fun-fact-section p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*--------------------------------------------------------------
#1.0	testimonials-section
--------------------------------------------------------------*/
.testimonials-section {
  padding-bottom: 103px;
}

@media (max-width: 991px) {
  .testimonials-section {
    padding-bottom: 73px;
  }
}

@media (max-width: 767px) {
  .testimonials-section {
    padding-bottom: 63px;
  }
}

.testimonials-section .container-fluid {
  padding: 0 70px;
}

@media (max-width: 767px) {
  .testimonials-section .container-fluid {
    padding: 0 20px;
  }
}

.testimonials-section .testimonial-grids {
  margin-top: -25px;
}

.testimonials-section .testimonial-grids .grid {
  border: 1px solid #ebebeb;
  position: relative;
  border-radius: 10px;
  padding: 60px 50px 45px;
  position: relative;
}

@media (max-width: 767px) {
  .testimonials-section .testimonial-grids .grid {
    padding: 60px 20px 25px;
  }
}

.testimonials-section .testimonial-grids .grid:before {
  font-family: "Flaticon";
  font-size: 40px;
  font-size: 2.5rem;
  color: #ddd;
  position: absolute;
  right: 50px;
  top: 25px;
}

.testimonials-section .grid img {
  width: auto;
  max-width: 100%;
}

.testimonials-section .grid .img-holder {
  position: absolute;
  top: -45px;
}

.testimonials-section .grid .img-holder img {
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 5px;
  border-radius: 50%;
}

.testimonials-section h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 0.3em;
}

.testimonials-section h4+p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 1.7em;
}

.testimonials-section .owl-carousel .owl-stage-outer .center .grid {
  background: #eaf7f7;
  border-color: #eaf7f7;
}

.testimonials-section .owl-carousel .owl-stage-outer .center .grid:before {
  background: -webkit-linear-gradient(left, #00ded8, #00a7d5);
  background: -moz-linear-gradient(left, #00ded8, #00a7d5);
  background: -o-linear-gradient(left, #00ded8, #00a7d5);
  background: -ms-linear-gradient(left, #00ded8, #00a7d5);
  background: -webkit-gradient(linear, left top, right top, from(#00ded8), to(#00a7d5));
  background: linear-gradient(left, #00ded8, #00a7d5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonials-section .owl-carousel .owl-stage-outer .center .grid:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #00ded8;
  background: -webkit-linear-gradient(left, #00ded8, #00a7d5);
  background: -moz-linear-gradient(left, #00ded8, #00a7d5);
  background: -o-linear-gradient(left, #00ded8, #00a7d5);
  background: -ms-linear-gradient(left, #00ded8, #00a7d5);
  background: -webkit-gradient(linear, left top, right top, from(#00ded8), to(#00a7d5));
  background: linear-gradient(left, #00ded8, #00a7d5);
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 10px 10px;
}

.testimonials-section .owl-carousel .owl-stage-outer {
  padding-top: 75px;
}

@media screen and (min-width: 992px) {
  .testimonials-section .owl-theme .owl-dots .owl-dot span {
    background: white;
    width: 90px;
    position: relative;
  }

  .testimonials-section .owl-theme .owl-dots .owl-dot span:before,
  .testimonials-section .owl-theme .owl-dots .owl-dot span:after {
    content: "";
    background: #ddd;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 0;
  }

  .testimonials-section .owl-theme .owl-dots .owl-dot span:after {
    left: 38px;
  }

  .testimonials-section .owl-theme .owl-dots .owl-dot.active span:before,
  .testimonials-section .owl-theme .owl-dots .owl-dot.active span:after {
    background: #00ded8;
  }
}

.testimonials-section .owl-theme .owl-controls {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .testimonials-section .owl-theme .owl-controls {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
#1.1	pricing-section
--------------------------------------------------------------*/
.pricing-section {
  background-color: #f9fbfb;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .pricing-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .pricing-section {
    padding-bottom: 50px;
  }
}

.pricing-section .pricing-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .pricing-section .pricing-grids {
    margin: 0 -7.5px;
  }
}

.pricing-section .pricing-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  border-radius: 10px;
}

@media (max-width: 991px) {
  .pricing-section .pricing-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .pricing-section .pricing-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px;
  }
}

@media (max-width: 600px) {
  .pricing-section .pricing-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.pricing-section .pricing-title {
  background: url("../images/pricing/pricing-title-bg-1.png") center center/cover no-repeat local;
  height: 274px;
  text-align: center;
  padding: 45px 15px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .pricing-section .pricing-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.pricing-section .pricing-title .fi:before {
  font-size: 60px;
  font-size: 3.75rem;
  color: #fff;
}

@media (max-width: 767px) {
  .pricing-section .pricing-title .fi:before {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.pricing-section .pricing-title h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  color: #fff;
  margin: 0.3em 0 0;
}

@media (max-width: 767px) {
  .pricing-section .pricing-title h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.pricing-section .pricing-grids>.grid:nth-child(2) .pricing-title {
  background: url("../images/pricing/pricing-title-bg-2.png") center center/cover no-repeat local;
}

.pricing-section .pricing-grids>.grid:nth-child(3) .pricing-title {
  background: url("../images/pricing/pricing-title-bg-3.png") center center/cover no-repeat local;
}

.pricing-section .pricing-grids>.grid:nth-child(2) .price>span {
  color: #00aed5;
}

.pricing-section .pricing-grids>.grid:nth-child(3) .price>span {
  color: #fbaf7c;
}

.pricing-section .price {
  padding: 0 0 17px 40px;
}

.pricing-section .price h4 {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: bold;
  margin: 0;
  display: inline-block;
}

@media (max-width: 767px) {
  .pricing-section .price h4 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.pricing-section .price h4 span {
  font-size: 24px;
  font-size: 1.5rem;
}

.pricing-section .price>span {
  font-family: "Now";
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #8268f7;
}

.pricing-section .pricing-body ul {
  list-style: none;
}

.pricing-section .pricing-body ul li {
  padding: 14px 10px 14px 70px;
  position: relative;
}

@media (max-width: 1199px) {
  .pricing-section .pricing-body ul li {
    padding: 14px 10px 14px 60px;
  }
}

.pricing-section .pricing-body ul li:before {
  content: "";
  background-color: #8268f7;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 40px;
  top: 19px;
}

@media (max-width: 1199px) {
  .pricing-section .pricing-body ul li:before {
    left: 30px;
  }
}

.pricing-section .pricing-body ul>li:nth-child(odd) {
  background-color: #f5f5f5;
}

.pricing-section .pricing-grids>.grid:nth-child(2) .pricing-body ul li:before {
  background-color: #00c7d7;
}

.pricing-section .pricing-grids>.grid:nth-child(3) .pricing-body ul li:before {
  background-color: #fbaf7c;
}

.pricing-section .pricing-footer {
  padding: 30px 15px;
  text-align: center;
}

/*--------------------------------------------------------------
#1.2	blog-section
--------------------------------------------------------------*/
.blog-section {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .blog-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .blog-section {
    padding-bottom: 50px;
  }
}

.blog-section .blog-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .blog-section .blog-grids {
    margin: 0 -7.5px;
  }
}

.blog-section .blog-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 991px) {
  .blog-section .blog-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .blog-section .blog-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px;
  }
}

@media (max-width: 600px) {
  .blog-section .blog-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.blog-section .entry-media {
  position: relative;
}

.blog-section .entry-media .tag {
  background: #00a7d5;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  padding: 3px 8px;
  position: absolute;
  left: 25px;
  top: 25px;
}

.blog-section .entry-details {
  padding: 30px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 767px) {
  .blog-section .entry-details {
    padding: 25px 20px;
  }
}

.blog-section .entry-details h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 0.75em;
  line-height: 1.3em;
}

@media (max-width: 767px) {
  .blog-section .entry-details h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.blog-section .entry-details h3 a {
  color: #242f6c;
}

.blog-section .entry-details h3 a:hover {
  text-decoration: underline;
}

.blog-section .entry-details .author img {
  border-radius: 50%;
  display: inline-block;
}

.blog-section .entry-details .author a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #525252;
  display: inline-block;
  padding-left: 15px;
}

.blog-section .entry-details .author a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
#1.3	news-letter-section
--------------------------------------------------------------*/
.news-letter-section {
  background-color: #f9fbfb;
  text-align: center;
  padding: 100px 0;
}

@media (max-width: 991px) {
  .news-letter-section {
    padding: 80px 0;
  }
}

.news-letter-section h3 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  margin: 0 0 1.5em;
  line-height: 0.8em;
}

@media (max-width: 991px) {
  .news-letter-section h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .news-letter-section h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.news-letter-section form {
  max-width: 425px;
  margin: 0 auto;
}

.news-letter-section form>div {
  position: relative;
}

.news-letter-section form>div input {
  height: 55px;
  border: 0;
  outline: 0;
  border-radius: 55px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 15px 15px 15px 25px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 991px) {
  .news-letter-section form>div input {
    height: 50px;
  }
}

.news-letter-section form>div button {
  background: #00c6d1;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  width: 150px;
  height: 45px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border: 0;
  outline: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 45px;
}

@media (max-width: 991px) {
  .news-letter-section form>div button {
    width: 120px;
    height: 40px;
  }
}

/*--------------------------------------------------------------
	#home style 2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1	fun-fact-section-s2
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .fun-fact-section-s2 {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .fun-fact-section-s2 {
    margin-top: 80px;
  }
}

.fun-fact-section-s2 .fun-fact-grids {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  background: #fff;
}

@media screen and (min-width: 992px) {
  .fun-fact-section-s2 .fun-fact-grids {
    margin-top: -85px;
  }
}

.fun-fact-section-s2 .left-grid {
  background-color: #fbfbfb;
  border-right: 1px solid #c6f2f1;
  width: 300px;
  float: left;
  padding: 50px 50px 50px 120px;
  position: relative;
}

@media (max-width: 991px) {
  .fun-fact-section-s2 .left-grid {
    width: 100%;
    float: none;
    text-align: center;
    padding: 20px 50px;
  }
}

.fun-fact-section-s2 .left-grid .icon {
  position: absolute;
  left: 50px;
  top: 45px;
}

@media (max-width: 991px) {
  .fun-fact-section-s2 .left-grid .icon {
    position: static;
  }
}

.fun-fact-section-s2 .left-grid .fi:before {
  font-size: 50px;
  font-size: 3.125rem;
  color: #00c6d1;
}

.fun-fact-section-s2 .left-grid h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #00c6d1;
  margin: 0.32em 0 0;
}

.fun-fact-section-s2 .left-grid p {
  margin: 0;
}

.fun-fact-section-s2 .right-grid {
  width: calc(100% - 300px);
  float: right;
  overflow: hidden;
}

@media (max-width: 991px) {
  .fun-fact-section-s2 .right-grid {
    width: 100%;
    float: none;
  }
}

.fun-fact-section-s2 .right-grid>.grid {
  width: 33.33%;
  float: left;
  padding: 50px 50px 44px;
  position: relative;
}

@media (max-width: 1199px) {
  .fun-fact-section-s2 .right-grid>.grid {
    padding: 50px 35px 44px;
  }
}

@media (max-width: 650px) {
  .fun-fact-section-s2 .right-grid>.grid {
    width: 100%;
    float: none;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    padding: 30px;
  }
}

.fun-fact-section-s2 .right-grid>.grid+.grid:before {
  content: "";
  background: #dddddd;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 0;
}

@media (max-width: 650px) {
  .fun-fact-section-s2 .right-grid>.grid+.grid:before {
    display: none;
  }
}

.fun-fact-section-s2 .right-grid h3 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  color: #00c6d1;
  margin: 0;
}

@media (max-width: 1199px) {
  .fun-fact-section-s2 .right-grid h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (max-width: 767px) {
  .fun-fact-section-s2 .right-grid h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.fun-fact-section-s2 .right-grid p {
  margin: 0;
}

/*--------------------------------------------------------------
#2.2	new-product-section-s2
--------------------------------------------------------------*/
.new-product-section-s2 {
  padding-bottom: 90px;
}

.new-product-section-s2 .new-product-grids .grid {
  overflow: hidden;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .new-product-section-s2 .new-product-grids .grid {
    margin: 0 -15px;
  }
}

.new-product-section-s2 .new-product-grids .grid .item {
  width: calc(16.66% - 30px);
  float: left;
  margin: 0 15px 30px;
  text-align: center;
  padding: 10px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.2);
}

@media (max-width: 1199px) {
  .new-product-section-s2 .new-product-grids .grid .item {
    width: calc(25% - 30px);
  }
}

@media (max-width: 650px) {
  .new-product-section-s2 .new-product-grids .grid .item {
    width: calc(33.33% - 30px);
    padding: 10px;
  }
}

@media (max-width: 500px) {
  .new-product-section-s2 .new-product-grids .grid .item {
    width: calc(50% - 30px);
  }
}

.new-product-section-s2 .item p {
  margin: 0.7em 0 0;
}

@media (max-width: 991px) {
  .new-product-section-s2 .item p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .new-product-section-s2 .item p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.new-product-section-s2 .item p a {
  color: #242f6c;
}

.new-product-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #bbbbbb;
  padding: 0;
  border-radius: 60px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(138, 138, 138, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(138, 138, 138, 0.1);
  position: absolute;
  z-index: 1;
}

.new-product-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-]:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 55px;
  background: -webkit-linear-gradient(top, #00ded8, #00a7d5);
  background: -moz-linear-gradient(top, #00ded8, #00a7d5);
  background: -o-linear-gradient(top, #00ded8, #00a7d5);
  background: -ms-linear-gradient(top, #00ded8, #00a7d5);
  background: -webkit-gradient(linear, left top, left bottom, from(#00ded8), to(#00a7d5));
  background: linear-gradient(top, #00ded8, #00a7d5);
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .new-product-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.new-product-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #00a7d5;
  color: #fff;
}

.new-product-section-s2 .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .new-product-section-s2 .owl-controls {
    width: 100%;
    position: absolute;
    top: 36%;
  }

  .new-product-section-s2 .owl-prev {
    position: absolute;
    left: -100px;
  }

  .new-product-section-s2 .owl-next {
    position: absolute;
    right: -100px;
  }
}

/*--------------------------------------------------------------
#2.3	exclusive-product-s2
--------------------------------------------------------------*/
.exclusive-product-s2 {
  background-color: #f9fbfb;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .exclusive-product-s2 {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .exclusive-product-s2 {
    padding-bottom: 50px;
  }
}

.exclusive-product-s2 .tablinks {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .exclusive-product-s2 .tablinks {
    margin-bottom: 40px;
  }
}

.exclusive-product-s2 .tablinks ul {
  list-style: none;
  overflow: hidden;
}

.exclusive-product-s2 .tablinks ul li {
  float: left;
}

@media (max-width: 991px) {
  .exclusive-product-s2 .tablinks ul li {
    margin-bottom: 5px;
  }
}

.exclusive-product-s2 .tablinks ul>li+li {
  margin-left: 65px;
}

@media (max-width: 1199px) {
  .exclusive-product-s2 .tablinks ul>li+li {
    margin-left: 45px;
  }
}

.exclusive-product-s2 .tablinks a {
  font-weight: 600;
  color: #888787;
  display: block;
  text-align: center;
}

@media (max-width: 1199px) {
  .exclusive-product-s2 .tablinks a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  .exclusive-product-s2 .tablinks a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.exclusive-product-s2 .tablinks a .fi:before {
  font-size: 25px;
  font-size: 1.5625rem;
}

.exclusive-product-s2 .tablinks a i {
  display: block;
}

.exclusive-product-s2 .tablinks li.active a {
  color: #00a7d5;
  text-decoration: none;
}

.exclusive-product-s2 .product-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .exclusive-product-s2 .product-grids {
    margin: 0 -7.5px;
  }
}

.exclusive-product-s2 .product-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.1);
}

@media (max-width: 991px) {
  .exclusive-product-s2 .product-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .exclusive-product-s2 .product-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px;
  }
}

@media (max-width: 650px) {
  .exclusive-product-s2 .product-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.exclusive-product-s2 .product-img-tag {
  position: relative;
}

.exclusive-product-s2 .product-img-tag .badge {
  background: #00a7d5;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 5px;
  padding: 3px 8px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.exclusive-product-s2 .product-img-tag .badge-feature {
  background: #ffad6f;
  background: -webkit-linear-gradient(left, #ffad6f, #ff7d90);
  background: -moz-linear-gradient(left, #ffad6f, #ff7d90);
  background: -o-linear-gradient(left, #ffad6f, #ff7d90);
  background: -ms-linear-gradient(left, #ffad6f, #ff7d90);
  background: -webkit-gradient(linear, left top, right top, from(#ffad6f), to(#ff7d90));
  background: linear-gradient(left, #ffad6f, #ff7d90);
}

.exclusive-product-s2 .product-img-tag .badge-new {
  background: #c968ff;
  background: -webkit-linear-gradient(left, #c968ff, #6168f3);
  background: -moz-linear-gradient(left, #c968ff, #6168f3);
  background: -o-linear-gradient(left, #c968ff, #6168f3);
  background: -ms-linear-gradient(left, #c968ff, #6168f3);
  background: -webkit-gradient(linear, left top, right top, from(#c968ff), to(#6168f3));
  background: linear-gradient(left, #c968ff, #6168f3);
}

.exclusive-product-s2 .product-details-wrap {
  padding: 30px 30px 25px;
}

@media (max-width: 991px) {
  .exclusive-product-s2 .product-details-wrap {
    padding: 30px 20px 25px;
  }
}

.exclusive-product-s2 .product-details h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 0 0 0.4em;
  line-height: 1.4em;
}

.exclusive-product-s2 .product-details h4 a {
  color: #242f6c;
}

.exclusive-product-s2 .product-details h4 a:hover {
  text-decoration: underline;
}

.exclusive-product-s2 .product-details .author {
  font-size: 14px;
  font-size: 0.875rem;
}

.exclusive-product-s2 .product-details .author a {
  color: #525252;
}

.exclusive-product-s2 .product-details .author a:hover {
  text-decoration: underline;
}

.exclusive-product-s2 .product-details .rating {
  margin-top: 10px;
}

.exclusive-product-s2 .product-details .rating .fi:before {
  font-size: 16px;
  font-size: 1rem;
  color: #fba12c;
}

.exclusive-product-s2 .product-footer {
  padding: 20px 0 0;
  margin-top: 25px;
  border-top: 1px solid #ecebed;
}

.exclusive-product-s2 .product-footer>div {
  display: inline-block;
}

.exclusive-product-s2 .product-footer .live-preview-cart {
  float: right;
  overflow: hidden;
}

.exclusive-product-s2 .product-footer .live-preview-cart>div {
  float: left;
}

.exclusive-product-s2 .product-footer .price h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 767px) {
  .exclusive-product-s2 .product-footer .price h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.exclusive-product-s2 .product-footer .live-preview a {
  font-size: 14px;
  font-size: cacl-rem-value(14);
  font-weight: 600;
  display: block;
  border: 1px solid #d7d7d7;
  padding: 3px 23px;
  color: #242f6c;
  margin-right: 10px;
}

.exclusive-product-s2 .product-footer .live-preview a:hover {
  background: #00c6d1;
  color: #fff;
  border-color: #00c6d1;
}

.exclusive-product-s2 .product-footer .cart a {
  background: #00a7d5;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  width: 40px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #48d6fc;
  display: block;
}

.exclusive-product-s2 .product-footer .cart .fi:before {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
}

/*--------------------------------------------------------------
#2.4	counter-section
--------------------------------------------------------------*/
.counter-section {
  background-color: #00aed5;
  background: -webkit-linear-gradient(top, #00ded8, #00a7d5);
  background: -moz-linear-gradient(top, #00ded8, #00a7d5);
  background: -o-linear-gradient(top, #00ded8, #00a7d5);
  background: -ms-linear-gradient(top, #00ded8, #00a7d5);
  background: -webkit-gradient(linear, left top, left bottom, from(#00ded8), to(#00a7d5));
  background: linear-gradient(top, #00ded8, #00a7d5);
  padding: 100px 0;
}

@media (max-width: 991px) {
  .counter-section {
    padding: 60px 0 45px;
  }
}

.counter-section .counter-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .counter-section .counter-grids {
    margin: 0 -7.5px;
  }
}

.counter-section .counter-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  padding-left: 150px;
  position: relative;
}

@media (max-width: 991px) {
  .counter-section .counter-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .counter-section .counter-grids .grid {
    width: calc(100% - 15px);
    margin: 0 7.5px 30px;
    float: none;
    padding-left: 110px;
  }
}

@media (max-width: 550px) {
  .counter-section .counter-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.counter-section .count {
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  border: 6px solid #d1fdfc;
  border-radius: 50%;
  display: table;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .counter-section .count {
    width: 90px;
    height: 90px;
    border: 3px solid #d1fdfc;
  }
}

.counter-section .count h3 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .counter-section .count h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .counter-section .count h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.counter-section h4 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #fff;
  margin: 1em 0 0.5em;
}

@media (max-width: 991px) {
  .counter-section h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .counter-section h4 {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 1em;
  }
}

.counter-section p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  margin: 0;
}

/*--------------------------------------------------------------
#2.5	features-s2-section
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .features-s2-section {
    padding-bottom: 50px;
  }
}

.features-s2-section .col {
  position: relative;
}

.features-s2-section .separetor {
  background: #eceeee;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  top: 1;
}

.features-s2-section .feature-grids {
  margin: 0 -15px;
}

.features-s2-section .feature-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 10px;
  position: relative;
  padding: 45px 45px 45px 110px;
}

@media (max-width: 1199px) {
  .features-s2-section .feature-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .features-s2-section .feature-grids .grid {
    width: calc(100% - 30px);
    float: none;
    padding: 45px 0 0 90px;
  }
}

.features-s2-section .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 90px;
  position: absolute;
  left: 0;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 767px) {
  .features-s2-section .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

.features-s2-section .feature-grids>.grid:nth-child(2) .fi:before {
  background: -webkit-linear-gradient(left, #00ded8, #00a7d5);
  background: -moz-linear-gradient(left, #00ded8, #00a7d5);
  background: -o-linear-gradient(left, #00ded8, #00a7d5);
  background: -ms-linear-gradient(left, #00ded8, #00a7d5);
  background: -webkit-gradient(linear, left top, right top, from(#00ded8), to(#00a7d5));
  background: linear-gradient(left, #00ded8, #00a7d5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-s2-section .feature-grids>.grid:nth-child(3) .fi:before {
  background: -webkit-linear-gradient(left, #c968ff, #6168f3);
  background: -moz-linear-gradient(left, #c968ff, #6168f3);
  background: -o-linear-gradient(left, #c968ff, #6168f3);
  background: -ms-linear-gradient(left, #c968ff, #6168f3);
  background: -webkit-gradient(linear, left top, right top, from(#c968ff), to(#6168f3));
  background: linear-gradient(left, #c968ff, #6168f3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-s2-section .fi:before {
  font-size: 40px;
  font-size: 2.5rem;
  color: #ffad6f;
  background: -webkit-linear-gradient(left, #ffad6f, #ff7d90);
  background: -moz-linear-gradient(left, #ffad6f, #ff7d90);
  background: -o-linear-gradient(left, #ffad6f, #ff7d90);
  background: -ms-linear-gradient(left, #ffad6f, #ff7d90);
  background: -webkit-gradient(linear, left top, right top, from(#ffad6f), to(#ff7d90));
  background: linear-gradient(left, #ffad6f, #ff7d90);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  .features-s2-section .fi:before {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.features-s2-section h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5em;
}

.features-s2-section p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}

/*--------------------------------------------------------------
	#about page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.1	about-page-about-area
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .about-page-about-area .about-area {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .about-page-about-area .about-area {
    margin-bottom: 60px;
  }
}

.about-page-about-area .about-area h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: bold;
  margin: 0 0 1.32em;
  position: relative;
}

@media (max-width: 991px) {
  .about-page-about-area .about-area h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 0.8em;
  }
}

.about-page-about-area .about-area h2:before {
  content: "";
  background: #00c6d1;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  width: 60px;
  height: 3px;
  position: absolute;
  left: -72px;
  top: 15px;
}

@media (max-width: 991px) {
  .about-page-about-area .about-area h2:before {
    display: none;
  }
}

.about-page-about-area .about-area h2 span {
  color: #00c6d1;
}

.about-page-about-area ul {
  list-style: none;
  overflow: hidden;
  margin-top: 30px;
}

.about-page-about-area ul li {
  padding-left: 20px;
  position: relative;
}

.about-page-about-area ul li:before {
  content: "";
  background-color: #bbb;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 6px;
}

.about-page-about-area ul>li+li {
  margin-top: 15px;
}

.about-page-about-area .video-holder {
  position: relative;
  max-width: 570px;
}

.about-page-about-area .video-holder a {
  background-color: #6168f3;
  background: -webkit-linear-gradient(left, #c968ff, #6168f3);
  background: -moz-linear-gradient(left, #c968ff, #6168f3);
  background: -o-linear-gradient(left, #c968ff, #6168f3);
  background: -ms-linear-gradient(left, #c968ff, #6168f3);
  background: -webkit-gradient(linear, left top, right top, from(#c968ff), to(#6168f3));
  background: linear-gradient(left, #c968ff, #6168f3);
  width: 65px;
  height: 65px;
  border-radius: 65px;
  display: inline-block;
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
}

.about-page-about-area .video-holder a:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
#3.2	about-pg-funfact-section
--------------------------------------------------------------*/
.about-pg-funfact-section .fun-fact-grids {
  margin: 0 0 120px;
}

@media (max-width: 991px) {
  .about-pg-funfact-section .fun-fact-grids {
    margin: 0 0 90px;
  }
}

@media (max-width: 767px) {
  .about-pg-funfact-section .fun-fact-grids {
    margin: 0 0 80px;
  }
}

/*--------------------------------------------------------------
#3.3	team-section
--------------------------------------------------------------*/
.team-section {
  background-color: #f9fbfb;
}

.team-section .grid {
  text-align: center;
}

.team-section .grid .details {
  padding: 25px 0;
}

.team-section h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.4em;
}

@media (max-width: 767px) {
  .team-section h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.team-section ul {
  list-style: none;
  overflow: hidden;
  display: inline-block;
}

.team-section ul li {
  float: left;
}

.team-section ul>li+li {
  margin-left: 25px;
}

.team-section ul a {
  color: #999;
}

.team-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #bbbbbb;
  padding: 0;
  border-radius: 60px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(138, 138, 138, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(138, 138, 138, 0.1);
}

@media (max-width: 767px) {
  .team-section .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.team-section .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #00a7d5;
  background: -webkit-linear-gradient(top, #00ded8, #00a7d5);
  background: -moz-linear-gradient(top, #00ded8, #00a7d5);
  background: -o-linear-gradient(top, #00ded8, #00a7d5);
  background: -ms-linear-gradient(top, #00ded8, #00a7d5);
  background: -webkit-gradient(linear, left top, left bottom, from(#00ded8), to(#00a7d5));
  background: linear-gradient(top, #00ded8, #00a7d5);
  color: #fff;
}

/*--------------------------------------------------------------
	#contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1	contact-info-section
--------------------------------------------------------------*/
.contact-info-section {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .contact-info-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .contact-info-section {
    padding-bottom: 50px;
  }
}

.contact-info-section .contact-grids {
  margin: 0 -15px;
}

.contact-info-section .contact-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  text-align: center;
  padding: 55px 50px 55px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .contact-info-section .contact-grids .grid {
    padding: 35px 30px;
  }
}

@media (max-width: 991px) {
  .contact-info-section .contact-grids .grid {
    width: calc(100% - 30px);
    float: left;
  }
}

.contact-info-section h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0 0 1em;
}

@media (max-width: 1199px) {
  .contact-info-section h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.contact-info-section .icon-info .icon,
.contact-info-section .icon-info p {
  display: inline-block;
}

.contact-info-section .icon {
  background: #00c6d1;
  background: -webkit-linear-gradient(top, #00ded8, #00a7d5);
  background: -moz-linear-gradient(top, #00ded8, #00a7d5);
  background: -o-linear-gradient(top, #00ded8, #00a7d5);
  background: -ms-linear-gradient(top, #00ded8, #00a7d5);
  background: -webkit-gradient(linear, left top, left bottom, from(#00ded8), to(#00a7d5));
  background: linear-gradient(top, #00ded8, #00a7d5);
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
}

.contact-info-section .icon .fi:before {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #fff;
}

.contact-info-section .contact-grids>.grid:nth-child(2) .icon {
  background: -webkit-linear-gradient(top, #ffad6f, #ff7d90);
  background: -moz-linear-gradient(top, #ffad6f, #ff7d90);
  background: -o-linear-gradient(top, #ffad6f, #ff7d90);
  background: -ms-linear-gradient(top, #ffad6f, #ff7d90);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffad6f), to(#ff7d90));
  background: linear-gradient(top, #ffad6f, #ff7d90);
}

.contact-info-section .contact-grids>.grid:nth-child(3) .icon {
  background: -webkit-linear-gradient(top, #c968ff, #6168f3);
  background: -moz-linear-gradient(top, #c968ff, #6168f3);
  background: -o-linear-gradient(top, #c968ff, #6168f3);
  background: -ms-linear-gradient(top, #c968ff, #6168f3);
  background: -webkit-gradient(linear, left top, left bottom, from(#c968ff), to(#6168f3));
  background: linear-gradient(top, #c968ff, #6168f3);
}

.contact-info-section p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  padding-left: 10px;
}

@media (max-width: 1199px) {
  .contact-info-section p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*--------------------------------------------------------------
#4.2	contact-form-map
--------------------------------------------------------------*/
.contact-form-map {
  padding-top: 0;
}

.contact-form-map .contact-form {
  padding: 50px 65px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  border-radius: 5px;
}

@media (max-width: 1199px) {
  .contact-form-map .contact-form {
    margin-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .contact-form-map .contact-form {
    padding: 40px 35px;
  }
}

.contact-form-map .contact-form h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  margin: 0 0 1em;
  text-align: center;
}

@media (max-width: 767px) {
  .contact-form-map .contact-form h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.contact-form-map form input,
.contact-form-map form select,
.contact-form-map form textarea {
  background: transparent;
  width: 100%;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #d0d4df;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding-left: 0;
  color: #525252;
}

@media (max-width: 991px) {

  .contact-form-map form input,
  .contact-form-map form select,
  .contact-form-map form textarea {
    height: 45px;
  }
}

.contact-form-map form input:focus,
.contact-form-map form select:focus,
.contact-form-map form textarea:focus {
  border-color: #00c6d1;
}

.contact-form-map form textarea {
  height: 140px;
}

.contact-form-map form {
  overflow: hidden;
}

.contact-form-map form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #888;
}

.contact-form-map form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #888;
}

.contact-form-map form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #888;
}

.contact-form-map form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #888;
}

.contact-form-map form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 12px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.contact-form-map form>div {
  margin-bottom: 15px;
}

.contact-form-map form>div:first-child,
.contact-form-map form>div:nth-child(2) {
  width: calc(50% - 15px);
  float: left;
  margin: 0 7.5px 15px -7.5px;
}

@media (max-width: 600px) {

  .contact-form-map form>div:first-child,
  .contact-form-map form>div:nth-child(2) {
    width: calc(100% - 15px);
    float: none;
    margin: 0 0 15px;
  }
}

.contact-form-map form>div:first-child {
  margin: 0;
}

@media (max-width: 600px) {
  .contact-form-map form>div:first-child {
    margin: 0 0 15px;
  }
}

.contact-form-map form>div:nth-child(2) {
  margin: 0 0 15px 30px;
}

@media (max-width: 600px) {
  .contact-form-map form>div:nth-child(2) {
    margin: 0 0 15px;
  }
}

.contact-form-map .submit-area {
  width: 100%;
  float: none;
  clear: both;
  text-align: center;
  margin-top: 30px;
}

.contact-form-map .contact-map {
  width: 100%;
  height: 604px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 767px) {
  .contact-form-map .contact-map {
    height: 500px;
  }
}

.contact-form-map .contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/*--------------------------------------------------------------
	#blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.1	blog-pg-section
--------------------------------------------------------------*/
.blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}

.blog-pg-section .blog-content .post {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 60px;
  }
}

.blog-pg-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin-bottom: 25px;
  padding-top: 35px;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta {
    margin: 10px 0 25px;
  }
}

.blog-pg-section .entry-meta li {
  font-size: 14px;
  font-size: 0.875rem;
  float: left;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (max-width: 600px) {
  .blog-pg-section .entry-meta li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.blog-pg-section .entry-meta li .fi:before {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta li .fi:before {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.blog-pg-section .entry-meta>li+li {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}

@media (max-width: 600px) {
  .blog-pg-section .entry-meta>li+li {
    margin-left: 0;
    padding-left: 0;
  }
}

.blog-pg-section .entry-meta li a {
  color: #525252;
}

.blog-pg-section .entry-meta li a:hover {
  color: #00c6d1;
}

.blog-pg-section .entry-meta>li:first-child {
  position: relative;
  top: -12px;
}

.blog-pg-section .entry-meta>li:first-child img {
  display: inline-block;
  border-radius: 50%;
  padding-right: 8px;
}

.blog-pg-section .entry-meta>li:last-child {
  position: relative;
  top: -5px;
}

.blog-pg-section .entry-meta>li:last-child i {
  position: relative;
  top: 2px;
}

@media (max-width: 600px) {
  .blog-pg-section .entry-meta>li:last-child {
    margin-left: -20px;
  }
}

.blog-pg-section .post h3 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2em;
  font-weight: 600;
  margin: -0.27em 0 0.7em;
}

@media (max-width: 991px) {
  .blog-pg-section .post h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.blog-pg-section .post h3 a {
  color: #242f6c;
}

.blog-pg-section .post h3 a:hover {
  color: #00c6d1;
}

.blog-pg-section .post p {
  margin-bottom: 1.5em;
}

@media (max-width: 991px) {
  .blog-pg-section .post p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.blog-pg-section .post .read-more {
  font-weight: 600;
  color: #00c6d1;
}

.blog-pg-section .format-standard,
.blog-pg-section .format-quote {
  background-color: #f5f9fd;
  padding: 25px 35px 45px;
}

@media (max-width: 767px) {

  .blog-pg-section .format-standard,
  .blog-pg-section .format-quote {
    padding: 25px 20px 45px;
  }
}

.blog-pg-section .format-gallery {
  position: relative;
}

.blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-]:hover {
  background: #00c6d1;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-] {
  background: rgba(133, 133, 133, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev,
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
  left: 15px;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  right: 15px;
}

.blog-pg-section .format-quote {
  background: #f9fbfb;
  text-align: center;
  padding: 80px 60px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-pg-section .format-quote {
    padding: 40px 20px;
  }
}

.blog-pg-section .format-quote p {
  margin-bottom: 0;
}

.blog-pg-section .format-quote:before {
  font-family: "Flaticon";
  content: "\f123";
  font-size: 250px;
  font-size: 15.625rem;
  color: #ecf3fb;
  margin-left: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-pg-section .format-quote h3,
.blog-pg-section .format-quote p {
  position: relative;
}

.blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}

.blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #6168f3;
  background: -webkit-linear-gradient(left, #c968ff, #6168f3);
  background: -moz-linear-gradient(left, #c968ff, #6168f3);
  background: -o-linear-gradient(left, #c968ff, #6168f3);
  background: -ms-linear-gradient(left, #c968ff, #6168f3);
  background: -webkit-gradient(linear, left top, right top, from(#c968ff), to(#6168f3));
  background: linear-gradient(left, #c968ff, #6168f3);
  width: 83px;
  height: 83px;
  border-radius: 83px;
  display: inline-block;
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
}

@media (max-width: 991px) {
  .blog-pg-section .format-video .video-holder a {
    width: 65px;
    height: 65px;
    border-radius: 65px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.blog-pg-section .format-video .video-holder a:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1200px) {
  .blog-pg-left-sidebar .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-pg-fullwidth .blog-content {
    padding: 0;
  }
}

/*--------------------------------------------------------------
	#blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.1	blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}

@media screen and (min-width: 1200px) {
  .blog-single-section .blog-content {
    padding-right: 40px;
  }
}

.blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin-bottom: 25px;
  padding-top: 35px;
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta {
    margin: 10px 0 25px;
  }
}

.blog-single-section .entry-meta li {
  font-size: 14px;
  font-size: 0.875rem;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (max-width: 600px) {
  .blog-single-section .entry-meta li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.blog-single-section .entry-meta li .fi:before {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .blog-single-section .entry-meta li .fi:before {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.blog-single-section .entry-meta>li+li {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}

@media (max-width: 600px) {
  .blog-single-section .entry-meta>li+li {
    margin-left: 0;
    padding-left: 0;
  }
}

.blog-single-section .entry-meta li a {
  color: #525252;
}

.blog-single-section .entry-meta li a:hover {
  color: #00c6d1;
}

.blog-single-section .entry-meta>li:first-child {
  position: relative;
  top: -12px;
}

.blog-single-section .entry-meta>li:first-child img {
  display: inline-block;
  border-radius: 50%;
  padding-right: 8px;
}

.blog-single-section .entry-meta>li:last-child {
  position: relative;
  top: -5px;
}

.blog-single-section .entry-meta>li:last-child i {
  position: relative;
  top: 2px;
}

@media (max-width: 600px) {
  .blog-single-section .entry-meta>li:last-child {
    margin-left: -20px;
  }
}

.blog-single-section .post h2 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  margin: 0 0 0.5em;
}

@media (max-width: 991px) {
  .blog-single-section .post h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.blog-single-section .post p {
  margin-bottom: 1.5em;
}

.blog-single-section .post h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5em;
  margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
  .blog-single-section .post h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.blog-single-section .post blockquote {
  background-color: #f8f8f8;
  padding: 50px 30px 50px 95px;
  margin: 60px 0;
  border: 0;
  line-height: 1.9em;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single-section .post blockquote {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.blog-single-section .post blockquote:before {
  font-family: "Flaticon";
  content: "\f12d";
  font-size: 35px;
  position: absolute;
  left: 30px;
  top: 40px;
}

@media (max-width: 991px) {
  .blog-single-section .post blockquote:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .blog-single-section .post blockquote {
    padding: 30px 40px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post blockquote {
    padding: 20px 30px;
  }
}

.blog-single-section .post blockquote .quoter {
  display: block;
  margin-top: 15px;
}

.blog-single-section .tag-share {
  margin: 70px 0;
}

.blog-single-section .tag-share ul {
  list-style: none;
}

@media screen and (min-width: 1200px) {
  .blog-single-section .tag-share {
    -webkit-box-shadow: 0px 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 14.1px 0.9px rgba(0, 0, 0, 0.08);
    padding: 35px 25px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .tag-share {
    margin: 60px 0;
  }
}

.blog-single-section .tag-share .tag {
  display: inline-block;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .tag {
    float: none;
    display: block;
    margin-bottom: 25px;
  }
}

.blog-single-section .tag-share .share {
  display: inline-block;
  float: right;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share {
    float: none;
    display: block;
  }
}

.blog-single-section .tag-share ul {
  overflow: hidden;
}

.blog-single-section .tag-share ul li {
  float: left;
}

.blog-single-section .tag-share .tag ul>li+li,
.blog-single-section .tag-share .share ul>li+li {
  margin-left: 10px;
}

.blog-single-section .tag-share .tag a {
  background-color: #f8f8f8;
  display: block;
  padding: 9px 18px;
  color: #525252;
  border-radius: 50px;
}

.blog-single-section .tag-share .tag a:hover {
  background-color: #00c6d1;
  color: #fff;
}

.blog-single-section .tag-share .share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #525252;
  border-radius: 50%;
  padding: 0;
  display: block;
  border: 1px solid #dadada;
}

.blog-single-section .tag-share .share a:hover {
  background: #00c6d1;
  color: #fff;
  border-color: #00c6d1;
}

.blog-single-section .author-box {
  padding: 45px 50px 35px;
  margin: 70px 0;
  border: 1px solid #e1e1e1;
}

@media (max-width: 991px) {
  .blog-single-section .author-box {
    padding: 35px 40px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .author-box {
    padding: 25px;
  }
}

.blog-single-section .author-box .author-avatar {
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .author-box .author-avatar {
    float: none;
  }
}

.blog-single-section .author-box .author-avatar img {
  border-radius: 50%;
}

.blog-single-section .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .blog-single-section .author-box .author-content {
    padding: 0;
    margin: 15px 0 0 0;
  }
}

.blog-single-section .author-box .author-content p {
  margin-bottom: 20px;
}

.blog-single-section .author-box .author-name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: #242f6c;
}

.blog-single-section .author-box .social-link {
  display: inline-block;
  list-style: none;
}

.blog-single-section .author-box .social-link li {
  float: left;
  margin-right: 15px;
}

.blog-single-section .author-box .social-link a {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #242f6c;
}

.blog-single-section .author-box .social-link a:hover {
  color: #00c6d1;
}

.blog-single-section .more-posts {
  margin: 70px 0;
}

.blog-single-section .more-posts .previous-post {
  display: inline-block;
  float: left;
}

.blog-single-section .more-posts .next-post {
  display: inline-block;
  float: right;
}

.blog-single-section .more-posts .previous-post a,
.blog-single-section .more-posts .next-post a {
  background-color: #f8f8f8;
  font-weight: 600;
  color: #525252;
  display: block;
  padding: 15px 40px;
  border-radius: 60px;
}

@media (max-width: 767px) {

  .blog-single-section .more-posts .previous-post a,
  .blog-single-section .more-posts .next-post a {
    padding: 12px 35px;
  }
}

.blog-single-section .more-posts .previous-post a:hover,
.blog-single-section .more-posts .next-post a:hover {
  background-color: #00c6d1;
  color: #fff;
}

.blog-single-section .comments-area {
  margin-top: 70px;
}

.blog-single-section .comments-area li>div {
  background: #f8f8f8;
  padding: 30px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .blog-single-section .comments-area li>div {
    padding: 30px 25px;
  }
}

.blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}

.blog-single-section .comments-area ol ul {
  padding-left: 30px;
  list-style: none;
}

.blog-single-section .comments-area ol>li:last-child div {
  border-bottom: 0;
}

.blog-single-section .comments-area .comments-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .comments-area .comments-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.blog-single-section .comments-area li>div {
  position: relative;
}

.blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-theme {
    position: static;
  }
}

.blog-single-section .comments-area .comment-theme img {
  border-radius: 50%;
}

.blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}

.blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
}

.blog-single-section .comments-area .comments-meta h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1em;
}

.blog-single-section .comments-area .comments-meta h4 span {
  font-weight: normal;
  text-transform: none;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  margin-top: 8px;
}

.blog-single-section .comments-area .comment-reply-link {
  background: #72cfd4;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  display: inline-block;
  padding: 4px 14px;
  border-radius: 50px;
  display: inline-block;
}

.blog-single-section .comments-area .comment-reply-link:hover {
  background-color: #00c6d1;
}

.blog-single-section .comment-respond {
  margin-top: 70px;
}

.blog-single-section .comment-respond .comment-reply-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond .comment-reply-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
  background-color: #f8f8f8;
  width: 100%;
  height: 50px;
  border: 1px solid #f8f8f8;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #00c6d1;
}

@media (max-width: 991px) {

  .blog-single-section .comment-respond form input,
  .blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}

.blog-single-section .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond form textarea {
    height: 150px;
  }
}

.blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}

.blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
  width: 49%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
    width: 100%;
    float: none;
  }
}

.blog-single-section .comment-respond .form-inputs>input:nth-child(3) {
  width: 49%;
  float: right;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond .form-inputs>input:nth-child(3) {
    width: 100%;
    float: none;
  }
}

.blog-single-section .comment-respond .form-submit input {
  max-width: 180px;
  background: #00a9d5;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  border: 0;
  border-radius: 50px;
  outline: 0;
}

.blog-single-section .comment-respond .form-submit input:hover {
  background: #00c6d1;
  background: -webkit-linear-gradient(left, #00ded8, #00a7d5);
  background: -moz-linear-gradient(left, #00ded8, #00a7d5);
  background: -o-linear-gradient(left, #00ded8, #00a7d5);
  background: -ms-linear-gradient(left, #00ded8, #00a7d5);
  background: -webkit-gradient(linear, left top, right top, from(#00ded8), to(#00a7d5));
  background: linear-gradient(left, #00ded8, #00a7d5);
}

@media screen and (min-width: 1200px) {
  .blog-single-left-sidebar-section .blog-content {
    padding-right: 0;
    padding-left: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .blog-single-fullwidth .blog-content {
    padding: 0;
  }
}

/*--------------------------------------------------------------
	#category page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.1	category-page-section
--------------------------------------------------------------*/
.category-page-section .product-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .category-page-section .product-grids {
    margin: 0 -7.5px;
  }
}

.category-page-section .product-grids .grid {
  width: calc(50% - 30px);
  min-height: 420px;
  float: left;
  margin: 0 15px 30px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.1);
}

@media (max-width: 767px) {
  .category-page-section .product-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px;
  }
}

@media (max-width: 650px) {
  .category-page-section .product-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.category-page-section .product-img-tag {
  position: relative;
}

.category-page-section .product-img-tag .badge {
  background: #00a7d5;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 5px;
  padding: 3px 8px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.category-page-section .product-img-tag .badge-feature {
  background: #ffad6f;
  background: -webkit-linear-gradient(left, #ffad6f, #ff7d90);
  background: -moz-linear-gradient(left, #ffad6f, #ff7d90);
  background: -o-linear-gradient(left, #ffad6f, #ff7d90);
  background: -ms-linear-gradient(left, #ffad6f, #ff7d90);
  background: -webkit-gradient(linear, left top, right top, from(#ffad6f), to(#ff7d90));
  background: linear-gradient(left, #ffad6f, #ff7d90);
}

.category-page-section .product-img-tag .badge-new {
  background: #c968ff;
  background: -webkit-linear-gradient(left, #c968ff, #6168f3);
  background: -moz-linear-gradient(left, #c968ff, #6168f3);
  background: -o-linear-gradient(left, #c968ff, #6168f3);
  background: -ms-linear-gradient(left, #c968ff, #6168f3);
  background: -webkit-gradient(linear, left top, right top, from(#c968ff), to(#6168f3));
  background: linear-gradient(left, #c968ff, #6168f3);
}

.category-page-section .product-details-wrap {
  padding: 30px 30px 25px;
}

@media (max-width: 991px) {
  .category-page-section .product-details-wrap {
    padding: 30px 20px 25px;
  }
}

.category-page-section .product-details h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 0 0 0.4em;
  line-height: 1.4em;
}

.category-page-section .product-details h4 a {
  color: #242f6c;
}

.category-page-section .product-details h4 a:hover {
  text-decoration: underline;
}

.category-page-section .product-details .author {
  font-size: 14px;
  font-size: 0.875rem;
}

.category-page-section .product-details .author a {
  color: #525252;
}

.category-page-section .product-details .author a:hover {
  text-decoration: underline;
}

.category-page-section .product-details .rating {
  margin-top: 10px;
}

.category-page-section .product-details .rating .fi:before {
  font-size: 16px;
  font-size: 1rem;
  color: #fba12c;
}

.category-page-section .product-footer {
  padding: 20px 0 0;
  margin-top: 25px;
  border-top: 1px solid #ecebed;
}

.category-page-section .product-footer>div {
  display: inline-block;
}

.category-page-section .product-footer .live-preview-cart {
  float: right;
  overflow: hidden;
}

.category-page-section .product-footer .live-preview-cart>div {
  float: left;
}

.category-page-section .product-footer .price h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 767px) {
  .category-page-section .product-footer .price h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.category-page-section .product-footer .live-preview a {
  font-size: 14px;
  font-size: cacl-rem-value(14);
  font-weight: 600;
  display: block;
  border: 1px solid #d7d7d7;
  padding: 3px 23px;
  color: #242f6c;
  margin-right: 10px;
}

.category-page-section .product-footer .live-preview a:hover {
  background: #00c6d1;
  color: #fff;
  border-color: #00c6d1;
}

.category-page-section .product-footer .cart a {
  background: #00a7d5;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  width: 40px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #48d6fc;
  display: block;
}

.category-page-section .product-footer .cart .fi:before {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
}

/*--------------------------------------------------------------
	#author page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.1	author-info-section
--------------------------------------------------------------*/
.author-info-section {
  margin-top: -275px;
}

.author-info-section .author {
  text-align: center;
}

.author-info-section .author img {
  border-radius: 10px;
}

.author-info-section .author ul {
  list-style: none;
  overflow: hidden;
  display: inline-block;
  padding-top: 30px;
}

.author-info-section .author ul li {
  float: left;
}

.author-info-section .author ul>li+li {
  margin-left: 20px;
}

.author-info-section .author ul a {
  font-size: 22px;
  font-size: 1.375rem;
  color: #19b2f5;
}

@media (max-width: 991px) {
  .author-info-section .author ul a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.author-info-section .author ul>li:nth-child(2) a {
  color: #395799;
}

.author-info-section .author ul>li:nth-child(3) a {
  color: #ea4c89;
}

.author-info-section .author ul>li:nth-child(4) a {
  color: #4176fa;
}

.author-info-section .author-details-area {
  overflow: hidden;
  padding-top: 125px;
}

@media (max-width: 991px) {
  .author-info-section .author-details-area {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .author-info-section .author-details-area {
    padding-top: 30px;
  }
}

.author-info-section .author-details-area>div {
  float: left;
  text-align: center;
}

@media (max-width: 767px) {
  .author-info-section .author-details-area>div {
    width: 100% !important;
    float: none;
    text-align: center;
  }
}

.author-info-section .author-details-area>div:first-child {
  width: 40%;
}

.author-info-section .author-details-area>div:nth-child(2) {
  width: 20%;
}

.author-info-section .author-details-area>div:nth-child(3) {
  width: 20%;
}

.author-info-section .author-details-area>div:nth-child(4) {
  width: 20%;
}

@media (max-width: 767px) {
  .author-info-section .author-details-area>div+div {
    margin-top: 30px;
  }
}

.author-info-section .author-details-area h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  margin: 0 0 0.4em;
}

@media (max-width: 1199px) {
  .author-info-section .author-details-area h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.author-info-section .author-details-area h3+p {
  margin: 0;
}

@media (max-width: 1199px) {
  .author-info-section .author-details-area h3+p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.author-info-section .author-details-area .author-info {
  text-align: left;
}

@media (max-width: 767px) {
  .author-info-section .author-details-area .author-info {
    text-align: center;
  }
}

.author-info-section .author-details-area .author-info button {
  background: #00a9d5;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  font-weight: 600;
  color: #fff;
  border: 0;
  padding: 8px 25px;
  border-radius: 50px;
}

.author-info-section .author-details-area .author-info ul {
  display: inline-block;
  list-style: none;
  overflow: hidden;
  position: relative;
  top: 12px;
  left: 10px;
}

.author-info-section .author-details-area .author-info ul li {
  float: left;
}

.author-info-section .author-details-area .author-info ul>li+li {
  margin-left: 10px;
}

.author-info-section .author-details-area .author-info ul a {
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #9d9d9d;
  border-radius: 50%;
  display: block;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.1);
}

.author-info-section .rating .fi:before {
  font-size: 16px;
  color: #fba12c;
}

@media (max-width: 1199px) {
  .author-info-section .rating .fi:before {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.author-info-section .rating+p {
  margin-top: 0.8em;
}

@media (max-width: 1199px) {
  .author-info-section .rating+p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*--------------------------------------------------------------
#8.1	user-info-tab-section
--------------------------------------------------------------*/
.user-info-tab-section {
  padding-bottom: 120px;
  /*** tablinks ***/
  /**** profile-area ***/
  /*** portfolio-area ***/
  /*** review-area ***/
}

@media (max-width: 991px) {
  .user-info-tab-section {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .user-info-tab-section {
    padding: 60px 0 80px;
  }
}

.user-info-tab-section .tablinks {
  border-bottom: 1px solid #00dbd8;
  margin-bottom: 60px;
}

.user-info-tab-section .tablinks ul {
  overflow: hidden;
  list-style: none;
}

.user-info-tab-section .tablinks ul li {
  float: left;
}

.user-info-tab-section .tablinks ul>li+li {
  margin-left: 1px;
}

.user-info-tab-section .tablinks a {
  background-color: #f5f5f5;
  display: block;
  font-weight: 600;
  color: #525252;
  padding: 10px 25px;
}

.user-info-tab-section .tablinks .active a {
  background: #00a7d5;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  color: #fff;
  text-decoration: none;
}

.user-info-tab-section .profile-area .img-holder {
  margin-bottom: 40px;
}

.user-info-tab-section .profile-area h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 1em;
  margin: 0 0 1em;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 991px) {
  .user-info-tab-section .profile-area h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.user-info-tab-section .profile-area p {
  margin-bottom: 1em;
}

.user-info-tab-section .profile-area p:last-child {
  margin-bottom: 0;
}

.user-info-tab-section .portfolio-area .product-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .user-info-tab-section .portfolio-area .product-grids {
    margin: 0 -7.5px;
  }
}

.user-info-tab-section .portfolio-area .product-grids .grid {
  width: calc(50% - 30px);
  min-height: 420px;
  float: left;
  margin: 0 15px 30px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.1);
}

@media (max-width: 767px) {
  .user-info-tab-section .portfolio-area .product-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px;
  }
}

@media (max-width: 650px) {
  .user-info-tab-section .portfolio-area .product-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

.user-info-tab-section .portfolio-area .product-img-tag {
  position: relative;
}

.user-info-tab-section .portfolio-area .product-img-tag .badge {
  background: #00a7d5;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 5px;
  padding: 3px 8px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.user-info-tab-section .portfolio-area .product-img-tag .badge-feature {
  background: #ffad6f;
  background: -webkit-linear-gradient(left, #ffad6f, #ff7d90);
  background: -moz-linear-gradient(left, #ffad6f, #ff7d90);
  background: -o-linear-gradient(left, #ffad6f, #ff7d90);
  background: -ms-linear-gradient(left, #ffad6f, #ff7d90);
  background: -webkit-gradient(linear, left top, right top, from(#ffad6f), to(#ff7d90));
  background: linear-gradient(left, #ffad6f, #ff7d90);
}

.user-info-tab-section .portfolio-area .product-img-tag .badge-new {
  background: #c968ff;
  background: -webkit-linear-gradient(left, #c968ff, #6168f3);
  background: -moz-linear-gradient(left, #c968ff, #6168f3);
  background: -o-linear-gradient(left, #c968ff, #6168f3);
  background: -ms-linear-gradient(left, #c968ff, #6168f3);
  background: -webkit-gradient(linear, left top, right top, from(#c968ff), to(#6168f3));
  background: linear-gradient(left, #c968ff, #6168f3);
}

.user-info-tab-section .portfolio-area .product-details-wrap {
  padding: 30px 30px 25px;
}

@media (max-width: 991px) {
  .user-info-tab-section .portfolio-area .product-details-wrap {
    padding: 30px 20px 25px;
  }
}

.user-info-tab-section .portfolio-area .product-details h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 0 0 0.4em;
  line-height: 1.4em;
}

.user-info-tab-section .portfolio-area .product-details h4 a {
  color: #242f6c;
}

.user-info-tab-section .portfolio-area .product-details h4 a:hover {
  text-decoration: underline;
}

.user-info-tab-section .portfolio-area .product-details .author {
  font-size: 14px;
  font-size: 0.875rem;
}

.user-info-tab-section .portfolio-area .product-details .author a {
  color: #525252;
}

.user-info-tab-section .portfolio-area .product-details .author a:hover {
  text-decoration: underline;
}

.user-info-tab-section .portfolio-area .product-details .rating {
  margin-top: 10px;
}

.user-info-tab-section .portfolio-area .product-details .rating .fi:before {
  font-size: 16px;
  font-size: 1rem;
  color: #fba12c;
}

.user-info-tab-section .portfolio-area .product-footer {
  padding: 20px 0 0;
  margin-top: 25px;
  border-top: 1px solid #ecebed;
}

.user-info-tab-section .portfolio-area .product-footer>div {
  display: inline-block;
}

.user-info-tab-section .portfolio-area .product-footer .live-preview-cart {
  float: right;
  overflow: hidden;
}

.user-info-tab-section .portfolio-area .product-footer .live-preview-cart>div {
  float: left;
}

.user-info-tab-section .portfolio-area .product-footer .price h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 767px) {
  .user-info-tab-section .portfolio-area .product-footer .price h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.user-info-tab-section .portfolio-area .product-footer .live-preview a {
  font-size: 14px;
  font-size: cacl-rem-value(14);
  font-weight: 600;
  display: block;
  border: 1px solid #d7d7d7;
  padding: 3px 23px;
  color: #242f6c;
  margin-right: 10px;
}

.user-info-tab-section .portfolio-area .product-footer .live-preview a:hover {
  background: #00c6d1;
  color: #fff;
  border-color: #00c6d1;
}

.user-info-tab-section .portfolio-area .product-footer .cart a {
  background: #00a7d5;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  width: 40px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #48d6fc;
  display: block;
}

.user-info-tab-section .portfolio-area .product-footer .cart .fi:before {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
}

.user-info-tab-section .review-area .grid {
  padding: 25px 30px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  border-radius: 5px;
}

.user-info-tab-section .review-area>.grid+.grid {
  margin-top: 30px;
}

.user-info-tab-section .review-area .client-info-header {
  overflow: hidden;
  margin-bottom: 15px;
}

.user-info-tab-section .review-area .client-prof-time {
  width: 40%;
  min-height: 70px;
  float: left;
  position: relative;
  padding-left: 90px;
}

@media (max-width: 767px) {
  .user-info-tab-section .review-area .client-prof-time {
    width: 100%;
    float: none;
  }
}

.user-info-tab-section .review-area .client-prof-time .avator {
  position: absolute;
  left: 0;
  top: 0;
}

.user-info-tab-section .review-area .client-prof-time h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 767px) {
  .user-info-tab-section .review-area .client-prof-time h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.user-info-tab-section .review-area .client-prof-time h4 a {
  color: #242f6c;
}

.user-info-tab-section .review-area .rating {
  width: 60%;
  float: right;
  text-align: right;
}

@media (max-width: 767px) {
  .user-info-tab-section .review-area .rating {
    width: 100%;
    float: none;
    text-align: left;
    margin-top: 15px;
  }
}

.user-info-tab-section .review-area .rating .fi:before {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fba12c;
}

.user-info-tab-section .review-area .quote {
  padding-left: 90px;
}

@media (max-width: 767px) {
  .user-info-tab-section .review-area .quote {
    padding-left: 0;
  }
}

.user-info-tab-section .followers-area>.user+.user,
.user-info-tab-section .following-area>.user+.user {
  margin-top: 40px;
}

.user-info-tab-section .followers-area .user,
.user-info-tab-section .following-area .user {
  min-height: 90px;
  position: relative;
  padding-left: 100px;
}

.user-info-tab-section .followers-area .user h4,
.user-info-tab-section .following-area .user h4 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  padding-top: 0.6em;
  margin: 0 0 0.2em;
}

.user-info-tab-section .followers-area .user h4 a,
.user-info-tab-section .following-area .user h4 a {
  color: #242f6c;
}

.user-info-tab-section .followers-area .img-holder,
.user-info-tab-section .following-area .img-holder {
  position: absolute;
  left: 0;
  top: 0;
}

.user-info-tab-section .followers-area .img-holder img,
.user-info-tab-section .following-area .img-holder img {
  border-radius: 50%;
}

.user-info-tab-section .followers-area .btns,
.user-info-tab-section .following-area .btns {
  margin-top: 25px;
}

.user-info-tab-section .followers-area .btns>a:first-child,
.user-info-tab-section .following-area .btns>a:first-child {
  margin-right: 15px;
}

@media (max-width: 991px) {

  .user-info-tab-section .followers-area .btns a,
  .user-info-tab-section .following-area .btns a {
    padding: 9px 13px;
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
	#product single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.1	product-single-section
--------------------------------------------------------------*/
.product-single-section {
  /*** product-single-item-details ***/
  /*** single-product-comments ***/
  /*** single-product-review-area ***/
  /*** single-product-support-area ***/
  /*** single-product-widget-area ***/
  /*** product-info-widget ***/
  /*** user-profile-widget ***/
}

.product-single-section .product-single-pic {
  padding: 20px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  margin-bottom: 60px;
}

.product-single-section .product-single-info {
  /*** tablinks ***/
}

.product-single-section .product-single-info .tablinks {
  border-bottom: 1px solid #00dbd8;
  margin-bottom: 40px;
}

.product-single-section .product-single-info .tablinks ul {
  overflow: hidden;
  list-style: none;
}

.product-single-section .product-single-info .tablinks ul li {
  float: left;
}

.product-single-section .product-single-info .tablinks ul>li+li {
  margin-left: 1px;
}

.product-single-section .product-single-info .tablinks a {
  background-color: #f5f5f5;
  display: block;
  font-weight: 600;
  color: #525252;
  padding: 10px 25px;
}

.product-single-section .product-single-info .tablinks .active a {
  background: #00a7d5;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  color: #fff;
  text-decoration: none;
}

.product-single-section .product-single-item-details>img {
  display: inline-block;
  margin-bottom: 60px;
}

.product-single-section .product-single-item-details p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.3em;
}

@media (max-width: 991px) {
  .product-single-section .product-single-item-details p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.product-single-section .product-single-item-details h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1.5em 0 0.5em;
}

@media (max-width: 991px) {
  .product-single-section .product-single-item-details h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.product-single-section .product-single-item-details ul {
  list-style: none;
}

.product-single-section .product-single-item-details ul li {
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 25px;
  position: relative;
}

@media (max-width: 991px) {
  .product-single-section .product-single-item-details ul li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.product-single-section .product-single-item-details ul>li+li {
  margin-top: 8px;
}

.product-single-section .product-single-item-details ul li:before {
  content: "";
  background-color: #00c6d1;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 8px;
}

@media (max-width: 991px) {
  .product-single-section .product-single-item-details ul li:before {
    top: 7px;
  }
}

.product-single-section .single-product-comments {
  /*** comment-respond ***/
}

.product-single-section .single-product-comments .comments-area {
  margin-top: 70px;
}

.product-single-section .single-product-comments .comments-area li>div {
  background: #f8f8f8;
  padding: 30px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .product-single-section .single-product-comments .comments-area li>div {
    padding: 30px 25px;
  }
}

.product-single-section .single-product-comments .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}

.product-single-section .single-product-comments .comments-area ol ul {
  padding-left: 30px;
  list-style: none;
}

.product-single-section .single-product-comments .comments-area ol>li:last-child div {
  border-bottom: 0;
}

.product-single-section .single-product-comments .comments-area .comments-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .product-single-section .single-product-comments .comments-area .comments-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.product-single-section .single-product-comments .comments-area li>div {
  position: relative;
}

.product-single-section .single-product-comments .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}

@media (max-width: 767px) {
  .product-single-section .single-product-comments .comments-area .comment-theme {
    position: static;
  }
}

.product-single-section .single-product-comments .comments-area .comment-theme img {
  border-radius: 50%;
}

.product-single-section .single-product-comments .comments-area .comment-main-area {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .product-single-section .single-product-comments .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}

.product-single-section .single-product-comments .comments-area .comment-main-area p {
  margin-bottom: 20px;
}

.product-single-section .single-product-comments .comments-area .comments-meta h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1em;
}

.product-single-section .single-product-comments .comments-area .comments-meta h4 span {
  font-weight: normal;
  text-transform: none;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  margin-top: 8px;
}

.product-single-section .single-product-comments .comments-area .comment-reply-link {
  background: #72cfd4;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  display: inline-block;
  padding: 4px 14px;
  border-radius: 50px;
  display: inline-block;
}

.product-single-section .single-product-comments .comments-area .comment-reply-link:hover {
  background-color: #00c6d1;
}

.product-single-section .single-product-comments .comment-respond {
  margin-top: 70px;
}

.product-single-section .single-product-comments .comment-respond .comment-reply-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .product-single-section .single-product-comments .comment-respond .comment-reply-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.product-single-section .single-product-comments .comment-respond form input,
.product-single-section .single-product-comments .comment-respond form textarea {
  background-color: #f8f8f8;
  width: 100%;
  height: 50px;
  border: 1px solid #f8f8f8;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.product-single-section .single-product-comments .comment-respond form input:focus,
.product-single-section .single-product-comments .comment-respond form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #00c6d1;
}

@media (max-width: 991px) {

  .product-single-section .single-product-comments .comment-respond form input,
  .product-single-section .single-product-comments .comment-respond form textarea {
    height: 40px;
  }
}

.product-single-section .single-product-comments .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}

@media (max-width: 991px) {
  .product-single-section .single-product-comments .comment-respond form textarea {
    height: 150px;
  }
}

.product-single-section .single-product-comments .comment-respond .form-inputs {
  overflow: hidden;
}

.product-single-section .single-product-comments .comment-respond .form-inputs>input:nth-child(2) {
  width: 49%;
  float: left;
}

@media (max-width: 767px) {
  .product-single-section .single-product-comments .comment-respond .form-inputs>input:nth-child(2) {
    width: 100%;
    float: none;
  }
}

.product-single-section .single-product-comments .comment-respond .form-inputs>input:nth-child(3) {
  width: 49%;
  float: right;
}

@media (max-width: 767px) {
  .product-single-section .single-product-comments .comment-respond .form-inputs>input:nth-child(3) {
    width: 100%;
    float: none;
  }
}

.product-single-section .single-product-comments .comment-respond .form-submit input {
  max-width: 180px;
  background: #00a9d5;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  border: 0;
  border-radius: 50px;
  outline: 0;
}

.product-single-section .single-product-comments .comment-respond .form-submit input:hover {
  background: #00c6d1;
  background: -webkit-linear-gradient(left, #00ded8, #00a7d5);
  background: -moz-linear-gradient(left, #00ded8, #00a7d5);
  background: -o-linear-gradient(left, #00ded8, #00a7d5);
  background: -ms-linear-gradient(left, #00ded8, #00a7d5);
  background: -webkit-gradient(linear, left top, right top, from(#00ded8), to(#00a7d5));
  background: linear-gradient(left, #00ded8, #00a7d5);
}

.product-single-section .single-product-review-area .review-area .grid {
  padding: 25px 30px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  border-radius: 5px;
}

.product-single-section .single-product-review-area .review-area>.grid+.grid {
  margin-top: 30px;
}

.product-single-section .single-product-review-area .review-area .client-info-header {
  overflow: hidden;
  margin-bottom: 15px;
}

.product-single-section .single-product-review-area .review-area .client-prof-time {
  width: 40%;
  min-height: 70px;
  float: left;
  position: relative;
  padding-left: 90px;
}

@media (max-width: 767px) {
  .product-single-section .single-product-review-area .review-area .client-prof-time {
    width: 100%;
    float: none;
  }
}

.product-single-section .single-product-review-area .review-area .client-prof-time .avator {
  position: absolute;
  left: 0;
  top: 0;
}

.product-single-section .single-product-review-area .review-area .client-prof-time h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 767px) {
  .product-single-section .single-product-review-area .review-area .client-prof-time h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.product-single-section .single-product-review-area .review-area .client-prof-time h4 a {
  color: #242f6c;
}

.product-single-section .single-product-review-area .review-area .rating {
  width: 60%;
  float: right;
  text-align: right;
}

@media (max-width: 767px) {
  .product-single-section .single-product-review-area .review-area .rating {
    width: 100%;
    float: none;
    text-align: left;
    margin-top: 15px;
  }
}

.product-single-section .single-product-review-area .review-area .rating .fi:before {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fba12c;
}

.product-single-section .single-product-review-area .review-area .quote {
  padding-left: 90px;
}

@media (max-width: 767px) {
  .product-single-section .single-product-review-area .review-area .quote {
    padding-left: 0;
  }
}

.product-single-section .single-product-support-area h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .product-single-section .single-product-support-area h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.product-single-section .single-product-support-area input,
.product-single-section .single-product-support-area textarea {
  background-color: #f8f8f8;
  width: 100%;
  height: 50px;
  border: 0;
  padding: 6px 15px;
}

.product-single-section .single-product-support-area form>div+div {
  margin-top: 15px;
}

.product-single-section .single-product-support-area textarea {
  height: 130px;
}

.product-single-section .single-product-support-area .form-submit input {
  max-width: 180px;
  background: #00a9d5;
  background: -webkit-linear-gradient(left, #00a7d5, #00ded8);
  background: -moz-linear-gradient(left, #00a7d5, #00ded8);
  background: -o-linear-gradient(left, #00a7d5, #00ded8);
  background: -ms-linear-gradient(left, #00a7d5, #00ded8);
  background: -webkit-gradient(linear, left top, right top, from(#00a7d5), to(#00ded8));
  background: linear-gradient(left, #00a7d5, #00ded8);
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  border: 0;
  border-radius: 50px;
  outline: 0;
}

.product-single-section .single-product-support-area .form-submit input:hover {
  background: #00c6d1;
  background: -webkit-linear-gradient(left, #00ded8, #00a7d5);
  background: -moz-linear-gradient(left, #00ded8, #00a7d5);
  background: -o-linear-gradient(left, #00ded8, #00a7d5);
  background: -ms-linear-gradient(left, #00ded8, #00a7d5);
  background: -webkit-gradient(linear, left top, right top, from(#00ded8), to(#00a7d5));
  background: linear-gradient(left, #00ded8, #00a7d5);
}

.product-single-section .single-product-widget-area {
  /*** licence-widget ***/
  /*** sell-widget ***/
}

.product-single-section .single-product-widget-area>.widget+.widget {
  margin-top: 30px;
}

.product-single-section .single-product-widget-area .widget {
  padding: 25px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  border-radius: 5px;
}

@media (max-width: 991px) {
  .product-single-section .single-product-widget-area .widget {
    max-width: 400px;
    margin-top: 60px;
  }
}

.product-single-section .single-product-widget-area .widget h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 1em;
}

.product-single-section .single-product-widget-area .widget h3 .fi:before {
  font-weight: normal;
  color: #00c6d1;
}

@media (max-width: 991px) {
  .product-single-section .single-product-widget-area .licence-widget .tablinks {
    margin: 0 -25px;
  }
}

.product-single-section .single-product-widget-area .licence-widget .tablinks ul {
  overflow: hidden;
  list-style: none;
  margin-bottom: 30px;
}

.product-single-section .single-product-widget-area .licence-widget .tablinks li {
  width: 33.33%;
  float: left;
}

.product-single-section .single-product-widget-area .licence-widget .tablinks ul a {
  background: #f4f6f7;
  text-align: center;
  display: block;
  padding: 18px 10px;
}

.product-single-section .single-product-widget-area .licence-widget .tablinks ul>li+li {
  border-left: 1px solid #e9e7e7;
}

.product-single-section .single-product-widget-area .licence-widget .tablinks li.active a {
  background: #00c6d1;
  text-decoration: none;
}

.product-single-section .single-product-widget-area .licence-widget .tablinks p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 0.5em;
}

.product-single-section .single-product-widget-area .licence-widget .tablinks h4 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  margin: 0.4em 0 0;
}

.product-single-section .single-product-widget-area .licence-widget .tablinks li.active a p,
.product-single-section .single-product-widget-area .licence-widget .tablinks li.active a span,
.product-single-section .single-product-widget-area .licence-widget .tablinks li.active a h4 {
  color: #fff;
}

.product-single-section .single-product-widget-area .licence-widget .tablinks a span {
  color: #525252;
  text-decoration: line-through;
}

.product-single-section .single-product-widget-area .licence-widget .tab-content p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 1em;
}

.product-single-section .single-product-widget-area .licence-widget .tab-content ul {
  list-style: none;
}

.product-single-section .single-product-widget-area .licence-widget .tab-content ul .fi:before {
  font-size: 14px;
  font-size: 0.875rem;
}

.product-single-section .single-product-widget-area .licence-widget .tab-content ul li {
  font-size: 14px;
  font-size: 0.875rem;
}

.product-single-section .single-product-widget-area .licence-widget .tab-content ul i {
  display: inline-block;
  padding-right: 8px;
}

.product-single-section .single-product-widget-area .licence-widget .tab-content ul>li+li {
  margin-top: 8px;
}

.product-single-section .single-product-widget-area .licence-widget .btns {
  margin-top: 30px;
}

.product-single-section .single-product-widget-area .licence-widget .btns a {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 18px;
}

.product-single-section .single-product-widget-area .sell-widget,
.product-single-section .single-product-widget-area .comment-widget {
  overflow: hidden;
}

.product-single-section .single-product-widget-area .sell-widget>div,
.product-single-section .single-product-widget-area .comment-widget>div {
  width: 50%;
  float: left;
}

.product-single-section .single-product-widget-area .sell-widget>div:last-child,
.product-single-section .single-product-widget-area .comment-widget>div:last-child {
  text-align: right;
}

.product-single-section .single-product-widget-area .sell-widget p,
.product-single-section .single-product-widget-area .comment-widget p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}

@media (max-width: 991px) {

  .product-single-section .single-product-widget-area .sell-widget p,
  .product-single-section .single-product-widget-area .comment-widget p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.product-single-section .single-product-widget-area .sell-widget i,
.product-single-section .single-product-widget-area .comment-widget i {
  display: inline-block;
  padding-right: 10px;
  position: relative;
  top: 3px;
}

.product-single-section .single-product-widget-area .sell-widget i:before,
.product-single-section .single-product-widget-area .comment-widget i:before {
  color: #00c6d1;
}

.product-single-section .single-product-widget-area .sell-widget div>span,
.product-single-section .single-product-widget-area .comment-widget div>span {
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 991px) {

  .product-single-section .single-product-widget-area .sell-widget div>span,
  .product-single-section .single-product-widget-area .comment-widget div>span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.product-single-section .single-product-widget-area .rating-widget {
  overflow: hidden;
}

.product-single-section .single-product-widget-area .rating-widget>div {
  width: 50%;
  float: left;
}

.product-single-section .single-product-widget-area .rating-widget>div:last-child {
  text-align: right;
}

.product-single-section .single-product-widget-area .rating-widget p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}

@media (max-width: 991px) {
  .product-single-section .single-product-widget-area .rating-widget p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.product-single-section .single-product-widget-area .rating-widget p i {
  display: inline-block;
  padding-right: 10px;
  position: relative;
  top: 3px;
}

.product-single-section .single-product-widget-area .rating-widget p i:before {
  color: #00c6d1;
}

.product-single-section .single-product-widget-area .rating-widget div>span {
  font-size: 15px;
  font-size: 0.9375rem;
}

.product-single-section .single-product-widget-area .rating-widget .rating .fi:before {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fba12c;
}

.product-single-section .product-info-widget h3 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
}

.product-single-section .product-info-widget tr {
  overflow: hidden;
}

.product-single-section .product-info-widget td {
  font-size: 15px;
  font-size: 0.9375rem;
  width: 50%;
  float: left;
}

@media (max-width: 991px) {
  .product-single-section .product-info-widget td {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.product-single-section .product-info-widget tbody>tr+tr {
  margin-top: 15px;
  display: block;
}

.product-single-section .user-profile-widget .user {
  min-height: 90px;
  position: relative;
  padding-left: 100px;
}

.product-single-section .user-profile-widget .user h4 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  padding-top: 0.6em;
  margin: 0 0 0.2em;
}

.product-single-section .user-profile-widget .user h4 a {
  color: #242f6c;
}

.product-single-section .user-profile-widget .img-holder {
  position: absolute;
  left: 0;
  top: 0;
}

.product-single-section .user-profile-widget .img-holder img {
  border-radius: 50%;
}

.product-single-section .user-profile-widget .btns {
  margin-top: 25px;
}

.product-single-section .user-profile-widget .btns>a:first-child {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .product-single-section .user-profile-widget .btns a {
    padding: 9px 13px;
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
	404 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.1	error-404-section
--------------------------------------------------------------*/
.error-404-section {
  text-align: center;
}

.error-404-section .error-message {
  margin-top: 70px;
  padding: 0 200px;
}

@media (max-width: 991px) {
  .error-404-section .error-message {
    margin-top: 50px;
    padding: 0 100px;
  }
}

@media (max-width: 767px) {
  .error-404-section .error-message {
    padding: 0;
  }
}

.error-404-section .error-message h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 0.8em;
}

.error-404-section .error-message p {
  margin-bottom: 1.8em;
}

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


.pt-cus {
  padding-top: 160px;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;

}


@media screen and (max-width: 776px) {
  .pt-cus {
    padding-top: 120px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}