/*
Template Name: PLYR
Theme URI: wearekllr.com/demos/plyr-html
Author: KLLR
Author URI: http://wearekllr.com/
Description: PLYR
Version: 1.0
Support: https://kllr.ticksy.com
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
01. Base
  01.1 Typography
  01.2 Forms

02. Components
  02.1 Navigation
  02.2 Buttons
  02.3 Portfolio
  02.4 Blog
  02.5 Footer

03. Layout
  03.1 Agency-1
  03.2 Agency-2
  03.3 Solo-1
  03.4 Solo-2
  03.5 Logo-designer
  03.6 Icon-designer
  03.7 Developer
  03.8 Writer
  03.9 Architect
  03.10 Single-project
  03.11 Single-post
  03.12 Style-guide
  03.13 Components

04. Media Queries

--------------------------------------------------------------*/
/*--------------------------------------------------------------
01. Base
--------------------------------------------------------------*/
/**
 * 01.1 Typography
 */
body {
  font-family: 'Poppins', sans-serif; }

h1 {
  font-size: 80px;
  font-weight: 600;
  color: #2a2a2a; }

h2 {
  color: #2a2a2a;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.5em; }

h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2a2a2a;
  letter-spacing: 1px;
  line-height: 1.6em;
  text-transform: uppercase;
  margin-top: 0; }

h4 {
  font-size: 22px;
  font-weight: 700; }

h5 {
  font-size: 20px;
  font-weight: 400; }

p {
  font-size: 20px;
  color: #777777;
  line-height: 1.6em; }

/**
 * 01.2 Forms
 */
.form-control {
  font-size: 16px;
  height: 56px;
  border: 1px solid #ededed;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

/*--------------------------------------------------------------
02. Components
--------------------------------------------------------------*/
/**
 * 02.1 Navigation
 */
.navbar-default {
  background-color: transparent;
  border: none;
  padding-top: 35px; }
  .navbar-default .navbar-brand {
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .navbar-default .navbar-brand:hover {
      color: #2a2a2a; }
  .navbar-default .navbar-nav > li > a {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 600;
    transition: color ease-in-out 300ms;
    -webkit-transition: color ease-in-out 300ms; }
    .navbar-default .navbar-nav > li > a:hover {
      color: #0C36FF; }

ul.nav.navbar-nav {
  padding-top: 5px; }

.nav > li > a {
  padding: 10px 25px; }

.navbar-right {
  margin-right: -25px; }

.navbar-default .navbar-toggle {
  border: none; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #2a2a2a;
    width: 24px;
    height: 3px; }
  .navbar-default .navbar-toggle:hover {
    background-color: transparent; }

.nav-white .navbar-nav > li > a,
.nav-white .navbar-brand {
  color: #fff; }
.nav-white .navbar-brand:hover {
  color: #fff; }
.nav-white.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff; }

#nav.scrolled {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(26, 26, 26, 0.08);
  box-shadow: 0 2px 20px 0 rgba(26, 26, 26, 0.08);
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms; }
  #nav.scrolled .navbar-nav > li > a {
    font-size: 14px; }

.nav-white.scrolled .navbar-nav > li > a,
.nav-white.scrolled .navbar-brand {
  color: #2a2a2a; }
.nav-white.scrolled.navbar-default .navbar-toggle .icon-bar {
  background-color: #2a2a2a; }

/**
 * 02.2 Buttons
 */
.btn {
  font-size: 16px;
  font-weight: 500;
  border-width: 2px;
  border-radius: 4px;
  padding: 20px 50px;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms; }

/* default */
.btn-default {
  background-color: #0C36FF;
  color: #fff;
  border-color: #0C36FF; }
  .btn-default:hover {
    background-color: transparent;
    color: #0C36FF;
    border-color: #0C36FF; }

/* round */
.btn-round {
  background-color: #0C36FF;
  color: #fff;
  border-color: #0C36FF;
  border-radius: 100px; }
  .btn-round:hover {
    background-color: transparent;
    color: #0C36FF;
    border-color: #0C36FF; }

/* white */
.btn-white {
  background-color: #fff;
  color: #2a2a2a;
  border-color: #fff; }
  .btn-white:hover {
    background-color: rgba(42, 42, 42, 0.5);
    color: #fff;
    border-color: #fff; }

/* round */
.btn-white-round {
  background-color: #fff;
  color: #2a2a2a;
  border-color: #fff;
  border-radius: 100px; }
  .btn-white-round:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }

/* dark */
.btn-dark {
  background-color: #2a2a2a;
  color: #fff;
  border-color: #2a2a2a; }
  .btn-dark:hover {
    background-color: transparent;
    color: #2a2a2a;
    border-color: #2a2a2a; }

/* clear */
.btn-clear {
  background-color: transparent;
  color: #2a2a2a;
  border-color: #2a2a2a; }
  .btn-clear:hover {
    background-color: #2a2a2a;
    color: #fff;
    border-color: #2a2a2a; }

/* clear round */
.btn-clear-round {
  background-color: transparent;
  color: #2a2a2a;
  border-color: #2a2a2a;
  border-radius: 100px; }
  .btn-clear-round:hover {
    background-color: #2a2a2a;
    color: #fff;
    border-color: #2a2a2a; }

/* clear round */
.btn-clear-white-round {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
  border-radius: 100px; }
  .btn-clear-white-round:hover {
    background-color: #fff;
    color: #2a2a2a;
    border-color: #fff; }

/**
 * Intros & Hero sections
 */
/* Intro 1 */
.intro-1 {
  height: 100vh;
  width: 100%;
  text-align: center;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex; }
  .intro-1 .content {
    margin: auto auto; }
  .intro-1 h1 {
    color: #fff;
    margin-top: 80px;
    margin-bottom: 45px; }
  .intro-1 p {
    color: #fff;
    font-size: 24px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px; }

/* Intro 2 */
.intro-2 {
  height: 100vh;
  width: 100%;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex; }
  .intro-2 .content {
    margin: auto auto; }
  .intro-2 h1 {
    color: #fff;
    font-size: 100px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 30px; }
  .intro-2 .top {
    font-size: 18px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 0px; }
  .intro-2 p {
    color: #fff;
    font-size: 24px; }
  .intro-2 .btn {
    margin-top: 40px; }

/* Intro 3 */
.intro-3 {
  padding-top: 250px; }
  .intro-3 p {
    color: #2a2a2a;
    font-size: 28px;
    font-weight: 500;
    width: 70%; }

/* Intro 4 */
.intro-4 {
  padding-top: 330px; }
  .intro-4 h1 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 30px; }
  .intro-4 p {
    color: #2a2a2a;
    width: 70%; }

/* Intro 5 */
.intro-5 {
  padding-top: 230px; }
  .intro-5 h1 {
    font-size: 60px;
    margin-bottom: 25px; }
  .intro-5 p {
    color: #2a2a2a;
    font-size: 30px; }

/* Intro 6 */
.intro-6 {
  text-align: center;
  padding-top: 290px; }
  .intro-6 h1 {
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: 600; }
  .intro-6 p {
    color: #2a2a2a;
    font-size: 30px;
    margin-bottom: 20px; }

/* Intro 7 */
.intro-7 {
  background-color: #f5f5f5;
  text-align: center;
  margin-top: 140px;
  padding-top: 180px;
  padding-bottom: 160px; }
  .intro-7 h1 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 5px; }
  .intro-7 .role {
    color: #777777;
    font-size: 24px;
    margin-bottom: 40px; }
  .intro-7 .text {
    color: #2a2a2a;
    font-size: 18px;
    line-height: 1.8em;
    width: 70%;
    margin-left: auto;
    margin-right: auto; }

/* Intro 8 */
.intro-8 {
  height: 100vh;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex; }
  .intro-8 .content {
    margin: auto auto; }
  .intro-8 .role {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px; }
  .intro-8 p {
    color: #2a2a2a; }

/**
 * Social Links
 */
.social-1 a {
  color: #2a2a2a;
  font-size: 20px;
  transition: color ease-in-out 300ms;
  -webkit-transition: color ease-in-out 300ms; }
  .social-1 a:hover {
    color: #ff5574; }
.social-1 li {
  margin-left: 3px;
  margin-right: 3px; }

/**
 * 02.3 Portfolio
 */
/* portfolio 1 */
.portfolio-1 a {
  display: block;
  position: relative; }
  .portfolio-1 a:hover .overlay {
    opacity: 1; }
.portfolio-1 .overlay {
  background-color: rgba(255, 59, 95, 0.9);
  opacity: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms; }
  .portfolio-1 .overlay .content {
    margin: auto auto; }
  .portfolio-1 .overlay h4,
  .portfolio-1 .overlay p {
    color: #fff; }
  .portfolio-1 .overlay p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 0; }
.portfolio-1 img {
  margin-bottom: 30px; }

/* portfolio 2 */
.portfolio-2 a {
  display: block;
  position: relative; }
  .portfolio-2 a:hover .overlay {
    opacity: 1; }
.portfolio-2 .overlay {
  background-color: rgba(255, 59, 95, 0.9);
  opacity: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms; }
  .portfolio-2 .overlay .content {
    margin: auto auto;
    text-align: center; }
  .portfolio-2 .overlay h4,
  .portfolio-2 .overlay p {
    color: #fff; }
  .portfolio-2 .overlay p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 18px;
    margin-bottom: 0; }
.portfolio-2 img {
  margin-bottom: 30px; }

/* portfolio-3 */
.portfolio-3 a:hover {
  text-decoration: none; }
.portfolio-3 .project-box {
  background-color: #f5f5f5;
  padding: 90px 80px 90px 80px;
  margin-bottom: 30px; }
  .portfolio-3 .project-box h3 {
    font-size: 35px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 10px; }
  .portfolio-3 .project-box .date {
    color: #2a2a2a;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .portfolio-3 .project-box p {
    font-size: 18px; }
.portfolio-3 a {
  display: block;
  position: relative;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms; }
  .portfolio-3 a:hover .overlay {
    opacity: 1; }
.portfolio-3 .overlay {
  background-color: rgba(255, 59, 95, 0.9);
  opacity: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms; }
.portfolio-3 .content {
  text-align: center;
  margin: auto auto; }
  .portfolio-3 .content p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase; }

/* portfolio 4 */
.portfolio-4 .logo-container {
  background-color: #f5f5f5;
  width: 262px;
  height: 262px;
  margin-bottom: 30px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex; }
  .portfolio-4 .logo-container img {
    margin: auto auto; }
.portfolio-4 a {
  display: block;
  position: relative; }
  .portfolio-4 a:hover .overlay {
    opacity: 1; }
.portfolio-4 .overlay {
  background-color: rgba(255, 59, 95, 0.9);
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms; }
.portfolio-4 .content {
  margin: auto auto;
  text-align: center; }
  .portfolio-4 .content h4,
  .portfolio-4 .content p {
    color: #fff; }
  .portfolio-4 .content h4 {
    margin-bottom: 15px; }
  .portfolio-4 .content p {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0; }

/* portfolio-5 */
.portfolio-5 a {
  display: block;
  position: relative;
  margin-bottom: 30px; }
  .portfolio-5 a:hover .overlay {
    opacity: 1; }
.portfolio-5 .overlay {
  background-color: rgba(255, 59, 95, 0.9);
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms; }
.portfolio-5 .content {
  margin: auto auto; }
.portfolio-5 h4,
.portfolio-5 p {
  color: #fff; }
.portfolio-5 p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 0; }

/* page nav & post nav */
.page-nav {
  margin-top: 70px; }
  .page-nav a {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color ease-in-out 300ms;
    -webkit-transition: color ease-in-out 300ms; }
    .page-nav a:hover {
      color: #0C36FF;
      text-decoration: none; }

/**
 * 02.4 Services
 */
/* services 1 */
.services-1 {
  background-color: #f6f6f6;
  padding-top: 130px;
  padding-bottom: 160px;
  margin-left: 40px;
  margin-right: 40px; }
  .services-1 header {
    text-align: center;
    margin-bottom: 120px; }
  .services-1 h2 {
    margin-bottom: 30px; }
  .services-1 .services-list {
    padding-left: 50px; }
    .services-1 .services-list i {
      font-size: 35px;
      margin-bottom: 25px; }
    .services-1 .services-list h4 {
      margin-top: 0px;
      margin-bottom: 25px; }
    .services-1 .services-list li {
      color: #777777;
      font-size: 16px;
      margin-bottom: 15px; }

/* services 2 */
.services-2 {
  text-align: center; }
  .services-2 .services-box {
    background-color: #fff;
    padding: 90px; }
    .services-2 .services-box h4 {
      margin-bottom: 20px; }
    .services-2 .services-box li {
      color: #777777;
      font-size: 18px;
      margin-bottom: 10px; }

/**
 * 02.5 Blog
 */
/* blog 1 */
.blog-1 .blog-post-box {
  border: 2px solid #e9e9e9;
  padding: 42px 42px 40px 42px;
  margin-bottom: 30px; }
  .blog-1 .blog-post-box h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px; }
  .blog-1 .blog-post-box p {
    font-size: 14px;
    margin-bottom: 90px; }
  .blog-1 .blog-post-box .read-more {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color ease-in-out 300ms;
    -webkit-transition: color ease-in-out 300ms; }
    .blog-1 .blog-post-box .read-more:hover {
      color: #0C36FF; }

/* blog-2 */
.blog-2 .blog-preview {
  margin-bottom: 50px; }
  .blog-2 .blog-preview .post-date {
    font-size: 16px;
    color: #a9a9a9;
    margin-bottom: 15px; }
  .blog-2 .blog-preview a {
    font-size: 26px;
    color: #2a2a2a;
    display: block;
    transition: color ease-in-out 300ms;
    -webkit-transition: color ease-in-out 300ms; }
    .blog-2 .blog-preview a:hover {
      color: #0C36FF;
      text-decoration: none; }

/* blog-3 */
.blog-3 .blog-preview {
  margin-bottom: 65px; }
.blog-3 .date {
  color: #777777;
  font-size: 16px;
  margin-bottom: 10px; }
.blog-3 a {
  font-size: 26px;
  color: #2a2a2a;
  display: block;
  transition: color ease-in-out 300ms;
  -webkit-transition: color ease-in-out 300ms; }
  .blog-3 a:hover {
    color: #0C36FF;
    text-decoration: none; }

/* blog-4 */
.blog-4 .blog-preview a:hover {
  text-decoration: none; }
.blog-4 .blog-preview h4 {
  color: #2a2a2a;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px; }
.blog-4 .blog-preview .post-author {
  color: #a9a9a9;
  font-size: 16px;
  margin-bottom: 33px;
  display: block; }
.blog-4 .blog-preview p {
  font-size: 18px;
  text-align: left;
  margin-bottom: 40px; }
.blog-4 .blog-preview .read-more {
  color: #2a2a2a;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color ease-in-out 300ms;
  -webkit-transition: color ease-in-out 300ms; }
  .blog-4 .blog-preview .read-more:hover {
    color: #0C36FF; }
.blog-4 .row {
  margin-bottom: 100px; }

/**
 * 02.5 Footer
 */
footer {
  background-color: #f1f1f1;
  padding-top: 80px;
  padding-bottom: 40px; }
  footer p {
    color: #2a2a2a; }
  footer .copyright {
    font-size: 14px;
    color: #777777; }
  footer .social {
    margin-top: 20px; }
    footer .social i {
      margin-left: 10px;
      font-size: 18px;
      color: #2a2a2a; }

.footer-dark {
  background-color: #1e1f28;
  padding-top: 0; }
  .footer-dark p,
  .footer-dark .copyright,
  .footer-dark .social i {
    color: #fff;
    opacity: 0.7; }
  .footer-dark hr {
    border-color: #252733;
    margin-bottom: 75px; }

.footer-2 {
  background-color: #f1f1f1;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px; }
  .footer-2 .social {
    margin-bottom: 40px; }
    .footer-2 .social a {
      color: #2a2a2a;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-left: 12px;
      margin-right: 12px;
      transition: color ease-in-out 300ms;
      -webkit-transition: color ease-in-out 300ms; }
      .footer-2 .social a:hover {
        color: #0C36FF;
        text-decoration: none; }
  .footer-2 .copyright {
    font-size: 14px;
    color: #777777; }

/*--------------------------------------------------------------
03. Layout
--------------------------------------------------------------*/
/**
 * 03.1 Agency-1
 */
.agency-1 #portfolio {
  text-align: center;
  padding: 160px 0px; }
  .agency-1 #portfolio header {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 140px; }
  .agency-1 #portfolio h2 {
    color: #2a2a2a;
    margin-bottom: 40px; }
.agency-1 .clients {
  text-align: center;
  padding-bottom: 150px; }
  .agency-1 .clients header {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 110px; }
.agency-1 .client-list {
  width: 850px;
  margin-left: auto;
  margin-right: auto; }
  .agency-1 .client-list li {
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 75px; }
.agency-1 .quote {
  text-align: center;
  width: 100%;
  height: 700px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex; }
  .agency-1 .quote .content {
    width: 70%;
    margin: auto auto; }
  .agency-1 .quote h3 {
    color: #fff;
    font-size: 32px;
    text-transform: none;
    margin-bottom: 20px; }
  .agency-1 .quote p {
    color: #fff; }
.agency-1 #about {
  padding-top: 200px;
  padding-bottom: 140px; }
  .agency-1 #about header {
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px; }
  .agency-1 #about img {
    margin-bottom: 130px; }
  .agency-1 #about p {
    margin-bottom: 40px; }
.agency-1 .team {
  padding-top: 130px;
  padding-bottom: 130px; }
  .agency-1 .team header {
    text-align: center;
    margin-bottom: 100px; }
.agency-1 .team-member img {
  margin-bottom: 20px; }
.agency-1 .team-member h5 {
  margin-bottom: 8px; }
.agency-1 .team-member p {
  color: #2a2a2a;
  margin-bottom: 7px; }
.agency-1 .team-member .subtitle {
  font-size: 16px;
  color: #777777;
  margin-bottom: 10px; }
.agency-1 .team-member i {
  color: #2a2a2a;
  font-size: 16px; }
.agency-1 #blog {
  padding-top: 140px;
  padding-bottom: 180px; }
  .agency-1 #blog header {
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px; }
.agency-1 #contact {
  background-color: #fafafa;
  padding-top: 130px;
  padding-bottom: 145px; }
  .agency-1 #contact header {
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px; }
  .agency-1 #contact .contact-form {
    background-color: #f5f5f5;
    padding: 60px 60px 70px 60px; }
.agency-1 .contact-info h4 {
  color: #777777;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -2px;
  margin-bottom: 20px; }
.agency-1 .contact-info p {
  font-size: 18px;
  color: #2a2a2a; }
.agency-1 .contact-info li {
  margin-bottom: 10px; }
.agency-1 .contact-info a {
  font-size: 18px;
  color: #ff5574; }
.agency-1 .contact-info .contact-info-category {
  margin-bottom: 40px; }

/**
 * 03.2 Agency-2
 */
.agency-2 .navbar-nav > li > a {
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms; }
.agency-2 .navbar-nav > li > a:hover {
  color: #2a2a2a;
  opacity: 0.7; }
.agency-2 .mission {
  background-color: #fcfcfc;
  padding-top: 150px;
  padding-bottom: 160px; }
  .agency-2 .mission h2 {
    text-align: center;
    margin-bottom: 80px; }
.agency-2 #portfolio {
  text-align: center;
  padding-top: 170px;
  padding-bottom: 215px; }
  .agency-2 #portfolio header {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px; }
.agency-2 #services {
  background-color: #f6f6f6;
  text-align: center;
  padding-top: 170px;
  padding-bottom: 180px; }
  .agency-2 #services header {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px; }
.agency-2 .team {
  text-align: center;
  padding-top: 170px;
  padding-bottom: 100px; }
  .agency-2 .team h2 {
    margin-bottom: 35px; }
  .agency-2 .team p {
    margin-bottom: 150px; }
  .agency-2 .team .team-member {
    margin-bottom: 90px; }
    .agency-2 .team .team-member img {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px; }
    .agency-2 .team .team-member h5 {
      color: #2a2a2a;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 7px; }
    .agency-2 .team .team-member .subtitle {
      font-size: 16px;
      color: #777777;
      margin-bottom: 20px; }
.agency-2 #blog {
  padding-top: 100px;
  padding-bottom: 190px; }
  .agency-2 #blog header {
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px; }
.agency-2 #contact {
  background-color: #fafafa;
  padding-top: 130px;
  padding-bottom: 100px; }
  .agency-2 #contact header {
    text-align: center;
    margin-bottom: 100px;
    width: 70%;
    margin-left: auto;
    margin-right: auto; }
  .agency-2 #contact .contact-form {
    background-color: #f5f5f5;
    padding: 60px 60px 70px 60px; }
  .agency-2 #contact .contact-info h4 {
    font-size: 16px;
    color: #777777;
    margin-top: -2px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .agency-2 #contact .contact-info p {
    font-size: 18px;
    color: #2a2a2a; }
  .agency-2 #contact .contact-info li {
    margin-bottom: 10px; }
  .agency-2 #contact .contact-info a {
    font-size: 18px;
    color: #ff5574; }
  .agency-2 #contact .contact-info .contact-info-category {
    margin-bottom: 40px; }

/**
 * 03.3 Solo-1
 */
.solo-1 #portfolio {
  padding-top: 80px; }
  .solo-1 #portfolio img {
    margin-bottom: 30px; }
.solo-1 #about {
  padding-top: 150px;
  padding-bottom: 150px; }
  .solo-1 #about h2 {
    text-align: center;
    margin-bottom: 90px; }
  .solo-1 #about .profile-img {
    text-align: center; }
  .solo-1 #about img {
    margin-left: auto;
    margin-right: auto; }
  .solo-1 #about p {
    color: #2a2a2a;
    margin-bottom: 30px; }
