/*=======================================================================
* Template Name: Erizo
* Author: PhyDev
* Author URI: https://themeforest.net/user/phydev
* Description: Erizo - Material Design Agency Template
* Version: 1.0
* Tags: html, template, Portfolio, marketing, Personal, Erizo
======================================================================= */

/*------------------------------------------------------
Table of content
--------------------------------------------------------
1. General Styles (typography, links, Lsits, images , some classes, sections)
2. Pre Loader
3. Navigation
4. Side bar
5. Blog Standard Page
6. MASONRY BLOGS
7. Single Blog Post
8. Coming Soon Pages
9. 404 Error Pages
10. Footer
11. keyframes animation

------------------------------------------------------*/

/*----------------------------------------
General Styles
----------------------------------------*/
html, body {
  height: 100%;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  background-color: #fff;
  color: #757575;
  line-height: 1.75;
  letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3d4451;
  font-weight: 400;
  line-height: 1.1;
}
p {
  line-height: 1.5;
}
b, strong {
  font-weight: 700;
}
dfn, cite, em, i {
  font-style: italic; 
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
a, a:focus, a:hover, a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}
ul, ol {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.effect {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.hor-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ver-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.r-btn {
	font-weight: 700;
	border-width: 0;
	text-transform: uppercase;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.r-btn span {
	pointer-events: none;
}
.sm-btn {
  position: relative;
}
.sm-btn:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #fff;
  top: -5px;
  left: -6px;
  opacity: 0.1;
  pointer-events: none;
  z-index: -1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .4s ease-in;
  -moz-transition: all .4s ease-in;
  -ms-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
} 
.sm-btn:active:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ripple-effect {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  opacity: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation: ripple-animation 4.8s;
  -moz-animation: ripple-animation 4.8s;
  -ms-animation: ripple-animation 4.8s;
  animation: ripple-animation 4.8s;
}
.simple-btn {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 15px;
  height: 44px;
  width: 144px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.simple-btn:focus {
	outline: none;
}
.md-shadow {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
     -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
          box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.md-shadow.r-btn:hover {
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 2px 8px 0 rgba(0, 0, 0, 0.22), 0 2px 6px -1px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 2px 8px 0 rgba(0, 0, 0, 0.22), 0 2px 6px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 2px 8px 0 rgba(0, 0, 0, 0.22), 0 2px 6px -1px rgba(0, 0, 0, 0.3);
}
.md-shadow-2 {
  -webkit-box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56), 0 4px 25px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
     -moz-box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56), 0 4px 25px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
          box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56), 0 4px 25px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
}
.main-color {
	color: #03a9f4; /*CHANGE*/
}
.main-color-bg {
	background-color: #03a9f4;  /*CHANGE*/
	color: #fefefe;
}
.main-color-bg.r-btn:hover, .main-color-bg.r-btn:focus{
	background-color: #2bb0ec; /*CHANGE*/
  color: #fafafa;
}

.slide-left {
    -webkit-animation: slide-left .8s .4s ease-out;
    -moz-animation: slide-left .8s .4s ease-out;
    animation: slide-left .8s .4s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.slide-right {
    -webkit-animation: slide-right .8s .4s ease-out;
    -moz-animation: slide-right .8s .4s ease-out;
    animation: slide-right .8s .4s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.slide-down {
    -webkit-animation: slide-down .8s .4s ease-out;
    -moz-animation: slide-down .8s .4s ease-out;
    animation: slide-down .8s .4s ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.section {
  padding: 90px 0;
}
.bg-lightgray {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
}
.section h3 {
  font-size: 20px;
  font-weight: 700;
}
.title-box {
  margin-bottom: 60px;
}
.title-box h2 {
  margin-top: 10px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 600;
}
.input {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 20px 2px;
}
.input-field {
  position: relative;
  top: 16px;
  width: 100%;
  height: 44px;
  padding: 10px 6px;
  margin-left: 30px;
  color: #000;
  font-size: 16px;
  background: transparent;
  border: 0 none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.input-label {
  position: absolute;
  width: 100%;
  font-weight: 400;
  height: 44px;
  padding: 10px 14px;
  left: 30px;
  bottom: 4px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.input-label .sub-form-icon {
  position: absolute;
  font-size: 20px;
  bottom: -2px;
  left: -28px;
}
.input-label .sub-form-icon .fa {
  color: #888;
}
.input-label:before, .input-label:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96%;
  border-bottom: 2px solid #ddd;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  transition: all .4s ease-out
}
.input-label:after {
  border-bottom: 2px solid;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
.input-label .input-label-content {
  display: inline-block;
  font-size: 16px;
  color: #888;
}
.textarea-input .input-field {
  height: 140px;
  resize: none;
}
.textarea-input .input-label .input-label-content {
  position: relative;
  bottom: 100px;
}
.textarea-input .input-label .sub-form-icon {
  bottom: 100px;
}
.input-field:focus {
  outline: none;
  border: 0 none;
  background: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.input-field:focus + .input-label .sub-form-icon .fa {
  color: inherit;
}
.input-field:focus + .input-label:after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.input-field:focus + .input-label .input-label-content,
.input-filled + .input-label .input-label-content {
  color: inherit;
  -webkit-transform: scale(0.8) translate(-10px, -40px);
     -moz-transform: scale(0.8) translate(-10px, -40px);
      -ms-transform: scale(0.8) translate(-10px, -40px);
          transform: scale(0.8) translate(-10px, -40px);
}


/*----------------------------------------
Pre Loader
----------------------------------------*/
.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  z-index: 999;
}
.spinner {
  width:65px;
  height:65px;
  -webkit-animation: rotator 1.4s linear infinite;
  -moz-animation: rotator 1.4s linear infinite;
          animation: rotator 1.4s linear infinite;
}
.spinner .path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
     -moz-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
          animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}


/*----------------------------------------
Navigation
----------------------------------------*/
.main-nav {
  position: fixed;
  width: 100%;
  height: 60px;
  padding: 0 24px;
  top: 0;
  left: 0;
  background-color: #232323;
  z-index: 20;
}
.nav-logo {
  display: block;
  float: left;
  width: 72px;
  padding: 4px 10px;
  margin: 0;
  margin-left: 6px;
}
.nav-menu {
  position: relative;
  float: right;
}
.nav-menu li {
  display: inline-block;
  width: 82px;
  float: left;
  text-align: center;
  color: #e0e0e0;
}
.nav-menu li a {
  display: block;
  padding: 20px 10px;
  font-size: 13px;
  font-weight: 700;
}
.nav-menu-line {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s , -moz-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
     -moz-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
       -o-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
          transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}
.nav-menu li a:hover {
  color: #fff;
}
.sticky-nav {
  background-color: #232323;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
     -moz-box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
          box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
}
.sticky-nav .nav-logo  {
  width: 72px;
  padding: 4px 10px;
}
.sticky-nav .active {
  color: #fff;
}
.sticky-nav .nav-menu-line {
  height: 3px;
}
.sticky-nav li:nth-child(1).active ~ .nav-menu-line {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
.sticky-nav li:nth-child(2).active ~ .nav-menu-line {
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
}
.sticky-nav li:nth-child(3).active ~ .nav-menu-line {
    -webkit-transform: translateX(200%);
       -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
            transform: translateX(200%);
}
.sticky-nav li:nth-child(4).active ~ .nav-menu-line {
    -webkit-transform: translateX(300%); 
       -moz-transform: translateX(300%); 
        -ms-transform: translateX(300%); 
            transform: translateX(300%);
}
.sticky-nav li:nth-child(5).active ~ .nav-menu-line {
    -webkit-transform: translateX(400%);  
       -moz-transform: translateX(400%);  
        -ms-transform: translateX(400%);  
            transform: translateX(400%);
}
.sticky-nav li:nth-child(6).active ~ .nav-menu-line {
    -webkit-transform: translateX(500%);
       -moz-transform: translateX(500%);
        -ms-transform: translateX(500%);
            transform: translateX(500%);
}
.sticky-nav li:nth-child(7).active ~ .nav-menu-line {
    -webkit-transform: translateX(600%);
       -moz-transform: translateX(600%);
        -ms-transform: translateX(600%);
            transform: translateX(600%);
}
.sticky-nav li:nth-child(8).active ~ .nav-menu-line {
    -webkit-transform: translateX(700%);
       -moz-transform: translateX(700%);
        -ms-transform: translateX(700%);
            transform: translateX(700%);
}
.mobile-menu {
  position: absolute;
  width: 280px;
  height: 100vh;
  text-align: center;
  padding: 0;
  padding-top: 70px;
  top: 0;
  right: -280px;
  background-color: #232323;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.67, 0.64, 0.49, 0.96);
  transition: -webkit-transform 0.3s cubic-bezier(0.67, 0.64, 0.49, 0.96);
  -o-transition: transform 0.3s cubic-bezier(0.67, 0.64, 0.49, 0.96);
  -moz-transition: transform 0.3s cubic-bezier(0.67, 0.64, 0.49, 0.96), -moz-transform 0.3s cubic-bezier(0.67, 0.64, 0.49, 0.96);
  transition: transform 0.3s cubic-bezier(0.67, 0.64, 0.49, 0.96);
  transition: transform 0.3s cubic-bezier(0.67, 0.64, 0.49, 0.96), -webkit-transform 0.3s cubic-bezier(0.67, 0.64, 0.49, 0.96), -moz-transform 0.3s cubic-bezier(0.67, 0.64, 0.49, 0.96);
  z-index: 99;
}
.main-nav .open-btn, .mobile-menu .close-btn {
  position: absolute;
  width: 28px;
  height: 30px;
  right: 30px;
  top: 16px;
  outline: none;
  z-index: 11;
}
.open-btn span, .close-btn span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 6px 0;
  position: relative;
  background-color: #fefefe;
}
.close-btn span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px,6px);
     -moz-transform: rotate(45deg) translate(6px,6px);
      -ms-transform: rotate(45deg) translate(6px,6px);
          transform: rotate(45deg) translate(6px,6px);
}
.close-btn span:nth-child(2) {
  display: none;
  opacity: 0;
}
.close-btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(0px,0px);
     -moz-transform: rotate(-45deg) translate(0px,0px);
      -ms-transform: rotate(-45deg) translate(0px,0px);
          transform: rotate(-45deg) translate(0px,0px);
}
.mobile-menu ul li a {
  display: block;
  position: relative;
  margin-top: 2px;
  padding: 10px 0;
  padding-left: 40px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  color: #c0c0c0;
}
.mobile-menu ul li a:hover {
  background-color: #333;
}
.pushy-right .mobile-menu {
  -webkit-transform: translateX(-280px);
  -moz-transform: translateX(-280px);
  -ms-transform: translateX(-280px);
  -o-transform: translateX(-280px);
  transform: translateX(-280px);
}
.pushy-right .after-menu-nav {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 15;
}

/*----------------------------------------
Side bar
----------------------------------------*/
.side-bar .widget {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}
.side-bar .widget:not(.widget-search) {
  border: 1px solid #eee;
  padding: 20px;
}
.side-bar .widget-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
  margin-top: 10px;
  text-transform: uppercase;
}
.widget ul li {
  padding: 16px 0;
  border-bottom: 1px solid #e8e8e8;
}
.widget ul li:last-child {
    border-bottom: 0;
}
.widget ul li a {
  display: block;
  color: #666;
  font-weight: 700;
  font-size: 14px
}
.widget ul li a:hover {
  color: inherit;
}
.widget ul li span {
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  color: #999;
  margin-top: 10px;
}

.widget-search .form-control {
  height: 40px;
  border: 1px solid #eee;
  outline: none;
  font-size: 13px;
  padding: 10px 23px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.widget-search .input-group-btn .btn-search {
  color: #fff;
  padding: 10px 18px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.widget-tags .tags {
  margin-top: 30px;
}
.widget-tags .tags a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  padding: 6px 12px;
  margin: 0 5px 5px 0;

}

/*----------------------------------------
Blog Standard
----------------------------------------*/
.main-nav-blogs {
  position: absolute;
}
.main-nav-blogs .mobile-menu {
	position: fixed;
}
.blog-header {
  position: relative;
  background-image: url('../img/apply.jpg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
 .blog-header:after {
  width: 100%;
  left: 0;
  z-index: 5;
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  background-color: rgba(0,0,0,.48);
}
.blog-header-content {
  position: relative;
  padding-top: 160px;
  padding-bottom: 140px;
  z-index: 8;
}
.blog-header-content h1 {
  color: #fff;
  font-weight: 700;
}

.main-wrapper {
  padding: 60px 0;
}
.single-blog-standard {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.single-blog-standard-meta {
  padding: 6px 14px;
}
.category-link  {
  margin-top: 10px;
}
.single-blog-standard-meta h3 {
  margin: 16px 0;
  font-weight: 700;
}
.single-blog-standard-meta h3:hover {
  color: #666;
}
.single-blog-standard-meta .simple-btn {
  margin-top: 24px;
}
.single-blog-standard .blog-date {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 62px;
  height: 62px;
  padding: 3px;
}
.post-groups .blog-pagination {
  margin-top: 70px;
  margin-bottom: 30px;
}
.pagination-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.pagination-btn .r-btn {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
    border-radius: 50%;
}
.pagination-btn .r-btn:hover,
.pagination-btn .r-btn:focus,
.pagination-btn .r-btn.active {
  background-color: inherit;
  color: #fff;
}
.pagination-btn .r-btn span {
  -webkit-animation-duration: 34s;
     -moz-animation-duration: 34s;
          animation-duration: 34s;
}


/*----------------------------------------
MASONRY BLOGS
----------------------------------------*/
.single-blog {
  position: relative;
  margin-top: 86px;
  margin-bottom: 30px;
  padding-bottom: 14px;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.blog-img {
  display: block;
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-bottom: -20px;
  bottom: 50px;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.blog-img span {
  -webkit-animation-duration: 18s;
     -moz-animation-duration: 18s;
          animation-duration: 18s;
}
.single-blog:hover .blog-img {
  bottom: 60px;
  -webkit-box-shadow: 0 26px 38px -12px rgba(0,0,0,0.56), 0 4px 25px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
     -moz-box-shadow: 0 26px 38px -12px rgba(0,0,0,0.56), 0 4px 25px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
          box-shadow: 0 26px 38px -12px rgba(0,0,0,0.56), 0 4px 25px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
}
.blog-content {
  padding: 0 14px;
}
.blog-content p {
  margin: 10px 4px;
  font-size: 14px;
}
.blog-content a:hover h3 {
  color: #666;
}

.single-blog-2 {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
  overflow: hidden;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.single-blog-2:hover {
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 2px 8px 0 rgba(0, 0, 0, 0.22), 0 2px 6px -1px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 2px 8px 0 rgba(0, 0, 0, 0.22), 0 2px 6px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 2px 8px 0 rgba(0, 0, 0, 0.22), 0 2px 6px -1px rgba(0, 0, 0, 0.3);
}
.single-blog-2 .blog-date {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 58px;
  height: 58px;
  padding: 3px;
}
.blog-content-2 {
  padding: 10px 20px;
}
.blog-content-2 a {
  position: relative;
}
.blog-content-2 h3 {
  font-weight: 700;
  margin-top: 14px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.blog-content-2 h3:hover {
  color: #666;
}
.blog-content-2 a .left-line {
  left: 8px;
  width: 4px;
  height: 42px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.blog-content-2 p {
  margin-top: 12px;
}
.blog-content-2 .blog-footer {
  position: relative;
  margin: 0 -20px -10px -20px;
  padding-bottom: 80px;
  border-top: 1px solid #e0e0e0;
}
.blog-content-2 .blog-footer:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  left: 50%;
  background-color: #e0e0e0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.blog-content-2 .blog-footer .simple-btn {
  width: 128px;
  margin-top: 20px;
}
.blog-content-2 .blog-footer .blog-comment {
  display: block;
  margin-top: 30px;
  text-align: center;
  font-weight: 700;
}

/*----------------------------------------
Single Blog Post
----------------------------------------*/
.main-post {
  padding: 15px;
}
.post-header {
  margin-bottom: 40px;
}
.main-post p {
  line-height: 1.7;
}
.blog-details-footer {
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 0 15px;
}
.blog-details-footer ul {
  margin-bottom: 20px;
  height: 36px;
  line-height: 36px;
}
.blog-details-footer .social-menu .fa {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 20px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.blog-details-footer .social-menu .fa:hover {
  color: #fafafa;
  background-color: #5f5f5f;
  -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.2);
}
.comment-section {
  padding: 20px 0;
}
.comment-section h3 {
  font-weight: 700;
  margin-top: 40px;
}
.comment-list {
  padding: 15px;
  margin-top: 15px;
}
.comment-left,
.comment-right {
  display: table-cell;
  vertical-align: top; 
}
.comment-left {
  padding-right: 20px;
}
.comment-right {
  padding-right: 20px;
}
.comment-list small {
  display: block;
  margin-bottom: 14px;
}
.img-figure {
  height: 90px;
  width: 90px;
  border: 4px solid;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%
}
.comment-form {
  margin-top: 20px;
}

/*----------------------------------------
Coming Soon Pages
----------------------------------------*/
.comingSoon-home {
	position: relative;
	height: 100%;
	min-height: 820px;
	background: url(http://placehold.it/1240x800);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
.home-table {
	display: table;
	width: 100%;
	height: 100%;
}
.home-cell {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding-top: 40px;
	padding-right: 15px;
	padding-left: 15px;
	color: #fff;
	z-index: 9;
}
.comingSoon-home .slogan {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
  color: #fafafa;
  font-size: 38px;
  font-weight: 400;
}
.comingSoon-home .slogan:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  background: #c7c7c7;
  bottom: -6px;
  left: 10%;
}
.comingSoon-home h5 {
  max-width: 610px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.8;
  color: #eee;
}
.home-overlay {
	position: absolute;
	opacity: 0.2;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 5;
}
.newsletter-form {
	text-align: left;
}
.newsletter-form .input-field {
	margin-left: 44px;
	color: #fff;
}
.newsletter-form .input-label .sub-form-icon {
	font-size: 30px;
	bottom: -8px;
}
.newsletter-form .input-label:before,
.newsletter-form  .input-label:after {
	left: 12px;
}
.newsletter-form .input-label .input-label-content {
	position: relative;
	left: 8px;
	color: #eee
}
.newsletter-form .input-label .sub-form-icon .fa {
  color: #fafafa;
}
#countdown {
	margin-top: 40px;
	margin-bottom: 50px;
}
.countdown-part {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  border: 3px solid #dedede;
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.16);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  }
.countdown-part h1 {
	color: #fff;
	margin-top: 26px;
	font-weight: 400;
	font-size: 28px;
	line-height: 20px;
}
.countdown-part p {
	color: #eee;
}

.more-info h2 {
  font-weight: 700;
	margin-bottom: 26px;
}
.more-info p {
	margin-top: 14px;
	line-height: 1.8;
}
.more-info .contact-details {
  padding: 26px 10px;
}
.more-info .contact-details p {
  margin: 14px 24px;
}
.more-info .contact-details p i {
  margin-right: 12px;
  font-size: 20px;
  text-align: center;
  line-height: 42px;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.error, .success {
  margin: 15px ;
  text-align: center;
}
.error {
  color: #D32F2F;
}
.success {
  color: #00C853;
}

/*----------------------------------------
404 Error Pages
----------------------------------------*/
.error-section {
  height: 80%;
  min-height: 620px;
}
.error-section .big-number h1 {
  display: inline-block;
  font-size: 104px;
  font-weight: 700;
  color: #333;
}
.error-section .error-zero {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0 5px;
  border: 16px solid;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.5);
}
.error-section .error-zero:after {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  top: -3px;
  left: -3px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  z-index: 4;
}
.error-section .error-zero span {
  font-size: 13px;
  font-weight: 700;
  color: #232323;
  z-index: 5
}
.error-section h5 {
  max-width: 610px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.8;
}
.error-section .simple-btn {
  width: 180px;
}

/*----------------------------------------
Footers
----------------------------------------*/
.footer .footer-top {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #232328;
}
.footer .title {
  color: #ddd;
}
.footer nav ul a, .footer p {
  color: #949494;
  font-size: 14px;
}
.footer nav ul a:not(.r-btn):hover {
  color: #c7c7c7;
}
.footer .social-btn {
  position: relative;
  display: inline-block;
  padding: 2px 6px;
  color: #ddd;
}
.footer .social-btn .fa {
  font-size: 20px;
  position: relative;
  top: 1px;
  width: 24px;
}

.footer-2 .footer-top {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #232323;
}
.footer-2 .footer-part {
  margin-bottom: 30px;
}
.footer-2 .title {
  margin-bottom: 22px;
  color: #fff;
}
.footer-2 nav ul a, .footer p {
  color: #eee;
  font-size: 14px;
  margin-bottom: 6px;
}
.footer-2 .social-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin: 0 6px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 8px 0px rgb(0, 0, 0);
  -moz-box-shadow: 0px 2px 8px 0px rgb(0, 0, 0);
  box-shadow: 0px 2px 8px 0px rgb(0, 0, 0)
}
.footer-2 .social-btn .r-btn {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 40px;
  font-size: 18px;
  background-color: #fff;
  color: #232323;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.footer-2 .social-btn .r-btn:hover {
  background-color: inherit;
  color: inherit;
}
.footer-2 .social-btn .r-btn span {
  -webkit-animation-duration: 36s;
     -moz-animation-duration: 36s;
          animation-duration: 36s;
}
.scroll-btn {
  position: absolute;
  top: -20px;
  right: 36px;
  width: 46px;
  height: 46px;
  font-size: 20px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  z-index: 5;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
     -moz-box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
          box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
}
.scroll-btn:hover, .scroll-btn:focus {
  color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
     -moz-box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
          box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
}
.scroll-btn span {
  -webkit-animation-duration: 24s;
     -moz-animation-duration: 24s;
          animation-duration: 24s;
}
.footer-bottom {
  background-color: #1c1c1c;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-bottom p {
  font-size: 12px;
  color: #ccc;
  margin: 0;
}


/*----------------------------------------
 Mediaqueries
----------------------------------------*/
@media screen and (min-width: 768px) {
	.comingSoon-home .slogan {
		font-size: 64px;
	}
	.countdown-part {
	    width: 150px;
	    height: 150px;
	}
	.countdown-part h1 {
		margin-top: 34px;
		font-size: 38px;
		line-height: 1.1;
	}
	.comingSoon-home h5, 
  .error-section h5 {
		font-size: 15px;
		letter-spacing: 1px;
	}

  .error-section .big-number h1 {
    font-size: 250px;
  }
  .error-section .error-zero {
    width: 180px;
    height: 180px;
    margin: 0 16px;
    border: 34px solid;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  .error-section .error-zero:after {
    width: 126px;
    height: 126px;
    top: -7px;
    left: -7px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
  }
  .error-section .error-zero span {
    font-size: 22px;
  }

  .footer .footer-top {
    text-align: left;
  }
  .scroll-btn {
    top: -24px;
    width: 56px;
    height: 56px;
    font-size: 24px;
    line-height: 52px;
  }
}

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

  .main-nav {
    height: 90px;
    padding: 18px 24px;
    background-color: transparent;
  }
  .main-nav.sticky-nav {
    height: 60px;
    padding: 0 24px;
    background-color: #232323;
  }
  .nav-logo {
    width: 80px;
    padding: 0 10px;
  }
  .after-menu-nav {
    display: none;
  }
}

/*----------------------------------------
keyframes animation
----------------------------------------*/


/* Preloader Animations*/
@-webkit-keyframes rotator {
  0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
  }
}

@-moz-keyframes rotator {
  0% {
      -moz-transform: rotate(0deg);
           transform: rotate(0deg);
  }
  100% {
      -moz-transform: rotate(270deg);
           transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
      -webkit-transform: rotate(0deg);
         -moz-transform: rotate(0deg);
              transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(270deg);
         -moz-transform: rotate(270deg);
              transform: rotate(270deg);
  }
}

@-webkit-keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}

@-moz-keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}

@keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
     -webkit-transform: rotate(450deg);
             transform: rotate(450deg);
  }
}

@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -moz-transform: rotate(135deg);
         transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
     -moz-transform: rotate(450deg);
          transform: rotate(450deg);
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
     -webkit-transform: rotate(450deg);
        -moz-transform: rotate(450deg);
             transform: rotate(450deg);
  }
}

