
* {
  min-height: 0;
  min-width: 0;
}
body {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #787878;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.center{
  text-align: center;
}
.tenpxtop{
  margin-top: 10px;
}

::selection {
  background-color: #1f1f1f;
  color: #fff;
}


a {
  color: #1f1f1f;
}

ul {
  list-style: disc;
}
h1,
h3,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #1f1f1f;
  line-height: 1.3;
}
h1,
h3 {
  font-weight: 700;
}
h5,
h6 {
  font-weight: 600;
}
blockquote {
  border-left: 0;
  padding: 0;
}

#wrapper {
  position: relative;
  z-index: 20;
  overflow-x: hidden;
}

#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1f1f1f;
  z-index: 100000;
}
#mask {
  width: 200px;
  height: 200px;
  line-height: 200px;
  margin: 0 auto;
  text-align: center;
}
#mask svg {
  width: 64px;
  height: 76px;
}
.preloader-path {
  stroke-linejoin: round;
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 70 32;
  /*-webkit-animation: preloader 1s infinite ease;*/
  /*animation: preloader 1s infinite ease;*/
}
section {
  position: relative;
  background-color: #fff;
  padding-top: 110px;
  padding-bottom: 110px;
  z-index: 10;
}
section + section {
  border-top: 1px solid #eee;
}

section.grey-bg {
  border-top: 0;
}

section.parallax-section {
  background-color: transparent;
  border-top: 0;
  color: #fff;
}

section.parallax-section .parallax-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1f1f1f;
  opacity: 0.7;
}

section.parallax-section + section {
  border: 0;
}

section.page-title {
  height: 450px;
}

.title {
  margin-bottom: 0;
}
.grey-bg {
  background-color: #f7f7f7;
}

.title {
  margin-bottom: 25px;
  position: relative;
  z-index: 10;
}





.row-parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.row-parallax-bg .parallax-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  height: calc(100% + 30vh);
}
.row-parallax-bg .parallax-wrapper .parallax-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parallax-section:not(.text-dark) h1,
.parallax-section:not(.text-dark) h6,
.parallax-section:not(.text-dark) a:not(.btn) {
  color: inherit;
}

.tagcloud a,
.post-tags a {
  display: block;
  float: left;
  padding: 8px 10px;
  border: 1px solid #858585;
  margin: 0 10px 10px 0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
  color: #787878;
}

.social-list {
  padding: 0;
  list-style: none;
  margin: 0;
}