.solo-1 #blog {
  background-color: #f6f6f6;
  padding-top: 150px;
  padding-bottom: 200px; }
  .solo-1 #blog h2 {
    text-align: center;
    margin-bottom: 55px; }
.solo-1 #contact {
  text-align: center;
  padding-top: 140px;
  padding-bottom: 140px; }
  .solo-1 #contact h2 {
    margin-bottom: 50px; }
  .solo-1 #contact p {
    color: #2a2a2a;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px; }

/**
 * 03.4 Solo-2
 */
.solo-2 h2 {
  color: #0c36ff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 65px; }
.solo-2 #portfolio {
  padding-top: 130px; }
.solo-2 #blog {
  padding-top: 160px; }
.solo-2 #about {
  padding-top: 100px; }
  .solo-2 #about p {
    color: #2a2a2a; }
.solo-2 #contact {
  padding-top: 150px;
  padding-bottom: 190px; }
  .solo-2 #contact p {
    margin-bottom: 45px;
    color: #2a2a2a; }

/**
 * 03.5 Logo-designer
 */
.logo-designer #portfolio {
  padding-top: 80px; }
.logo-designer #blog {
  padding-top: 180px; }
  .logo-designer #blog h2 {
    text-align: center;
    margin-bottom: 65px; }
.logo-designer #about {
  padding-top: 120px; }
  .logo-designer #about h2 {
    text-align: center;
    margin-bottom: 65px; }
  .logo-designer #about p {
    color: #2a2a2a; }
