@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: 
    Template URI: 
    Description: This is html5 template
    Author: 
    Author URI: 
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================
  
    Theme default CSS
    1. Home One
        1.2 Hero Area
        1.3 About
        1.4 With Banner
        1.5 Project Area
        1.6 Callback
        1.7 Testimonial
        1.8 News
        1.9 Brand
        1.10 Footer
    2. Blog
    3. Blog Details
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  Other Files
/*----------------------------------------*/
/*----------------------------------------*/
/*  Theme default CSS
/*----------------------------------------*/
/*google-font*/
@import url("https://fonts.googleapis.com/css?family=Heebo:400,500,700|Playfair+Display:400,700");
.clear {
  clear: both; }

::-moz-selection {
  background: #00b0ff;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #00b0ff;
  color: #fff;
  text-shadow: none; }

.no-mar {
  margin: 0 !important; }

.no-pad {
  padding: 0 !important; }

div#preloader {
  background: #000 url("../img/loader.gif") no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }

header.navbar-fixed-top {
  animation-duration: 0.8s;
  animation-name: fadeInDown;
  animation-timing-function: ease-in-out;
  background: #ffffff;
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999; }

.mar-bot-50 {
  margin-bottom: 50px; }

.mar-bot-40 {
  margin-bottom: 40px; }

.mar-bot-35 {
  margin-bottom: 35px; }

.mar-bot-30 {
  margin-bottom: 30px; }

.mar-top-30 {
  margin-top: 30px; }

.mar-top-80 {
  margin-top: 80px; }

.mar-top-80 {
  margin-top: 80px; }

.mar-top-55 {
  margin-top: 55px; }

.mar-top-108 {
  margin-top: 108px; }

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

.text-center {
  text-align: center; }

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

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

*:focus {
  outline: 0; }

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased; }

body {
  background: #fff;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #888;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%; }

img {
  max-width: 100%;
  height: auto; }

button,
input,
textarea {
  letter-spacing: 1px; }

/* 
Table Of Contents
=========================
- Default Typography
- Custom Typography
=========================
*/
/* 
--------------------------
- Default Typography
--------------------------
*/
body {
  font-family: "Heebo", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  font-family: "Playfair Display", serif;
  color: #222222; }

h1 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0;
  margin-bottom: 0px; }

h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 0px; }

h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0px; }

h4 {
  font-size: 20px;
  line-height: 24px; }

h5 {
  font-size: 16px;
  line-height: 20px; }

h6 {
  font-size: 14px;
  line-height: 18px; }

p {
  font-family: "Heebo", sans-serif;
  color: #666666;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 27px;
  margin: 0; }

p img {
  margin: 0; }

span {
  font-family: "Heebo", sans-serif; }

/* em and strong */
em {
  font: 15px/30px; }

strong,
b {
  font: 15px/30px; }

small {
  font-size: 11px;
  line-height: inherit; }

/*  blockquotes */
blockquote {
  border-left: 0 none;
  font-family: "Heebo", sans-serif;
  color: #666666;
  margin: 10px 0;
  padding-left: 40px;
  position: relative; }

blockquote::before {
  color: #4e5665;
  content: "´äì";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 36px;
  left: 20px;
  line-height: 0;
  margin: 0;
  opacity: 0.5;
  position: absolute;
  top: 20px; }

blockquote p {
  font-style: italic;
  padding: 0;
  font-size: 18px;
  line-height: 36px; }

blockquote cite {
  display: block;
  font-size: 12px;
  font-style: normal;
  line-height: 18px; }

blockquote cite:before {
  content: "\2014 \0020"; }

blockquote cite a,
blockquote cite a:visited {
  color: #8B9798;
  border: none; }

/* abbreviations */
abbr {
  color: #444;
  font-weight: 700;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .6px; }

abbr:hover {
  cursor: help; }

/* links */
a,
a:visited {
  text-decoration: none;
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: 0; }

