
/***********************************************************************************************

    Template Name: Clarix - Creative Agency One page Template
    Project Description: Clarix - Creative Agency One page Template
    File Name: style.css
    Author: Clas-Design
    Author URI: http://www.clas-design.com
    Version: 1.0.0


-----------------------------------------------------------------
CSS structure
-----------------------------------------------------------------

01. Common Styles
    -Typography
    -Buttons
    -Form
02. Preloader Effect
03. Navbar
04. Content home-section
05. Content about-section 
06. Content statistic-section
07. Content team-section
08. Content skills-section
09. Content Subsection-services
10. Content services-section
11. Content portfolio-section
12. Content blog-section
13. Content prices-section
14. Content clients-section
15. Content testimonials-section
16. Content contact-section
17. Content office-section
18. Google map
19. Project page
20. Blog page
    -Post Styles
    -Sidebar Styles
    -Pagination
    -Comments
21. Footer


/***********************************************************************************************/
/* =Common Styles */
/***********************************************************************************************/

body {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  padding-top: 50px;
  color: #8e8e8e;;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #fc6e51;
}

a:hover, a:focus, a:active {
    color: #FF2E00;
    text-decoration: none;
}

hr {
  width: 10%;
  border-color: #E8E8E8;
}

.sep-section {
  height: 1px;
  background: #EFEFEF;
  clear: both;
}

/***********************************************************************************************/
/* =Typography */
/***********************************************************************************************/

h1 {
  font-size: 46px;
  font-weight: 100;
}

h2 {
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
}

h3 {
  font-size: 30px;
  font-weight: 300;
  margin-top: 0;
}

h4 {
  font-size: 22px;
  font-weight: 300;
  margin: 10px 0 0 0;
}

h5 {
  font-size: 18px;
  color: rgb(37, 37, 37);
  text-transform: uppercase;
  margin: 15px 0;
}

h6 {
  font-size: 16px;
  font-weight: 400;
}

p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: rgb(129, 129, 129);
}

/***********************************************************************************************/
/* =Buttons */
/***********************************************************************************************/

.btn {
  background: transparent;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 25px;
  border: 0;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
}

.btn:active, .btn.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-cta {
  color: #fff;
  border: 1px solid #FFF;
  padding: 15px 40px;
  font-size: 16px;
}

.btn-cta:hover, .btn-cta:focus {
  color: #fff;
  background:rgba(255,255,255,.1);
}

.btn-light {
  color: #fff;
  border: 1px solid #fff;
}

.btn-light:hover, .btn-light:focus {
  background: #fff;
  color: #fc6e51;
}

.btn-clean {
  color: #fc6e51;
  border: 1px solid #fc6e51;
}

.btn-clean:hover, .btn-clean:focus {
  color: #fff;
  background: #fc6e51;
}

.btn-colored {
  background: #fc6e51;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.btn-colored:hover, .btn-colored:focus {
  color: #fff;
  outline: 0;
  opacity: .9;
}

/***********************************************************************************************/
/* Form */
/***********************************************************************************************/

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color .3s ease-in-out;
     -moz-transition: border-color .3s ease-in-out;
      -ms-transition: border-color .3s ease-in-out;
       -o-transition: border-color .3s ease-in-out;
          transition: border-color .3s ease-in-out;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
}

/***********************************************************************************************/
/* Preloader Effect */
/***********************************************************************************************/

#preloader {
    background-color: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
}

/* Preloading Animation */

#loading-animation {
    background-image: url("../images/loading.GIF") ;
    opacity: 0.7;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    border-radius: 4px;
}

/***********************************************************************************************/
/* =Navbar */
/***********************************************************************************************/

.navbar-brand {
  padding-top: 9px;
}

.navbar-default {
  background-color: #fff;
  border: 2px solid #f0f0f0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #fc6e51;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fc6e51;
}

.navbar-nav {
  margin: 7.5px -10px;
}

.navbar-default .navbar-nav > li > a {
  border-top: 1px solid #f0f0f0;
  color: #060606;
  opacity: .8;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
     -moz-transition: color .3s ease-in-out;
      -ms-transition: color .3s ease-in-out;
       -o-transition: color .3s ease-in-out;
          transition: color .3s ease-in-out;
}

.navbar-nav > li > a {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 300;
}

.nav > li > a {
  padding: 12px 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #626262;
}

/***********************************************************************************************/
/* =Title section */
/***********************************************************************************************/

.title-section {
  margin-bottom: 80px;
  text-align: center;
}