.logo-designer #contact {
  padding-top: 180px;
  padding-bottom: 180px;
  text-align: center; }
  .logo-designer #contact h2 {
    margin-bottom: 45px; }
  .logo-designer #contact p {
    color: #2a2a2a;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px; }

/**
 * 03.6 Icon-designer
 */
.icon-designer #portfolio {
  padding-top: 140px;
  padding-bottom: 160px; }
.icon-designer #blog {
  background-color: #f6f6f6;
  padding-top: 140px;
  padding-bottom: 100px; }
  .icon-designer #blog h2 {
    text-align: center;
    margin-bottom: 80px; }
.icon-designer #about {
  padding-top: 140px; }
  .icon-designer #about h2 {
    text-align: center;
    margin-bottom: 65px; }
  .icon-designer #about p {
    color: #2a2a2a; }
.icon-designer #contact {
  padding-top: 190px;
  padding-bottom: 180px;
  text-align: center; }
  .icon-designer #contact h2 {
    margin-bottom: 45px; }
  .icon-designer #contact p {
    color: #2a2a2a;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px; }

/**
 * 03.7 Developer
 */
.developer-1 {
  background-color: #1e1f28; }
  .developer-1 h1,
  .developer-1 h2,
  .developer-1 h3,
  .developer-1 p,
  .developer-1 a {
    color: #fff;
    opacity: 0.9; }
  .developer-1 header {
    text-align: center;
    margin-bottom: 90px; }
    .developer-1 header p {
      width: 65%;
      margin-left: auto;
      margin-right: auto;
      opacity: 0.7; }
  .developer-1 #intro {
    text-align: center;
    padding-top: 280px; }
    .developer-1 #intro h1 {
      margin-bottom: 20px;
      font-size: 60px; }
    .developer-1 #intro .role {
      opacity: 0.7;
      margin-bottom: 50px; }
    .developer-1 #intro p {
      font-size: 22px;
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
    .developer-1 #intro .social {
      font-size: 22px;
      opacity: 0.7;
      margin-top: 30px; }
  .developer-1 #portfolio {
    padding-top: 180px; }
    .developer-1 #portfolio .portfolio-box {
      border: 2px solid #252733;
      padding: 50px;
      margin-bottom: 30px; }
      .developer-1 #portfolio .portfolio-box h3 {
        font-size: 20px;
        text-transform: none;
        margin-bottom: 35px; }
      .developer-1 #portfolio .portfolio-box p {
        margin-bottom: 35px;
        font-size: 16px;
        text-align: left;
        opacity: 0.7; }
      .developer-1 #portfolio .portfolio-box a {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase; }
  .developer-1 #about {
    padding-top: 180px; }
    .developer-1 #about p {
      margin-bottom: 30px; }
  .developer-1 #blog {
    padding-top: 190px; }
    .developer-1 #blog .post-preview {
      border: 2px solid #252733;
      padding: 60px; }
    .developer-1 #blog h3 {
      font-size: 26px;
      font-weight: 400;
      text-transform: none;
      margin-bottom: 20px; }
    .developer-1 #blog .date {
      font-size: 14px;
      opacity: 0.7; }
    .developer-1 #blog .text {
      font-size: 16px;
      opacity: 0.7;
      margin-bottom: 30px; }
    .developer-1 #blog .read-more {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase; }
  .developer-1 #contact {
    text-align: center;
    padding-top: 170px;
    padding-bottom: 200px; }