.social-list > li {
  display: inline-block;
  margin-right: 10px;
}
.social-list > li > a {
  display: block;
  font-size: 16px;
  width: 40px;
  color: #929292;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social-list > li > a i {
  line-height: inherit;
}
/*
  11
  Blog
*/
.single-post-info .post-author {
  margin-top: 15px;
}
.single-post-info .post-author > img {
  width: 40px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.single-post-info .post-author > a {
  display: inline-block;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 600;
}
#sidebar .widget {
  margin-bottom: 30px;
}
#sidebar .widget:before,
#sidebar .widget:after {
  content: " ";
  display: table;
}
#sidebar .widget:after {
  clear: both;
}
#sidebar .widget h5 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#sidebar .widget .tagcloud a {
  color: #393939;
}
#sidebar .widget .tagcloud a:hover {
  color: #fff;
}
#sidebar .widget ul {
  list-style: none;
  padding-left: 0;
}
#sidebar .widget ul > li {
  margin-bottom: 3px;
}
#sidebar .widget ul > li > a {
  font-family: "Poppins", sans-serif;
  color: #1f1f1f;
  font-size: 13px;
}
#sidebar .widget ul > li > a:hover {
  color: #00c3da;
}
#sidebar .widget ul > li:before {
  content: " • ";
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
  margin-right: 10px;
  color: #1f1f1f;
}
.post-single .post-body {
  margin-bottom: 25px;
  line-height: 28px;
}
.post-single .post-body p,
.post-single .post-body img,
.post-single .post-body blockquote {
  margin-bottom: 15px;
}
.post-single .post-body strong {
  color: #1f1f1f;
}
.post-single .post-body blockquote {
  position: relative;
}
.post-single .post-body blockquote p {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 26px;
  color: #1f1f1f;
  border-left: 2px solid #1f1f1f;
  margin: 25px 0;
  padding: 25px;
}
.post-single .post-body blockquote p:before {
  content: open-quote;
}
.post-single .post-body blockquote p:after {
  content: close-quote;
}
.single-post-info {
  text-align: center;
}
.single-post-info h6 {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
.single-post-info h6 > span {
  display: inline-block;
  margin-right: 4px;
}
.single-post-info h6 > span > i {
  display: inline-block;
  font-size: 15px;
  vertical-align: middle;
  margin-right: 5px;
}
#comments {
  margin-bottom: 50px;
}
#comments h5 {
  font-size: 11px;
  letter-spacing: 0.15em;
  font-weight: 600;
}
.comments-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.comments-list > li {
  margin-bottom: 15px;
  padding: 15px;
}
.comments-list > li:before,
.comments-list > li:after {
  content: " ";
  display: table;
}
.comments-list > li:after {
  clear: both;
}
.comment:before,
.comment:after {
  content: " ";
  display: table;
}
.comment:after {
  clear: both;
}
.comment-text,
.comment-pic {
  /* display: inline-block; */
  float: left;
}
.comment-pic {
  width: 15%;
}
.comment-pic img {
  margin-top: 10px;
  width: 75px;
  border-radius: 50%;
}
.comment-text {
  width: 85%;
  padding-left: 15px;
}
.comment-date {
  color: #858585;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}
.comment-respond {
  margin-bottom: 50px;
  padding: 20px 0;
}
.comment-respond textarea {
  max-width: 100%;
  min-height: 120px;
  resize: none;
}
.comment-respond h5 {
  font-size: 11px;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
  font-weight: 600;
}
.form-double:before,
.form-double:after {
  content: " ";
  display: table;
}
.form-double:after {
  clear: both;
}
.form-double .form-group {
  float: left;
  padding-right: 10px;
  width: 50%;
}
.form-double .form-group:last-child {
  padding-left: 10px;
  padding-right: 0;
}
.post-tags {
  margin-bottom: 25px;
  overflow: hidden;
}
.first-letter::first-letter {
  font-size: 4em;
  color: #1f1f1f;
}
/*
  12
  Shop
*/

.form-group {
  margin-bottom: 25px;
}

/*
  13
  Forms
*/
.form-group {
  margin-bottom: 25px;
}
.form-control {
  height: 50px;
  padding: 0 15px;
  font-size: 15px;
  line-height: 50px;
  border: 2px solid #eee;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-control:hover,
.form-control:focus {
  box-shadow: none;
}
.form-control:focus {
  border-color: #1f1f1f;
}
.form-control::-webkit-input-placeholder {
  font-size: 0.9em;
  opacity: 0.8;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.form-control::-moz-placeholder {
  font-size: 0.9em;
  opacity: 0.8;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.form-control:-ms-input-placeholder {
  font-size: 0.9em;
  opacity: 0.8;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
textarea.form-control {
  resize: none;
  min-height: 110px;
  line-height: inherit;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*
  17
  Animations
*/
@-webkit-keyframes preloader {
  from {
    stroke-width: 0;
    stroke-dashoffset: 0;
  }
  to {
    stroke-width: 1;
    stroke-dashoffset: 102px;
  }
}
@keyframes preloader {
  from {
    stroke-width: 0;
    stroke-dashoffset: 0;
  }
  to {
    stroke-width: 1;
    stroke-dashoffset: 102px;
  }
}

img[data-action="zoom"] {
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.upper {
  text-transform: uppercase;
}

.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}
.v-center {
  display: table-cell;
  vertical-align: middle;
}

.mb-15 {
  margin-bottom: 15px;
}
/* @charset "UTF-8"; */



/*common*/
img {
  border: 0;
}
body,
figure {
  margin: 0;
}

.title{
  color: white;
}

.btn {
  user-select: none;
  -webkit-user-select: none;
}

html {
  -webkit-tap-highlight-color: transparent;
}

.parallax-bg img{
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  /*width: 100%;*/
  /*height: 100%;*/
  object-fit: cover;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
article,
figure,
footer,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
h1 {
  margin: 0.67em 0;
}

img {
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}

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

button,
input,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.btn,
.btn:active,
.form-control {
  background-image: none;
}
body {
  background-color: #fff;
}

*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
button,
input,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,

a:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

h1,
h3,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}

ul {
  margin-top: 0;
}
blockquote p:last-child,
ul ul {
  margin-bottom: 0;
}

ul {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
.container:after,
.nav:after,
.row:after {
  clear: both;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.container {
  margin-right: auto;
  margin-left: auto;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-3,.col-md-4,
.col-md-8,
.col-sm-6,.col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


@media (min-width: 768px) {
  .col-sm-6 {
    float: left;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

}
@media (min-width: 992px) {
  .col-md-3,
  .col-md-8 {
    float: left;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.form-control {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  display: block;
}

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  background: green;
  border-radius: 4px;
}
.btn:active:focus,
.btn:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.btn:focus,
.btn:hover {
  color: white;
  text-decoration: none;
}
.btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.nav > li,
.nav > li > a {
  display: block;
  position: relative;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li > a {
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.container:after,
.container:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

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

@font-face {
  font-family: "hody-icons";
  src: url("../fonts/hody-icons.eot");
  src: url("../fonts/hody-icons.eot?#iefix") format("embedded-opentype"),
    url("../fonts/hody-icons.woff") format("woff"),
    url("../fonts/hody-icons.ttf") format("truetype"),
    url("../fonts/hody-icons.svg#hody-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="hc-"]:before {
  font-family: "hody-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  /* speak: none; */
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hc-clock:before {
  content: "\e047";
}
.hc-close:before {
  content: "\e048";
}
.hc-search:before {
  content: "\e0f9";
}
.hc-twitter:before {
  content: "\e242";
}
.hc-facebook:before {
  content: "\e243";
}
.hc-pinterest:before {
  content: "\e245";
}
.hc-linkedin:before {
  content: "\e249";
}
.hc-instagram:before {
  content: "\e25c";
}
/* Search Modal */
#search-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#search-modal .search-form {
  max-width: 700px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#search-modal .search-form ::-webkit-input-placeholder {
  color: #fff;
}

#search-modal .search-form ::selection {
  background-color: #00c3da;
  color: #fff;
}
#search-modal .search-form .form-control {
  padding: 0 25px;
  border-color: #999;
  color: #fff;
  background-color: transparent;
  border-width: 1px;
  text-transform: none;
  font-size: 18px;
  letter-spacing: 0;
  height: 60px;
  line-height: 60px;
}
#search-modal .search-form .form-control:focus {
  border-color: #00c3da;
}
#search-modal #close-search-modal {
  position: absolute;
  top: 1em;
  right: 1em;
  color: #fff;
  font-size: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#search-modal #close-search-modal:hover {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.carousel-inner,
.embed-responsive,
.justified-gallery,
.media,
.media-body,
.modal,
.modal-open,
.progress {
  overflow: hidden;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

#search-modal.active {
  opacity: 1;
  visibility: visible;
}
#search-modal.active .search-form {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/*
  03
  Navbar
*/
#navbar {
  /*position: fixed;*/
  /*top: 0;*/
  /*right: 0;*/
  /*left: 0;*/
  height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 99999;
  /*-webkit-transition: all 0.3s ease;*/
  /*transition: all 0.3s ease;*/
  background: #f7f7f7;
  color: black;
}
#navbar .logo {
  display: table;
  height: 60px;
  float: left;
  /*-webkit-transition: all 0.3s ease;*/
  /*transition: all 0.3s ease;*/
  position: relative;
  z-index: 110;
}
#navbar .logo > a {
  /*display: table-cell;*/
  /*vertical-align: middle;*/
  margin-top: 10px;
}
#navbar .logo img {
  max-height: 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}
#navbar .logo .logo-light {
  opacity: 1;
  height: auto;
}

#navbar .logo img, #navbar .logo h2 {
  display: inline-block;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  vertical-align: top;
}

#navbar .logo img{
  margin-top: 10px;
}
#navbar .logo h2 {
  margin: 12px;
}


#navbar .logo .logo-dark {
  opacity: 0;
  height: 0;
}
/* .top-spacing #navbar {
  top: 20px;
} */
.submenu {
  margin-left: 0;
}

#navbar .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  float: right;
}

#navbar .navigation-menu > li {
  display: block;
  float: left;
  position: relative;
}
#navbar .navigation-menu > li.has-megamenu {
  position: static !important;
}
#navbar .navigation-menu > li > a {
  display: block;
  color: #1f1f1f;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  /*-webkit-transition: all 0.3s ease;*/
  /*transition: all 0.3s ease;*/
  line-height: 20px;
  padding-left: 15px;
  padding-right: 15px;
  outline: none;
}
#navbar .navigation-menu > li > a:hover,
#navbar .navigation-menu > li > a:focus {
  background-color: transparent;
}