.title-section h3 {
  color: rgb(37, 37, 37);
  text-transform: uppercase;
  margin: 0;
}

.title-section p {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin: 0px auto;
    width: 70%;
}

/***********************************************************************************************/
/* =Content home-section */
/***********************************************************************************************/

#home-section {
  position: relative;
  width: 100%;
  display: table;
}

#home-section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #292929;
  opacity: .2;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 3;
}

.intro-title {
  text-align: center;
  margin-bottom: 30px;
}

.intro-title h2 {
  color: #fff;
  margin: 0px 0px 0px 10px;
}

.intro-title h4 {
  color: #fff;
  text-transform: uppercase;
}

.call-to-action {
  text-align: center;
}

/***********************************************************************************************/
/* =Content about-section */
/***********************************************************************************************/

#about-section {
  padding-top: 80px;
}

.about-post {
  text-align: center;
  margin-bottom: 80px;
}

.about-post h5 {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.about-post p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin: 0px;
}

span.about-icon {
  display: inline-block;
  color: #FF532D;
  font-size: 36px;
}

.about-img {
  text-align: center;
}

.about-img img {
  max-width: 100%;
}

/***********************************************************************************************/
/* =Content statistic-section */
/***********************************************************************************************/

#statistic-section {
  background: url('../images/parallax/statistic-bg.jpg') center top;
  position: relative;
  text-align: center;
  padding: 70px 0;
}

#statistic-section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #E43914;
  width: 100%;
  height: 100%;
  opacity: .9;
  z-index: 2;
}

#statistic-section .container {
  position: relative;
  z-index: 3;
}

span.percentfactor {
  color: #fff;
  font-size: 42px;
  margin-bottom: 4px;
}

.mil-icon .fa {
  color: #fff;
  font-size: 16px;
  margin-bottom: 4px;
}

.fact p {
  color: #fff;
}

/***********************************************************************************************/
/* =Content team-section */
/***********************************************************************************************/

#team-section {
  padding: 80px 0;
}

.member-team {
  margin-bottom: 30px;
}

.member-gal {
  position: relative;
  cursor: pointer;
}

.member-gal img {
  width: 100%;
  max-width: 100%;
}

.member-gal:hover .hover-member {
  opacity: 1;
  -webkit-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
        transform: scale(1);
}

.hover-member {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(241,63,15,0.87);
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  -webkit-transform: scale(0);
    -moz-transform: scale(0);
      -o-transform: scale(0);
        transform: scale(0);
  overflow: hidden!important;
}

ul.member-social {
  position: absolute;
  text-align: center;
  display: block;
  z-index: 5;
  width: 100%;
  padding: 0;
  top: 50%;
  margin-top: -5px;
}

ul.member-social li {
  display: inline-block;
  margin-left: 10px;
}

ul.member-social li:first-child {
  margin-left: 0px;
}

ul.member-social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  text-align: center;
  text-decoration: none;
}

ul.member-social li a .fa {
  color: #616161;
  line-height: 30px;
  font-size: 14px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

ul.member-social li a:hover .fa {
  color: #FF532D;
}

.member-resume {
  padding: 20px;
  background: #f2f2f2;
  text-align: center;
}

.member-resume h6 {
  color: #87898b;
  margin: 0 0 5px 0;
}

/***********************************************************************************************/
/* =Content skills-section */
/***********************************************************************************************/

#skills-section {
  padding-bottom: 60px;
}

.skill-item {
  padding-bottom: 40px;
}

.skill-item h5 {
  text-align: center;
  padding-top: 20px;
  font-weight: 300;
}

.chart {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 160px;
  text-align: center;
  margin: auto;
  display: table;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.percent {
  display: inline-block;
  line-height: 160px;
  z-index: 2;
  font-family: "Roboto";
  font-size: 32px;
  color: #000;
  font-weight: 300;
}

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

/***********************************************************************************************/
/* Content Subsection-services */
/***********************************************************************************************/

#subsection-services {
  background: url('../images/parallax/subsection-bg.jpg') center top;
  position: relative;
  padding: 70px 0;
  color: #fff;
}

#subsection-services:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.subsection-text {
  position: relative;
  color: #fff;
  z-index: 2;
}

h5.subsection-title {
  color: #fff;
  margin-top: 0;
}

p.subsection-desc {
  color: #fff;
  font-size: 15px;
}

.subsection-action {
  position: relative;
  z-index: 3;
  margin-top: 20px;
}

