/*
    Template Name: Nipp - personal portfolio template
    Author: 
    Author URI: 
    Description: A personal portfolio landing page template
    Version: 1.0
*/


/* 
==================================================
   CSS Table Content
==================================================

1.  General styles
    - Fonts
    - Link style
    - Heading 
    - Background color
    - Default button cutomization

2.  Navbar & Slider
3.  Slider section
4.  About section
5.  Service section
6.  Portfolio section
7.  Blog section
8.  Testimonial section
9.  Contact section


*/

/*==============================================
  1. General style
===============================================*/

/*=============================================
    - Font faces - Google fonts
===============================================*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:400,500,700');

html {
    width: 100%;
}

body {
    height: 100%;
    background: #FFFFFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    width: 100%;
    overflow-x: hidden !important;
    margin: auto !important;
}


/*=============================================
    - Link style
===============================================*/
    
a {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

a:hover {
    color: #cccccc;
    opacity: 0.9;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

a:active {
    text-decoration: none;
    opacity: 0.9;
}

a:visited {
    text-decoration: none;
    opacity: 0.9;
}

a:focus{
  text-decoration: none;
  opacity: 0.9;
}


/*============================================ 
    - Heading
==============================================*/

h1 {
    font-size: 48px;
    line-height: 66px;
}

h2 {
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 1px;
    line-height: 53px;
}

h3 {
    font-size: 32px;
    line-height: 46px;
    font-weight: 300;
}

h4 {
    font-size: 22px;
    line-height: 37px;
    font-weight: 400;
}

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

h6 {
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}

p { color: #41454d;
    font-size: 16px;
    font-weight: 300;
}

h1,h2,h3,h4,h5,h6 {
    color: #333;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
}

/*=============================================
    - Default Button Customization
===============================================*/

.btn-black {
    border: 2px solid #777;
    background: #fff;
    color: #777;
    font-size: 16px;
    margin-top: 40px;
    padding: 14px 50px;
}

.btn-black:hover {
    background: #111;
    color: #fff;
    border: 2px solid #111;
}


/*======================================================
     navigation 
==========================================================*/


/*=============================================
    2. Navbar & Slider
===============================================*/

.background-overlay {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
}

.background-overlay.black {
    position: absolute;
    background: rgba(0, 0, 0, 0.95);
}

.background-overlay.grey {
    background: rgba(0, 0, 0, 0.85);
    position: absolute;  
}

.navbar-default {
    background: none;
    border: none;
    padding: 20px 0;
}

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

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-default .navbar-nav > li > a:hover {
   color: #777;
}

.top-nav-collapse {
    background-color: #111;
}


.navbar-default.top-nav-collapse .nav li a {
  color: #777777;
  font-weight: 700;
}

.navbar-default.top-nav-collapse .nav li.active a {
  background-color: transparent;
  color: #cccccc !important;
}

/*============================================
    SLIDER SECTION
===============================================*/

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

.section-intro{
    height: 100vh;
    background: #222 url("../images/bg/banner.jpg") no-repeat fixed 50% 50% / cover;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.intro-caption {
    width: 100%;
    text-align: center;
    position: absolute;
    color: #fff;
    padding-top: 250px;
}

.intro-caption h1 {
    font-size: 60px;
    color: #fff;
    line-height: 50px;
    margin: 30px 0px;
    text-transform: inherit;
}

.fa-facebook{
    background-color: #3b5998;
    border-radius: 32px;
    height: 40px;
    padding: 13px;
    text-align: center;
    width: 40px;
}
.fa-twitter{
    background-color: #1DA1F2;
    border-radius: 32px;
    height: 40px;
    padding: 13px;
    text-align: center;
    width: 40px;
}
.fa-google-plus{
    background-color: #DD4D40;
    border-radius: 32px;
    height: 40px;
    padding: 13px;
    text-align: center;
    width: 40px;
}
.fa-linkedin{
    background-color: #1B86BC;
    border-radius: 32px;
    height: 40px;
    padding: 13px;
    text-align: center;
    width: 40px;

}
.fa-behance{
    background-color: #2284E6;
    border-radius: 32px;
    height: 40px;
    padding: 13px;
    text-align: center;
    width: 40px;
}


/*================================================================
        section about
===============================================================*/

.about-wrap {
    text-align: left;
}

.about-wrap h4 {
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    margin: 20px 0px 40px;
}

.about-wrap h4 span {
    font-weight: 700;
}

.about-wrap a {
    margin-top: 40px;
}

/*======================================================
    section service
============================================================*/

#section-services {
    background: #f9f9f9;
}

.section-heading {
    text-align: center;
    margin-bottom: 70px;
}

.service-box {
    border-bottom: 5px solid transparent;
    background-color: #fff;
    padding: 25px 30px;
    text-align: center;
}

.service-box:hover {
    box-shadow: 0px 0px 2px #777;
    box-shadow: 0 3px 3px 1px rgba(201, 201, 201, 0.55);
    color: #000;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;

}

.service-box i {
    font-size: 50px;
    text-align: center;
    padding-top: 10px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.service-box:hover i {
    color: #000;
    padding: 0px;
}


.service-box h4 {
    margin: 20px 0px;
}

/*============================================
   SECTION PORTFOLIO 
===============================================*/


.work {
    background: #fff;
}

.work-inner {
    margin-top: 60px;
}

.work-inner .mix {
   padding: 0;
}

ul.work {
    padding: 0;
    list-style: none;
    margin-left: 8px;
    text-align: center;
}

ul.work li {
    border: 1px solid #ccc;
    color: #777;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 7px 14px;
    text-transform: uppercase;
}

ul.work li:hover {
    background: #2a2a2a;
    border: 1px solid #2a2a2a;
    color: #fff;
}

ul.work li.active {
    border: none;
    color: #000;
}

.work .item {
    position: relative;
}

.work .item img {
    width: 100%;
    z-index: 99999;
}

.portfolio-caption {
    color: #333333;
}

.portfolio-caption {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.portfolio-caption h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #fff;
    padding: 10px 10px;
    display: inline-block;
}

.work .item:hover .portfolio-caption {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.work .item:hover .portfolio-caption h4 {
    margin-top: 150px;
    -webkit-transition: .3s;
    transition: .3s;
}

/*====================================================
    section blog
==========================================================*/

#section-blog {
    padding-bottom: 90px;
    background: #f9f9f9;
}

.feature-heading {
    padding: 0 0 40px 0;
}

.feature-wrap h4{
    font-size: 19px;
    letter-spacing: 1px;
    margin: 20px 0 5px;
}

.blog-info {
  color: #777;
  letter-spacing: 2px;
  font-size: 14px;
}

.latest-b-post p{
    margin-top: 15px;
    margin-bottom: 15px;
}

.latest-b-post {
  background-color: #fff;
}

.blog-headline {
  padding: 0 15px;
}

.blog-content {
  padding: 0 15px;
}

.blog-category {
  padding: 0 15px 15px;
}

.blog-category > a {
  color: #777;
  font-weight: 600;
}




/*====================================================
   SECTION SINGLE BLOG POST
==========================================================*/

#single-post {
    padding: 90px  0;
}

#single-section-intro {
    height: 50%;
    background: #222 url("../images/bg/banner-2.jpg") no-repeat fixed 50% 50% / cover;
    padding: 0px;
    position: relative;
    overflow: hidden;
}

