/*!
 * iNZeyo - LABS
 * Designed by : Purohit R
 */

/* Global Styles */


/** Generated by FG **/
@font-face {
	font-family: 'Conv_Alrono Italic';
	src: url('../fonts/Alrono Italic.eot');
	src: local('☺'), url('../fonts/Alrono Italic.woff') format('woff'), url('../fonts/Alrono Italic.ttf') format('truetype'), url('../fonts/Alrono Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
html,
body {
    height: 100%;
}

body {
  padding-top: 0px;
  background: url(../images/main-bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.btn-nav {
  margin: 12px 0 0 0;
  padding: 0;
  background: url(../images/btn.png)no-repeat left top;
  width: 131px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);
  display: inline-block;
  border: none;
  float: right;
}
a:focus, a:hover {
  text-decoration: none;color:#f7941d;
}
img {
  max-width: 100%;
}
.navbar-right {
  float: right!important;
  margin-right: 0;
  margin-top: 25px;
}
.page-header {
  font-size: 60px;
  color: #a1a2a2;
  text-transform: uppercase;
 font-family: 'Conv_Alrono Italic'; 
    border:none;
}
.img-portfolio {
    margin-bottom: 30px;
}
/* Footer Styles */
footer {
  margin: 28px 0;
  font-family: 'Michroma', sans-serif;
  color: #6d6e71;
  font-style: italic;
}
h1.logo {
  margin-bottom: 40px;
}
footer h3{font-size: 37px;}
footer h3 span {font-size: 31px;margin-top: 26px;margin-bottom: 10px;}
.orange{color:#f7931d;}
/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}