/**
* @template:  Nerve

TABLE OF CONTENTS

	* Global
		+ Navbar
		+ Header
		+ Hero
		+ Portfolio
		+ Numbers
		+ Services
		+ clients
		+ Team
		+ Ready
		+ Price
		+ Blog
		+ Contact
		+ Brands
		+ Footer
		+ Blog Page
		+ Responsive
		
*/
@import url(main.css);
/* -------------------------------------------------------
                     Global 
-------------------------------------------------------- */
body {
  font-family: 'Open Sans', sans-serif;
  color: #202125;
  font-weight: 400;
}

.section-padding {
  padding: 100px 0;
}

p {
  color: #202125;
  line-height: 1.8;
  font-size: 14px;
  word-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}

.sm-title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}

.section-head {
  margin-bottom: 100px;
}
.section-head h6 {
  font-size: 10px;
  letter-spacing: 4px;
  color: #45BA8D;
  margin-bottom: 15px;
}
.section-head h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 30px;
}

.button-top {
  position: fixed;
  bottom: -200px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  background: #888;
  z-index: 99999999;
  opacity: .5;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}
.button-top:hover {
  opacity: .8;
}

.button-show {
  bottom: 20px;
}

.butn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #45BA8D;
  border-radius: 30px;
  padding: 10px 30px;
  background: #45BA8D;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.butn span {
  position: relative;
  z-index: 2;
}
.butn:hover span {
  color: #45BA8D;
}
.butn:hover:after, .butn:hover:before {
  height: 55%;
}
.butn:after, .butn:before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: 0;
}
.butn:before {
  top: 0%;
}
.butn:after {
  bottom: 0%;
}

.butn-lx {
  font-size: 16px;
  padding: 10px 30px;
}

.icon {
  color: #45BA8D !important;
}