.single-intro-caption {
    width: 100%;
    text-align: center;
    position: absolute;
    color: #fff;
    padding-top: 100px;
}

.single-post-area h4 {
  margin: 0px 0 5px;
}

.latest-b-image img {
  margin: 30px 0;
}

.blog-image img {
  padding: 30px 0;
}

.media-object {
  border-radius: 70px;
}

.single-intro-caption h4 {
    font-size: 30px;
    color: #fff;
    line-height: 50px;
    margin: 65px 0px;
    text-transform: inherit;
}
.widget {
    border: 1px solid #f0f0f0;
    margin-top: 30px;
    padding: 30px;
}

.widget-title {
    text-align: center;
}

.socials {
    text-align: center;
}

.socials a {
    color: #fff;
    padding: 5px;
}

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

.widget > h4 {
  background: #777 none repeat scroll 0 0;
  color: #fff;
  margin-bottom: 0;
  padding: 7px;
  text-align: center;
}

.about-widget  h4 {
    margin-top: 30px;
}

.instagram img {
    margin-right: -5px;
    width: 33.3%;
}

.signup p{
    text-align: center; 
}

#comments {
    padding: 60px;
}

.comment-form{
    padding: 60px 0;
}


.signup form input {
  background: #f6f6f6 none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #9f9f9f;
 /* font-size: 12px;*/
  margin-bottom: 10px;
  padding: 12px 16px;
  width: 100%;
}