.menu-extras {
  float: right;
  margin-right: -15px;
  position: relative;
  z-index: 20;
}
.menu-extras .menu-item {
  float: left;
}
.menu-extras .menu-item > div {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.menu-extras .menu-item > div > a {
  display: table;
  padding: 0 20px;
  color: #fff;
  font-size: 20px;
  /*-webkit-transition: all 0.3s ease;*/
  /*transition: all 0.3s ease;*/
  height: 80px;
}
.menu-extras .menu-item > div > a > i,
.menu-extras .menu-item > div > a > .hamburger {
  display: table-cell;
  vertical-align: middle;
}
.menu-extras .menu-item .hamburger-box {
  height: 15px;
}




@media only screen and (min-width: 992px) {

  #navbar .navigation-menu {
    padding: 0 10px;
  }

  #navbar .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #navbar .navbar-wrapper {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
  }
  #navigation {
    display: block !important;
  }
  .menu-extras .menu-item .header-socials {
    padding-left: 10px;
    height: 80px;
    /*-webkit-transition: all 0.3s ease;*/
    /*transition: all 0.3s ease;*/
  }
  .menu-extras .menu-item .header-socials > ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  .menu-extras .menu-item .header-socials > ul > li {
    display: inline-block;
  }
  .menu-extras .menu-item .header-socials > ul > li > a {
    color: #fff;
    padding: 0 10px;
    font-size: 13px;
    line-height: 80px;
    /*-webkit-transition: all 0.3s ease;*/
    /*transition: all 0.3s ease;*/
  }
  .menu-extras .menu-item .header-socials > ul > li > a:hover {
    color: #ccc;
  }
  .nav-toggle {
    display: none;
  }
  #navbar .navigation-menu > li > .submenu {
    border-top: 0;
  }
  #navbar .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 15px 0;
    list-style: none;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    /*-webkit-transition: all 0.2s ease;*/
    /*transition: all 0.2s ease;*/
    background-color: #fff;
    text-align: left;
    border: 1px solid #f2f2f2;
    box-shadow: 0 5px 15px 0 rgba(31, 31, 31, 0.07);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  #navbar .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: 100%;
    display: table;
    padding: 25px 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  #navbar .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    width: 25%;
    display: table-cell;
    border-right: 1px solid #eee;
    vertical-align: top;
  }
  #navbar .navigation-menu > li .submenu.megamenu > li:last-child {
    border: 0;
  }
  #navbar .navigation-menu > li .submenu.megamenu > li a {
    display: inline-block;
  }
  #navbar .navigation-menu > li .submenu > li.menu-item-has-children > a:after {
    content: "\e133";
    font-family: "hody-icons";
    position: absolute;
    right: 20px;
    font-size: 14px;
    height: 12px;
    line-height: 12px;
    top: 50%;
    margin-top: -6px;
  }
  #navbar .navigation-menu > li .submenu > li .submenu {
    left: 100%;
    top: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    margin-top: -1px;
  }
  #navbar .navigation-menu > li .submenu li {
    position: relative;
  }
  #navbar .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #navbar .navigation-menu > li .submenu li a {
    display: block;
    padding: 6px 25px;
    clear: both;
    line-height: 1.4;
    white-space: nowrap;
    font-size: 12px;
    letter-spacing: 0.03em;
    color: #787878;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
  }
  #navbar .navigation-menu > li .submenu li a:hover {
    color: #1f1f1f;
  }
  #navbar .navigation-menu > li .submenu li .menu-label {
    display: block;
    padding: 8px 25px;
    clear: both;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #1f1f1f;
    pointer-events: none;
  }
  #navbar .navigation-menu > li .submenu li .menu-label:after {
    content: none !important;
  }
  #navbar .navigation-menu > li.menu-item-has-children:hover > .submenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #navbar
    .navigation-menu
    > li.menu-item-has-children:hover
    > .submenu.megamenu {
    margin-top: 0;
  }
  #navbar
    .navigation-menu
    > li.menu-item-has-children:hover
    > .submenu
    > li.menu-item-has-children:hover
    > .submenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  /* Sticky Navigation */
  #navbar.sticky {
    background: #fff;
    box-shadow: 0 2px 10px lightgray;
  }
  #navbar.sticky .navigation-menu > li > a {
    color: #000;
  }
  #navbar.sticky .logo .logo-light {
    opacity: 0;
    height: 0;
  }
  #navbar.sticky .logo .logo-dark {
    opacity: 1;
    height: auto;
  }

  #navbar.sticky .menu-extras .menu-item > div > a {
    color: #000;
  }

  #navbar.sticky .menu-extras .menu-item > div {
    border-left: 1px solid rgb(206, 206, 206);
  }

  #navbar.sticky .menu-extras .menu-item .header-socials > ul > li > a {
    color: #000;
  }
}

