/*=======================================================================
* 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 , Helper classes, sections)
2. Pre Loader
3. Navigation
4. Home
5. About
6. Services
7. Work
8. News
9. Pricing
10. Contact
11. Footer
12. Mediaqueries
13. 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%);
}
.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 {
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 15px;
  display: block;
  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: #4285f4; /*CHANGE*/
}
.main-color-bg {
	background-color: #4285f4;  /*CHANGE*/
	color: #fefefe;
}
.main-color-bg.r-btn:hover, .main-color-bg.r-btn:focus{
	background-color: #367cf1; /*CHANGE*/
  	color: #fafafa;
}

.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;
}
/*----------------------------------------
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;
}

/*----------------------------------------
Home
----------------------------------------*/
#home {
  position: relative;
  height: 100%;
  min-height: 610px;
  background-image: url('../img/slide.jpg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.15;
  z-index: 5;
}
.home-table {
  display: table;
  width: 100%;
  height: 100%;
}
.home-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding-top: 80px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  z-index: 9;
}
.home-cell h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  color: #fafafa;
}
.home-cell p {
  max-width: 900px;
  margin: 0px auto;
  margin-bottom: 20px;
  padding: 26px;
  font-size: 15px;
  line-height: 26px;
}
.silver-title {
  color: #cecece;
  font-weight: 800;
}
.home-btn {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
}