/***********************************************************************************************/
/* =Content services-section */
/***********************************************************************************************/

#services-section {
  padding: 80px 0;
}

.right-services-text h1 {
  margin-bottom: 30px;
}

.services-action-btns {
  margin-top: 30px;
}

.services-action-btns .btn {
  margin-right: 25px;
  margin-top: 15px;
}

ul.features-list {
  list-style: none;
  padding: 0;
}

ul.features-list li {
  margin-bottom: 22px;
}

.left-features-box, .right-features-box {
  padding: 24px 15px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
}

.features-box-content h6 {
  margin-top: 0;
}

.iconbox {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #fc6e51;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
       -o-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.iconbox .fa {
  line-height: 50px;
  font-size: 25px;
  color: #fc6e51;
}

.iconbox:hover {
  background: #fc6e51;
}

.iconbox:hover .fa {
  color: #fff;
}

.left-features-box {
  text-align: right;
}

.left-features-box .iconbox {
  float: right;
}

.left-features-box .features-box-content {
  margin-right: 70px;
}

.right-features-box .iconbox {
  float: left;
}

.right-features-box .features-box-content {
  margin-left: 70px;
}
.left-services-img, .features-services-img {
  text-align: center;
}

.left-services-img img, .features-services-img img {
  max-width: 100%;
}

/***********************************************************************************************/
/* Small-section */
/***********************************************************************************************/

#small-section {
  background: #FC6E51;
  padding: 70px 0;
}

/***********************************************************************************************/
/* =Content portfolio-section */
/***********************************************************************************************/

#portfolio-section {
  padding: 80px 0 70px 0;
}

#options {
  text-align: center;
}

ul#filters {
  list-style: none;
}

ul#filters li {
  display: inline-block;
  margin-right: 10px;
}

ul#filters li:after {
  content: "/";
  color: #898989;
  padding-left: 15px;
}

ul#filters li:last-of-type:after {
  content: "";
}

ul#filters li a {
  cursor: pointer;
  text-transform: lowercase;
  font-style: italic;
  color: rgb(73, 73, 73);
  font-weight: 300;
  font-size: 15px;
-webkit-transition: color .3s ease-in-out;
   -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
     -o-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
}

ul#filters li a.active {
  color: #FC6E51;
}

ul#filters li a:hover {
  color: #FC6E51;
}

.home-projects {
  font-size: 0;
  margin-top: 60px;
  float: left;
  width: 100%;
}

.home-projects .mix {
  display: none;
}

.home-projects .project-item {
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
  padding: 0 1px 1px 0;
  float: left;
}

.item-folio {
  display: block;
  cursor: pointer;
}

.item-img {
  position: relative;
}

.item-img img {
  width: 100%;
  max-width: 100%;
}

.hover-item {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(241,63,15,0.9);
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          -webkit-transform: scale(0);
             -moz-transform: scale(0);
              -ms-transform: scale(0);
               -o-transform: scale(0);
                  transform: scale(0);
}

.hover-item a {
  position: absolute;
  top: 30%;
  left: 50%;
  background-color: #F5F5F5;
  width: 40px;
  height: 40px;
  margin: -28px 0 0 -44px;
  text-align: center;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
      -ms-transition: all .4s ease;
       -o-transition: all .4s ease;
          transition: all .4s ease;
}

a.link-icon {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -44px;
}

.hover-item a i {
  font-size: 14px;
  color: #444;
  line-height: 40px;
  margin-top: 1px;
  margin-left: 1px;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.video-pop-up i {
  margin-left: 3px!important;
}

.hover-item a:hover i {
  color: #fc6e51;
}

.item-folio:hover .hover-item {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.item-folio:hover .hover-item a {
  top: 54%;
}

.metainfo {
  text-align: center;
  padding: 15px;
}

.metainfo h6 {
  margin-bottom: 0;
}

.metainfo p {
  font-size: 13px;
}

#action-section {
  text-align: center;
  padding-bottom: 60px;
}

.title-action h3 {
  color: #fc6e51;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  margin: 0;
}

.title-action p {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin: 0px auto;
    width: 70%;
}


/***********************************************************************************************/
/* =Content blog-section */
/***********************************************************************************************/

#blog-section {
  padding-top: 80px;
}

.entry-post {
  margin-bottom: 50px;
}

.entry-image {
  margin-bottom: 15px;
  min-height: 1px;
}

.entry-image a {
  position: relative;
  display: block;
}