/* -------------------------------------------------------
                     Navbar 
-------------------------------------------------------- */
.navbar-default {
  padding: 20px 0 30px;
  background: none;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.navbar-default .navbar-nav > li > a {
  margin: 0 !important;
  color: #eee !important;
  padding: 0 !important;
}
.navbar-default .navbar-nav > li {
  font-size: 14px;
  margin: 25px 20px 0;
  padding: 5 10px;
  background: none;
  cursor: pointer;
  position: relative;
}
.navbar-default .navbar-nav > li .active {
  color: #45BA8D !important;
  background: none;
}

.nav-scroll {
  background: #fff;
  border-bottom: 1px solid rgba(12, 12, 12, 0.04);
  min-height: 60px;
  line-height: 60px;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.nav-scroll .logo {
  padding-top: 5px;
}
.nav-scroll .navbar-nav > li > a {
  color: #111 !important;
}

.logo {
  width: 170px;
  float: left;
  *padding-top: 15px;
}

.navbar-light .navbar-nav > li > a {
  color: #222 !important;
  font-weight: 700 !important;
}

/* -------------------------------------------------------
                     Header 
-------------------------------------------------------- */
.header {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-attachment: fixed;
}
.header .owl-carousel {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header .item {
  height: 100vh !important;
  width: 100%;
}
.header .item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 4;
}
.header .item .v-middle {
  z-index: 7;
  margin-top: 15px;
}
.header .slide-1, .header .slide-2, .header .slide-3 {
  background-size: cover !important;
}
.header .caption {
  text-align: center;
  padding-top: 30px;
  color: #fff;
}
.header .caption h4 {
  font-size: 65px;
  font-weight: 100;
  margin-bottom: 15px;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.header .caption h1 {
  font-size: 65px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.header .caption p {
  color: #eee;
  font-weight: 300;
  font-size: 17px;
  word-spacing: 2px;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.header .caption .butn {
  margin-top: 30px;
  font-weight: 600;
  letter-spacing: .5px;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.header .owl-nav {
  position: absolute;
  bottom: 5vh;
  left: 0;
  width: 100%;
}
.header .owl-nav .owl-next {
  right: 0;
}
.header .owl-nav .owl-prev {
  left: 0;
}
.header .owl-theme .owl-nav [class*=owl-] {
  background: transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-weight: 200 !important;
  position: absolute;
  top: -30px;
  z-index: 9;
}
.header .owl-theme .owl-nav [class*=owl-] i {
  font-size: 10px;
}
.header .owl-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 5vh;
}
.header .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #fff;
  width: 7px;
  height: 7px;
  margin: 0 3px;
}
.header .owl-dots .owl-dot span:hover {
  background: transparent !important;
  border-color: #45BA8D;
}
.header .owl-dots .active span {
  background: #45BA8D !important;
}

.light .caption {
  text-align: left;
  color: #222;
}
.light .caption p {
  color: #777;
}
.light .item:after {
  background: rgba(255, 255, 255, 0.4);
}

.colorful .item:after {
  display: none;
}

#canvas-basic {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* -------------------------------------------------------
                     Hero 
-------------------------------------------------------- */
.hero {
  padding-bottom: 0;
}
.hero .intro {
  margin-bottom: 80px;
}
.hero .intro h6 {
  color: #45BA8D;
  margin-bottom: 20px;
}
.hero .intro h4 {
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: uppercase;
  word-spacing: 4px;
}
.hero .intro p {
  color: #888;
}
.hero .feat {
  margin-bottom: 80px;
}
.hero .feat .item {
  padding: 0 15px;
}
.hero .feat .item:hover .icon {
  color: #45BA8D;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.hero .feat .item .icon {
  font-size: 50px;
  margin-bottom: 30px;
  color: #ccc;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.hero .feat .item h6 {
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 16px;
}
.hero .quote {
  background-image: url(../img/4.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 120px 0;
  text-align: center;
}
.hero .quote:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 1;
}
.hero .quote .container {
  position: relative;
  z-index: 7;
}
.hero .quote p {
  color: #eee;
  font-size: 24px;
  margin-bottom: 15px;
}
.hero .quote i {
  color: #999;
  padding: 0 5px;
  font-size: 18px;
}
.hero .quote span {
  color: #45BA8D;
}

/* -------------------------------------------------------
                     Portfolio 
-------------------------------------------------------- */
.portfolio {
  overflow: hidden;
  border-bottom: 1px solid #f5f5f5;
}
.portfolio .filtering span {
  padding: 8px 20px;
  background: #f5f5f5;
  margin: 0 5px;
  color: #777;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.portfolio .filtering span:after, .portfolio .filtering span:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #45BA8D;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.portfolio .filtering .active {
  color: #45BA8D;
}
.portfolio .filtering .active:after {
  bottom: 0;
  top: calc(100% - 1px);
  opacity: 1;
}
.portfolio .filtering .active:before {
  top: 0;
  opacity: 1;
}
.portfolio .items {
  padding: 0 15px;
  margin-bottom: 30px;
}
.portfolio .item-img {
  position: relative;
  overflow: hidden;
}
.portfolio .item-img:hover .item-img-overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portfolio .item-img:hover h6, .portfolio .item-img:hover .icons {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portfolio .item-img h6 {
  position: relative;
  margin-bottom: 15px;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .item-img span {
  font-style: italic;
  color: #777;
}
.portfolio .item-img-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.8);
  color: #222;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 2;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.portfolio .load {
  margin: 30px auto 0;
  border: 1px solid #eee;
  padding: 12px 30px;
  color: #555;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .load:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}

/* -------------------------------------------------------
                     Numbers 
-------------------------------------------------------- */
.numbers {
  padding: 80px 0;
  background-image: url(../img/2.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.numbers:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 1;
}
.numbers .container {
  position: relative;
  z-index: 3;
}
.numbers .item {
  text-align: center;
  color: #fff;
}
.numbers .item .icon {
  display: block;
  font-size: 40px;
  color: #45BA8D;
}
.numbers .item .numb {
  font-size: 40px;
  font-weight: 800;
}
.numbers .item h6 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  letter-spacing: .4px;
  text-transform: uppercase;
}

/* -------------------------------------------------------
                     Services 
-------------------------------------------------------- */
.services {
  overflow: hidden;
  padding-bottom: 70px;
}
.services .item {
  margin-bottom: 50px;
}
.services .item:hover .icon {
  color: #45BA8D;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.services .item .icon {
  font-size: 45px;
  color: #ccc;
  margin-bottom: 30px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.services .item h6 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}
.services .serv-img {
  padding-top: 30px;
}
.services .serv-img img {
  width: auto;
}

/* -------------------------------------------------------
                     Clients 
-------------------------------------------------------- */
.clients {
  background-image: url(../img/4.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
  position: relative;
}
.clients:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 1;
}
.clients .container {
  position: relative;
  z-index: 7;
  color: #fff;
}
.clients .item p {
  padding: 30px 0 20px;
  font-size: 20px;
  word-spacing: 2px;
  color: #eee;
  position: relative;
}
.clients .item p:after {
  content: "\201C";
  font-family: "FontAwesome";
  font-size: 150px;
  width: 0;
  height: 0;
  color: #888;
  position: absolute;
  top: 140px;
  left: 100px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: .2;
  z-index: -1;
}
.clients .item .cle-img {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  border: 5px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  overflow: hidden;
}
.clients .item .cle-img img {
  border-radius: 50%;
}
.clients .item h5 {
  font-size: 20px;
}
.clients .item h6 {
  color: #45BA8D;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.clients .owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #eee;
  margin: 2px;
  height: 6px;
  width: 6px;
}
.clients .owl-theme .owl-dots .owl-dot.active span,
.clients .owl-theme .owl-dots .owl-dot:hover span {
  background: #eee;
}

/* -------------------------------------------------------
                     Team 
-------------------------------------------------------- */
.team .item {
  margin-bottom: 50px;
}
.team .team-img {
  position: relative;
  overflow: hidden;
}
.team .team-img img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.team .team-img:hover .social-icon {
  top: 0;
}
.team .team-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.team .social-icon {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.team .social-icon .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
  color: #eee;
  font-size: 14px;
  margin: 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.team .social-icon .icon:hover {
  border-color: #45BA8D;
  color: #45BA8D;
}
.team .info {
  margin-top: 30px;
  text-align: center;
}
.team .info h6 {
  margin-bottom: 7px;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0;
}
.team .info span {
  font-size: 14px;
}
.team .owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #888;
  margin: 2px;
  height: 6px;
  width: 6px;
}
.team .owl-theme .owl-dots .owl-dot.active span,
.team .owl-theme .owl-dots .owl-dot:hover span {
  background: #888;
}
.team .owl-theme {
  position: relative;
}
.team .owl-theme .owl-nav [class*=owl-] {
  background: #f4f4f4;
  color: #222;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 30px);
}
.team .owl-theme .owl-nav [class*=owl-]:hover {
  border-color: #888;
}
.team .owl-carousel .owl-nav .owl-next {
  right: 0;
}
.team .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.skills {
  padding-top: 80px;
}
.skills .prog-item {
  margin-bottom: 30px;
}
.skills h6 {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 15px;
}
.skills .skills-progress {
  height: 20px;
  border-radius: 2px;
  width: 100%;
  background: #f5f5f5;
  position: relative;
  -webkit-box-shadow: 0px 4px 5px #eee inset;
          box-shadow: 0px 4px 5px #eee inset;
}
.skills .skills-progress span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 2px;
  background: #45BA8D;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
.skills .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  right: -10px;
  top: -34px;
  width: 35px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 10px;
  background: #444;
  color: #fff;
  border-radius: 2px;
}
.skills .skills-progress span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #444;
  position: absolute;
  top: -12px;
  right: -2px;
}

/* -------------------------------------------------------
                     Ready 
-------------------------------------------------------- */
.ready {
  background-image: url(../img/1.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
  position: relative;
}
.ready:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  z-index: 1;
}
.ready .container {
  position: relative;
  z-index: 7;
  color: #fff;
}
.ready h4 {
  font-size: 40px;
  font-weight: 200;
  margin-bottom: 10px;
}
.ready h4 span {
  font-weight: 600;
}
.ready p {
  color: #eee;
  margin-bottom: 30px;
  font-size: 18px;
}
.ready p span {
  color: #45BA8D;
}

/* -------------------------------------------------------
                     Price 
-------------------------------------------------------- */
.price .item {
  position: relative;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  padding: 0 15px;
  overflow: hidden;
  z-index: 8;
}
.price .item .type {
  padding: 30px 0;
}
.price .item .type h6 {
  font-size: 18px;
  font-weight: 600;
}
.price .item .mount {
  padding: 30px;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
}
.price .item .mount h2 {
  font-weight: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}
.price .item .mount h2 span {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: -20px;
}
.price .item .mount .per {
  display: block;
}
.price .item .featruse {
  padding: 30px 0;
}
.price .item .featruse p {
  margin-bottom: 10px;
}
.price .item .featruse p:last-child {
  margin-bottom: 0;
}
.price .item .purchase {
  padding: 30px 0;
  border-top: 1px solid #f4f4f4;
}
.price .item .purchase .butn {
  width: 80%;
  margin: auto;
  background: #212121 !important;
  border-color: #212121;
}
.price .item .purchase .butn:hover span {
  color: #212121 !important;
}
.price .active {
  border: 1px solid #45BA8D;
}
.price .active .mount h2 {
  color: #45BA8D;
}
.price .active .purchase .butn {
  background: #45BA8D !important;
  border-color: #45BA8D;
}
.price .active .purchase .butn:hover span {
  color: #45BA8D;
}

/* -------------------------------------------------------
                     Blog 
-------------------------------------------------------- */
.blog {
  background: #f5f5f5;
}
.blog .item {
  -webkit-box-shadow: 0px 0px 80px #f0f0f0;
          box-shadow: 0px 0px 80px #f0f0f0;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.blog .item .img-post {
  position: relative;
  overflow: hidden;
}
.blog .item .img-post:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.blog .item .img-post img {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.blog .item .img-post .vid {
  width: 80px;
  height: 80px;
  font-weight: 700;
  font-size: 80px;
  color: #fff;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
.blog .item .cont-post {
  padding: 30px 15px;
  background: #fff;
}
.blog .item .cont-post .tag {
  font-weight: 600;
  margin-bottom: 20px;
  color: #45BA8D;
}
.blog .item .cont-post h6 {
  color: #444;
  font-size: 18px;
}
.blog .item .cont-post .info {
  font-size: 12px;
  font-style: italic;
  color: #aaa;
  margin-top: 15px;
}
.blog .item .cont-post .info span {
  margin: 0 5px;
}
.blog .item .cont-post p {
  margin-top: 30px;
  color: #aaa;
}
.blog .text-over {
  position: relative;
}
.blog .text-over .cont-post {
  position: absolute;
  top: 7%;
  left: 5%;
  width: 90%;
  height: 86%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}
.blog .text-over .cont-post h6 {
  line-height: 1.6;
}

/* -------------------------------------------------------
                     Brands 
-------------------------------------------------------- */
.brands {
  padding: 50px 0;
}

/* -------------------------------------------------------
                     Contact 
-------------------------------------------------------- */
.contact {
  position: relative;
  overflow: hidden;
}
.contact .info {
  padding: 80px 0;
  background-image: url(../img/2.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
.contact .info:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .85;
  z-index: 1;
}
.contact .info .item {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: left;
}
.contact .info .item .icon {
  font-size: 40px;
  color: #45BA8D;
  padding: 15px 15px 15px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.contact .info .item .cont {
  display: inline-block;
  margin-left: 15px;
}
.contact .info .item h6 {
  margin-bottom: 10px;
  font-size: 11px;
}
.contact .info .item h5 {
  font-weight: 500;
  font-size: 15px;
  word-spacing: .5px;
}
.contact .contact-form {
  padding: 80px 50px;
}
.contact .form input, .contact .form textarea {
  width: 100%;
  padding: 14px;
  border: 0;
  border-radius: 5px;
  background: #f5f5f5;
  margin-bottom: 10px;
}
.contact .form textarea {
  height: 160px;
  max-width: 100%;
  max-height: 160px;
}
.contact .form input[type="submit"] {
  border: 1px solid #45BA8D;
  background: #45BA8D;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 14px;
  margin-bottom: 0;
  border-radius: 30px;
  text-transform: capitalize;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.contact .form input[type="submit"]:hover {
  background: transparent !important;
  color: #45BA8D;
}
.contact .contact-map {
  padding: 0;
  overflow: hidden;
}
.contact #ieatmaps {
  height: 100%;
  width: 100%;
}

/* -------------------------------------------------------
                     Footer 
-------------------------------------------------------- */
footer {
  background: #121212;
  padding: 70px 0;
}
footer p {
  float: left;
  color: #aaa;
  word-spacing: 2px;
  font-size: 15px;
}
footer .social-icon {
  float: right;
}
footer .social-icon span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 50%;
  color: #aaa;
  margin: 2px;
}
.navbar-default.top .social-icon {
	float: right;
}
.navbar-default.top .social-icon span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 50%;
  color: #eee;
  margin: 2px;
}

/* -------------------------------------------------------
                     Blog Page 
-------------------------------------------------------- */
.sub-header {
  height: 70vh;
}
.sub-header h6 {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 700;
}
.sub-header span {
  font-style: italic;
  margin: 0 3px;
}

.posts {
  background: #f9f9f9;
}
.posts .post .item {
  text-align: center;
  margin-bottom: 50px;
}
.posts .post .item .video-post {
  width: 100%;
  height: 450px;
}
.posts .post .item .video-post iframe {
  width: 100%;
  height: 100%;
}
.posts .post .item .cont-post {
  background: #fff;
  padding: 30px;
}
.posts .post .item .cont-post .tag {
  color: #45BA8D;
  margin-bottom: 15px;
}
.posts .post .item .cont-post h6 {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  margin-bottom: 15px;
  line-height: 1.5;
}
.posts .post .item .cont-post .info {
  margin-bottom: 30px;
}
.posts .post .item .cont-post .info span {
  color: #aaa;
  font-style: italic;
  font-size: 12px;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.posts .post .item .cont-post .info span:last-child {
  padding-right: 0;
  margin-right: 0;
}
.posts .post .item .cont-post .info span:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #eee;
  position: absolute;
  right: -5px;
  top: 10px;
}
.posts .post .item .cont-post .info span:last-child:after {
  display: none;
}
.posts .post .item .cont-post p {
  position: relative;
  padding-left: 60px;
  text-align: left;
}
.posts .post .item .cont-post p span {
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  font-size: 60px;
  text-transform: uppercase;
  position: absolute;
  top: -30px;
  left: 0;
}
.posts .post .item .cont-post .active {
  margin: 30px auto;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 20px #eee;
          box-shadow: 0px 0px 20px #eee;
  border-left: 5px solid #45BA8D;
  color: #777;
  font-size: 18px;
  border-radius: 5px;
}
.posts .post .item .cont-post .social-icon span {
  padding: 5px 15px;
  color: #fff;
  border-radius: 2px;
}
.posts .post .side-title {
  text-align: center;
}
.posts .post .side-title h6 {
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
}
.posts .post .side-title h6:before, .posts .post .side-title h6:after {
  content: '';
  width: 40px;
  height: 1px;
  background: #eee;
  position: absolute;
  top: 10px;
}
.posts .post .side-title h6:before {
  left: -50px;
}
.posts .post .side-title h6:after {
  right: -50px;
}
.posts .post .comm {
  padding: 30px;
  background: #fff;
  margin-bottom: 50px;
}
.posts .post .comm .comm-item {
  margin-bottom: 50px;
}
.posts .post .comm .comm-item .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  background: #eee;
}
.posts .post .comm .comm-item .comnts {
  margin-left: 70px;
}
.posts .post .comm .comm-item .comnts h6 {
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.posts .post .comm .comm-item .comnts span {
  font-style: italic;
  font-size: 12px;
  color: #888;
  margin-right: 15px;
  margin-bottom: 15px;
}
.posts .post .comm .comm-item .comnts span i {
  margin-right: 5px;
}
.posts .post .comm .comm-reply {
  margin-left: 70px;
}
.posts .post .lev-comm {
  padding: 30px;
  background: #fff;
  margin-bottom: 50px;
}
.posts .post .lev-comm input, .posts .post .lev-comm textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  margin-bottom: 15px;
  font-size: 12px;
}
.posts .post .lev-comm textarea {
  height: 140px;
  max-width: 100%;
  max-height: 140px;
}
.posts .post .lev-comm input[type="submit"] {
  background: #45BA8D;
  border-color: #45BA8D;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.posts .post .lev-comm input[type="submit"]:hover {
  opacity: .8;
}
.posts .post .numb span {
  padding: 5px 10px;
  border: 1px solid #888;
  margin: 0 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.posts .post .numb span:hover {
  background: #45BA8D;
  border-color: #45BA8D;
  color: #fff;
}
.posts .post .numb .active {
  border-color: #45BA8D;
  background: #45BA8D;
  color: #fff;
}
.posts .sidbar .widget {
  text-align: center;
  margin-bottom: 50px;
  background: #fff;
  position: relative;
  padding: 30px 15px;
}
.posts .sidbar .widget .side-title h6 {
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.posts .sidbar .widget .side-title h6:before, .posts .sidbar .widget .side-title h6:after {
  content: '';
  width: 40px;
  height: 1px;
  background: #eee;
  position: absolute;
  top: 10px;
}
.posts .sidbar .widget .side-title h6:before {
  left: -50px;
}
.posts .sidbar .widget .side-title h6:after {
  right: -50px;
}
.posts .sidbar .side-search input {
  width: 100%;
  padding: 10px;
  border: 1px solid #eee;
}
.posts .sidbar .side-about img {
  margin-bottom: 15px;
}
.posts .sidbar .side-about p {
  color: #777;
  font-style: italic;
}
.posts .sidbar .side-follow span {
  margin: 0 4px;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  border-radius: 50%;
}
.posts .sidbar .side-last {
  text-align: left;
}
.posts .sidbar .side-last img {
  width: 100px;
}
.posts .sidbar .side-last .info {
  padding-top: 15px;
  display: inline-block;
  margin-left: 10px;
}
.posts .sidbar .side-last .info h6 {
  font-size: 14px;
  margin-bottom: 5px;
}
.posts .sidbar .side-last .info span {
  font-size: 10px;
  font-style: italic;
  margin: 0 2px;
  color: #aaa;
}
.posts .sidbar .side-tags span {
  padding: 5px 8px;
  font-size: 12px;
  border: 1px solid #eee;
  margin: 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.posts .sidbar .side-tags span:hover {
  background: #45BA8D;
  border-color: #45BA8D;
  color: #fff;
}

/* -------------------------------------------------------
                    Responsive
-------------------------------------------------------- */
@media screen and (max-width: 767px) {
  * {
    background-position: 50% 0%;
  }

  .navbar-default .logo {
    margin-left: 20px;
  }
  .navbar-default .navbar-toggle {
    background: none !important;
    margin-top: 15px !important;
    border: none !important;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: transparent !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar-default .navbar-nav li a {
    color: #111 !important;
  }
  .navbar-default .navbar-nav > li > a {
    padding-bottom: 0 !important;
  }
  .navbar-default .navbar-collapse {
    text-align: center;
    border: none;
    border-top: 1px solid rgba(12, 12, 12, 0.04);
    background: #fff;
    margin-top: 5px;
    padding-bottom: 15px;
  }

  .nav-scroll .navbar-toggle .icon-bar {
    background: #111;
  }

  .header h1 {
    font-size: 35px !important;
  }

  .light .caption {
    padding-left: 15px;
  }

  .block .numbers .item {
    margin-bottom: 50px !important;
  }

  .portfolio .filtering span {
    margin: 10px 2px;
  }

  footer .social-icon, footer p {
    float: none;
    text-align: center;
    margin: 15px auto;
  }
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav > li {
    margin: 25px 15px 0;
  }

  .header h1 {
    font-size: 40px !important;
  }
  .header h4 {
    font-size: 30px !important;
  }

  .portfolio .items {
    width: 100%;
  }

  .blog .maso {
    width: 100%;
  }

  .contact .info [class*=col-] {
    width: 100%;
    margin-bottom: 50px;
  }

  .block .skills .skills-progress {
    width: 100% !important;
  }

  .hero .item,
  .price .item,
  .numbers .item,
  .blog .item {
    margin-bottom: 50px !important;
  }
}
/* -------------------------------------------------------
                    End
-------------------------------------------------------- */

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