/*----------------------------------------
About
----------------------------------------*/
.single-feature {
  padding: 10px;
}
.single-feature .icon-box {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 90px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.about-iframe {
  border: 0;
  height: 360px;
  width: 100%;
}
.skills-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.progress-bar-linear {
  margin: 21px 10px 20px;
}
.progress-bar-text {
  margin-bottom: 6px;
  font-size: 14px;
}
.progress-bar-linear .progress-bar-skills {
  position: relative;
  width: 100%;
  background-color: #cecece;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.progress-bar-skills .progress-bar-line {
  position: relative;
  width: 10%;
  height: 8px;
  -webkit-transition: all 1.4s ease-out;
  -o-transition: all 1.4s ease-out;
  -moz-transition: all 1.4s ease-out;
  transition: all 1.4s ease-out;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px
}
.progress-bar-line .progress-cont {
  position: absolute;
  right: -16px;
  top: -16px;
  font-size: 13px;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
}
.progress-bar-line .progress-cont span {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #fff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/*----------------------------------------
Services
----------------------------------------*/
.single-service {
  margin-bottom: 20px;
}
.service-icon {
  padding-top: 30px;
}
.single-service i {
  display: block;
  position: relative;
  margin: 0 auto;
  height: 60px;
  width: 60px;
  font-size: 30px;
  text-align: center;
  line-height: 58px;
  text-indent: 1px;
  border: 1px solid;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.single-service i span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}
.single-service i:before {
  position: relative;
  z-index: 4;
}
.single-service:hover i {
  color: #fafafa;
}
.single-service:hover i span {
  opacity: 1;
}
.count i {
  width: 70px;
  height: 70px;
  margin: 20px 0;
  font-size: 32px;
  line-height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
h2.timer {
  font-weight: 700;
}
.count p {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;

}

/*----------------------------------------
Work
----------------------------------------*/
#work-list {
  margin-bottom: 36px;
}
#work-list li {
  display: inline-block;
  margin: 4px;
  font-size: 16px;
  font-weight: 700;
}
#work-list li a {
  display: block;
  position: relative;
  font-size: 14px;
  padding: 11px 22px;
}
#work-list li a:hover, #work-list li a:focus {
  color: #222;
}
.filter-active {
  color: #222;
  background-color: #ddd;
  -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);
}
.work-item {
  -webkit-animation: work-animation .4s ease-in;
  -moz-animation: work-animation .4s ease-in;
  animation: work-animation .4s ease-in;
}
.single-work {
  margin-bottom: 30px;
}
.filtered {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.single-work a {
  display: block;
  position: relative;
  background-color: #f8f8f8;
}
.single-work a span {
  -webkit-animation-duration: 18s;
     -moz-animation-duration: 18s;
          animation-duration: 18s;
}
.work-content {
  padding: 4px 28px;
}
.work-content h4 {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
}
.work-content p {
  margin-bottom: 8px;
  text-transform: uppercase;
}

/*----------------------------------------
Team
----------------------------------------*/
.single-team {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.single-team .cover {
  margin-bottom: -76px;
  max-height: 160px;
  overflow: hidden;
}
.single-team .user-img {
  display: block;
  position: relative;
  width: 140px;
  margin: 0 auto;
  overflow: hidden;
  border: 4px solid;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.single-team .content {
  padding: 0 14px;
}
.single-team p:not(.description) {
  font-weight: 700;
}
.single-team .description {
  font-size: 14px;
}
.single-team .social-links {
  border-top: 1px solid #c7c7c7;
  padding: 8px;
  font-size: 20px;
}
.single-team .social-links a {
  margin: 0 6px;
}

.partner-img img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.partner-img img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/*----------------------------------------
News
----------------------------------------*/
.single-blog {
  position: relative;
  margin-top: 56px;
  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;
}
.read-more-btn {
  margin-top: 20px;
  margin-bottom: 0;
}

.subscribe-section {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  background-image: url(http://placehold.it/1000x660);
  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;
}
.subscribe-section:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.subscribe-section .row {
  position: relative;
  z-index: 5;
}
.subscribe-section h2 {
  color: #fff;
}
.subscribe-section p {
  color: #eee;
}
.subscribe-form {
  margin: 0 auto;
  width: 96%;
}
.subscribe-form .input-field {
  color: #fafafa;
}
.subscribe-form .input-label .input-label-content {
  color: #eee;
}
.subscribe-form button {
  margin-bottom: 10px;
  margin-top: 30px;
  cursor: pointer;
}

/*----------------------------------------
Pricing
----------------------------------------*/
.single-price {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.single-price .pricing-title {
  padding: 20px 10px 0;
}
.single-price .pricing-title h3 {
  margin: 4px 2px; 
}
.pricing-price {
  padding: 0 10px 20px;
}
.pricing-price h4 {
  font-size: 3em;
  font-weight: 400;
}
.pricing-list {
  margin: 10px 0;
}
.pricing-list li {
  text-align: left;
  padding: 14px 0;
  padding-left: 36px;
  border-bottom: 1px solid #ededed;
}
.pricing-list li:first-child {
  border-top: 1px solid #ededed;
}
.pricing-list .fa {
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-size: 20px;
}
.single-price .simple-btn {
  width: 160px;
  margin-bottom: 30px;
}
.single-price .dark-btn {
  background-color: #3a3a3a;
  color: #fafafa;
}

/*----------------------------------------
Contact
----------------------------------------*/
#contact .section {
  position: relative;
  background-image: url('../img/contact.jpg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
#contact .section:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
#contact .section .row {
  position: relative;
  z-index: 5;
}
#contact h2, #contact h3 {
  color: #fff;
}
#contact p {
  color: #eee;
  font-size: 14px;
}

.contact-box {
  padding: 10px 6px;
}
.contact-box h3 {
  margin: 8px 10px;
}
.contact-box .contact-text {
  margin: 20px 10px;
  padding-top: 4px;
}
.contact-details {
  padding: 20px 10px;
}
.contact-details p {
  margin: 24px;
}
.contact-details p i {
  margin-right: 16px;
  font-size: 20px;
  text-align: center;
  line-height: 42px;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.form-section {
  position: relative;
  margin-top: 30px;
  padding-bottom: 6px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.form-head {
  display: block;
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 20px 10px;
  bottom: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.form-head h3 {
  margin: 8px 2px;
  font-size: 18px;
  color: #fafafa;
}
.input {
  display: block;
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  padding: 20px 2px;
}
.input-field {
  position: relative;
  top: 16px;
  width: 100%;
  height: 44px;
  padding: 10px 6px;
  margin: 0;
  color: #000;
  font-size: 16px;
  background: transparent;
  border: 0 none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.textarea-input {
  margin-top: 4px;
}
.input-label {
  position: absolute;
  width: 100%;
  font-weight: 400;
  height: 44px;
  padding: 10px 14px;
  left: 0;
  bottom: 4px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.input-label:before, .input-label:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96%;
  border-bottom: 2px solid #c0c0c0;
  -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: #5a5a5a;
}
.textarea-input .input-field {
  height: 150px;
  resize: none;
}
.textarea-input .input-label .input-label-content {
  position: relative;
  bottom: 110px;
}
.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: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);
}
.form-section button {
  cursor: pointer;
  margin-top: 0;
}
.error, .success {
  margin: 15px ;
  text-align: center;
}
.error {
  color: #D32F2F;
}
.success {
  color: #00C853;
}

/*----------------------------------------
Footer
----------------------------------------*/
.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: 2px;
  width: 24px;
}
.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: 18s;
     -moz-animation-duration: 18s;
          animation-duration: 18s;
}
.footer .footer-bottom {
  background-color: #1d1d21;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-bottom p {
  font-size: 12px;
  color: #ccc;
  margin: 0;
}

/*----------------------------------------
 Mediaqueries
----------------------------------------*/
@media screen and (max-width: 768px) {

  .left-service .service-text {
    text-align: left;
    float: right;
  }
  .left-service .service-icon {
    float: left;
  }

}

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

  .home-cell h1 {
    font-size: 45px;
  }
  .home-cell p {
    line-height: 30px;
  }

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

  .subscribe-form {
    width: 550px;
  }

}

@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;
  }

  .single-service i {
    height: 80px;
    width: 80px;
    font-size: 38px;
    line-height: 78px;
    text-indent: 3px;
  }
  
}

/*----------------------------------------
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);
  }
}

/* Sceolling Animations*/
@-webkit-keyframes slide-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-moz-keyframes slide-down {
  from {
    opacity: 0;
    -moz-transform: translateY(30px);
         transform: translateY(30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0px);
         transform: translateY(0px);
  }
}

@keyframes slide-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
       -moz-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/* 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;
    }
}

/* Work Items Animation*/
@-webkit-keyframes work-animation {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes work-animation {
  from {
    -moz-transform: scale(0);
         transform: scale(0);
  }
  to {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes work-animation {
  from {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
.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;
    }
}