a {
color: green;
}

body, html { overflow-x:hidden; }

body {
    background-color: #ffffff;
    font-family:  Helvetica, Arial, sans-serif;
	font-style: normal;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p { font-family:  Helvetica, Arial, sans-serif; }

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
h1{
	font-size:3em;
	weight:200!important;
}
.pp_clear {
	clear: both;
}

.height30 {
	height: 30px;
}

.pp-top-bar {
    min-height: 40px;
    background-color:#eeeeee;
}

.pp-top-menu {
    min-height:110px;
    background-color:#ffffff;
    z-index: 5000;
    width:100%;
    -webkit-box-shadow: 0px 6px 22px 0px rgba(100,100,100,0.48);
    -moz-box-shadow: 0px 6px 22px 0px rgba(100,100,100,0.48);
    box-shadow: 0px 6px 22px 0px rgba(100,100,100,0.48);
}

.pp-top-menu .navbar-toggle {
    margin-top: 38px;
}

.pp-top-menu .navbar-brand {
    padding: 0;
    margin: 30px 0 0 0;
}

/* ------ Carousel ----- */

#pp-carousel {
    background: url('../images/pp_carousel_bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 500px;
}

#pp-carousel .carousel-caption {
    z-index: 10;

}
#pp-carousel .carousel-caption h1{
  font-weight: 600;
}
#pp-carousel .carousel-caption ul, #pp-carousel .carousel-caption p{
  font-size:25px;
  list-style:none;
    font-weight: 600;
}
#pp-carousel .item {
    height: 500px;
}
#pp-carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #pp-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }


    #pp-carousel .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #pp-carousel .carousel-caption {
        padding-bottom: 120px;
        font-size:80%;
    }
}

@media (max-width: 1024px) {
    #pp-carousel {
        background: url('../images/pp_carousel_bg_s.jpg') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
    }
}

/* ------ End of Carousel ----- */



.subheader {
    font-family: Helvetica, Arial, sans-serif;;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    color: #e67e22;
}


.btn-pp-green {
    background-color: #3EB55B;
    border-bottom:2px solid rgb(4, 73, 17);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}
.fa {
    color: green;
}
.btn-pp-green:hover, .btn-pp-green:focus, .btn-pp-green:active, .btn-pp-green.active, .open .dropdown-toggle.btn-pp-green {
    background-color: #078421;
    color:#ffffff;
}

.btn-green {
    background-color:#2ecc71;
    border-bottom:2px solid rgb(4, 73, 17);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: ;
    color:#ffffff;
}

.nav > li > a {
    padding: 10px 20px;
    font-weight: bold;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #3EB55B;
    color:#fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #3EB55B;
    color:#fff !important;
}


.nav > li > a {
    color: #000 !important;
}
.navbar-default {
    background-color:#fff;
    border:none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #3EB55B;
    color:#fff;
}

.navbar {
    margin-bottom: 0px;
}

.pp-service-item-header {
    margin-left: -10px;
    padding: 16px 20px 20px;
    font-weight: bold;
    display: inline-block;
}

.pp-header-pp-green {
    background-color:#3EB55B;
    min-width: 298px;
    height: 67px;
    color: #fff;

}

.team_hr {
    border: 1px solid #fff;
    width: 39.5%;
    float: left;
}

.team_hr_left {
    margin-right: 30px;
    margin-left: 15px;
}

.team_hr_right {
    margin-left: 30px;
}

.hr_gray {
    border: 1px solid #cccccc;
}

.pp-team {
    background: url('../images/background.png') ;
    font-family: Helvetica, Arial, sans-serif;
    min-height:590px;
    color:#ffffff;

}
.pp-line-header {
    margin-top:100px;
    margin-bottom:80px;
}

.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.member-thumb {
    position: relative;
    overflow: hidden;
}

.member-thumb .thumb-overlay {
    background-color: rgba(220, 157, 102, 0.8);
    position: absolute;
    visibility: hidden;
    padding-top: 35%;
    padding-left: 25%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.thumb-overlay a {
    float:left;
    margin-right: 5px;
}



.team-inner {
    margin-top:10px;
}

.team-inner-header {
    font-family: Helvetica, Arial, sans-serif;
    font-weight:600;
    font-size:16px;
}

.team-inner-subtext {
    font-weight:normal;
    font-size:12px;
}

.row_team {
    margin-left:-50px;
    margin-top:70px;
}

.row_team li {
    list-style: none;
}

.pp-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    height: 200px;
    width: 200px;
}

.pp-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.project-overlay {
    background : rgba(0,0,0,.75);
    border : 2px solid #3EB55B;
    visibility: hidden;
    position: absolute;
    text-align:center;
    padding-top:40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}


.project-overlay hr {
    width : 70%;

}

.pp-project-gallery li {
    margin:15px;
}

.txt_darkgrey {
    color: #333333;
}

.txt_pp-green {
    color: #e67e22;
}

.txt_slogan {
    font-size:14px;
    color:#929292;
}

.pp-line-header span {
    font-size: 18px;
    float :left;
    margin-top: 10px;
}

.team_box  div {
    text-align: center;
    padding-top: 100px;
}

.span_blog {
    margin-bottom: 80px;
}

.blog_post {
    color: #333333;
    padding: 10px;
}

.blog_header {
    font-weight: bold;
    font-size: 16px;
}

.blog_text {
    text-align: justify;
    font-size: 14px;
    margin-top: 20px;
}

#pp-contact {
	margin-top:100px;
	border-top: 1px solid #cccccc;
	font-size:14px;
}
.pp-contact-map {
    margin-bottom: 15px;
    height: 378px;

}