/**
* 03.8 Writer
*/
.writer h2 {
  color: #0c36ff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 80px; }
.writer #blog {
  padding-top: 140px; }
.writer #about {
  padding-top: 180px; }
  .writer #about p {
    margin-bottom: 40px;
    color: #2a2a2a; }
.writer #services {
  padding-top: 180px;
  text-align: center; }
  .writer #services .services-list h4 {
    margin-bottom: 25px; }
  .writer #services .services-list li {
    color: #777777;
    font-size: 18px;
    margin-bottom: 10px; }
.writer #contact {
  padding-top: 200px;
  padding-bottom: 150px;
  text-align: center; }
  .writer #contact p {
    color: #2a2a2a;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px; }

/**
* 03.9 Architect
*/
.architect header {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px; }
.architect h1 {
  font-size: 60px;
  font-weight: 600;
  margin-top: 50px; }
.architect #portfolio {
  padding-top: 150px; }
  .architect #portfolio a {
    display: block;
    position: relative;
    margin-bottom: 30px; }
    .architect #portfolio a:hover .overlay {
      opacity: 1; }
  .architect #portfolio .overlay {
    background-color: rgba(0, 118, 255, 0.85);
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms; }
  .architect #portfolio .content {
    margin: auto auto; }
    .architect #portfolio .content p {
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase; }
.architect #blog {
  padding-top: 150px; }