@media only screen and (max-width: 991px) {
  #navbar {
    background-color: #fff;
    height: 60px;
    box-shadow: 5px 5px 15px 0 rgba(31, 31, 31, 0.07);
    top: 0;
  }
  #navbar .logo {
    height: 60px;
  }
  /*#navbar .logo .logo-light {
    opacity: 0;
    height: 0;
  }
  #navbar .logo .logo-dark {
    opacity: 1;
    height: auto;
  }*/
  #navbar .menu-extras .menu-item > div {
    border-color: #eee;
  }
  #navbar .menu-extras .menu-item > div > a {
    color: #1f1f1f;
    height: 60px;
  }
  #navbar .menu-extras .menu-item .header-socials {
    display: none;
  }
  #navbar #navigation {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
    z-index: 99999;
  }
  #navbar .navigation-menu {
    max-height: 400px;
    float: none;
  }
  #navbar .navigation-menu > li {
    float: none;
    display: block;
  }
  #navbar .navigation-menu > li.menu-item-has-children > a:after {
    content: "\e131";
    font-family: "hody-icons";
    position: absolute;
    right: 20px;
    font-size: 18px;
    height: 12px;
    line-height: 12px;
    top: 50%;
    margin-top: -6px;
  }
  #navbar .navigation-menu > li > a {
    color: #393939;
    padding: 15px 20px;
    font-weight: 500;
  }
  #navbar .navigation-menu > li > a:hover {
    color: #787878;
  }
  #navbar .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #navbar .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  #navbar .navigation-menu > li .submenu li > a {
    display: block;
    position: relative;
    padding: 15px;
    padding-left: 45px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #787878;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #e6e6e6;
  }
  #navbar .navigation-menu > li .submenu li > a:hover {
    color: #1f1f1f;
  }
  #navbar
    .navigation-menu
    > li
    .submenu
    li.menu-item-has-children
    > a:not(.menu-label):after {
    content: "\e131";
    font-family: "hody-icons";
    position: absolute;
    right: 30px;
    font-size: 16px;
  }
  #navbar
    .navigation-menu
    > li
    .submenu
    li.menu-item-has-children
    .submenu
    li
    a {
    padding-left: 65px;
  }
  #navbar.dark-menu .navigation-menu > li.menu-item-has-children.opened > a,
  #aside-nav.dark-menu .navigation-menu > li.menu-item-has-children.opened > a {
    color: #bbb;
    border-color: rgba(255, 255, 255, 0.1);
  }
  #navbar .navigation-menu > li.menu-item-has-children > a:after,
  #aside-nav .navigation-menu > li.menu-item-has-children > a:after {
    content: "\e131";
    font-family: "hody-icons";
    position: absolute;
    right: 20px;
    font-size: 18px;
    height: 12px;
    line-height: 12px;
    top: 50%;
    margin-top: -6px;
  }
  #navbar .navigation-menu > li > a,
  #aside-nav .navigation-menu > li > a {
    color: #393939;
    padding: 15px 20px;
    font-weight: 500;
  }
  #navbar .navigation-menu > li .submenu .submenu,
  #aside-nav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #navbar .navigation-menu > li .submenu .submenu.opened,
  #aside-nav .navigation-menu > li .submenu .submenu.opened {
    display: block;
  }
  #navbar .navigation-menu > li .submenu.megamenu > li > ul,
  #aside-nav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #navbar .navigation-menu > li.menu-item-has-children.opened > a,
  #aside-nav .navigation-menu > li.menu-item-has-children.opened > a {
    color: #1f1f1f;
    border-bottom: 1px solid #e6e6e6;
  }
  #navbar .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }
  #navbar .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }
  #navbar .navigation-menu > li .submenu.megamenu > li .menu-label {
    display: block;
    padding: 15px 25px;
    padding-left: 35px;
    clear: both;
    font-weight: 400;
    white-space: nowrap;
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 500;
    color: #1f1f1f;
    pointer-events: none;
    border-bottom: 1px solid #e6e6e6;
  }
  #navbar .menu-extras {
    border-color: rgba(0, 0, 0, 0.08);
  }
  #navbar .menu-extras .menu-item > div > a {
    color: #1f1f1f;
  }
  #navbar .menu-extras .menu-item > div > a:hover {
    color: #787878;
  }
}

