/* CSS Document */

/* 
    Project:        Floki - Personal portfolio HTML Template.
    Version:        1.0
    Last change:    26/04/2019.
   
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Header  */
/*   02 - HERO SECTION  */
/*   03 - ABOUT ME  */
/*   04 - SKILLS */
/*   05 - MY SERVICES */
/*   06 - MY WORK  */
/*   07 - CLIENT FEEDBACK  */
/*   08 - PRICING  */
/*   09 - MY BLOG   */
/*   10 - CONTACT  */
/*   11 - FOOTER  */
/*   12 - INNER BANNER  */
/*   13 - BLOG DETAILS  */
/*   14 - INNER BANNER  */




/**
* Importing necessary  Styles.
**/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Poppins:300,400,500,600,700');
/*----bootstrap css ----- */
@import url('../vendor/bootstrap/css/bootstrap.min.css');
/*---------------- Cube Portfolio -------------*/
@import url('../vendor/cubeportfolio/css/cubeportfolio.min.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(0,0,0,0.06);
  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: 60px;
    width: 60px;
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 40px;
    width: 40px;
  }
}

.textlink,
.textlink:hover,
.textlink:visited,
.textlink:focus {
  color: var(--p-color);
  text-decoration: none;
}

.textlink:hover,
.textlink:focus {
  text-decoration: underline;
}

/*==================== 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: #d60f0f;
  --text-color: rgba(0,0,0,0.7);
  --heading-color:#000;
}
 body {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  background: #fff;
  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 {font-family: sans-serif; color: var(--heading-color);}
 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: 28px;}
 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: 200px;}
.bg-color-wrapper {background: #f9f9f9;padding: 100px 0 120px;}
/*-------------------- 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;
  border-radius: 5px;
  -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: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  min-width: 150px;
  text-align: center;
  line-height: 46px;
  padding: 0 40px;
  border-radius: 5px;
  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 var(--p-color);color: var(--p-color);}
body .theme-btn-line:hover,body .theme-btn-line:focus,body .theme-btn-line:active {color: #fff; border-color:#212121; }
.link--external { color: var(--p-color); text-decoration: none; }
.link--external:hover { color: var(--p-color); }
.link--external:focus { color: #fff; background: var(--p-color); }
.works-list {margin: 0 0 2.5em 0;}
.works-list td, .works-list th { line-height: 1.5; vertical-align: top; padding: 0.75em; background: #f9f9f9; }
.works-list th { border-bottom: 1px solid #ededed; font-weight: normal; border-right: 1px solid #ededed; }
.works-list td { border-bottom: 1px solid #ededed; background: #fff;}
.works-list tr:last-child td, .works-list tr:last-child th {border-bottom: none;}
.timeline__table h5 { line-height: 1; padding: 0.75em 0; font-weight: bold; font-size: 1.25em; }
.timeline__table h6 { line-height: 1; padding: 0.75em 0; font-weight: normal; font-size: 1em; }
.timeline__table h5 small, .timeline__table h6 small { line-height: 1; font-weight: normal; font-size: 1em; }
@media screen and (min-width: 767px) {
  .timeline__table h5 { line-height: 1.5; padding: 0.75em; font-weight: normal; font-size: 1em; }
  .timeline__table h6 { line-height: 1.5; padding: 0.75em; font-weight: normal; font-size: 1em; }
  .timeline__table h5 small, .timeline__table h6 small { display: block; font-size: 0.75em; }
}
.icon-images { display:flex; justify-content: center; margin: 0.5em; }
.icon-images li { width: 64px; height: auto; margin: 1em; }
.icon-images li svg, .icon-images li img { max-width: 100%; }
@media screen and (min-width: 767px) {
  .icon-images { margin: 1.5em; }
  .icon-images li { margin: 1.5em; }
}
  /*-------------------- Title ---------------*/