.architect #about {
  padding-top: 120px; }
  .architect #about h2 {
    text-align: center;
    margin-bottom: 60px; }
  .architect #about p {
    color: #2a2a2a; }
.architect #contact {
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px; }
  .architect #contact h2 {
    margin-bottom: 40px; }
  .architect #contact p {
    color: #2a2a2a;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }

/**
 * 03.10 Single-project
 */
.single-project {
  padding-top: 260px;
  padding-bottom: 150px; }
  .single-project .intro {
    margin-bottom: 65px; }
  .single-project h1 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 35px; }
  .single-project .description {
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px; }
  .single-project li {
    font-size: 16px;
    font-weight: 600;
    opacity: 0.6;
    margin-right: 15px; }
  .single-project img {
    margin-bottom: 30px; }

/**
 * 03.11 Single-post
 */
.single-post {
  padding-top: 250px;
  padding-bottom: 150px; }
  .single-post h2 {
    font-size: 40px;
    font-weight: 600;
    margin-top: 40px; }
  .single-post .author {
    color: #777777;
    font-size: 16px;
    font-weight: 500; }
  .single-post .lead {
    color: #2a2a2a;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.65em;
    margin-top: 50px;
    margin-bottom: 60px; }
  .single-post .text {
    font-size: 18px;
    margin-bottom: 40px; }
  .single-post .post-quote {
    color: #2a2a2a;
    font-size: 28px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 70px; }