.hamburger {
  position: relative;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 10;
}
.hamburger-box {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 22px;
}
.hamburger-inner {
  background-color: #1f1f1f;
  border-radius: 4px;
  display: block;
  height: 2px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  width: 22px;
}
.hamburger-inner:before {
  background-color: #1f1f1f;
  border-radius: 4px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: -6px;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  width: 22px;
}
.hamburger-inner:after {
  background-color: #1f1f1f;
  border-radius: 4px;
  bottom: -6px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  width: 22px;
}
.hamburger .hamburger-inner {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.34s ease-in,
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in,
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in,
    transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in,
    transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.is-active .hamburger-inner::before {
  opacity: 0;
  top: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out,
    -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}


/* Languages */

.languages {
  background: #f7f7f7;
  padding-block: 3rem;
}

.languages__container {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 970px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0 2rem;
}
.languages__wrapper {
  padding: 0;
  list-style: none;
  font-family: inherit;
  margin: 0;
}
.languages__wrapper > li > a {
  /* width: max-content; */
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  position: relative;
  padding-inline: 15px;
  color: #6c6c6c;
}

.languages__wrapper > li > a:hover {
  color: #00bfd8;
}
.languages__wrapper > li > a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00bfd8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 1200px) {
  .languages__container {
    max-width: 1170px;
    justify-items: center;
  }
  .languages__wrapper > li {
    padding-inline: 15px;
  }

  .languages__wrapper > li > a {
    margin-inline: auto;
  }
}

