/* CSS Document */

/* 
    Project:        Ttulsi - Health Supplement and Landing Page HTML.
    Version:        1.0
    Last change:    18/04/2019.
   
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Header  */
/*   02 - HERO SECTION  */
/*   03 - OUR FEATURE  */
/*   04 - OFFER BANNER */
/*   05 - OUR PRODUCT */
/*   06 - OUR SERVICE  */
/*   07 - Supplement Packages  */
/*   08 - TEAM MEMBER  */
/*   09 - TESTIMONIAL  */
/*   10 - BLOG  */
/*   11 - CONTACT  */
/*   12 - SUBSCRIBE BANNER  */
/*   13 - FOOTER  */
/*   14 - INNER BANNER  */
/*   15 - BLOG SIDEBAR  */
/*   16 - Blog DETAILS  */



/**
* Importing necessary  Styles.
**/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Oswald:300,400,500,600,700');
/*----bootstrap css ----- */
@import url('../vendor/bootstrap/css/bootstrap.min.css');
/*------------ Master Slider ------------*/
@import url('../vendor/master-slider/css/masterslider.main.css');
/*----font awesome -------*/
@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*----owl-carousel css----*/
@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');
@import url('../vendor/owl-carousel/animate.css');
/*-------- AOS css ------*/
/*@import url('../vendor/aos-next/dist/aos.css');*/
/*----Flaticon-------*/
@import url('../fonts/icon/font/flaticon.css');



/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
/* Preloader */
.ctn-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
}
.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(21,21,21,0.05);
  border-top-color: var(--p-color);
  height: 70px;
  margin: 0 auto;
  width: 70px;
}

.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
/* Animación del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
}
/*==================== Click Top ====================*/
.scroll-top {
  width:25px;
  height:25px;
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: none;
  cursor: pointer;
  border-radius: 3px;
  background: var(--p-color);
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*______________________ Global stlye ___________________*/

@font-face {
  font-family: 'font-awesome';
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
}
:root {
  --p-color: #db2a24;
  --text-color:#777777;
  --heading-color:#333333;
}
 body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 15px;
  position: relative;
  color: var(--text-color);
 }
 .main-page-wrapper {overflow-x:hidden;}
 h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
 h1,h2,h3,h4,h5,h6 {color: var(--heading-color); font-family: 'Oswald', sans-serif; text-transform: uppercase;}
 h1 {font-size: 87px; font-weight: 700;}
 h2 {font-size: 55px; font-weight: 700;}
 h3 {font-size: 28px; font-weight: 700;}
 h4 {font-size: 24px; font-weight: 700;}
 h5 {font-size: 20px; font-weight: 700;}
 h6 {font-size: 18px; font-weight: 700;}
 p {line-height: 30px;}
 ul {list-style-type: none;}
 body a {text-decoration: none; display: inline-block;}
 a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
 img {max-width: 100%; display: block;}
 button {border:none;outline: none;box-shadow: none;display: block; padding: 0;cursor: pointer;}
 button:focus {outline: none;}
 input,textarea {outline: none; box-shadow: none;transition: all 0.3s ease-in-out;}
.mb-90 {margin-bottom: 90px;}
.mb-65 {margin-bottom: 65px;}
.mb-50 {margin-bottom: 50px;}
.mb-40 {margin-bottom: 40px;}
.mt-50 {margin-top: 50px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 50px;}
.mt-20 {margin-top: 20px;}
.mt-150 {margin-top: 150px;}
.pt-35 {padding-top: 35px;}
.pt-130 {padding-top: 130px;}
.section-spacing {padding-top: 170px;}