.head_contact {
    padding-bottom:80px;
    margin-bottom:0;
}

.contact_right img {
	margin-right:5px;
}

.contact_right form {
	padding-left:15px;
	padding-right:15px
}

.tweet_txt {
	border-left:2px solid #ffffff;
	min-height:160px;
}

.twitter_user {
	color: #FFFF33;
	font-size: 14px;
	float: right;
}

.pp-partners {
	border-top: 2px solid #cccccc;
}

.pp-partners .pp-partner-item {
    margin-bottom: 5px;
}

.pp-footer {
	border-top: 2px solid #cccccc;
	margin-top: 100px;

}
.dark{
  background: #000;
  color:#fff!important;
  width:100%;
  padding-bottom:50px;
  margin-top:30px;
}
.footer_container {
	margin-top:60px;
	margin-bottom:20px;
}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	font-size: 14px;
	color:#333333;
}

.social-icon-fb {
    background: url('../images/social-icon-fb.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-fb {
    background: url('../images/social-icon-fb-over.png') no-repeat;
}

.social-icon-rss {
    background: url('../images/social-icon-rss.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-rss {
    background: url('../images/social-icon-rss-over.png') no-repeat;
}

.social-icon-twitter {
    background: url('../images/social-icon-twitter.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-twitter {
    background: url('../images/social-icon-twitter-over.png') no-repeat;
}

.social-icon-linkedin {
    background: url('../images/social-icon-linkedin.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-linkedin {
    background: url('../images/social-icon-linkedin-over.png') no-repeat;
}

.social-icon-dribbble {
    background: url('../images/social-icon-dribbble.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-dribbble {
    background: url('../images/social-icon-dribbble-over.png') no-repeat;
}

ul.pp-project-gallery  li  a img:hover {
    border: 3px solid #3EB55B;
}

.pp-gallery-category a {
	color:#333333;
}

.pp-gallery-category a.active {
	color:#e67e22;
	text-decoration:none;
}

.pp-gallery-category a:focus {
	color:#e67e22;
	text-decoration:none;
}

.pp-gallery-category a:hover {
	color:#e67e22;
	text-decoration:none;
}

.link_pp-green:hover {
    text-decoration:none;
}
.pp-project-gallery {
    margin:0 0 0 0;
    margin-top:30px;
    margin-left: -40px;
}
.pp-project-gallery li {
    list-style:none;
    margin-bottom:25px;
}
.pp-project-gallery li img {
  cursor: pointer;
}

.pp-tweets {
    background-color: #8996a0;
    min-height:200px;
    font-family: Helvetica, Arial, sans-serif;
    font-size:20px;
    color:#ffffff;
    margin-top:100px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.btn_loadmore {
	margin-top:30px;
	margin-bottom:80px;
}

.blog_box {
	margin-left: -12px;
}

@media (min-width:991px) and (max-width:1200px) {
    .pp-project-box, .project-overlay {
        height:170px;
        width:170px;
    }

    .pp-project-gallery {
        margin-left: -70px;
    }

    .pp-service-item-header {
        padding: 16px 10px 20px;
    }

    .pp-header-pp-green {
        min-width: 230px;
    }

    .team_box,  .team_box_over {
        height:220px;
        width:220px;
    }

}


@media (max-width:991px) {
    .team-inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .pp-btn-read-more {
        float:right;
        margin-bottom :40px;
    }
}


@media (min-width:768px) and (max-width:990px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .pp-project-box , .project-overlay {
       height:130px;
       width:130px;
       padding-top: 0px;
    }

    .pp-project-gallery {
       margin-left: 10px;
    }

    .blog_box{
       margin-right: -140px;
    }
}


@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

@media (max-width: 768px) {
    .member-thumb .thumb-overlay {
        padding-left: 40%;

    }
    .pp-btn-read-more {
            float:right;
            margin-bottom :40px;
      }
}

@media (max-width: 380px) {
    .member-thumb .thumb-overlay {
            padding-left: 30%;

    }
	.pp-service-item-header {
		font-size: 16px;

		padding: 23px 10px 22px;
	}
	.pp-header-pp-green {
		min-width: 0px;
	}

}

@media (min-width:991px) and (max-width: 1200px) {
	 .team_hr {
		width: 37%;
	}
}

@media (min-width:683px) and ( max-width: 991px) {
	 .team_hr {
		width: 33%;
	}
}

@media (min-width:585px) and ( max-width: 683px) {
        .member-thumb .thumb-overlay {
            padding-left: 25%;

        }
	 .team_hr {
		width: 30%;
	}
}

@media (min-width:536px) and ( max-width: 585px) {
	 .team_hr {
		width: 28%;
	}
}

@media  (min-width:410px) and  ( max-width: 536px) {
	 .team_hr {
		width: 21%;
	}
}

@media  ( max-width: 410px) {
	 .team_hr {
		width: 11%;
	}
}
.gradient{
  color:#fff!important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#078421+2,23662d+100,23662d+100 */
  background: #078421; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iIzA3ODQyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzY2MmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjM2NjJkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top,  #078421 2%, #23662d 100%, #23662d 100%); /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#078421), color-stop(100%,#23662d), color-stop(100%,#23662d)); /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top,  #078421 2%,#23662d 100%,#23662d 100%); /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top,  #078421 2%,#23662d 100%,#23662d 100%); /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top,  #078421 2%,#23662d 100%,#23662d 100%); /* IE10 preview */
  background: linear-gradient(to bottom,  #078421 2%,#23662d 100%,#23662d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#078421', endColorstr='#23662d',GradientType=0 ); /* IE6-8 */


}