.footer-widgets {
  position: relative;
  background-color: #f7f7f7;
}

.footer-widgets .widget > h5 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  font-weight: 600;
}
.footer-widgets .widget ul {
  padding-left: 0;
  list-style: none;
}
.footer-widgets .widget ul > li {
  padding: 5px 0;
}
.footer-widgets .widget ul > li > a {
  font-size: 15px;
  color: #6c6c6c;
}
.footer-widgets .widget ul > li > a:hover {
  color: #00c3da;
}
.footer-widgets .widget .tagcloud a {
  border-color: #c5c5c5;
  color: #5f5f5f;
}
.footer-widgets .widget .tagcloud a:hover {
  background-color: #00c3da;
  border-color: #00c3da;
  color: #fff;
}

.footer-logo img {
  max-width: 140px;
}
.footer-copy {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-color: #f7f7f7;
  border-top: 1px solid rgba(31, 31, 31, 0.08);
}

.copy-text {
  text-align: right;
}
.copy-text p {
  margin: 0;
}
/*common end*/


/*home start*/

* {
  min-height: 0;
  min-width: 0;
}
body {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #787878;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

::selection {
  background-color: #1f1f1f;
  color: #fff;
}


.card-post-image img, .parallax-bg img{
  width: 100%;
  height: 100%;
}

a {
  color: #1f1f1f;
}

ul {
  list-style: disc;
}
h1,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #1f1f1f;
  line-height: 1.3;
}
h1,
h3,
h4 {
  font-weight: 700;
}
h5,
h6 {
  font-weight: 600;
}
blockquote {
  border-left: 0;
  padding: 0;
}

