/*------------------------------------------------------------------
Theme Name: Fitness - Responsive Bootstrap Landing Page
Version: 1.0
Author: ajeeshjuno
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
    
    1. GLOBAL STYLES
    2. HEADER
    3. SLIDER
    4. ABOUT
    5. BG SECTION 01
    6. SERVICE
    7. BG SECTION 02
    8. RECENT POST
    9. BG SECTION 03
    10.TESTIMONIAL
    11.SUBSCRIBE
    12.FOOTER
    13.LANDING PAGE
    14.404
    15.SUBPAGE
    16.MAP


    -------------------------------------------------------------------*/
/* ==========================================================================
   Font
   ========================================================================== */
/* ==========================================================================
   Color
   ========================================================================== */
/* ==========================================================================
   Preloader
   ========================================================================== */
.ket-site-preloader-area {
  background: #ffffff none repeat scroll 0 0;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999; }

.sk-cube-grid {
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #262626;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

/* ==========================================================================
   Nav Menu
   ========================================================================== */
.navbar-nav {
  text-transform: uppercase;
  font-size: 15px; }

.navbar {
  padding: 0rem 1rem; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.1rem;
  padding-left: 1.1rem; }

.navbar-light .navbar-nav .nav-link {
  color: #262626;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600; }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #4eab04; }

.navbar-light .navbar-nav .nav-link.active {
  color: #4eab04; }

.navbar-toggler {
  padding: 0.45rem .75rem;
  cursor: pointer; }

.navbar-light .navbar-toggler {
  color: #4eab04;
  border-color: #4eab04; }

.dropdown-menu {
  border-radius: 0;
  padding: 0; }

.dropdown-item {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active {
  background: #4eab04;
  color: #ffffff; }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn-success {
  border-radius: 0;
  padding: 0.9rem 1.65rem;
  background: #4eab04;
  border: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .btn-success:hover, .btn-success:focus {
    background: #449404;
    -webkit-box-shadow: none;
    box-shadow: none; }

/* ==========================================================================
   Fixed to Top Styles
   ========================================================================== */
.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.affix {
  background-color: #ffffff;
  border-bottom: 1px solid #e2e2e2;
  -webkit-box-shadow: 0px 3px 12px -5px #cccccc;
  box-shadow: 0px 3px 12px -5px #cccccc; }

/* ==========================================================================
   Back to Top
   ========================================================================== */
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  background: #4eab04;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

#back-to-top:hover {
  background: #e9ebec;
  color: #262626; }

#back-to-top.show {
  opacity: 1; }

#content {
  height: 2000px; }

/* ==============================================================
   GLOBAL STYLES
   ============================================================== */
body {
  font-family: "Source Sans Pro", sans-serif; }

h1 {
  font-size: 71px; }
  @media (max-width: 992px) {
    h1 {
      font-size: 50px; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 40px; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 24px; } }

h2 {
  font-size: 50px; }
  @media (max-width: 992px) {
    h2 {
      font-size: 36px; } }

h3 {
  font-size: 40px; }
  @media (max-width: 992px) {
    h3 {
      font-size: 30px; } }
  @media (max-width: 768px) {
    h3 {
      font-size: 24px; } }

h4 {
  font-size: 30px; }

h5 {
  font-size: 26px; }
  @media (max-width: 992px) {
    h5 {
      font-size: 23px; } }
  @media (max-width: 768px) {
    h5 {
      font-size: 20px; } }

h6 {
  font-size: 20px; }

p {
  font-size: 16px;
  line-height: 2; }

.main-block {
  padding: 100px 0; }
  @media (max-width: 992px) {
    .main-block {
      padding: 50px 0; } }

.no-padding {
  padding: 0; }

@media (max-width: 992px) {
  .reponsive-block {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%; } }

/* ==============================================================
   HEADER
   ============================================================== */
header {
  background: #161b2f;
  padding: 10px 0; }

.top-icons ul {
  margin: 0;
  padding: 0; }
  .top-icons ul li {
    list-style: none;
    float: left; }
    .top-icons ul li a {
      color: #ffffff;
      padding: 0 14px 0 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      opacity: 0.8; }
      .top-icons ul li a:hover {
        opacity: 1; }

.top-info {
  float: right;
  color: #ffffff; }
  @media (max-width: 480px) {
    .top-info {
      display: inline-block;
      float: none;
      margin: 4px 0 0; } }
  .top-info span {
    margin: 0 30px 0 0;
    font-size: 14px; }
    .top-info span i {
      padding: 0 8px 0 0; }

/* ==============================================================
   SLIDER
   ============================================================== */
.slider {
  background: #4eab04; }
  .slider img {
    width: 100%; }

.swiper-container {
  width: 100%;
  height: 100%; }

.slider-title {
  position: absolute;
  top: 30%;
  left: 21%; }
  @media (max-width: 1600px) {
    .slider-title {
      left: 15%; } }
  @media (max-width: 1200px) {
    .slider-title {
      left: 8%; } }
  @media (max-width: 992px) {
    .slider-title {
      left: 14%;
      top: 23%; } }
  @media (max-width: 768px) {
    .slider-title {
      top: 14%; } }
  @media (max-width: 576px) {
    .slider-title {
      left: 17%;
      top: 17%; } }
  .slider-title h3 {
    color: #ffffff;
    font-weight: 300; }
  .slider-title h1 {
    font-weight: 700;
    color: #ffffff;
    margin: 20px 0 0; }
    @media (max-width: 576px) {
      .slider-title h1 {
        margin: 0 0 0; } }
  .slider-title a {
    margin: 50px 0 0;
    color: #ffffff;
    font-size: 18px;
    border-radius: 0;
    padding: 12px 16px; }
    @media (max-width: 992px) {
      .slider-title a {
        margin: 35px 0 0; } }
    @media (max-width: 576px) {
      .slider-title a {
        margin: 10px 0 0;
        font-size: 11px;
        padding: 6px 16px; } }

/* ==============================================================
   ABOUT
   ============================================================== */
.about-img-wrap {
  background: #ccc;
  display: table;
  margin: 0 auto; }
  .about-img-wrap img {
    width: 100%;
    margin: 16px 0 -16px -16px; }

.styled-title h2 {
  position: relative;
  padding: 0 0 25px;
  margin: 0 0 50px; }
  @media (max-width: 992px) {
    .styled-title h2 {
      margin: 15px 0 15px; } }
  .styled-title h2:after {
    position: absolute;
    content: "";
    background: #4eab04;
    width: 60px;
    height: 5px;
    left: 0;
    bottom: 0; }

.styled-title p {
  text-align: justify; }

.about-img-block img {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1; }
  .about-img-block img:hover {
    opacity: 0.8; }

.about-bg {
  background: #4eab04; }
  .about-bg .hero-title {
    color: #ffffff;
    position: relative; }
    .about-bg .hero-title:after {
      position: absolute;
      content: "";
      border-bottom: 3px solid #ffffff;
      width: 40px;
      left: 50%;
      top: 100%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      padding: 0 0 15px; }

.about-description-wrap p {
  font-size: 17px;
  color: #ffffff; }

/* ==============================================================
   BG SECTION 01
   ============================================================== */
.bg-section {
  padding: 178px 0;
  background: url(../images/bg-img1.jpg) fixed 100% no-repeat;
  background-size: cover; }
  @media (max-width: 992px) {
    .bg-section {
      padding: 46px 0; } }
  .bg-section h2 {
    text-transform: uppercase;
    color: #ffffff; }
  .bg-section h6 {
    color: #abacaa;
    line-height: 2;
    font-weight: 300;
    margin: 0 0 30px; }

/* ==============================================================
   SERVICE
   ============================================================== */
.hero-title {
  text-align: center;
  margin: 0 0 60px; }
  @media (max-width: 992px) {
    .hero-title {
      margin: 0 0 40px; } }

.service-block {
  text-align: center;
  margin: 0 0 50px;
  cursor: pointer; }
  .service-block i {
    font-size: 36px;
    border: 1px solid #4eab04;
    color: #4eab04;
    width: 110px;
    height: 110px;
    text-align: center;
    border-radius: 50%;
    padding: 34px 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .service-block i:hover {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
  .service-block h4 {
    margin: 22px 0; }
  .service-block p {
    font-size: 18px;
    font-weight: 300; }

@media (max-width: 992px) {
  .service-resposive {
    max-width: 50%;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%; } }

@media (max-width: 576px) {
  .service-resposive {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%; } }

/* ==============================================================
   BG SECTION 02
   ============================================================== */
.bg-section02 {
  background: url(../images/bg-img2.jpg) fixed no-repeat;
  background-size: cover; }
  .bg-section02 h2 {
    color: #ffffff; }

.coach-img_wrap {
  margin: 0 0 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .coach-img_wrap img {
    width: 100%; }
  .coach-img_wrap:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.coach-title {
  background: #161b2f;
  padding: 10px 14px; }
  .coach-title h5 {
    color: #ffffff;
    margin: 0; }
  .coach-title p {
    margin: 0;
    color: #ffffff; }

/* ==============================================================
   RECENT POST
   ============================================================== */
.recent-post_wrap {
  margin: 0 0 30px; }
  .recent-post_wrap .recent-post-img {
    width: 100%; }
  .recent-post_wrap p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    padding: 10px 0;
    margin: 0; }

.recent-post_title {
  display: inline-block;
  margin: 15px 0 0; }
  .recent-post_title img {
    float: left;
    border-radius: 50%; }

.recent-post_name {
  display: inline-block;
  margin: 0 0 0 20px; }
  .recent-post_name p {
    margin: 0;
    padding: 0; }
  .recent-post_name span {
    color: #4eab04; }

/* ==============================================================
   BG SECTION 03
   ============================================================== */
.bg-section03 {
  padding: 178px 0;
  background: url(../images/bg-img3.jpg) fixed no-repeat;
  background-size: cover; }
  @media (max-width: 992px) {
    .bg-section03 {
      padding: 80px 0; } }

.bg-section-title_wrap {
  text-align: center;
  color: #ffffff; }
  .bg-section-title_wrap h2 {
    font-size: 90px;
    font-weight: 900;
    margin: 30px 0 70px; }
    @media (max-width: 992px) {
      .bg-section-title_wrap h2 {
        font-size: 72px; } }
    @media (max-width: 768px) {
      .bg-section-title_wrap h2 {
        font-size: 60px; } }
    @media (max-width: 768px) {
      .bg-section-title_wrap h2 {
        font-size: 46px; } }

/* ==============================================================
   TESTIMONIAL
   ============================================================== */
.bg-section04 {
  padding: 100px 0;
  background: url(../images/bg-img4.jpg) no-repeat;
  background-size: cover; }
  @media (max-width: 992px) {
    .bg-section04 {
      padding: 80px 0; } }

.testi-wrap img {
  border-radius: 50%;
  margin: 0 0 10px; }

.tesi-title-wrap p {
  padding: 0 10px 0 0; }

.tesi-title-wrap span {
  font-weight: 700;
  position: relative;
  padding: 0 0 0 30px; }
  .tesi-title-wrap span:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 3px;
    background: #4eab04;
    top: 10px;
    left: 0; }

.testi-seperate {
  margin: 50px 0; }

.testi-stylish {
  background: #fbfbfb;
  padding: 20px;
  border: 1px solid #ebf7e2;
  margin-bottom: 30px; }
  .testi-stylish i {
    font-size: 36px; }
  .testi-stylish h6 {
    position: relative;
    padding-left: 30px;
    font-weight: 500; }
    .testi-stylish h6:after {
      position: absolute;
      content: "";
      border: 2px solid #4eab04;
      width: 16px;
      top: 50%;
      left: 0; }

/* ==============================================================
   SUBSCRIBE
   ============================================================== */
.subscribe {
  background: #4eab04; }
  .subscribe h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3; }
    @media (max-width: 768px) {
      .subscribe h2 {
        font-size: 40px; } }
    @media (max-width: 480px) {
      .subscribe h2 {
        font-size: 32px; } }

.subscibe-form {
  text-align: center; }
  .subscibe-form input {
    width: 56%;
    padding: 13px 0;
    margin: 0 24px 0 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    color: #ffffff; }
    @media (max-width: 480px) {
      .subscibe-form input {
        width: 100%;
        margin: 0 0 15px; } }
    .subscibe-form input::-webkit-input-placeholder {
      color: #ffffff; }
    .subscibe-form input:-ms-input-placeholder {
      color: #ffffff; }
    .subscibe-form input::-ms-input-placeholder {
      color: #ffffff; }
    .subscibe-form input::placeholder {
      color: #ffffff; }
    .subscibe-form input:focus {
      outline: none; }
  .subscibe-form button {
    border: 1px solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    text-transform: uppercase;
    padding: 14px 38px;
    font-weight: 700;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    outline: none; }
    @media (max-width: 480px) {
      .subscibe-form button {
        width: 100%; } }
    .subscibe-form button:hover {
      background: #ffffff;
      color: #4eab04;
      border: 1px solid #ffffff;
      -webkit-box-shadow: none;
      box-shadow: none; }

/* ==============================================================
   FOOTER
   ============================================================== */
footer {
  background: #262626; }

.footer-content-wrap {
  text-align: center; }
  .footer-content-wrap h5 {
    color: #ffffff;
    line-height: 1.5;
    font-weight: 700; }
    .footer-content-wrap h5 span {
      color: #4eab04; }
  .footer-content-wrap ul {
    margin: 54px 0;
    padding: 0; }
    @media (max-width: 768px) {
      .footer-content-wrap ul {
        margin: 26px 0; } }
    .footer-content-wrap ul li {
      list-style: none;
      display: inline-block;
      width: 52px;
      height: 52px;
      border: 2px solid #ffffff;
      border-radius: 50%;
      margin: 0 4px;
      opacity: 0.6;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .footer-content-wrap ul li:hover {
        opacity: 1; }
      .footer-content-wrap ul li a {
        color: #ffffff;
        padding: 12px 0;
        display: block; }

.copyright {
  color: #a3a3a2;
  font-size: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .copyright:hover {
    color: #ffffff;
    text-decoration: none; }
  .copyright span {
    color: #4eab04; }

/*
* === LANDING PAGES ===
*/
/* ==============================================================
   LANDING PAGE
   ============================================================== */
.landing-bg {
  background: url(../images/langing-bg.jpg) no-repeat;
  background-size: cover;
  padding: 180px 0; }

.landing-bg a {
  padding-top: 60px; }

.landing-bg a span {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.landing-bg a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }

.demo-page h3 {
  position: relative;
  margin: 0 0 50px;
  padding: 0 0 10px; }
  .demo-page h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-bottom: 3px solid #4eab04;
    height: 2px;
    width: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.demo-img-block {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }
  .demo-img-block:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  @media (max-width: 768px) {
    .demo-img-block {
      margin-bottom: 45px; } }
  .demo-img-block h6 {
    margin: 10px 0; }

.coming-soon {
  opacity: 0.2; }

/* ==============================================================
   404
   ============================================================== */
.error-page {
  text-align: center; }

.error-404 {
  height: 100vh; }
  .error-404 h2 {
    font-size: 200px;
    color: #4eab04; }
    @media (max-width: 992px) {
      .error-404 h2 {
        font-size: 130px; } }
    @media (max-width: 480px) {
      .error-404 h2 {
        font-size: 90px; } }
  .error-404 h4 {
    color: #4eab04;
    font-size: 30px; }
  .error-404 p {
    font-family: 'Inconsolata', monospace;
    color: #7c7c7c;
    font-size: 18px; }

/*
* === SUB PAGES ===
*/
/* ==============================================================
   SUBPAGE
   ============================================================== */
.subpage-bg1 {
  background: url(../images/subpage-bg.jpg) no-repeat;
  background-size: cover; }

.subpage-heading {
  text-align: center;
  color: #ffffff; }
  .subpage-heading h2 {
    font-weight: 700; }
  .subpage-heading p {
    font-size: 18px;
    margin: 0; }
  .subpage-heading span {
    color: #4eab04;
    font-size: 18px;
    font-weight: 400;
    margin: 24px 0 0;
    display: block; }
    .subpage-heading span a {
      color: #ffffff;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .subpage-heading span a:hover {
        color: #4eab04; }

.address-wrap {
  margin: 0 0 15px; }
  .address-wrap h5 {
    font-weight: 700; }

.contact-form_wrap textarea {
  height: 200px; }

.contact-form {
  width: 100%;
  border-bottom: 2px solid #4eab04;
  padding: 10px 0 10px 0;
  border-left: none;
  border-top: none;
  border-right: none;
  margin: 0 0 15px; }
  .contact-form:focus {
    outline: none; }

.btn-contact {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  padding: 11px 30px;
  border: none; }

/* ==============================================================
   MAP
   ============================================================== */
#map {
  height: 420px;
  width: 100%;
  margin: 0 0; }

/* ==============================================================
   BLOG
   ============================================================== */
.blog {
  padding: 90px 0; }

.blog-description {
  background: #ffffff; }
  .blog-description .blog-know-more {
    margin-bottom: 20px;
    display: block;
    color: #ffffff; }
  .blog-description a {
    color: #ccc;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .blog-description a :hover {
      color: #4eab04; }

.blog-search {
  border: 1px solid #ccc;
  padding: 8px 16px;
  border-radius: 2px;
  font-size: 15px; }

.btn-blogsearch {
  padding: 10px 20px;
  border-radius: 2px;
  font-size: 15px;
  outline: none;
  margin: 0 0 0 8px; }

.categories {
  list-style: none;
  padding: 0;
  margin: 0; }
  .categories li {
    line-height: 1;
    border-bottom: 1px solid #4eab04;
    padding: 17px 0; }
    .categories li a {
      color: #262626; }

.categories li:last-child {
  border: none; }

.blog-share {
  border-top: 1px solid #eae8ea;
  border-bottom: 1px solid #eae8ea;
  text-align: right;
  padding: 8px 0;
  color: #ccc; }
  .blog-share i {
    margin-left: 8px;
    font-size: 14px; }

.category-img-block {
  display: inline-block; }
  .category-img-block img {
    display: inline-block;
    margin: 0 14px 0 0;
    float: left; }

.blog-tags {
  margin: 0;
  padding: 0;
  list-style: none; }
  .blog-tags li {
    border: 1px solid #ccc;
    float: left;
    padding: 4px 14px;
    margin: 0 0 13px 13px; }

.pagination {
  padding: 27px 0 0; }

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #4eab04;
  border-color: #4eab04; }

.page-link {
  color: #4eab04; }

.page-link:focus, .page-link:hover {
  color: 5e346d; }

@media (max-width: 1200px) {
  .blog-search {
    width: 100%; }
  .btn-blogsearch {
    width: 100%;
    margin: 10px 0 0; } }

@media (max-width: 768px) {
  .blog {
    padding: 48px 0; }
  .blog-search {
    margin: 10px 0 0; } }

/* ==============================================================
   BLOG POST
   ============================================================== */
.blog-post-quote {
  background: #4eab04; }
  .blog-post-quote p {
    padding: 10px 16px;
    font-size: 18px;
    color: #ffffff; }

.comments {
  margin: 46px 0; }
  .comments img {
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    float: left; }

.comment-block {
  margin: 0; }

.reply {
  color: #ccc; }
  .reply span {
    padding: 0 10px 0 0; }

.reply-respond {
  text-decoration: line-through; }

.comment-box {
  margin: 46px 0 0; }
  .comment-box form textarea {
    width: 100%;
    padding: 10px;
    height: 200px; }

/*# sourceMappingURL=style.css.map */