/*
main body titles
*/
body {	
    font-family:'Roboto', sans-serif;
    color: #000;
    line-height:1.2em;
    font-size:17px;
    line-height:20px;
}
/*
icons and buttons
*/
a {
    color:#151B54;
    text-decoration: none;
}
a:hover {
    color: #E41B17;
    text-decoration:none;
}
/*
main body second row
*/

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 10px;
}
p {
    padding: 10px;
    font-weight: 100;
    color: #444444;
}
/*
navbar settings
*/
.navbar {    
    margin-bottom:0px;
    min-height:70px;
}

.navbar-fixed-top {
    min-height:52px;
    height:52px;    
}
.navbar-inner {	
    background: #fff;
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}
.navbar .brand img {	
    width:180px;
    height:90px;
	float: right;
	filter: drop-shadow(4px 4px 4px #939597);
        -webkit-filter: drop-shadow(4px 4px 4px #939597);
}
.navbar .nav > li > a {	  
    text-transform:uppercase;
    line-height: auto;    
    margin:40px 25px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #fff;
    box-shadow: 5px 10px 8px #888888;
    font-size:15px;
    text-shadow: none;
    color: #000;
    transition: border-color 1s ease;
}

.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    border: 1px solid #F70D1A;
    color: #000;
    background-color: #fff;
    transition: border-color 1s ease;
}
.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: transparent;
	box-shadow: 5px 10px 8px #888888;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #fff;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #5bc0de;
    color: #fff;
}

/******
2. Layout
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background:#F70D1A;
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #181A1C;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #fff;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid #FFF;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}
/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    background: #fff;
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:##fff;
    text-shadow: none;
    line-height: 70px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6 s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #181A1C;
    margin-top:10px;
    font-size:20px;
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.85;
    filter: alpha(opacity=85);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.3);
    position:absolute;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}
/*
2.4 Social icons
************/
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin:5px; auto;
}
.social li {
    display:inline-block;
    line-height: 64px;
    font-family:'Porta';
    font-size: 64px;
    padding:0 5px;
}
/*
3. Sections 
***************************************************************************/
 .section {
    padding-bottom: 60px;
}/*this one*/
.section .container {	
    padding-top: 100px;
}
.section .title {
    text-align: center;
    padding: 0px;
    margin-bottom: 60px;
}
.section .title h1 {
    font-weight: normal;
    margin-bottom: 0px;   
}
.section .title > p {
    font-size: 20px;
    color: green;
    font-weight: lighter;
}
.primary-section {
    background:#FFF;
}
.primary-section .triangle {
    border-top: 30px solid rgba(0, 0, 0, 1);
}
.primary-section .title {
    border-bottom: 1px solid #F70D1A;
}
.primary-section, .primary-section .title p, .primary-section h3 {
    color: #181A1C;
}
.primary-section h1 {	
  font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 38px;
  padding: 10px 10px;
  text-align: center;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;  
    color: #131313;
    background-color: #FFF;
    letter-spacing: .15em;
	text-shadow: 
      1px -1px 0 #d4d2d1, 
      -1px 2px 1px #d8d6d5, 
      -2px 3px 1px #dbdad9, 
      -3px 4px 1px #dfdddc, 
      -4px 5px 1px #e2e0df, 
      -5px 6px 1px #e4e3e2;
}
.third-section {
  min-height:100%;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3)), url(../images/backgrnd.jpg);
  background-size:cover;
}
.nicci{
	text-align: center;	
}
.input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
  
.input[type="number"]{
    -moz-appearance:textfield! important;	
}
.neighbour{
	width:250px;
	margin:auto;
}
.EVM{
	margin-top:30px;
	margin-bottom: 60px;
	filter: drop-shadow(4px 4px 4px #939597);
        -webkit-filter: drop-shadow(4px 4px 4px #939597);
	text-align: center;	
}
.evm{	
	text-align: justify;	
}
/*******
3.1 Services  
***************************************/
.service{
    margin-top:0px;
}
 .service, .service h2 {
    padding-top:50px;
}
.service p {
	text-align: justify;
    padding:10px 20px;
    height:100px;
}
.service img {
    width:150px;
    height:150px;
}
/*
3.2 Portfolio
***************************************/
 .single-project {
    margin-bottom:30px;
    background:#FFF;
}
.single-project img {
    width:100%;
}
.project-description {
    padding-right:20px;
}
.project-description p {
    padding-left:0;
}
.project-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #181A1C;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.project-title .close {
    color: #000;
    margin-top:10px;
}
.project-info span, .project-title h3 {
    color:#F70D1A;
}
.project-info {
    font-weight:100;
    padding:10px 0;
}
.project-info span {
    width: 80px;
    display: inline-block;
}
.project-info div {
    margin-bottom:5px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
/*
3.3 About
******************************************************************/
 .team .thumbnail {	
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;  
    border: 30px solid #fff;
}
.team .thumbnail:hover .social {
    z-index: 5;
	
}
.team .thumbnail:hover .social a {
    color:#fff;
	
}
.team .thumbnail .mask {
    background:rgba(0,0,0,0.8);
	
}
.team .thumbnail .mask h2 {
    margin-top:30%;
	
}
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {	
	
    color:#fff;
}
.about-text {
	
    margin-top:30px;
}
.about-text p {
    
    font-size:16px;
}
/*
3.4 Clients
**********************************************************************/
 

.testimonial p {
    color:#fff;
    background:#3A3B3C;
    padding:15px;
    margin:0;
}
.testimonial .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #3A3B3C;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}
.testimonial .whopic {
    display:inline-block;
}
.testimonial .whopic img {
    margin-top:10px;
    width:50px;
    height:50px;
    float:left;
}
.testimonial .whopic strong {
    float:left;
    margin-top:10px;
    padding-left:10px;
}
.testimonial .whopic small {
    display:block;
    font-size:12px;    
}
.testimonial-text{
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:80px;
    width:70%;
    line-height:1.3em;
}
/*
3.7 Contact
********************************************************************/

.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 250px;
}
.contact-info p{
     font-weight:normal;
}



.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact-form {
    background:#fff;
    background: rgba(102, 103, 171, 0.6);
    z-index:110;
    position:relative;
    margin:-30px;
    padding:20px;
}
.contact-form h3 {
    color:#fff;
    padding-bottom:20px;
}
.message-btn {
    border:3px solid #fff;
    color:#fff;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {    
	border:3px solid #000;
}
.contact-info {	
    text-align:center;
    font-size:15px;
}

/*
/*
3.8 Footer
********************************************************************/
 .footer {
    background: #181A1C;
    text-align: center;
}
.footer > p {
    color: #fff;
    margin:0;
}

.footer a{
    color:#F70D1A;
}

.footer a:hover, .footer a:focus{
    text-decoration: underline;
}
.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:5px;
    font-size:20px;
    position:fixed;
    bottom:30px;
    right:20px;
	border:1px solid #fff;
    display:none;
    background: #F70D1A;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}
/*
4 Responsible
********************************************************************/
 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
}
@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
}
@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
}