#wrapper {
  position: relative;
  z-index: 20;
  overflow-x: hidden;
}

#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1f1f1f;
  z-index: 100000;
}
#mask {
  width: 200px;
  height: 200px;
  line-height: 200px;
  margin: 0 auto;
  text-align: center;
}
#mask svg {
  width: 64px;
  height: 76px;
}
.preloader-path {
  stroke-linejoin: round;
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 70 32;
  /*-webkit-animation: preloader 1s infinite ease;*/
  /*animation: preloader 1s infinite ease;*/
}
section {
  position: relative;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 10;
}
section + section {
  border-top: 1px solid #eee;
}

section.grey-bg {
  border-top: 0;
}

section.parallax-section {
  background-color: transparent;
  border-top: 0;
  color: #fff;
}

section.parallax-section .parallax-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1f1f1f;
  opacity: 0.7;
}

section.parallax-section + section {
  border: 0;
}

.title {
  margin-bottom: 0;
}
.grey-bg {
  background-color: #f7f7f7;
}

.title {
  margin-bottom: 25px;
  position: relative;
  z-index: 10;
}

.title.text-center {
  text-align: center;
}
.title > h1 {
  font-size: 48px;
  letter-spacing: -1px;
}

.row-parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.row-parallax-bg .parallax-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  height: calc(100% + 30vh);
}
.row-parallax-bg .parallax-wrapper .parallax-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parallax-section:not(.text-dark) h1,
.parallax-section:not(.text-dark) h4,
.dark-bg h6,
.colored-bg h6,
.dark-bg a:not(.btn),
.colored-bg a:not(.btn) {
  color: inherit;
}

.tagcloud a {
  display: block;
  float: left;
  padding: 8px 10px;
  border: 1px solid #858585;
  margin: 0 10px 10px 0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
  color: #787878;
}

.social-list {
  padding: 0;
  list-style: none;
  margin: 0;
}

.social-list > li {
  display: inline-block;
  margin-right: 10px;
}
.social-list > li > a {
  display: block;
  font-size: 16px;
  width: 40px;
  color: #929292;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social-list > li > a i {
  line-height: inherit;
}

/*
  09
  Portfolio
*/

