﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Oswald:200,300,400,500,600,700");
/*-- Common Style --*/
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    background-color: #ffffff;
    line-height: 24px;
    font-style: normal;
    font-weight: normal;
    visibility: visible;
    color: #444444;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    color: #202020;
    
    font-weight: 400;
    margin-top: 0;
}

h1 {
    font-size: 36px;
    line-height: 42px;
}

h2 {
    font-size: 30px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

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

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

h6 {
    font-size: 12px;
    line-height: 14px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
p:last-child {
    margin-bottom: 0;
}

a, button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a, button, img, input, span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

*:focus {
    outline: none !important;
}

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

a:hover {
    text-decoration: none;
}

button, input[type="submit"] {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden; }

.hidden {
  display: none; }

.clear {
  clear: both; }
/*
.section {
  float: left;
  width: 100%; }
*/
 @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .container {
    max-width: 1200px;} }
@media only screen and (max-width: 767px) {
  .container {
    width: 450px; } }

@media only screen and (max-width: 479px) {
  .container {
    width: 287px; } }


/*---------------------------------------
    15. Blog
-----------------------------------------*/
/*-- Blog --*/
.ee-blog {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .ee-blog:hover {
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2); }
  .ee-blog .image {
    display: block; }
    .ee-blog .image img {
      width: 100%; }
  .ee-blog .content {
    padding: 25px 30px 30px;
    overflow: hidden; }
    .ee-blog .content h3 {
      font-size: 24px;
      line-height: 30px;
      font-weight: 600; }
      .ee-blog .content h3 a {
        color: #444444; }
        .ee-blog .content h3 a:hover {
          color: #202020; }
      @media only screen and (max-width: 767px) {
        .ee-blog .content h3 {
          font-size: 18px;
          line-height: 28px; } }
    .ee-blog .content h4 {
      font-size: 18px;
      line-height: 28px;
      font-weight: 600; }
      .ee-blog .content h4 a {
        color: #444444; }
        .ee-blog .content h4 a:hover {
          color: #202020; }
    .ee-blog .content ul {
      float: left;
      width: 100%; }
      .ee-blog .content ul li {
        float: right;
        margin-left: 14px;
        position: relative;
        line-height: 18px; }
        .ee-blog .content ul li::after {
          position: absolute;
          left: -9px;
          top: 50%;
          width: 4px;
          height: 1px;
          content: "";
          background-color: #7b7b7b; }
        .ee-blog .content ul li:last-child {
          margin-right: 0; }
          .ee-blog .content ul li:last-child::after {
            display: none; }
        .ee-blog .content ul li a {
          font-size: 13px;
          letter-spacing: .5px;
          color: #444444;
          line-height: 18px; }
          .ee-blog .content ul li a:hover {
            color: #202020; }
    .ee-blog .content p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 0;
      margin-top: 15px;
      display: block;
      float: left;
      width: 100%; }
    .ee-blog .content blockquote {
      overflow: hidden;
      margin: 0;
      padding: 50px;
      width: 100%; }
      .ee-blog .content blockquote p {
        font-size: 16px;
        line-height: 25px;
        font-style: italic;
        margin: 0;
        font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .ee-blog .content blockquote {
          padding: 20px; } }
      @media only screen and (max-width: 479px) {
        .ee-blog .content blockquote {
          padding: 0; } }

/*-- Single Blog --*/
.ee-single-blog {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .ee-single-blog:hover {
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2); }
  .ee-single-blog .image {
    display: block; }
    .ee-single-blog .image img {
      width: 100%; }
  .ee-single-blog .content {
    padding: 25px 30px 30px;
    overflow: hidden; }
    .ee-single-blog .content h3 {
      font-size: 24px;
      line-height: 30px;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .ee-single-blog .content h3 {
          font-size: 18px;
          line-height: 28px; } }
    .ee-single-blog .content h4 {
      font-size: 18px;
      line-height: 28px;
      font-weight: 600; }
    .ee-single-blog .content ul {
      float: left;
      width: 100%; }
      .ee-single-blog .content ul li {
        float: right;
        margin-left: 7px;
        position: relative;
        line-height: 18px; }
        /*.ee-single-blog .content ul li::after {
          position: absolute;
          left: -9px;
          top: 50%;
          width: 4px;
          height: 1px;
          content: "";
          background-color: #7b7b7b; }*/

        /*.ee-single-blog .content ul li::before {
          position: absolute;
          left: -9px;
          top: 50%;
          width: 4px;
          height: 1px;
          content: "";
          background-color: #7b7b7b; }*/
        .ee-single-blog .content ul li:last-child {
          margin-right: 0; }
          .ee-single-blog .content ul li:last-child::after {
            display: none; }
        .ee-single-blog .content ul li a {
          font-size: 13px;
          letter-spacing: .5px;
          color: #444444;
          line-height: 18px; }
          .ee-single-blog .content ul li a:hover {
            color: #202020; }
    .ee-single-blog .content p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 0;
      margin-top: 15px;
      display: block;
      float: left;
      width: 100%; }
    .ee-single-blog .content blockquote {
      overflow: hidden;
      margin: 0;
      padding: 15px 0;
      width: 100%; }
      .ee-single-blog .content blockquote p {
        font-size: 16px;
        line-height: 25px;
        font-style: italic;
        margin: 0;
        font-weight: 400; }
    .ee-single-blog .content .blog-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      float: left;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 30px; }
      .ee-single-blog .content .blog-footer .blog-tags {
        margin-top: 14px; }
        .ee-single-blog .content .blog-footer .blog-tags h5 {
          font-size: 16px;
          font-weight: 600;
          margin-bottom: 0;
          line-height: 24px;
          float: right;
          margin-right: 10px; }
        .ee-single-blog .content .blog-footer .blog-tags a {
          display: inline-block;
          margin-right: 5px;
          font-size: 13px;
          letter-spacing: .5px;
          color: #444444;
          line-height: 18px; }
          .ee-single-blog .content .blog-footer .blog-tags a:hover {
            color: #202020; }
          .ee-single-blog .content .blog-footer .blog-tags a::after {
            content: ','; }
      .ee-single-blog .content .blog-footer .blog-share {
        margin-top: 14px; }
        .ee-single-blog .content .blog-footer .blog-share h5 {
          font-size: 16px;
          line-height: 24px;
          font-weight: 600;
          margin-bottom: 0;
          float: right;
          margin-right: 10px; }
        .ee-single-blog .content .blog-footer .blog-share a {
          border: 1px solid #999999;
          color: #444444;
          border-radius: 50px;
          width: 27px;
          height: 27px;
          text-align: center;
          margin-right: 10px; }
          .ee-single-blog .content .blog-footer .blog-share a:last-child {
            margin-left: 0; }
          .ee-single-blog .content .blog-footer .blog-share a i {
            display: block;
            font-size: 11px;
            line-height: 25px; }
          .ee-single-blog .content .blog-footer .blog-share a:hover {
            border-color: #12c2f2;
            background-color: #12c2f2;
            color: #202020; }

/*-- Blog Author --*/
.blog-author .image {
  width: 120px;
  margin-left: 20px;
  float: right; }
  .blog-author .image img {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .blog-author .image {
      float: none;
      margin-bottom: 15px;
      margin-right: 0; } }

.blog-author .content {
  overflow: hidden; }
  .blog-author .content h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600; }
  .blog-author .content p {
    font-size: 14px;
    line-height: 24px; }

/*-- Blog Comment Wrap --*/
.blog-comment-wrap h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 38px; }

/*-- Comment List --*/
.comment-list li .children {
  margin-right: 50px; }
  @media only screen and (max-width: 767px) {
    .comment-list li .children {
      margin: 0; } }

/*-- Single Comment --*/
.single-comment {
  margin-bottom: 60px; }
  .single-comment .image {
    width: 95px;
    float: right;
    margin-left: 30px; }
    .single-comment .image img {
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .single-comment .image {
        float: none;
        margin-bottom: 15px;
        margin-right: 0; } }
  .single-comment .content {
    overflow: hidden; }
    .single-comment .content h5 {
      display: block;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 6px;
      line-height: 18px; }
      .single-comment .content h5 span {
        font-size: 14px;
        font-weight: 300; }
    .single-comment .content p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 5px; }
    .single-comment .content .reply {
      display: inline-block;
      font-size: 13px;
      font-weight: 600;
      color: #656565;
      line-height: 16px;
      text-transform: capitalize; }
      .single-comment .content .reply:hover {
        color: #202020; }

/*-- Comment Form --*/
.comment-form label {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  display: block;
  margin-bottom: 15px; }

.comment-form input,.comment-form select {
  width: 100%;
  line-height: 23px;
  border: 1px solid #999999;
  padding: 10px 20px;
  background-color: transparent;
  border-radius: 50px;
  color: #444444; }
  .comment-form input[type="submit"] {
    width: auto;
    padding: 10px 35px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #202020; }
    .comment-form input[type="submit"]:hover {
      border-color: #202020;
      background-color: #202020;
      color: #12c2f2; }

.comment-form textarea {
  width: 100%;
  line-height: 23px;
  border: 1px solid #999999;
  padding: 10px 20px;
  background-color: transparent;
  color: #444444;
  border-radius: 10px;
  resize: none;
  height: 150px; }

/*---------------------------------------
    16. Blog Sidebar
-----------------------------------------*/
.blog-sidebar {
  background-color: #f6f7f8; }
  .blog-sidebar .title {
    background-color: #fefcef;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    padding: 15px 35px;
    text-transform: uppercase;
    margin: 0; }
  .blog-sidebar ul li {
    padding: 10px 35px;
    border-bottom: 1px solid #dddddd; }
    .blog-sidebar ul li:last-child {
      border-bottom: 0px; }
    .blog-sidebar ul li a {
      font-size: 14px;
      color: #444444;
      text-transform: uppercase;
      line-height: 30px;
      position: relative;
      padding-left: 15px; }
      .blog-sidebar ul li a:hover {
        color: #202020; }
        .blog-sidebar ul li a:hover::before {
          color: #202020; }
      .blog-sidebar ul li a::before {
        position: absolute;
        left: 0;
        top: 0;
        color: #444444;
        line-height: 29px;
        font-family: Fontawesome;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        content: "\f104"; }
    .blog-sidebar ul li ul li {
      border: none;
      padding: 5px 25px; }
      .blog-sidebar ul li ul li a {
        text-transform: capitalize;
        padding-left: 20px; }
        .blog-sidebar ul li ul li a::before {
          content: "\f178";
          color: #444444; }
  .blog-sidebar .tags-cloud {
    margin: 0 -5px;
    padding: 20px 35px;
    overflow: hidden; }
    .blog-sidebar .tags-cloud a {
      font-size: 14px;
      border: 1px solid #999999;
      line-height: 23px;
      padding: 5px 12px 3px;
      color: #444444;
      float: left;
      margin: 5px;
      text-transform: uppercase; }
      .blog-sidebar .tags-cloud a:hover {
        color: #202020;
        background-color: #12c2f2;
        border-color: #12c2f2; }

/*-- Sidebar Blog --*/
.sidebar-blog {
  padding: 20px 35px;
  border-bottom: 1px solid #dddddd;
  overflow: hidden; }
  .sidebar-blog:last-child {
    border-bottom: none; }
  .sidebar-blog .image {
    display: block;
    float: left;
    width: 70px;
    margin-right: 20px; }
    .sidebar-blog .image img {
      width: 100%; }
  .sidebar-blog .content {
    overflow: hidden; }
    .sidebar-blog .content h5 {
      display: block;
      font-size: 15px;
      font-weight: 600;
      line-height: 18px; }
      .sidebar-blog .content h5 a {
        color: #444444; }
        .sidebar-blog .content h5 a:hover {
          color: #202020; }
    .sidebar-blog .content span {
      display: block;
      font-size: 13px;
      z-index: 18;
      color: #444444; }

/*-- Pagination --*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pagination li {
    margin: 5px;
    color: #a3a3a3; }
    .pagination li a,.pagination li span {
      font-size: 14px;
      line-height: 24px;
      font-weight: 600;
      color: #444444;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 28px;
      border: 1px solid transparent;
      border-radius: 50px;
      display: inline-block; }
      .pagination li a i,.pagination li span i {
        display: block;
        line-height: 24px; }
    .pagination li.active a,.pagination li.active span {
      border-color: #444444;
      color: #202020;
      font-weight: 700; }
    .pagination li:first-child {
      margin-right: 1px; }
      .pagination li:first-child a,.pagination li:first-child span {
        color: #202020;
        width: 50px; }
      .pagination li:first-child span {
        color: #202020;
        width: 30px; }
        .pagination li:first-child a i,.pagination li:first-child span i {
          float: left;
          margin-right: 10px; }
    .pagination li:last-child {
      margin-left: 1px; }
      .pagination li:last-child a,.pagination li:last-child span {
        width: 50px;
        color: #202020; }
      .pagination li:last-child span {
        width: 30px;
        color: #202020; }
        .pagination li:last-child a i,.pagination li:last-child span i {
          float: right;
          margin-left: 10px; }