/*-------------------- Button ---------------*/
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #212121;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
body .theme-btn {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  min-width: 150px;
  text-align: center;
  line-height: 46px;
  transition: all 0.3s ease-in-out;
}
body .theme-btn-solid {line-height: 50px;background: var(--p-color);color: #fff;}
body .theme-btn-line {border: 2px solid rgba(0,0,0,0.06);color: var(--p-color);}
body .theme-btn-line:hover,body .theme-btn-line:focus,body .theme-btn-line:active {color: #fff; border-color:#212121; }
/*-------------------- Title ---------------*/
.theme-title {padding-bottom: 60px;position: relative;}
.theme-title h2 {
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
  position: relative;
}
.theme-title h2:before,.theme-title h2:after {
  content: '';
  position: absolute;
  width: 55px;
  height: 4px;
  top:50%;
  margin-top: -2px;
  background: var(--p-color);
}
.theme-title h2:before {left: -70px;}
.theme-title h2:after {right: -70px;}
/*------------------- Theme Pagination ------------------*/
.theme-pagination ul {padding-top: 20px;}
.theme-pagination ul,.theme-pagination ul li {display: inline-block;}
.theme-pagination ul li a {
  font-family: 'Oswald', sans-serif;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--text-color);
  padding: 8px 12px;
  border: 2px solid rgba(0,0,0,0.08);
  margin: 0 3px;
  transition: all 0.3s ease-in-out;
}
.theme-pagination ul li a:hover,
.theme-pagination ul li.active a {color: #fff; background: var(--p-color);border-color: var(--p-color);}
.theme-pagination ul li.active a {cursor: default;}
/*----------------------- Header --------------------- */
@-webkit-keyframes menuSticky {
  0%   {margin-top:-80px;opacity: 0;}
  50%  {margin-top: -40px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
@keyframes menuSticky {
  0%   {margin-top:-80px;opacity: 0;}
  50%  {margin-top: -40px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
.theme-main-header {
  position: absolute;
  z-index: 99;
  left:0;
  right: 0;
  top:0;
  padding: 65px 0 15px;
  transition: all 0.4s ease-in-out;
}
.theme-main-header.sticky {
  position: fixed;
  background: #fff;
  box-shadow: 0px 13px 30px -12px rgba(35,35,35,0.1);
  padding: 15px 0;
  animation: menuSticky  0.60s ease-in-out;
}
.theme-main-header .inner-wrapper {position: relative;}
.theme-main-header .navbar {padding: 0;}
.theme-main-header .navbar .nav-link {
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: #212121;
  text-transform: uppercase;
  padding: 14px 18px;
  transition: all 0.3s ease-in-out;
}
.theme-main-header .navbar .nav-link.active {color: var(--p-color);}
.theme-main-header .navbar .nav-link:not(.active):hover {color: #000;}
.theme-main-header .navbar .nav-item {position: relative;}
.theme-main-header .navbar .nav-item ul.sub-menu {
  position: absolute;
  background: #fff;
  width:200px;
  top:120%;
  left:0;
  opacity: 0;
  visibility: hidden;
  border: 1px solid rgba(0,0,0,0.04);
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(35,35,35,0.1);
  -moz-box-shadow: 0px 13px 25px -12px rgba(35,35,35,0.1);
  box-shadow: 0px 13px 25px -12px rgba(35,35,35,0.1);
}
.theme-main-header .navbar .nav-item ul.sub-menu li a {
  line-height: 45px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgba(0,0,0,0.04);
  padding: 0 0 0 15px;
  display: block;
}
.theme-main-header .navbar .nav-item ul.sub-menu li:last-child a {border:none;}
.theme-main-header .navbar .nav-item ul.sub-menu li a:hover {background: var(--p-color);color: #fff;}
.theme-main-header .navbar .nav-item.dropdown-holder:hover ul.sub-menu {
  top:100%;
  opacity: 1;
  visibility: visible;
}
.theme-main-header .navbar .dropdown-holder .icon {
  display: none;
  position: absolute;
  top:0;
  right: 0;
  height: 44px;
  width: 50px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  font-size: 22px;
  background: var(--p-color);
  color: #fff;
}
.theme-main-header .theme-btn {margin-left: 32px; z-index: 5;}
.theme-main-header .logo {position: relative;z-index: 5;}
.theme-main-header .navbar-toggler {
  float: right;
  width: 50px;
  line-height: 50px;
  color: #fff;
  background: var(--p-color);
  padding: 0;
  border-radius: 0;
  border: none;
  margin-bottom: 10px;
}
/*------------------- HERO SECTION ----------------*/
.theme-hero-section {
  min-height: 100vh;
  position: relative;
  z-index: 5;
  background: url(../images/home/pattern.png) repeat;
}
.theme-hero-section .inner-wrapper {
  position: relative;
  z-index: 1;
  padding: 280px 0 150px;
}
.theme-hero-section .main-title {
  text-transform: uppercase;
  line-height: 104px;
}
.theme-hero-section .sub-title {
  font-size: 18px; 
  line-height: 32px;
  padding: 45px 0 70px;
}
.theme-hero-section .button-group li {display: inline-block;margin: 10px 18px 0 0;}
.theme-hero-section .shape-one {
  position: absolute;
  z-index: -1;
  right: 10%;
  top:18%;
}
.theme-hero-section .shape-two {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 16%;
}
/*------------------- OUR FEATURE ----------------*/
.our-feature .single-feature-box .icon-box {
  width: 140px;
  height: 60px;
  position: relative;
  text-align: center;
  line-height: 60px;
  font-size: 32px;
  color: var(--p-color);
}
.our-feature .single-feature-box .icon-box:before,.our-feature .single-feature-box .icon-box:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}
.our-feature .single-feature-box .icon-box:before {
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  top:0;
  right: 0;
}
.our-feature .single-feature-box .icon-box:after {
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  bottom: 0;
  left: 0;
}
.our-feature .single-feature-box:hover .icon-box:before {border-top-color: var(--p-color);border-right-color: var(--p-color);}
.our-feature .single-feature-box:hover .icon-box:after {border-bottom-color: var(--p-color);border-left-color: var(--p-color);}
.our-feature .single-feature-box .title {padding: 38px 0 25px;}
.our-feature .img-box {position: relative;}
.our-feature .img-box img {margin: 0 auto;}
.our-feature .img-box .product {
  position: absolute;
  z-index: 1;
  top:50%;
  left:50%;
  transform: translate(-50% , -50%);
}
/*---------------------- OFFER BANNER ---------------------*/
.offer-banner {
  position: relative;
  overflow:hidden;
  z-index: 5;
  padding: 60px 0 80px;
}
.offer-banner .offer-title {
  font-size: 94px;
}
.offer-banner .offer-title span {color: var(--p-color);}
.offer-banner .offer-title sub {font-weight: 300;font-size: 60px;bottom: 0;}
.offer-banner .text p {font-size: 18px;padding: 40px 125px 100px 0;}
.offer-banner .image-shape {
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  width: 38%;
  z-index: -1;
  background: url(../images/product/jacket4.png) no-repeat top center;
  background-size: cover;
}
.offer-banner .image-shape:before {
  content: '';
  position: absolute;
  width: 140px;
  height: 120%;
  right: -50px;
  top: -45px;
  background: #fff;
  border-right: 70px solid var(--p-color);
  transform: rotate(-13deg);
  z-index: 1;
}
.offer-banner .image-shape:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
      top: -33px;
    right: -98px;
  z-index: 0;
  background: #fff;
  transform: rotate(-13deg); 
}
.offer-banner .product-img {
  position: absolute;
  right: -11px;
  bottom: 62px;
  z-index: -1;
}
.offer-banner .product-img .price {
  width: 146px;
  height: 146px;
  border-radius: 50%;
  background: var(--p-color);
  position: absolute;
  bottom: 50px;
  left:20px;
  text-align: center;
  font-size: 48px;
  line-height: 146px;
  color: #fff;
}
.offer-banner .product-img .price:before {
  content: '';
  top:12px;
  right: 12px;
  bottom: 12px;
  left: 12px;
  border-radius: 50%;
  border: 3px dotted rgba(255,255,255,0.38);
  position: absolute;
}
.offer-banner .theme-btn {font-size: 1.2em;}
/*-------------------- OUR PRODUCT -------------------*/
.our-product .single-product {
  background: #fff;
  box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-top: 50px;
  text-align: center;
}
.our-product .single-product .product-info {height: 450px;position: relative;}
.our-product .single-product .product-info:before {
  content: url(../images/home/shape2.png);
  position: absolute;
  top:48%;
  left: 50%;
  transform: translate(-50% , -50%);
  z-index: 0;
}
.our-product .single-product .product-info .product-img {
  display: inline-block;
  position: relative;
  padding: 70px 0 30px;
}
.our-product .single-product .product-info .product-img .badge-tag {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: var(--p-color);
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 1;
}
.our-product .single-product .product-info .product-img img {transition: all 0.6s ease-in-out;}
.our-product .single-product:hover .product-info .product-img img {transform: scale3d(1.1,1.1,1);}
.our-product .single-product .product-info .name {
  position: absolute;
  bottom: 30px;
  left:0;
  width: 100%;
}
.our-product .single-product .product-info .name span {
  color: var(--p-color);
  font-size: 17px;
  font-weight: normal;
}
.our-product .single-product .button-group li {float: left;width: 50%; height: 60px;}
.our-product .single-product .button-group li .price-button {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: var(--p-color);
  display: block;
  line-height: 60px;
}
.our-product .single-product .button-group li .price-button del {font-size: 14px;font-weight: normal;padding-left: 5px;}
.our-product .single-product .button-group li .order-button {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #fff;
  line-height: 60px;
  background: #333333;
  display: block;
}
/*------------------------ OUR SERVICE ---------------------*/
.our-service {
  background: #fafafa;
  padding: 130px 0 270px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.our-service:before {
  content: url(../images/home/shape3.png);
  position: absolute;
  bottom: -140px;
  left: 0;
  z-index: -1;
  opacity: 0.35;
}
.our-service:after {
  content: url(../images/home/spray_paint.png);
  position: absolute;
  bottom: 200px;
  right: -65px;
  z-index: -1;
}
.our-service .single-service {
  background: #fff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.02);
  position: relative;
  padding: 50px 30px 50px 40px;
  margin-top: 50px;
}
.our-service .single-service h6 {padding-bottom: 30px; font-size: 20px;}
.our-service .single-service .count {
  font-family: 'Oswald', sans-serif;
  font-size: 63px;
  font-weight: 700;
  color: rgba(0,0,0,0.03);
  position: absolute;
  top:-8px;
  right: 12px;
}
/*--------------------- Supplement Packages ----------------------*/
.Supplement-Packages .single-pack {
  position: relative;
  text-align: center;
  padding: 315px 15px 50px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.04);
  transition: all 0.3s ease-in-out;
  margin: 50px 20px 10px;
  overflow:hidden;
}
.Supplement-Packages .single-pack:hover {box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.05); border-color: transparent;}

.Supplement-Packages .single-pack .pack-name {
  display: inline-block;
  position: relative;
  font-size: 32px;
  font-weight: 700;
}
.Supplement-Packages .single-pack .pack-name:before,.Supplement-Packages .single-pack .pack-name:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 1px;
  top:50%;
  background: var(--p-color);
}
.Supplement-Packages .single-pack .pack-name:before {left: -22px;}
.Supplement-Packages .single-pack .pack-name:after {right: -22px;}
.Supplement-Packages .single-pack .price-tag {
  font-size: 30px;
  font-weight: 600;
  color: var(--p-color);
  padding: 15px 0 35px;
}
.Supplement-Packages .single-pack ul li {line-height: 44px;font-size: 16px;}
.Supplement-Packages .single-pack .theme-btn {margin-top: 50px;}
.Supplement-Packages .single-pack .pack-img {
  position: absolute;
  top:60px;
  left:50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.Supplement-Packages .single-pack:hover .pack-img {transform: scale(1.1) translateX(-50%);}
/*--------------------- TEAM MEMBER ---------------------*/
.our-team .main-wrapper {margin-top: 50px;}
#team-slider {width: 100%;}
#team-slider .ms-slide-info {margin: 0 !important;}
#team-slider .ms-info {
  text-align: center;
  max-width: 569px;
  margin: auto;
  padding: 35px 15px 40px;
  position: relative;
  background: var(--p-color);
  z-index: 5;
}
#team-slider .ms-info:before,#team-slider .ms-info:after {
  content: url(../images/home/shape4.png);
  position: absolute;
  z-index: 0;
}
#team-slider .ms-info:before {bottom: 0;left: 0;}
#team-slider .ms-info:after {top:0;right: 0;}
#team-slider .ms-info p {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-style: italic;
}
#team-slider .ms-info h3 {font-size: 20px;color: #fff;padding-bottom: 15px;}
/*---------------------- TESTIMONIAL ------------------*/
.testimonial-section {
  background: url(../images/home/bg.jpg) no-repeat center;
  background-size: cover;
  padding: 130px 0 150px;
}
.testimonial-section .single-block {
  background: #fff;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.02);
  padding: 40px 20px 40px 40px;
  margin: 30px 10px 10px;
  position: relative;
}
.testimonial-section .single-block:before {
  content: "";
  font-family: 'font-awesome';
  position: absolute;
  font-size: 60px;
  color: rgba(0,0,0,0.04);
  top:80px;
  right: 50px;
}
.testimonial-section .single-block h6 {padding: 40px 0 5px;}
.testimonial-section .single-block span {font-style: italic;}
.testimonial-section .single-block p {padding: 25px 0 15px;}
.testimonial-section .single-block ul li {
  display: inline-block;
  font-size: 14px;
  color: var(--p-color);
  margin-right: 2px;
}
.testimonial-section .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border: none;
  margin: 0 5px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--p-color);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span, 
.testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
  transform: scale(1.3);
  background: var(--p-color);
}
.testimonial-section .owl-theme .owl-dots {margin-top: 50px;}
/*------------------------ BLOG ----------------------------*/
.single-blog-post {margin-top: 50px;}
.single-blog-post .img-box {
  position: relative;
  background: #212121;
  overflow:hidden;
}
.single-blog-post .img-box img {width: 100%;transition: all 0.5s ease-in-out;}
.single-blog-post .img-box .icon {
  width: 50px;
  line-height: 40px;
  text-align: center;
  background: var(--p-color);
  color: #fff;
  font-size: 25px;
  position: absolute;
  top:20px;
  left: 20px;
}
.single-blog-post:hover .img-box img {opacity: 0.7;transform: scale3d(1.1,1.1,1);}
.single-blog-post .post {
  position: relative;
  text-align: center;
  padding: 33px 15px 40px;
}
.single-blog-post .post:before,.single-blog-post .post:after {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 0;
  width: 100%;
}
.single-blog-post .post:before {
  background: rgba(0,0,0,0.08);
  left:0;
  transition: all 0.3s ease-in-out;
}
.single-blog-post .post:after {
  transform: scale(0);
  right: 0;
  background: var(--p-color);
  transition: all 0.4s ease-in-out;
}
.single-blog-post:hover .post:after {transform: scale(1);}
.single-blog-post:hover .post:before {width: 0;}
.single-blog-post .post .title a {
  font-size: 20px;
  line-height: 30px;
  color: var(--heading-color);
  transition: all 0.3s ease-in-out;
}
.single-blog-post .post .title:hover a {color: var(--p-color);}
.single-blog-post .post .date {
  display: inline-block;
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  margin-top: 28px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.single-blog-post .post .date:before,.single-blog-post .post .date:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  top:50%;
  margin-top: -1px;
  background: var(--p-color);
}
.single-blog-post .post .date:before {left: -18px;}
.single-blog-post .post .date:after {right: -18px;}
/*---------------------- CONTACT -------------------*/
.contact-us {position: relative;z-index: 5;padding-bottom: 100px;}
.contact-us:before {
  content: url();
  position: absolute;
  top:10%;
  right: 5%;
  z-index: -1;
}
.contact-us .theme-title h2:before {display: none;}
.contact-us form .form-group {margin-bottom: 30px;}
.contact-us form input,.contact-us form textarea {
  width: 100%;
  border: 2px solid rgba(0,0,0,.07);
}
.contact-us form input {height: 60px;padding: 0 20px;}
.contact-us form textarea {height: 170px;resize: none;padding: 15px 20px;}
.contact-us form input:focus,.contact-us form textarea:focus {border-color: #181818;}
.contact-us .with-errors li {font-size: 12px;color: red;}
/*-------------------- SUBSCRIBE BANNER --------------------*/
.subscribe-banner {
  background: url(../images/home/bg2.jpg) no-repeat;
  background-position: top right;
  position: relative;
  z-index: 5;
  padding: 70px 0 90px;
  margin-top: 150px;
  overflow: hidden;
}
.subscribe-banner:before {
  content: '';
  width: 72%;
  height: 900px;
  background: var(--p-color);
  position: absolute;
  z-index: 0;
  top:-76%;
  left:-8%;
  transform: rotate(15deg);
}
.subscribe-banner h2 {font-size: 50px;color: #fff;padding-bottom: 40px;}
.subscribe-banner form {height: 60px;position: relative;}
.subscribe-banner form input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 0 80px 0 30px;
}
.subscribe-banner form ::-webkit-input-placeholder { color: #fff;}
.subscribe-banner form :-ms-input-placeholder {color: #fff;}
.subscribe-banner form ::placeholder {color: #fff;}
.subscribe-banner form button {
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  width: 75px;
  background:transparent;
  color: #fff;
  font-size: 30px;
}
/*--------------------- FOOTER ---------------------*/
.theme-footer {
  background: #151515;
  padding-top: 130px;
}
.theme-footer .footer-title {
  font-size: 20px;
  color: #fff;
  padding: 10px 0 30px;
}
.theme-footer .footer-about-widget p {
  color: rgba(255,255,255,0.8);
  padding: 30px 0 45px;
}
.theme-footer .footer-about-widget ul li {display: inline-block;margin-right: 7px;}
.theme-footer .footer-about-widget ul li a {
  display: block;
  width: 35px;
  height: 35px;
  border:1px solid #fff;
  line-height: 33px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.theme-footer .footer-about-widget ul li a:hover {background: var(--p-color);border-color: var(--p-color);}
.theme-footer .footer-list ul li a {
  line-height: 38px;
  color: rgba(255,255,255,0.8);
  transition: all 0.3s ease-in-out;
}
.theme-footer .footer-list ul li a:hover {color: var(--p-color);}
.theme-footer .footer-recent-post ul li a {
  color: rgba(255,255,255,0.8);
  font-weight: 600;
  margin: 5px 0 10px;
  transition: all 0.3s ease-in-out;
}
.theme-footer .footer-recent-post ul li:hover a {color: var(--p-color);}
.theme-footer .footer-recent-post ul li .date {font-size: 14px;color: rgba(255,255,255,0.6);}
.theme-footer .footer-recent-post ul li {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.theme-footer .footer-recent-post ul li:last-child {padding: 0;margin: 0;border:none;}
.theme-footer .footer-contact ul li {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  padding-bottom: 15px;
}
.theme-footer .footer-contact ul li span {
  display: block;
  padding: 5px 0 5px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.theme-footer .footer-contact ul li:last-child {padding-bottom: 0;}
.theme-footer .top-footer [class*="col-"] {padding-bottom: 40px;}
.theme-footer .bottom-footer {
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 100px;
  padding: 30px;
  text-align: center;
  color: rgba(255,255,255,0.8);
}
/*----------------------- INNER BANNER ---------------------*/
.inner-banner {
  position: relative;
  z-index: 5;
  /* background: url(../images/home/bg3.jpg) no-repeat center; */
  background-size: cover;
  text-align: center;
  padding: 250px 0 120px;
}
.inner-banner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  z-index: -1;
  background: rgba(255,255,255,0.7);
}
.inner-banner h2 {font-size:40px; padding-bottom: 25px;}
.inner-banner ul li {
  font-family: 'Oswald', sans-serif;
  display: inline-block;
  font-weight: 500;
  margin: 0 3px;
  text-transform: uppercase;
  color: #313131;
}
.inner-banner ul li a {color: #313131;}
.inner-banner ul li:last-child {color: var(--p-color);}
/*------------------- BLOG SIDEBAR -----------------*/
.blog-sidebar .sidebar-box {margin-bottom: 75px;}
.blog-sidebar .sidebar-search form {height: 60px;position: relative;}
.blog-sidebar .sidebar-search form input {
  width: 100%;
  height: 100%;
  border: none;
  box-shadow: 0px 0px 21px 0px rgba(67, 67, 67, 0.08);
  padding: 0 55px 0 15px;
}
.blog-sidebar .sidebar-search form button {
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  width: 55px;
  background: var(--p-color);
  cursor: pointer;
  font-size: 16px;
  color: #fff;
}
.blog-sidebar h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 35px;
}
.blog-sidebar .blog-categories ul li a {
  font-size: 16px;
  color: var(--heading-color);
  margin-bottom: 22px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.blog-sidebar .blog-categories ul li:last-child a {margin: 0;}
.blog-sidebar .blog-categories ul li a span {float: right;}
.blog-sidebar .blog-categories ul li a:hover {color: var(--p-color);padding-left: 5px;}
.blog-sidebar .sidebar-recent-post li {border-bottom: 1px solid rgba(0,0,0,0.06);padding: 0 0 17px 0; margin-bottom: 17px;}
.blog-sidebar .sidebar-recent-post li:last-child {border-bottom: none;padding-bottom: 0;margin-bottom: 0;}
.blog-sidebar .sidebar-recent-post li a {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.blog-sidebar .sidebar-recent-post li:hover a {color: var(--p-color);}
.blog-sidebar .sidebar-keyword ul {margin: 0 -5px;}
.blog-sidebar .sidebar-keyword ul li {float: left;padding: 0 5px;margin-bottom: 15px;}
.blog-sidebar .sidebar-keyword ul li a {
  line-height: 35px;
  padding: 0 10px;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--text-color);
  border: 1px solid rgba(0,0,0,0.06);
  transition: all 0.3s ease-in-out;
}
.blog-sidebar .sidebar-keyword ul li a:hover {color: #fff;background: var(--p-color);}
/*---------------------- BLOG LIST --------------------*/
.blog-list .single-blog-post {margin-top: 0;}
.blog-list .single-blog-post .post {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  margin-bottom: 60px;
}
.blog-list .single-blog-post .post .date {margin: 0 0 15px 0;}
.blog-list .single-blog-post .post .date:before {display: none;}
.blog-list .single-blog-post .post p {padding: 30px 0 40px;}
.blog-list .single-blog-post .post:before,.blog-list .single-blog-post .post:after {display: none;}
/*----------------------------- Blog DETAILS ----------------------*/
.single-blog-list-item .img-holder img {width: 100%;}
.single-blog-list-item .post-data {padding: 40px 30px 0;}
.blog-details-main-content .single-blog-list-item .post-data p {padding: 0 0 15px;}
.single-blog-list-item .post-data .title {margin: 5px 0 40px;}
.blog-details-main-content blockquote {
  font-size: 24px;
  color: #000;
  position: relative;
  padding-left: 30px;
  margin: 32px 0 45px 0;
}
.blog-details-main-content blockquote:before {
  content: "";
  font-family: 'font-awesome';
  position: absolute;
  font-size: 50px;
  color: rgba(0,0,0,0.05);
  top:-16px;
  left:0;
}
.blog-details-main-content blockquote p {padding: 0 !important; line-height: 45px;}
.blog-details-main-content .tag-section {border-top:1px solid rgba(0,0,0,0.05);margin-top: 45px;}
.blog-details-main-content .tag-section ul {padding: 23px 0;}
.blog-details-main-content .tag-section ul li {display: inline-block;line-height: 26px;}
.blog-details-main-content .tag-section .tag li {
  font-weight: 700;
  color: #242424;
  text-transform: uppercase;
  margin-right: 2px;
}
.blog-details-main-content .tag-section .tag li a {
  text-transform: capitalize;
  color: #959595;
  display: block;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
}
.blog-details-main-content .tag-section .social-icon li a {
  color: #959595;
  margin-left: 12px;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.blog-details-main-content .tag-section .social-icon li a:hover,
.blog-details-main-content .tag-section .tag li a:hover {color: var(--p-color);}
.blog-details-main-content h2 {font-size: 30px;margin-bottom: 45px;}
.blog-details-main-content .comment-option,.blog-details-main-content .leave-reply {padding-top: 30px;}
.blog-details-main-content .comment-box {padding: 45px 0 0;margin-bottom: 75px;}
.blog-details-main-content .comment-box .single-comment img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.blog-details-main-content .comment-box .single-comment .comment {
  width: calc(100% - 65px);
  padding-left: 25px;
  position: relative;
}
.blog-details-main-content .comment-box .single-comment .comment h6 {font-weight: 500; font-size: 16px;}
.blog-details-main-content .comment-box .single-comment .comment span {
  display: block;
  font-size: 14px;
  margin:8px 0 18px 0;
}
.blog-details-main-content .comment-box .single-comment .comment p {padding-right: 100px;}
.blog-details-main-content .comment-box .single-comment .comment .reply {
  font-family: 'Oswald', sans-serif;
  position: absolute;
  top:0;
  right: 100px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--heading-color);
  transition: all 0.3s ease-in-out;
}
.blog-details-main-content .comment-box .single-comment .comment .reply:hover {color: var(--p-color);}
.blog-details-main-content .comment-box .single-comment {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.blog-details-main-content .comment-box .single-comment.reply-comment {margin-left:90px;}
.blog-details-main-content .reply-form {padding: 60px 0 0;}
.form-styl-one input[type="text"],
.form-styl-one input[type="email"],
.form-styl-one textarea {
  background: #fff;
  width: 100%;
  max-width: 100%;
  border: 2px solid rgba(30,30,30,0.07);
  margin-bottom: 35px;
}
.form-styl-one input[type="text"],
.form-styl-one input[type="email"] {height: 52px; padding: 0 15px;}
.form-styl-one textarea {
  height: 170px;
  min-height: 170px;
  padding: 15px;
}
.form-styl-one input[type="text"]:focus,
.form-styl-one input[type="email"]:focus,
.form-styl-one textarea:focus {
  border-color: #212121;
}