/*
  10
  Team
*/
/*
  11
  Blog
*/
.pagination {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.pagination > li {
  display: inline-block;
  margin-right: 8px;
}
.pagination > li:last-child > a {
  border-radius: 0;
}
.pagination > li > a,
.pagination > li span {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-top: 0;
  border-radius: 50% !important;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 11px;
  color: #1f1f1f;
  border: 0;
  background-color: transparent;
}
.pagination > li > a.next-page {
  border-color: transparent;
  font-size: 20px;
}
.pagination > li > a i {
  line-height: inherit;
}
.pagination > li > a:hover,
.pagination > li span:hover {
  background-color: #1f1f1f;
  color: #fff;
  border-color: #1f1f1f;
}
.pagination > li > a:focus,
.pagination > li span:focus {
  background-color: transparent;
  color: #1f1f1f;
}
.pagination > li span.current-page {
  background-color: #00c3da;
  border-color: #00c3da;
  color: #fff;
}
.pagination > li span.current-page:focus {
  background-color: #00c3da;
  border-color: #00c3da;
  color: #fff;
}
.grid-posts-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-posts-wrapper .card-post {
  width: 33.33333333%;
}

@media only screen and (max-width: 991px) {
  .footer-widgets .widget {
    margin-bottom: 50px;
  }
  .footer-widgets .widget > h5 {
    margin-bottom: 10px;
  }

  .footer-copy .copy-text,
  .footer-copy .social-list {
    text-align: center;
  }
  .footer-copy .social-list {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 668px) and (max-width: 991px) {
  .grid-posts-wrapper .card-post {
    width: 50% !important;
  }
}

@media only screen and (max-width: 667px) {
  .grid-posts-wrapper .card-post {
    width: 100% !important;
  }

  .title h1 {
    font-size: 36px !important;
  }

  section.page-title {
    height: 350px;
  }

  .card-post{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

}

.title h1 {
  font-size: 48px;
  letter-spacing: -1px;
  word-break: break-word;
}


.card-post {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}
.card-post .card-post-wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}
.card-post .card-post-wrapper.dark-bg {
  background-color: #1f1f1f;
}
.card-post .card-post-wrapper.colored-bg {
  background-color: #00c3da;
}
.card-post .card-post-wrapper.dark-bg .post-footer,
.card-post .card-post-wrapper.colored-bg .post-footer {
  border-color: rgba(255, 255, 255, 0.3);
}
.card-post .card-post-wrapper.dark-bg .post-footer h6,
.card-post .card-post-wrapper.colored-bg .post-footer h6 {
  color: #fff;
}
.card-post:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.card-post:hover .card-post-wrapper {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}
.card-post .card-post-icon {
  justify-self: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  font-size: 35px;
}
.card-post .card-post-image {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.card-post .card-post-image .post-category {
  position: absolute;
  top: 20px;
  right: 20px;
}
.card-post .card-post-image .post-category > span {
  display: block;
  background-color: #00c3da;
  color: #fff;
  border-radius: 5px;
  padding: 6px 16px;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.card-post .card-post-content .post-body {
  padding: 45px 25px;
}
.card-post .card-post-content .post-body > h3 {
  margin-top: 0;
  font-size: 20px;
}
.card-post .card-post-content .post-body > p {
  margin-bottom: 0;
}
.card-post .card-post-content .post-footer {
  border-top: 1px solid #eee;
  padding: 12px 25px;
}
.card-post .card-post-content .post-footer h6 {
  font-size: 12px;
  font-weight: 500;
  color: #929292;
  margin: 0;
}
.card-post .card-post-content .post-footer h6 > span {
  display: inline-block;
  margin-right: 4px;
}
.card-post .card-post-content .post-footer h6 > span > i {
  display: inline-block;
  font-size: 15px;
  vertical-align: middle;
  margin-right: 5px;
}
.card-post .card-post-content .post-footer h6 > span > a {
  margin-left: 5px;
}
/*
  12
  Shop
*/

/*
  13
  Forms
*/
.form-control {
  height: 50px;
  padding: 0 15px;
  font-size: 15px;
  line-height: 50px;
  border: 2px solid #eee;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-control:hover,
.form-control:focus {
  box-shadow: none;
}
.form-control:focus {
  border-color: #1f1f1f;
}
.form-control::-webkit-input-placeholder {
  font-size: 0.9em;
  opacity: 0.8;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.form-control::-moz-placeholder {
  font-size: 0.9em;
  opacity: 0.8;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.form-control:-ms-input-placeholder {
  font-size: 0.9em;
  opacity: 0.8;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

/*
  17
  Animations
*/
@-webkit-keyframes preloader {
  from {
    stroke-width: 0;
    stroke-dashoffset: 0;
  }
  to {
    stroke-width: 1;
    stroke-dashoffset: 102px;
  }
}
@keyframes preloader {
  from {
    stroke-width: 0;
    stroke-dashoffset: 0;
  }
  to {
    stroke-width: 1;
    stroke-dashoffset: 102px;
  }
}

.colored-bg {
  background-color: #00c3da;
  color: #fff;
}

.centrize {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
}
.v-center {
  display: table-cell;
  vertical-align: middle;
}

.mb-15 {
  margin-bottom: 15px;
}

.serif-font {
  font-family: "Lora", serif !important;
  font-weight: 400 !important;
}

p img{
  display: block;
}

.blue-btn{
  background-color: #03a9f4;
  color: white;
  font-weight: bold;
}


/*home end*/