/* ripple button Animation*/
@-webkit-keyframes ripple-animation {
    from {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0.2;
    }
    to {
      -webkit-transform: scale(100);
              transform: scale(100);
      opacity: 0;
    }
}
@-moz-keyframes ripple-animation {
    from {
      -moz-transform: scale(1);
      transform: scale(1);
      opacity: 0.2;
    }
    to {
      -moz-transform: scale(100);
           transform: scale(100);
      opacity: 0.;
    }
}
@keyframes ripple-animation {
    from {
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
          transform: scale(1);
      opacity: 0.2;
    }
    to {
      -webkit-transform: scale(100);
         -moz-transform: scale(100);
          transform: scale(100);
      opacity: 0;
    }
}
.nav-logo {
    width: 100%;
    padding: 0;
}
.nav-logo h1 {
    color: #fff;
    margin-top: 10px;
}
.single-price {
    padding: 15px;
}
.social {
    list-style: none;
    padding: 0;
    margin-left: 24px;
}
.social li {
    display: inline-block;
    margin-right: 15px;
}
.social li a {
    color: #fff;
    font-size: 24px;
}
@media screen and (min-width:767px) {
    .nav-logo {
        width: 50%;
    }
    .nav-logo h1 {
        color: #fff;
    }
    .sticky-nav .nav-logo {
        width: 50%;
        padding: 0;
    }
    .sticky-nav .nav-logo h1 {
        font-size: 24px;
    }
}