.signup form button {
  background: #777 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 12px 20px;
  text-transform: uppercase;
  width: 100%;
}

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

.widget > ul {
  margin-bottom: -12px;
  margin-top: -12px;
  width: 100%;
}

.widget li {
  border-bottom: 1px solid #f0f0f0;
  color: #353535;
  padding: 12px 0;
  width: 100%;
}
.widget ul li a{
    color: #777;
}

.widget > ul li:last-child {
  border: 0 none;
}

.widget li span {
  color: #b4b4b4;
  float: right;
}


.tags > a {
  border: 1px solid #777;
  color: #777;
  line-height: 44px;
  margin: 0;
  padding: 10px;
}

/*=====================================================
    SECTION TESTIMONIAL
==========================================================*/

#section-testimonial {
    padding: 90px 0;
    background: url("../images/bg/banner.jpg") no-repeat fixed 50% 50%;
    background-size: cover;
    position: relative;
}

#testimonial-carousel .item {
    text-align: center;
    color: #fff;
}

#testimonial-carousel .item p,
#testimonial-carousel .item h4,
#testimonial-carousel .item h5 {
    color: #fff;
}

#testimonial-carousel .item p {
    width: 70%;
    margin: 20px auto;
    color: #ccc;
}

#testimonial-carousel .item i {
    border: 1px solid #ffffff;
    border-radius: 50px;
    font-size: 45px;
    height: 60px;
    line-height: 45px;
    margin: 0 auto 30px;
    padding: 4px;
    text-align: center;
    width: 60px;
}

#testimonial-carousel .carousel-indicators {
    bottom: -45px;
}

#testimonial-carousel .carousel-indicators li {
    margin: 5px;
    cursor: pointer;
    opacity: 0.4;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-color: #fff;
}

#testimonial-carousel .carousel-indicators .active {
    opacity: 1;
    background: #fff;
}


/*=====================================================
    SECTION CONTACT
==========================================================*/

.section-contact {
     padding: 90px 0;
}

.henry-contact-form {
  background: #f9f9f9 none repeat scroll 0 0;
  padding-left: 0;
  padding-right: 0;
}

.col-md-7.henry-form {

    padding: 20px 30px 21px;
}

.col-md-5.henry-address {
  background: #2a2a2a none repeat scroll 0 0;
  padding: 20px 20px 150px;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 46px;
    border: 1px solid #ddd;
}

.btn-primary {
    background: #2a2a2a;
    color: #fff;
    font-weight: bold;
    border: 2px solid #2a2a2a;
    border-radius: 0;
}


.input-group-addon {
    border-radius: 0;
}


.input-group-addon {
    background: #2a2a2a;
    color: #fff;
}

.form-padding {
    padding: 20px 0;
}

.list-inline {
    margin-left: 0;
}

.henry-address > h2 {
  color: #fff;
}

.henry-address > p {
  color: #fff;
  padding: 20px 0;
}

.henry-phone {
    background: #2a2a2a none repeat scroll 0 0;
    border-radius: 18px;
    color: #164ea3;
    height: 35px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    width: 35px;
}

.calling-address {
    color: #fff;
}

.henry-phone {
    background: #fff none repeat scroll 0 0;
    border-radius: 18px;
    color: #2a2a2a;
    height: 35px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    width: 35px;
}

/*=====================================================
    SECTION FOOTER
==========================================================*/

#section-footer {
    padding: 90px 0px;
    background: #2a2a2a;
}

.nipp-social-icon {
    margin: 20px 0px 0px;
}

.nipp-social-icon a {
    color: #fff;
    font-size: 14px;
    margin: 0 3px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.nipp-social-icon li a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.nipp-social-icon a:hover {
    color: #777777;
}

.footer-link p {
    width: 70%;
    margin: 10px auto 0px;
    color: #ccc;
}

.copy {
    color: #eee;
    text-transform: capitalize;
}



/*extra*/

/* 26052017 */
.work-posts [class^="col-"]:nth-of-type(3n+1) {
    clear: both;
}