.entry-image a img {
  position: relative;
  max-width: 100%;
  width: 100%;
}

.entry-image a:hover .hover-item {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.hover-item span.link-icon {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-top: -28px;
  margin-left: -25px;
  background-color: #F5F5F5;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
      -ms-transition: all .4s ease;
       -o-transition: all .4s ease;
          transition: all .4s ease;
}

.hover-item span.link-icon i {
  font-size: 18px;
  color: #444;
  line-height: 50px;
  margin-top: 1px;
  margin-left: 1px;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.hover-item span.link-icon:hover i {
  color: #fc6e51;
}

.entry-image a:hover .hover-item span.link-icon {
  top: 50%;
}

.post-meta p {
  font-size: 15px;
  margin: 0 0 8px
}

.post-meta p span.date a {
  color: #5b5e60;
}

.post-meta p span.date a:hover {
  color: #fc6e51;
}

.post-meta p span.date a:after {
  padding: 0 4px 0 8px;
  content: "|"
}

.post-meta p span.date {
  color: #aeaeae;
}

h4.post-title {
  margin: 0 0 10px;
}

/***********************************************************************************************/
/* =Content prices-section */
/***********************************************************************************************/

#prices-section {
  padding: 80px 0 60px 0;
}

ul.price-table {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

ul.price-table li {
  text-align: center;
  border: 1px solid #dbdbdb;
  padding: 27px 0;
  border-top: none;
  width: 100%;
}

ul.price-table li:first-child {
  border-top: 1px solid #dee6eb;
  background: #f8f8f8;
  color: #717171;
}

ul.price-table li p {
  font-size: 14px;
  color: #4C4C4C;
}

ul.price-table li.price {
  background: #f8f8f8;
}

ul.price-table li.price p {
  text-transform: uppercase;
}

ul.price-table li.price p span {
  font-size: 38px;
  display: block;
  color: #252525;
  line-height: 60px;
}

ul.price-table li a.purchase {
  font-size: 16px;
}

/***********************************************************************************************/
/* =Content clients-section */
/***********************************************************************************************/

#clients-section {
  background: url('../images/parallax/clients-bg.jpg') center top;
  position: relative;
  padding: 70px 0;
  color: #fff;
}

#clients-section:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#clients-section .clients {
  position: relative;
  z-index: 2;
}

#clients-section .title-section {
  margin-bottom: 40px;
}

#clients-section .title-section h3 {
  color: #fff;
}

ul.client-list {
  list-style: none;
  padding: 0;
}

ul.client-list li {
  display: inline-block;
  width: 50%;
  float: left;
}

ul.client-list li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px solid transparent;
}

ul.client-list li a:hover {
  border: 1px solid #fff;
}

ul.client-list li a img {
  max-width: 100%;
}

/***********************************************************************************************/
/* =Content testimonials-section */
/***********************************************************************************************/

#testimonials-section {
  padding: 80px 0;
  text-align: center;

}

ul.testimonials-slider {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.testimonials-slider li img {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
  margin-bottom: 35px;
  display: inline-block;
}

ul.testimonials-slider li p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 20px;
  color: #9B9B9B;
  font-style: italic;
}

.testimonials-author {
  color: #fc6e51;
}

.tc-arrows {
  margin-top: 30px;
}

.tc-arrow-left, .tc-arrow-right {
  display: inline-block;
}

a.bx-next, a.bx-prev {
  display: block;
  color: #fc6e51;
  width: 30px;
  height: 30px;
  border: 1px solid #fc6e51;
  text-align: center;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a.bx-next:hover, a.bx-prev:hover {
  color: #fff;
  background: #fc6e51;
}

.tc-arrow-left {
  margin-right: 2px;
}

.tc-arrow-right {
  margin-left: 1px;
}

.tc-arrow-left .fa, .tc-arrow-right .fa {
  line-height: 30px;
  margin-top: -1px;
  font-size: 22px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.tc-arrow-left .fa {
  margin-left: -2px;
}

.tc-arrow-right .fa {
  margin-right: -2px;
}

/***********************************************************************************************/
/* =Content contact-section */
/***********************************************************************************************/

#contact-section {
  position: relative;
  padding: 80px 0;
  /*background: url('../images/parallax/contact-bg.jpg') left center;*/
}

#contact-section:before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
z-index: 1;
}

.contact {
  position: relative;
  z-index: 2;
}

.contact .title-section h3, .contact .title-section p {
  color: #fff;
}

.contact .title-section h3 {
  margin-bottom: 20px;
}