a:hover,
a:active {
  color: #222222;
  text-decoration: none;
  outline: 0; }

a:focus {
  text-decoration: none;
  outline: 0; }

p a,
p a:visited {
  line-height: inherit;
  outline: 0; }

a.active-page {
  color: #e6ae48; }

/* list */
ul,
ol {
  margin-bottom: 0px;
  margin-top: 0px; }

ul {
  margin: 0; }

ol {
  list-style: decimal; }

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 0px; }

ul.square {
  list-style: square outside; }

ul.circle {
  list-style: circle outside; }

ul.disc {
  list-style: disc outside; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0; }

ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 0px; }

li {
  line-height: 18px;
  margin-bottom: 0px; }

/* definition list */
dl {
  margin: 12px 0; }

dt {
  margin: 0;
  color: #11ABB0; }

dd {
  margin: 0 0 0 20px; }

/* 
--------------------------
- Custom Typography
--------------------------
*/
/* Your Custom Typography. */
.bg-with-black {
  position: relative; }

.bg-with-black::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }

.bg-with-white {
  position: relative; }

.bg-with-white::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }

.bg-with-blue {
  position: relative; }

.bg-with-blue::before {
  background: #00bff3 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }

.hvr-bs:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

/*----------------------------------------*/
/*  1. Home One
/*----------------------------------------*/
header {
  padding: 40px 0; }
  header .logo {
    padding: 11px 0; }
    header .logo .link {
      display: inline-block;
      letter-spacing: 0;
      font-size: 25px;
      line-height: 41px;
      font-weight: 700; }
      header .logo .link img {
        width: 85%; }
  header .menu {
    text-align: right; }
    header .menu ul {
      list-style: none;
      padding: 0; }
      header .menu ul li {
        display: inline-block;
        margin: 0 0 0 35px;
        position: relative; }
        header .menu ul li a {
          color: #222222;
          display: block;
          font-family: "Heebo", sans-serif;
          font-size: 16px;
          letter-spacing: 0;
          line-height: 27px;
          font-weight: 300;
          padding: 18px 0;
          position: relative; }
          header .menu ul li a:after {
            content: "";
            transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            width: 25px;
            background: transparent; }
        header .menu ul li:hover > a, header .menu ul li .active {
          color: #5bc86d; }
          header .menu ul li:hover > a:after, header .menu ul li .active:after {
            background: #5bc86d; }
        header .menu ul li .drop {
          box-shadow: 3px 3px 10px -4px rgba(0, 0, 0, 0.75);
          background: #ffffff none repeat scroll 0 0;
          min-width: 200px;
          opacity: 0;
          position: absolute;
          left: 0;
          text-align: left;
          top: 80%;
          transition: 0.3s;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          visibility: hidden;
          z-index: 990; }
          header .menu ul li .drop li {
            display: block;
            margin: 0;
            position: relative; }
            header .menu ul li .drop li a {
              color: #222222;
              display: block;
              line-height: 18px;
              padding: 10px 12px; }
              header .menu ul li .drop li a:after {
                display: none; }
            header .menu ul li .drop li:hover > a {
              color: #5bc86d; }
            header .menu ul li .drop li .third {
              box-shadow: 3px 3px 10px -4px rgba(0, 0, 0, 0.75);
              background: #ffffff none repeat scroll 0 0;
              min-width: 200px;
              opacity: 0;
              position: absolute;
              left: 100%;
              text-align: left;
              top: 0;
              transition: 0.3s;
              -webkit-transition: 0.3s;
              -moz-transition: 0.3s;
              -o-transition: 0.3s;
              visibility: hidden; }
            header .menu ul li .drop li:hover .third {
              opacity: 1;
              visibility: visible; }
        header .menu ul li:hover .drop {
          opacity: 1;
          visibility: visible; }
        header .menu ul li:nth-last-child(1) .drop, header .menu ul li:nth-last-child(2) .drop {
          left: auto;
          right: 0; }
          header .menu ul li:nth-last-child(1) .drop li .third, header .menu ul li:nth-last-child(2) .drop li .third {
            left: auto;
            right: 100%; }
  header .header-links {
    text-align: right;
    padding: 7px 0; }

.home1-link {
  background: #5bc86d;
  color: #ffffff;
  font-family: "Heebo", sans-serif;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  letter-spacing: 0;
  display: inline-block;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 11px 29px; }
  .home1-link:hover {
    color: #ffffff; }

.home1-link.outline {
  background: transparent; }

.btn-style1 {
  background: #5076db;
  color: #ffffff;
  font-family: "Heebo", sans-serif;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  letter-spacing: 0;
  display: inline-block;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 11px 29px; }
  .btn-style1:hover {
    color: #ffffff; }

/* 1.2 Hero Area */
.hero-area {
  padding: 14px 0 30px;
  position: relative; }
  .hero-area .hero-bg {
    position: absolute;
    top: -144px;
    left: 0;
    right: 0;
    height: auto;
    width: 100%;
    z-index: -1; }
    .hero-area .hero-bg img {
      margin: auto; }

.hero-content .title {
  color: #222222;
  font-size: 43px;
  line-height: 58px; }
.hero-content .text {
  color: #666666;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin: 30px 0 0; }
.hero-content .btns {
  margin: 39px 0 0; }
  .hero-content .btns .link {
    display: inline-block; }
  .hero-content .btns .popup-youtube {
    color: #222222;
    display: inline-block;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0;
    margin: 0 0 0 23px; }
    .hero-content .btns .popup-youtube i {
      margin-right: 6px; }

.hero-banner {
  text-align: right; }
  .hero-banner img {
    margin: auto; }

/* 1.3 About */
.section-title {
  margin: 0 0 134px; }
  .section-title .intro {
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400; }
  .section-title .title {
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    margin: 7px 0 0; }

.about-area {
  position: relative;
  padding: 84px 0 67px; }
  .about-area .about-bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }
    .about-area .about-bg img {
      margin: auto; }

.single-about {
  background: #ffffff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 5px solid transparent;
  padding: 58px 24px 54px;
  margin: 0 0 30px; }
  .single-about .icon {
    overflow: hidden; }
    .single-about .icon i {
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      border-radius: 100px;
      color: #5076db;
      background: #dce4f8;
      text-align: center;
      font-size: 38px;
      display: inline-block;
      height: 100px;
      width: 100px;
      line-height: 100px; }
  .single-about .content {
    margin: 29px 0 0; }
    .single-about .content .title {
      font-family: "Heebo", sans-serif;
      font-size: 24px;
      line-height: 35px;
      font-weight: 500; }
    .single-about .content .text {
      margin: 15px 0 0; }
  .single-about:hover {
    border-bottom-color: #5bc86d;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1); }

/* 1.4 With Banner */
.with-banner {
  background: url(../img/home/free-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 184px 0 194px; }

.with-banner-content .intro {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  margin: 0 0 17px; }
.with-banner-content .title {
  color: #2b2f4b;
  font-size: 65px;
  line-height: 65px; }
  .with-banner-content .title .color {
    font-family: "Playfair Display", serif;
    color: #5076db; }

/* 1.5 Project Area */
.project-area {
  padding: 106px 0 78px; }

.project-title {
  margin: 0 0 65px; }
  .project-title .intro {
    font-weight: 400;
    margin: 0 0 12px; }
  .project-title .title {
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase; }

.gallery-menu {
  text-align: right;
  margin: 41px 0 65px; }
  .gallery-menu .button {
    color: #222222;
    display: inline-block;
    padding: 0;
    border: 0;
    background: transparent;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 18px;
    margin-right: 32px;
    outline: none;
    cursor: pointer; }
    .gallery-menu .button:last-child {
      margin-right: 0; }
  .gallery-menu .button.checked {
    color: #5bc86d; }

.single-gallery {
  margin: 0 0 22px;
  position: relative; }
  .single-gallery::before {
    content: "";
    background: #5bc86d;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1; }
  .single-gallery .img {
    display: block;
    position: relative; }
    .single-gallery .img i {
      color: #ffffff;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 34px;
      transform: translateX(-50%) translateY(-50%);
      z-index: 7;
      opacity: 0; }
  .single-gallery .project-link {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid #ffffff;
    color: #ffffff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 7;
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    opacity: 0; }
  .single-gallery:hover::before {
    opacity: 0.7; }
  .single-gallery:hover .img i {
    opacity: 1; }
  .single-gallery:hover .project-link {
    opacity: 1; }

/* 1.6 Callback */
.callback-area {
  background: url(../img/home/request-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  padding: 94px 0 100px; }

.callback-title {
  text-align: center;
  margin: 0 0 57px; }
  .callback-title .intro {
    color: #ffffff;
    font-weight: 400; }
  .callback-title .title {
    color: #ffffff;
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 6px 0 0; }

.callback-input-area {
  display: flex;
  flex-wrap: wrap; }
  .callback-input-area .calback-input-box {
    flex: 0 0 auto;
    position: relative;
    margin-right: 30px; }
    .callback-input-area .calback-input-box input[type="text"] {
      color: #222222;
      border: 0 none;
      background: #ffffff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      padding: 15px 26px;
      font-size: 16px;
      line-height: 24px;
      font-weight: 300;
      letter-spacing: 0;
      width: 100%; }
    .callback-input-area .calback-input-box input[type="email"] {
      color: #222222;
      border: 0 none;
      background: #ffffff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      padding: 15px 26px;
      font-size: 16px;
      line-height: 24px;
      font-weight: 300;
      letter-spacing: 0;
      width: 100%; }
    .callback-input-area .calback-input-box input[type="submit"] {
      background: #5bc86d;
      color: #ffffff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      cursor: pointer;
      border: 0 none;
      letter-spacing: 0;
      font-size: 16px;
      line-height: 30px;
      font-weight: 600;
      padding: 12px 26px;
      width: 100%; }
    .callback-input-area .calback-input-box:last-child {
      margin-right: 0; }
  .callback-input-area .cib-text {
    flex: 0 0 26%;
    max-width: 26%; }
  .callback-input-area .cib-email {
    flex: 0 0 26%;
    max-width: 26%; }
  .callback-input-area .cib-phone {
    flex: 0 0 26%;
    max-width: 26%; }
  .callback-input-area .cib-submit {
    flex: 0 0 13%;
    max-width: 13%; }

/* 1.7 Testimonial */
.testimonial-area {
  padding: 89px 0 94px;
  position: relative; }
  .testimonial-area .testimonial-bg {
    position: absolute;
    left: 0;
    top: 0;
    text-align: right;
    width: auto; }
    .testimonial-area .testimonial-bg img {
      margin: auto; }

.single-testimonial .text {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 44px 26px 52px 48px;
  position: relative;
  margin: 8px 4px 27px;
  z-index: 2; }
  .single-testimonial .text::before {
    z-index: -1;
    content: "";
    position: absolute;
    left: 34px;
    right: 20px;
    top: 0;
    bottom: -26px;
    background-image: url(../img/home/testimonial-shadow-2.jpg);
    background-repeat: no-repeat;
    background-position: 0% 100%; }
.single-testimonial .author {
  overflow: hidden;
  padding: 0 24px; }
  .single-testimonial .author .img {
    float: left;
    width: 50px; }
    .single-testimonial .author .img img {
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      border-radius: 100px;
      margin: auto;
      width: 100%; }
  .single-testimonial .author .info {
    overflow: hidden;
    padding: 3px 0 0 15px; }
    .single-testimonial .author .info .name {
      color: #222222;
      font-size: 18px;
      line-height: 22px;
      font-weight: 400; }
    .single-testimonial .author .info .desg {
      color: #666666;
      font-size: 16px;
      line-height: 27px;
      font-weight: 500; }

.testimonial-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -75px; }
  .testimonial-carousel .owl-nav div {
    color: #666666;
    display: inline-block; }
  .testimonial-carousel .owl-nav .owl-next {
    margin-left: 16px; }

/* 1.8 News */
.news-area {
  padding: 63px 0 38px;
  position: relative; }
  .news-area .news-area-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: auto; }
    .news-area .news-area-bg img {
      margin: auto; }

.single-news {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  padding: 30px;
  margin: 0 0 30px; }
  .single-news .img {
    margin: 37px 0 0; }
    .single-news .img a {
      display: block; }
      .single-news .img a img {
        margin: auto; }
  .single-news .content {
    margin: 20px 0 0; }
    .single-news .content .date {
      font-family: "Heebo", sans-serif;
      color: #5bc86d;
      font-weight: 400; }
    .single-news .content .name {
      display: block;
      letter-spacing: 0;
      font-size: 20px;
      line-height: 27px;
      margin: 17px 0 0; }
    .single-news .content .admin {
      font-family: "Heebo", sans-serif;
      font-weight: 100;
      margin: 20px 0 0; }

.center .single-news {
  border-color: transparent;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.28); }

.news-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -75px; }
  .news-carousel .owl-nav div {
    color: #666666;
    display: inline-block; }
  .news-carousel .owl-nav .owl-next {
    margin-left: 16px; }

/* 1.9 Brand */
.brand-area {
  padding: 30px 0 100px; }

.single-brand {
  text-align: center; }
  .single-brand img {
    margin: auto;
    height: 76px;
    width: auto !important; }

/* 1.10 Footer */
footer {
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  padding: 30px 0 0; }

.footer-top-area {
  padding: 20px 0 25px; }

.footer-widget {
  margin: 0 0 30px; }
  .footer-widget .flogo {
    display: inline-block;
    letter-spacing: 0;
    font-size: 25px;
    line-height: 41px;
    font-weight: 700;
    color: #222222; }
  .footer-widget .title {
    color: #222222;
    font-family: "Heebo", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 0 12px; }
  .footer-widget .address {
    padding: 0;
    list-style: none; }
    .footer-widget .address li {
      color: #222222;
      display: block;
      letter-spacing: 0;
      font-size: 16px;
      line-height: 27px;
      position: relative;
      padding-left: 40px;
      margin: 0 0 12px; }
      .footer-widget .address li .icon {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
      .footer-widget .address li::last-child {
        margin-bottom: 0; }
  .footer-widget .links {
    padding: 0;
    list-style: none; }
    .footer-widget .links li {
      display: block; }
      .footer-widget .links li a {
        color: #222222;
        font-family: "Heebo", sans-serif;
        letter-spacing: 0;
        font-size: 16px;
        line-height: 38px;
        font-weight: 300; }
  .footer-widget .fw-subscribe-input-box {
    margin: 0 0 29px;
    position: relative; }
    .footer-widget .fw-subscribe-input-box input[type="email"] {
      color: #666666;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      background: transparent;
      border: 1px solid #e8e8e8;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0;
      width: 100%;
      padding: 15px 38px 15px 20px; }
    .footer-widget .fw-subscribe-input-box button {
      color: #ffffff;
      background: #5bc86d;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      border: 0 none;
      font-size: 18px;
      height: 100%;
      padding: 6px 28px;
      cursor: pointer; }
  .footer-widget .social {
    padding: 0;
    list-style: none; }
    .footer-widget .social li {
      display: inline-block;
      margin-right: 24px; }
      .footer-widget .social li:last-child {
        margin-right: 0; }
      .footer-widget .social li a {
        color: #222222;
        letter-spacing: 0;
        font-size: 22px;
        line-height: 26px; }

.footer-bottom-area {
  border-top: 1px solid #e8e8e8; }
  .footer-bottom-area .copyright {
    color: #222222;
    line-height: 24px;
    font-weight: 300;
    padding: 29px 0; }
  .footer-bottom-area .top {
    text-align: right; }
    .footer-bottom-area .top .link {
      color: #222222;
      display: inline-block;
      font-size: 14px;
      line-height: 24px;
      font-weight: 300;
      padding: 29px 0; }

/*----------------------------------------*/
/*  2. Blog
/*----------------------------------------*/
.inner-hero-area {
  background: #fcfcfc;
  padding: 166px 0 138px; }

.inner-hero-content {
  text-align: center; }
  .inner-hero-content .title {
    color: #222222;
    font-size: 42px;
    line-height: 50px;
    font-weight: 600; }
  .inner-hero-content .breadcumb {
    padding: 0;
    list-style: none;
    margin: 17px 0 0; }
    .inner-hero-content .breadcumb li {
      display: inline-block;
      position: relative;
      padding-right: 36px;
      margin-right: 19px; }
      .inner-hero-content .breadcumb li::after {
        content: ">";
        color: #666666;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
      .inner-hero-content .breadcumb li:last-child {
        margin-right: 0;
        padding-right: 0; }
        .inner-hero-content .breadcumb li:last-child::after {
          display: none; }
      .inner-hero-content .breadcumb li a {
        color: #222222;
        display: block;
        letter-spacing: 0;
        font-size: 18px;
        line-height: 30px; }

.blog-area {
  padding: 118px 0 90px; }
  .blog-area .all-blog {
    margin: 0 0 30px; }

.pagination {
  display: block;
  text-align: center;
  margin: 111px 0 0; }
  .pagination .page-item {
    display: inline-block;
    margin: 0 11px; }
    .pagination .page-item .page-link {
      border: 1px solid #eeeeee;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      border-radius: 100px;
      display: inline-block;
      color: #6d6d6d;
      padding: 0;
      text-align: center;
      font-size: 16px;
      height: 40px;
      width: 40px;
      line-height: 40px; }
  .pagination .active .page-link {
    background: #5bc86d;
    border-color: #5bc86d;
    color: #ffffff; }

/* Sidebar */
.sidebar {
  background: #fcfcfc;
  margin: 0 0 30px;
  padding: 71px 40px 1px; }

.sidebar-widget {
  margin: 0 0 75px; }
  .sidebar-widget .title {
    color: #222222;
    font-weight: 300;
    margin: 0 0 49px; }
  .sidebar-widget .sw-input-box {
    position: relative; }
    .sidebar-widget .sw-input-box input[type="text"] {
      background: transparent;
      border-bottom: 1px solid #eeeeee;
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
      border-top: 1px solid transparent;
      font-size: 16px;
      line-height: 27px;
      font-weight: 300;
      letter-spacing: 0;
      width: 100%;
      padding: 8px 0; }
    .sidebar-widget .sw-input-box button {
      color: #9da1ad;
      background: transparent;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      border: 0;
      padding: 0; }
  .sidebar-widget .categories {
    padding: 0;
    list-style: 0; }
    .sidebar-widget .categories li {
      display: block;
      border-bottom: 1px solid #eeeeee; }
      .sidebar-widget .categories li:last-child {
        border-bottom: none; }
      .sidebar-widget .categories li a {
        color: #222222;
        display: block;
        letter-spacing: 0;
        overflow: hidden;
        font-size: 16px;
        line-height: 51px;
        font-weight: 300; }
        .sidebar-widget .categories li a .number {
          float: right; }
  .sidebar-widget .posts {
    padding: 0;
    list-style: 0; }
    .sidebar-widget .posts li {
      display: block;
      border-bottom: 1px solid #eee;
      padding-bottom: 21px;
      margin-bottom: 25px; }
      .sidebar-widget .posts li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
      .sidebar-widget .posts li a {
        display: block;
        overflow: hidden; }
        .sidebar-widget .posts li a .img {
          display: block;
          float: left;
          width: 80px; }
          .sidebar-widget .posts li a .img img {
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            -ms-border-radius: 100px;
            border-radius: 100px;
            width: 100%; }
        .sidebar-widget .posts li a .content {
          display: block;
          overflow: hidden;
          padding-left: 25px;
          padding-top: 6px; }
          .sidebar-widget .posts li a .content .name {
            color: #222222;
            display: block;
            letter-spacing: 0;
            font-size: 14px;
            line-height: 22px;
            font-weight: 300; }
          .sidebar-widget .posts li a .content .info {
            color: #808080;
            display: block;
            letter-spacing: 0;
            font-size: 12px;
            line-height: 15px;
            font-weight: 300;
            margin: 9px 0 0; }
  .sidebar-widget .tags {
    padding: 0;
    list-style: 0; }
    .sidebar-widget .tags li {
      display: inline-block;
      margin-right: 9px;
      margin-bottom: 16px; }
      .sidebar-widget .tags li a {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #eeeeee;
        background: transparent;
        color: #222222;
        letter-spacing: 0;
        display: block;
        font-size: 14px;
        line-height: 15px;
        padding: 15px 30px; }

/*----------------------------------------*/
/*  3. Blog Details
/*----------------------------------------*/
.blog-details .img {
  margin: 0 0 50px; }
  .blog-details .img img {
    margin: auto;
    width: 100%; }
.blog-details .info {
  overflow: hidden; }
  .blog-details .info .author {
    overflow: hidden;
    float: left;
    margin-right: 42px; }
    .blog-details .info .author .img {
      float: left;
      width: 35px;
      margin: 0; }
      .blog-details .info .author .img img {
        width: 100%; }
    .blog-details .info .author .name {
      color: #9e9e9e;
      overflow: hidden;
      font-style: italic;
      line-height: 34px;
      padding-left: 12px; }
      .blog-details .info .author .name a {
        color: #222222;
        font-size: 14px;
        letter-spacing: 0; }
  .blog-details .info .meta {
    padding: 0;
    list-style: none;
    float: left; }
    .blog-details .info .meta li {
      display: inline-block;
      letter-spacing: 0;
      font-size: 14px;
      line-height: 34px;
      margin-right: 34px; }
      .blog-details .info .meta li:last-child {
        margin-right: 0; }
      .blog-details .info .meta li .icon {
        margin-right: 8px; }
.blog-details .title {
  color: #222222;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin: 25px 0 0; }
.blog-details .text {
  color: #222222;
  font-size: 16px;
  line-height: 30px;
  margin: 23px 0 0; }
.blog-details .breadcumb {
  color: #222222;
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
  text-align: center;
  position: relative;
  padding: 0 70px;
  margin: 81px 0 0; }
  .blog-details .breadcumb::before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    font-style: normal;
    position: absolute;
    color: #222222;
    font-size: 22px;
    line-height: 22px;
    left: 28px;
    top: -12px; }
.blog-details .share-tags {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  flex-wrap: wrap;
  margin: 72px 0 0; }
  .blog-details .share-tags .st-tags {
    flex: 0 0 50%;
    padding: 29px 0; }
    .blog-details .share-tags .st-tags .name {
      color: #222222;
      font-weight: 600;
      display: inline-block;
      margin-right: 30px; }
    .blog-details .share-tags .st-tags .tags {
      padding: 0;
      list-style: none;
      display: inline-block; }
      .blog-details .share-tags .st-tags .tags li {
        display: inline-block; }
        .blog-details .share-tags .st-tags .tags li a {
          color: #222222;
          letter-spacing: 0;
          font-size: 14px;
          line-height: 24px; }
  .blog-details .share-tags .st-share {
    flex: 0 0 50%;
    text-align: right;
    padding: 29px 0; }
    .blog-details .share-tags .st-share .name {
      color: #222222;
      font-weight: 600;
      display: inline-block;
      margin-right: 30px; }
    .blog-details .share-tags .st-share .links {
      padding: 0;
      list-style: none;
      display: inline-block; }
      .blog-details .share-tags .st-share .links li {
        display: inline-block;
        margin-right: 14px; }
        .blog-details .share-tags .st-share .links li a {
          color: #6d6d6d;
          letter-spacing: 0;
          font-size: 14px;
          line-height: 19px; }
.blog-details .bd-comments-area {
  margin: 53px 0 0; }
  .blog-details .bd-comments-area .title {
    color: #222222;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 30px; }
  .blog-details .bd-comments-area .bd-allcommentes {
    padding: 0;
    list-style: none; }
    .blog-details .bd-comments-area .bd-allcommentes li {
      display: block; }
      .blog-details .bd-comments-area .bd-allcommentes li .bd-comment-box {
        overflow: hidden;
        margin: 0 0 45px; }
        .blog-details .bd-comments-area .bd-allcommentes li .bd-comment-box .img {
          float: left;
          width: 65px;
          margin: 0; }
          .blog-details .bd-comments-area .bd-allcommentes li .bd-comment-box .img img {
            width: 100%; }
        .blog-details .bd-comments-area .bd-allcommentes li .bd-comment-box .content {
          overflow: hidden;
          padding-left: 30px; }
          .blog-details .bd-comments-area .bd-allcommentes li .bd-comment-box .content .name {
            color: #293b5f;
            font-weight: 600; }
          .blog-details .bd-comments-area .bd-allcommentes li .bd-comment-box .content .date {
            color: #6d6d6d;
            font-size: 12px;
            line-height: 19px;
            font-weight: 300;
            margin: 5px 0 0; }
          .blog-details .bd-comments-area .bd-allcommentes li .bd-comment-box .content .text {
            color: #6d6d6d;
            font-size: 16px;
            line-height: 27px;
            font-weight: 300;
            border-bottom: 1px solid #eeeeee;
            padding: 0 0 21px;
            margin: 22px 0 0; }
          .blog-details .bd-comments-area .bd-allcommentes li .bd-comment-box .content .reply {
            display: inline-block;
            color: #6d6d6d;
            font-size: 14px;
            line-height: 26px;
            letter-spacing: 0;
            margin: 8px 0 0; }
            .blog-details .bd-comments-area .bd-allcommentes li .bd-comment-box .content .reply .iocn {
              margin-right: 10px; }
  .blog-details .bd-comments-area .ul {
    padding: 0 0 0 100px; }
.blog-details .bd-post-comment {
  margin: 82px 0 0; }
  .blog-details .bd-post-comment .title {
    color: #222222;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 30px; }
  .blog-details .bd-post-comment .bd-post-input-box {
    margin: 0 0 26px; }
    .blog-details .bd-post-comment .bd-post-input-box input[type="text"] {
      border: 1px solid #d2d2d2;
      font-size: 14px;
      line-height: 19px;
      letter-spacing: 0;
      padding: 14px 20px;
      width: 100%; }
    .blog-details .bd-post-comment .bd-post-input-box textarea {
      border: 1px solid #d2d2d2;
      font-size: 14px;
      line-height: 19px;
      letter-spacing: 0;
      padding: 14px 20px;
      height: 134px;
      width: 100%; }
    .blog-details .bd-post-comment .bd-post-input-box input[type="submit"] {
      background: #5bc86d;
      color: #ffffff;
      border: 0 none;
      cursor: pointer;
      font-size: 14px;
      line-height: 19px;
      font-weight: 600;
      letter-spacing: 0;
      padding: 20px 20px;
      width: 100%; }

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