.theme-title {margin-bottom: 100px;}
.theme-title h3 {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  word-spacing: 9px;
  position: relative;
  padding-bottom: 20px;
}
.theme-title h3:before {
  content: '';
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left:50%;
  margin-left: -25px;
  background: var(--p-color);
}
.theme-title p {
  padding-top: 35px;
  color: #313131;
  line-height: 26px;
}
.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;}
/*----------------------- Header --------------------- */
.theme-main-header {
  border-bottom: 1px solid rgba(0,0,0,0.06);
  width: 100%;
  z-index: 999;
  background: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.theme-main-header .container {position: relative;}
.is-sticky .theme-main-header {box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509804); border: none;}
#menu-main-button {
  position: relative;
  cursor: pointer;
  height: 60px;
  display: none;
  transition: 0.4s ease-in-out;
  width: 60px;
  z-index: 100;
}
#menu-main-button .hamburger {
  background: var(--p-color);
  display: block;
  height: 2px;
  right: 0;
  position: absolute;
  top: 28px;
  transform-origin: center;
  transition: 0.4s ease-in-out;
  width: 30px;
}
#menu-main-button .hamburger::before, #menu-main-button .hamburger:after {
  background: var(--p-color);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: 0.4s ease-in-out;
  width: 100%;
}
#menu-main-button .hamburger:before {top: -10px;}
#menu-main-button .hamburger:after {bottom: -10px;}
#menu-main-button.active .hamburger {transform: rotate(45deg);}
#menu-main-button.active .hamburger:before {
  top: 0;
  transform: rotate(90deg);
}
#menu-main-button.active .hamburger:after {
  bottom: 0;
  transform: rotate(90deg);
}
#main-menu.active {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
#main-menu .sidebar-nav .nav-item {
  position: relative;
  text-align: center;
}
#main-menu .sidebar-nav .nav-item a {
  font-family: 'Poppins', sans-serif;
  display: block;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  padding: 20px 15px;
  margin: 0 2px;
  font-weight: 500;
  position: relative;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}