#contactform .form-group {
  margin-bottom: 30px;
}

#contactform .form-control {
  font-size: 16px;
  color: #fff;
  background: none repeat scroll 0% 0% transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px 15px;
  height: auto;
}

#contactform .form-control:focus {
  border-color: #fc6e51;
}

.contact textarea {
  min-height: 200px;
  overflow: hidden;
}

.contact input[type="submit"] {
  width: 100%;
  padding: 20px;
}

.contactloader {
  display: none;
}

#contactform .alert {
  display: none;
}

#contactform .notification {
  padding: 18px;
  background: #fc6e51;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
       -o-border-radius: 4px;
          border-radius: 4px;
}

#contactform .notification.success, #contactform .notification.error {
  display: block;
}

#contactform .notification p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

/***********************************************************************************************/
/* =Content office-section */
/***********************************************************************************************/

#office-section {
  padding: 80px 0;
}

.location, .email, .phone {
  text-align: center;
  margin-bottom: 30px;
}

#office-section h5 {
  color: #868686;
  font-weight: 400;
}

.location span .fa, .email span .fa, .phone span .fa {
  font-size: 35px;
  color: #fc6e51;
}

/***********************************************************************************************/
/* =Google map */
/***********************************************************************************************/

.map {
    height: 460px;
}

.map:before {
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4)
}

.map:after {
  top: 0;
}

.map:after, .map:before {
  position: absolute;
  z-index: 5;
  left: 0;
  width: 100%;
  height: 0;
  content: '';
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

/***********************************************************************************************/
/* Project page */
/***********************************************************************************************/

#pagination-section {
  padding: 40px 0;
  background-color: #F5F5F5;
  border-bottom: 1px solid #EEE;
}

.pagination-title h4 {
  margin: 10px 0 0 0;
  color: #333;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

ul.project-navigation {
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

ul.project-navigation li {
  display: inline-block;
}

ul.project-navigation li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
}

ul.project-navigation li a i {
  font-size: 20px;
  color: rgb(129, 129, 129);
  line-height: 40px;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

ul.project-navigation li a:hover i {
  color: #FC6E51;
}

#project-section {
  padding: 80px 0px 70px;
}

.single-project {
  padding-bottom: 40px;
}

.project-image img {
  width: 100%;
  max-width: 100%;
}

.project-desc h5 {
  margin-top: 25px;
}

.project-desc h5 a {
  display: block;
  text-transform: capitalize;
  color: rgb(27, 27, 27);
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 15px;
  margin-top: 0;
  border-bottom: 2px solid #FC6E51;
  -webkit-transition: color .3s ease-in-out;
     -moz-transition: color .3s ease-in-out;
      -ms-transition: color .3s ease-in-out;
       -o-transition: color .3s ease-in-out;
          transition: color .3s ease-in-out
}

.project-desc h5 a:hover {
  text-decoration: none;
  color: #FC6E51;
}

.project-desc span a {
  color: #888;
}

.project-desc p {
  color: #555;
  margin: 20px 0 25px 0;
}

.project-desc span a:hover {
  color: #000;
}

ul.iconlist {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

ul.iconlist li {
  margin: 6px 0;
  color: #555;
  font-size: 15px;
  font-weight: 300;
}

ul.iconlist li strong {
  font-weight: 500;
}

ul.iconlist li i {
  margin-right: 10px;
}

ul.iconlist li .fa-lightbulb-o {
  margin-right: 15px!important;
}

ul.iconlist li a {
  margin-left: 5px;
  font-weight: 400;
}

#related-projects {
  padding-top: 20px;
}

#related-projects h5 {
  text-transform: capitalize;
  color: rgb(27, 27, 27);
  margin-bottom: 30px;
}

.item {
  padding: 1px;
}

.item-img img {
  width: 100%;
  max-width: 100%;
}

.owl-theme .owl-controls {
  margin-top: 0!important;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fc6e51;
}


/***********************************************************************************************/
/* Blog page */
/***********************************************************************************************/

#headblog-section {
  padding: 30px 0;
}

/*Post Styles*/