.single-post-info {
  margin-top: 70px;
  margin-bottom: 120px; }

.post-author img {
  position: relative;
  bottom: 10px; }
.post-author p {
  margin: 0px; }
.post-author .author-info {
  position: relative;
  left: 20px; }
  .post-author .author-info a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1; }
.post-author .author {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 600; }
.post-author .role {
  font-size: 16px;
  font-weight: 500; }

.tags a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #d9d9d9;
  padding: 10px 16px 9px 16px;
  margin-bottom: 15px;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms; }
  .tags a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0C36FF;
    border-color: #0C36FF; }

/**
 * 03.12 Styleguide
 */
.style-guide {
  padding-top: 150px;
  padding-bottom: 200px; }
  .style-guide .title {
    color: #2a2a2a;
    font-size: 30px;
    font-weight: 700;
    text-align: left; }
  .style-guide .section {
    padding-top: 150px; }
  .style-guide .section-title {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 55px; }
  .style-guide .colors .box {
    width: 165px;
    height: 165px; }
  .style-guide .color-1 {
    background-color: #0c36ff; }
  .style-guide .color-2 {
    background-color: #ff5574; }
  .style-guide .color-3 {
    background-color: #2a2a2a; }
  .style-guide .color-4 {
    background-color: #1e1f28; }
  .style-guide .color-5 {
    background-color: #777; }
  .style-guide .typography .font-description {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 600; }
    .style-guide .typography .font-description span {
      color: #777777; }
  .style-guide .typography h1 {
    margin-top: 30px; }
  .style-guide .typography h3 {
    margin-bottom: 20px; }
  .style-guide .typography h4 {
    margin-bottom: 20px; }
  .style-guide .typography h5 {
    margin-bottom: 40px; }
  .style-guide .buttons .box {
    padding: 40px 10px 10px 40px;
    text-align: center; }
  .style-guide .buttons .box1 {
    background-color: #f5f5f5; }
  .style-guide .buttons .box2 {
    background-color: #1e1f28; }
  .style-guide .buttons .btn {
    margin-bottom: 30px;
    margin-right: 15px;
    margin-left: 15px; }
  .style-guide .forms .box {
    background-color: #f5f5f5;
    padding: 50px; }

/**
 * 03.13 Components page
 */
.components {
  padding-top: 200px; }
  .components .section {
    margin-bottom: 150px; }
  .components .section-title {
    color: #2a2a2a;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px; }
  .components .section-subtitle {
    color: #0C36FF;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 40px; }
  .components .intro-3 {
    padding-top: 70px;
    padding-bottom: 90px; }
  .components .intro-4 {
    padding-top: 70px;
    padding-bottom: 90px; }
  .components .intro-5 {
    padding-top: 70px;
    padding-bottom: 90px; }
  .components .intro-6 {
    padding-top: 70px;
    padding-bottom: 90px; }
  .components .intro-7 {
    margin-top: 20px;
    margin-bottom: 90px; }

/*--------------------------------------------------------------
 04. Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  .agency-1 #services {
    margin-left: 20px;
    margin-right: 20px; }

  .agency-2 #services .services-box {
    padding: 60px; }

  .solo-1 #intro p {
    width: 100%; }

  .portfolio-4 .logo-container {
    width: 215px;
    height: 215px; } }
@media only screen and (max-width: 992px) {
  h2 {
    font-size: 35px; }

  .agency-1 #intro h1 {
    font-size: 60px; }
  .agency-1 #portfolio header {
    width: 100%; }
  .agency-1 #portfolio img {
    margin-left: auto;
    margin-right: auto; }
  .agency-1 #portfolio h2 {
    font-size: 30px; }
  .agency-1 .client-list {
    width: 100%;
    margin-bottom: 0; }
    .agency-1 .client-list li {
      margin-left: 25px;
      margin-right: 25px;
      margin-bottom: 30px; }
  .agency-1 .clients header,
  .agency-1 #about header,
  .agency-1 #services header,
  .agency-1 #blog header,
  .agency-1 #contact header {
    width: 100%; }
  .agency-1 .quote .content {
    width: 100%; }
  .agency-1 .quote h3 {
    font-size: 26px; }
  .agency-1 #services {
    padding-bottom: 120px;
    margin-left: 0;
    margin-right: 0; }
  .agency-1 .services-list {
    margin-bottom: 60px;
    padding-left: 0; }
  .agency-1 .team-member {
    margin-bottom: 55px; }
  .agency-1 .contact-info {
    margin-top: 60px; }

  .agency-2 #intro h1 {
    font-size: 80px; }
  .agency-2 #portfolio header,
  .agency-2 #services header,
  .agency-2 #blog header,
  .agency-2 #contact header {
    width: 100%; }
  .agency-2 #services .services-box {
    padding: 50px 50px 20px 50px; }
    .agency-2 #services .services-box ul {
      margin-bottom: 60px; }
  .agency-2 #blog {
    padding-bottom: 50px; }
  .agency-2 .contact-info {
    margin-top: 60px; }

  .solo-1 #about img {
    margin-bottom: 40px; }
  .solo-1 #contact p {
    width: 100%; }

  .solo-2 #intro p {
    width: 100%; }

  .architect header {
    width: 100%; }

  .developer-1 #intro p {
    width: 100%; }
  .developer-1 header p {
    width: 100%; }
  .developer-1 #about img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }
  .developer-1 #blog .post-preview {
    margin-bottom: 40px; }

  .logo-designer #contact p {
    width: 100%; }

  .writer #intro .text {
    width: 90%; }
  .writer #about img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }

  .single-project img {
    margin-left: auto;
    margin-right: auto; }

  .blog-3 {
    text-align: center; }

  .blog-4 {
    text-align: center; }
    .blog-4 img {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 30px; }

  .portfolio-4 .logo-container {
    width: 159px;
    height: 159px; }

  .single-post-info {
    text-align: center; }

  .post-author .pull-left {
    float: none !important; }
  .post-author .author-info {
    left: 0;
    margin-bottom: 30px; }

  .tags.pull-right {
    float: none !important; } }
@media only screen and (max-width: 768px) {
  .agency-1 #intro h1 {
    font-size: 45px; }
  .agency-1 #intro p {
    width: 100%; }
  .agency-1 .services-list {
    text-align: center; }
  .agency-1 .team-member {
    text-align: center; }
    .agency-1 .team-member img {
      margin-left: auto;
      margin-right: auto; }

  .agency-2 #intro h1 {
    font-size: 60px; }

  .architect h1 {
    font-size: 45px; }
  .architect #portfolio img {
    margin-left: auto;
    margin-right: auto; }

  .writer .services-list {
    margin-bottom: 50px; }
  .writer #services {
    padding-top: 90px; }
  .writer #contact {
    padding-top: 90px; }

  .single-project h1 {
    font-size: 45px; }

  .portfolio-2 img {
    margin-left: auto;
    margin-right: auto; }

  .portfolio-4 .logo-container {
    margin-left: auto;
    margin-right: auto; }

  .portfolio-5 img {
    margin-left: auto;
    margin-right: auto; }

  .page-nav {
    text-align: center; }
    .page-nav .pull-right {
      float: none !important; }
    .page-nav a {
      display: block;
      margin-bottom: 30px; }

  footer {
    text-align: center; }
    footer .pull-right {
      float: none !important; } }
@media only screen and (max-width: 650px) {
  .agency-1 #contact .contact-form,
  .agency-2 #contact .contact-form {
    padding: 30px; }

  .developer-1 #intro h1 {
    font-size: 40px; }
  .developer-1 #blog .post-preview {
    padding: 40px; }

  .icon-designer #intro h1 {
    font-size: 40px; }

  .writer #intro h1 {
    font-size: 40px; }

  .portfolio-3 .project-box {
    padding: 40px 35px; }

  .footer-2 a {
    display: inline-block;
    margin-bottom: 15px; } }
@media only screen and (max-width: 480px) {
  .agency-1 #contact .contact-form,
  .agency-2 #contact .contact-form {
    padding: 10px; }

  .agency-2 #intro {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px; }

  .developer-1 #blog .post-preview {
    padding: 25px; } }
@media only screen and (max-width: 385px) {
  .portfolio-4 .logo-container {
    width: 140px;
    height: 140px; } }