#main-menu .sidebar-nav .nav-item a.active {color: #fff;background: var(--p-color);}
/*------------------- HERO SECTION ----------------*/
.hero-area {
  position: relative;
  z-index: 5;
  height: 100vh;
  background-position: center;
  background-attachment: fixed;
  background-color: #000;
  text-align: center;
}
.hero-area:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: -1;
}
.hero-area>div {
  position: relative;
  top:50%;
  padding: 0 30px;
  transform: translateY(-50%);
}
.hero-area h6 {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
}
.hero-area h1 {
  font-size: 100px;
  text-transform: uppercase;
  color: #fff; 
  padding: 30px 0 0;
  letter-spacing: 4px;
}
.hero-area p {
  color: #fff; 
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.hero-area .social-link {
  position: absolute;
  left:-10px;
  top:50%;
  transform: rotate(-90deg);
}
.hero-area .social-link li {
  display: inline-block; 
  color: rgba(255,255,255,0.7);
  margin: 0 4px;
}
.hero-area .social-link li a {
  color: rgba(255,255,255,0.7);
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}
.hero-area .social-link li a:hover {color: #fff;}
.hero-area .info {
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.hero-area .info li {
  display: inline-block; 
  color: rgba(255,255,255,0.7);
  margin: 0 4px;
}
.hero-area .info li a {
  color: rgba(255,255,255,0.7);
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}
.hero-area .info li a:hover {color: #fff;}
pre.hero-area__code {
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  overflow: hidden;
  z-index: -2;
  background: transparent;
  opacity: 0;
}
div.hero-area::before {
 background-color: rgba(0,0,0,0.65);
}
/*------------------- ABOUT ME -------------------*/
.about-me .profile-tab {
  margin: 0;
  position: relative;
}
.about-me .profile-tab .nav-tabs {border: none;margin-bottom: 20px;position: relative;}
.about-me .profile-tab .nav-tabs .nav-item {
  position: relative;
  margin: 5px 15px 5px 0;
}
.about-me .profile-tab .nav-tabs .nav-anker {
  font-family: 'Poppins', sans-serif;
  background: transparent;
  border: none;
  color: #000;
  font-weight: normal;
  font-size: 1em;
  padding: 0.25em;
  text-transform: uppercase;
}

.about-me .profile-tab .nav-tabs .nav-item:first-child .nav-anker {margin-left: 0;}
.about-me .profile-tab .nav-tabs .nav-item:last-child .nav-anker {margin-right: 0;}
.about-me .profile-tab .nav-tabs .nav-item.show .nav-anker,
.about-me .profile-tab .nav-tabs .nav-anker.active {background:var(--p-color); color:#fff;}
.about-me .profile-tab .tab-content p span {
  color: #000;
  font-weight: 700;
}
.about-me .profile-tab .tab-content p b,
.about-me .profile-tab .tab-content p strong {color: #000;}
.about-me .profile-tab .tab-content .tag {
  font-size: 20px;
  color: #000;
  padding: 15px 0 30px;
}
.about-me .profile-tab .tab-content ul {list-style-type: disc;}
.about-me .profile-tab .tab-content ul li {
  padding-bottom: 15px;
  margin-left: 18px;
}
.about-me .profile-tab .skill-list {padding-top: 25px;}
.about-me .profile-tab .skill-list li {color: #000; font-weight: 700;}
.about-me .profile-tab .skill-list li span {
  font-size: 14px;
  color: var(--p-color);
}
.about-me .button-group {margin-top: 45px;}
.about-me .button-group li {display: inline-block;margin: 10px 15px 0 0;}
.profile-tab p {margin: 16px 0;}
/*---------------------- MY SERVICES ---------------------*/
.single-service-box {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.04);
  padding: 35px 30px 40px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.04);
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.04);
}
.single-service-box .count {
  font-weight: normal;
  font-size: 36px;
  color: var(--p-color);
}
.single-service-box h4 {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin: 15px 0 25px;
  padding-bottom: 10px;
  position: relative;
}
.single-service-box h4:before {
  content: '';
  width: 30px;
  height: 2px;
  background: var(--p-color);
  position: absolute;
  left: 0;
  bottom: 0;
}
/*------------------------ MY WORK -------------------*/
#js-grid-full-width {padding: 0 10px;}
.my-work .cbp-l-filters-alignCenter {margin: 0 0 50px;}
.my-work .cbp-l-filters-alignCenter .cbp-filter-item {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #222;
  font-size: 14px;
  border-radius: 5px;
  background: #f5f5f5;
  padding: 0 22px;
  line-height: 38px;
  margin: 10px 10px;
}
.my-work .cbp-l-filters-alignCenter .cbp-filter-item small {
  font-size: 14px;
  color: #7A7A7A;
}
.my-work .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {background: var(--p-color); color: #fff;}
.my-work .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active small {color: #fff;}
.my-work .cbp-item .cbp-l-caption-body p {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}
.my-work .cbp-item .cbp-l-caption-body .cbp-l-caption-title {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 5px; 
  line-height: 38px;
}
.cbp-text-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cbp-text-box h2,
.cbp-text-box h3,
.cbp-text-box h4 {
  margin: 15px;
}
.cbp-text-box p {
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin: 15px;
}
.cbp-caption-zoom .cbp-caption.cbp-has-text-box:hover .cbp-caption-defaultWrap {
  -webkit-transform: none;
  transform: none;
}
.cbp-caption-zoom .cbp-caption-activeWrap {
  opacity: 1;
  background-color: rgba(255,255,255,0.25);
}
.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
  opacity: 0;
}
a.cbp-caption.cbp-lightbox {
  filter: grayscale(0.7);
  transition: grayscale 0.4s;
}
a.cbp-caption.cbp-lightbox:hover,
a.cbp-caption.cbp-lightbox:visited,
a.cbp-caption.cbp-lightbox:focus {
  filter: grayscale(0);
}
.cbp-caption-zoom .cbp-caption-defaultWrap {
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
}
.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cbp-has-text-box img {
  opacity: 0.1;
}
/*------------------------ MY WORK -------------------*/
.timeline__item {
  padding: 20px;
}
.timeline__item p {
  margin: 10px 0;
}
.timeline__header {
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  word-spacing: 9px;
  padding-bottom: 20px;
  text-align: center;
}
/*---------------------- CLIENT FEEDBACK -----------------*/
.client-feedback {text-align: center;}
.client-feedback .name {
  font-size: 22px;
  font-weight: 500;
}
.client-feedback .disg {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--p-color);
  font-size: 15px;
  padding-top: 5px;
}
.client-feedback blockquote {margin: 0 0 80px;}
.client-feedback blockquote p {
  font-size: 28px;
  line-height: 52px;
  color: #212121;
  position: relative;
}
.client-feedback blockquote p:before {
  content: '';
  font-family: 'font-awesome';
  position: absolute;
  left:50%;
  top:0;
  line-height: initial;
  font-size: 100px;
  transform: translateX(-50%);
  color: rgba(0,0,0,0.03);
}
/*---------------------- PRICING -----------------*/
.single-price-plan {
  background: #fbfbfb;
  padding: 70px 0 80px;
  text-align: center;
  margin: 15px 10px;
  transition: all 0.3s ease-in-out;
}
.center .single-price-plan {
  background: #fff;
  -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.04);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.04);
}
.single-price-plan .price {
  font-family: 'Poppins', sans-serif;
  color: var(--p-color);
  font-size: 62px;
  font-weight: 500;
}
.single-price-plan .plan-name {
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 0 35px;
}
.single-price-plan ul li {line-height: 45px;}
.single-price-plan ul {margin-bottom: 50px;}
/*------------------------- MY BLOG -----------------------*/
.my-blog .single-post {margin-bottom: 30px;}
.my-blog .single-post .img-holder {
  background: #0a0a0a;
  overflow: hidden;
  position: relative;
  border-radius: 5px 5px 0 0;
}
.my-blog .single-post .img-holder img {
  transition: all 0.5s ease-in-out;
  width: 100%;
  transform:scale3D(1.1,1.1,1);
}
.my-blog .single-post:hover .img-holder img {
  opacity: 0.4;
  transform:scale3D(1,1,1);
}
.my-blog .single-post .post {
  padding: 35px 20px;
  background: #fff;
  -webkit-box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.04);
  box-shadow: -1px 3px 15px 0 rgba(0, 0, 0, 0.04);
}
.my-blog .single-post .post h5 a {
  font-weight: 600;
  color: var(--heading-color);
  line-height: 32px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.my-blog .single-post .post ul li {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  margin-right: 15px;
  margin-top: 10px;
}
.my-blog .single-post .post ul li a {color: var(--heading-color);}
.my-blog .single-post .post p {padding: 20px 0 20px;}
.my-blog .single-post .post .read-more {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--heading-color);
  transition: all 0.3s ease-in-out;
}
.my-blog .single-post .post .read-more i {margin-left: 3px;}
.my-blog .single-post:hover .post .read-more,
.my-blog .single-post .post h5 a:hover {
  color: var(--p-color);
}
/*-------------------- CONTACT -------------------*/
.contact-form-wrapper .form-group {margin-bottom: 35px;}
.contact-form-wrapper .form-group input,
.contact-form-wrapper .form-group textarea {
  width: 100%;
  border:1px solid rgba(0,0,0,0.06);
  background: white;
  color: var(--text-color);
}
.contact-form-wrapper .form-group input {height: 55px;padding: 0 20px;}
.contact-form-wrapper .form-group textarea {
  max-width: 100%;
  height: 160px;
  max-height: 160px;
  resize: none;
  padding: 15px 20px;
}
.contact-form-wrapper .form-group ::placeholder {color: #777777; opacity: 1; /* Firefox */}
.contact-form-wrapper .form-group :-ms-input-placeholder {color: #777777;}
.contact-form-wrapper .form-group ::-ms-input-placeholder {color: #777777;}
.contact-form-wrapper .help-block li {font-size: 13px;color: red;}
/*----------------------- FOOTER ------------------*/
.theme-footer {
  border-top: 1px solid rgba(0,0,0,0.06);
  margin-top: 200px;
  padding: 35px 0;
}
.theme-footer .social-icon li {display: inline-block;}
.theme-footer .social-icon li a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 50%;
  color: var(--text-color);
  margin: 0 3px;
  transition: all 0.3s ease-in-out;
}
.theme-footer .social-icon li a:hover {background: var(--p-color); color: #fff;}
/*--------------------- INNER BANNER -------------------*/
.inner-banner {
  background: url(../images/home/image3.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 5;
  padding: 150px 0 140px;
  text-align: center;
}
.inner-banner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  z-index: -1;
  background: rgba(0,0,0,0.7);
}
.inner-banner h2 {
  color: #fff;
  font-size: 55px; 
  padding-bottom: 25px;
}
.inner-banner ul li {
  display: inline-block;
  margin: 0 3px;
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
}
.inner-banner ul li a {color: #fff;}
/*----------------- BLOG DETAILS -------------------*/
.theme-sidebar .sidebar-box {margin-bottom: 80px;}
.theme-sidebar .sidebar-title {
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 35px;
  padding-right: 30px;
  position: relative;
}
.theme-sidebar .sidebar-title:before {
  content: '';
  width: 22px;
  height: 2px;
  position: absolute;
  right: 0;
  top:50%;
  margin-top: -1px;
  background: var(--p-color);
}
.theme-sidebar .sidebar-search form {height: 60px;position: relative;}
.theme-sidebar .sidebar-search form input {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0,0,0,0.07);
  color: var(--text-color);
  padding: 0 70px 0 20px;
}
.theme-sidebar .sidebar-search form ::placeholder {color: #777; opacity: 1; /* Firefox */}
.theme-sidebar .sidebar-search form :-ms-input-placeholder {color: #777;}
.theme-sidebar .sidebar-search form ::-ms-input-placeholder {color: #777;}
.theme-sidebar .sidebar-search form button {
  position: absolute;
  width: 60px;
  top:0;
  right: 0;
  bottom: 0;
  background: transparent;
  color: var(--p-color);
  font-size: 18px;
}
.theme-sidebar .sidebar-recent-post ul li a {
  font-family: 'Poppins', sans-serif;
  display: block;
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.theme-sidebar .sidebar-recent-post ul li:hover a {color: var(--p-color);}
.theme-sidebar .sidebar-recent-post ul li {
  border-bottom: 1px solid rgba(0,0,0,0.06);
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.theme-sidebar .sidebar-recent-post ul li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.theme-sidebar .sidebar-recent-post ul li .date {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  margin-top: 10px;
}
.theme-sidebar .sidebar-list ul li a {
  color: var(--text-color);
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.theme-sidebar .sidebar-list ul li a:hover {color: var(--p-color);}
.theme-sidebar .sidebar-list ul li:last-child a {margin: 0;}
.theme-sidebar .sidebar-keyword ul {margin: 0 -5px;}
.theme-sidebar .sidebar-keyword ul li {float: left;padding: 0 5px;margin-bottom: 10px;}
.theme-sidebar .sidebar-keyword ul li a {
  font-family: 'Poppins', sans-serif;
  line-height: 44px;
  border: 1px solid rgba(0,0,0,0.06);
  color: var(--text-color);
  padding: 0 19px;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.theme-sidebar .sidebar-keyword ul li a:hover {
  background: var(--p-color);
  border-color: var(--p-color);
  color: #fff;
}
.single-blog-post .img-holder img {width: 100%;}
.single-blog-post .post-data {padding: 40px 0 0;}
.single-blog-post .post-data .date {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}
.single-blog-post .post-data .title {
  font-weight:500;
  font-size: 40px;
  line-height: 50px;
  margin: 15px 0 50px;
}
.blog-details-main-content .single-blog-post .post-data p {padding: 0 0 15px;}
.blog-details-main-content blockquote {
  color: #000;
  position: relative;
  margin: 25px 0 30px 0;
}
.blog-details-main-content blockquote:before {
  content: '';
  font-family: 'font-awesome';
  position: absolute;
  font-size: 60px;
  color: rgba(0,0,0,0.05);
  top:-18px;
  left:0;
}
.blog-details-main-content .single-blog-post .post-data blockquote p {padding: 0 !important; font-size: 26px; line-height: 50px;}
.blog-details-main-content .tag-section {border-top:1px solid rgba(0,0,0,0.06);margin: 55px 0 90px;}
.blog-details-main-content .tag-section ul {padding: 30px 0;}
.blog-details-main-content .tag-section ul li {display: inline-block;line-height: 26px;font-weight: 700;color: #000}
.blog-details-main-content .tag-section .tag li {
  text-transform: uppercase;
  margin-right: 2px;
}
.blog-details-main-content .tag-section .tag li a {
  text-transform: capitalize;
  color: var(--text-color);
  display: block;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
}
.blog-details-main-content .tag-section .social-icon li a {
  color: var(--text-color);
  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: 38px;margin-bottom: 30px;font-weight: 500;}
.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: 18px;}
.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 .reply {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  position: absolute;
  top:0;
  right: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  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.06);
}
.blog-details-main-content .comment-box .single-comment.reply-comment {margin-left:90px;}
.blog-details-main-content .comment-box .single-comment:last-child {border: none;}
.blog-details-main-content .reply-form {padding: 60px 0 0;}
.form-styl-one input,
.form-styl-one textarea {
  width: 100%;
  border:1px solid rgba(0,0,0,0.06);
  background: transparent;
  color: var(--text-color);
  margin-bottom: 35px;
}
.form-styl-one input  {height: 60px; padding: 0 20px;}
.form-styl-one textarea {
  max-width: 100%;
  height: 160px;
  max-height: 160px;
  resize: none;
  padding: 15px 20px;
}