.title-head-blog h1 {
  color: #060606;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}

.title-head-blog hr {
  border-color: #060606;
}

.blog-post {
  position: relative;
  padding: 0px 0px 40px 60px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e9e9e9;
}

.blog-post:last-child {
  border-bottom: 1px transparent;
}

.date-post {
  position: absolute;
  width: 50px;
  left: 0;
  top: 0;
  text-align: center;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.2em;
  color: #060606;
  border-bottom: 1px solid #e9e9e9;
}

.date-post span small {
  font-weight: 100;
}

.author-post a {
  color: #5b5e60;
  -webkit-transition: color .3s ease-in-out;
     -moz-transition: color .3s ease-in-out;
      -ms-transition: color .3s ease-in-out;
       -o-transition: color .3s ease-in-out;
          transition: color .3s ease-in-out;
}

.author-post a:hover {
  color: #fc6e51;
}

.entry-video {
  margin-bottom: 15px;
}

/*Sidebar Styles*/

.widget {
  padding-top: 30px;
}

.widget:first-child {
  padding-top: 0;
}

#search-form {
  position: relative;
}

.input-group .form-control {
  border: 1px solid #dcdcdc;
  padding: 6px 12px;
}

.btn-search {
  border: 1px solid #dcdcdc;
  padding: 6px 20px;
  font-size: 14px;
  color: #A1A1A1;
}

.btn-search:hover {
  color: #A1A1A1;
}

.search-input {
  color: #A1A1A1;
  font-size: 14px;
  font-weight: 300;
}

.search-input::-moz-placeholder {
  color: #A1A1A1;
  opacity: 1;
}
.search-input:-ms-input-placeholder {
  color: #A1A1A1;
}
.search-input::-webkit-input-placeholder {
  color: #A1A1A1;
}

.widget h5 {
  font-weight: 300;
  margin-bottom: 20px;
}

.widget p {
  margin: 0;
}

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

.widget ul li {
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e9e9e9;
}

.widget ul li:last-child {
  border: transparent;
  margin-bottom: 0;
}

.widget ul li a {
  display: block;
  color: #060606;
  font-weight: 300;
  -webkit-transition: color .3s ease-in-out;
     -moz-transition: color .3s ease-in-out;
      -ms-transition: color .3s ease-in-out;
       -o-transition: color .3s ease-in-out;
          transition: color .3s ease-in-out;
}

.widget ul li a:hover {
  color: #FC6E51;
}

.tagcloud a {
  color: #fc6e51;
  font-weight: 300;
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 10px;
  margin-right: 3px;
  border: 1px solid #ee3b16;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.tagcloud a:hover {
  color: #fff;
  background: #fc6e51;
}

/*Pagination*/

.pagination {
  margin: 0 0 50px 60px;
}

.pagination > li > a, .pagination > li > span {
  color: rgb(129, 129, 129);
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, 
.pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #fc6e51;
  border-color: #fc6e51;
}

/*Comments*/

h5.comments-title {
  font-weight: 300;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

#comments .media {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0;
}

#comments .media .nbm {
  border-bottom: 0;
  padding-bottom: 0;
}

.comment-meta p a {
  color: #a4a4a3;
  -webkit-transition: color .3s ease-in-out;
     -moz-transition: color .3s ease-in-out;
      -ms-transition: color .3s ease-in-out;
       -o-transition: color .3s ease-in-out;
          transition: color .3s ease-in-out;
}

.comment-meta p a:hover {
  color: #fc6e51;
}

#respond {
  padding-top: 30px;
}

h5#reply-title {
  font-weight: 300;
}

#commentform {
  padding-top: 20px;
  padding-bottom: 70px;
}

label {
  font-weight: 300;
  margin-bottom: 8px;
  color: #666666;
}

span.required {
  margin-left: 2px;
  color: #fc6e51;
}

#commentform .form-control:focus {
  border: 1px solid #fc6e51;
}

/***********************************************************************************************/
/* Footer */
/***********************************************************************************************/

footer {
  padding: 80px 0;
}

.copyright {
  text-align: center;
}

.copyright p {
  font-size: 15px;
}

.footer-logo p {
  font-size: 24px;
  margin: 0 0 20px 0;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-logo p span {
  color: #fc6e51;
}

ul.social-icons-list {
  list-style: none;
  margin-top: 40px;
  padding: 0;
}

ul.social-icons-list li {
  display: inline-block;
}

ul.social-icons-list li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 5px;
  font-size: 18px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
       -o-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #898989;
  color: #898989;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

ul.social-icons-list li a:hover {
  border-color: #fc6e51;
  color: #fc6e51;
  -webkit-transform: rotate(359deg);
  -moz-transform: rotate(359deg);
  -ms-transform: rotate(359deg);
  -o-transform: rotate(359deg);
     transform: rotate(359deg);
}