﻿@font-face {
 font-family: 'SourceSansPro';
 src: url('Fonts/SourceSansPro-Regular.woff');
}
@font-face {
 font-family: 'SourceSansPro';
 src: url('Fonts/SourceSansPro-Bold.woff');
 font-weight: bold;
}
@font-face {
 font-family: 'SourceSansPro';
 src: url('Fonts/SourceSansPro-Semibold.woff');
 font-weight: 300;
}
@font-face {
 font-family: 'RunningShoe';
 src: url('Fonts/RUNNINGS.ttf');
}
@font-face {
 font-family:'neoGrey';
 src: url('Fonts/NeogreyMedium.woff');
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'SourceSansPro', Arial, Helvetica, sans-serif;
}
.container-fluid {
	width:80%;
}
.bg-primary {
	background-color: #ffffff;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 10;
}

/* just some content with arbitrary styles for explanation purposes */
.modal {
	display:block;
    width: auto;
    height: auto;
    line-height: 200px;
    position: fixed;
  margin:0 auto;
   top:25%;
    text-align: center;
    z-index: 999;
}

.close {
  float: right;
  font-size: 35px;
  font-weight: 100;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=70);
  opacity: 0.7;
	position:absolute;
	
}

.navbar-default {
	border-color: rgba(34, 34, 34, .05);
	font-family: 'SourceSansPro', Arial, Helvetica, sans-serif;
    /*background-color: #fff;*/
    -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.navbar-default .navbar-header .navbar-brand {
	text-transform: uppercase;
	font-family: 'SourceSansPro', Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #ffa143;
}
.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
	color: #eb3812;
}
.navbar-default .nav > li>a, .navbar-default .nav>li>a:focus {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #000;
}
.navbar-default .nav > li>a:hover, .navbar-default .nav>li>a:focus:hover {
	color: rgba(240, 95, 64, .9)!important;
	;/*border-bottom: 3px solid #000;*/
}
.navbar-default .nav > li.active>a, .navbar-default .nav>li.active>a:focus {
	color: rgba(240, 95, 64, .9)!important;
	background-color: transparent;/*border-bottom: 3px solid #000;*/
}
.navbar-default .nav > li.active>a:hover, .navbar-default .nav>li.active>a:focus:hover {
	background-color: transparent;
}
a {
	color: rgba(240, 95, 64, .9);
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
a:hover, a:focus {
	color: #eb3812;
}
h1 /*Slider Heading*/ {
	color: #ffffff;
	font-family: 'SourceSansPro', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 60px;
	letter-spacing: 0.05em;
	line-height: 50px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.34);
}
h1 > .subheading {
	font-weight: 600;
}
h1 + p {
	color: #ffffff;
	font-family: 'SourceSansPro', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: normal;
	line-height: normal;
	text-align:justify;
	padding-top:40px;
}
h2 /*Name of the project*/ {
	color: #5a5a5a;
	font-family: 'SourceSansPro', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 25px;
	letter-spacing: 0.04em;
	line-height: 60px;
}
h2 + p {
	text-align:justify;
}
h3 /*Page Heading*/ {
	color: 	rgba(240, 95, 64, .9);
	font-family: 'SourceSansPro', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 23px;
	letter-spacing: 0.62em; /*line-height:60px;*/
	text-transform:uppercase;
	padding-top:35px;
}
.sub-title {
	color: #2b2b2b;
	font-family: 'SourceSansPro', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 23px;
	letter-spacing: 0.04em;
	padding-right:15px;
}
.pad {
	padding-bottom: 90px;
}
h4 /*Sevices Headings*/ {
	color: #5a5a5a;
	font-family: 'SourceSansPro', Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.04em;
	line-height: 24px;
	text-transform:uppercase;
}
h4 + p {
	text-align:justify;
}
.heading {
	margin-bottom: 120px;
}
p {
	color: #5a5a5a;
	font-family: 'SourceSansPro', Arial, Helvetica, sans-serif;
	/*font-weight: 100;*/
    font-size: 16px;
	letter-spacing: 0.04em;
	line-height: 24px;
}
#aboutus {
	width: 100%; /* max-width: 970px;*/
	/* height: 100%;
		padding: 10% 0 10%;*/
		background:rgba(240, 95, 64, .9);
}
#aboutus p {
	padding-top:50px;
	color: #fff;
}
#aboutus h3 /*Page Heading*/ {
	color: #fff;
}
#portfolio {
	width: 100%;/*  height: 100%;*/
}
#homeCarousel {
	height:100%;
}
/*.projectimg
{
    height:60%;
    width:60%;
}*/
#services {
	width: 100%;
}
hr {
	max-width: 80px;
	border-color: #F05F40;
	border-width: 3px;
}
/*h6 /*Client Name
{
    font-family:RunningShoe;
    font-size:55px;
    color:#5a5a5a;
    padding-bottom:50px;
}*/

.read-more a {
	font-size:18px;
	color:#5a5a5a;
	text-decoration:none;
}
.read-more a:hover {
	text-decoration:none;
}
#contactus {
	width: 100%;
}
#contactus p {
	font-size: 16px;
	line-height: 170%;
	padding-top: 20px;
}
/*#clients
{
    width: 100%;
		
    height: 100%;
}*/
.span12 {
	width: 1170px;
}
.center-align {
	float: none;
	margin: 0 auto;
	display: inline;
}
.social {
	width: 28px;
	height: 28px;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	top: 30%;
}
.glyphicon-small {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	line-height: 1;
	font-size: 18px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#homeCarousel > .carousel-indicators {
	position: absolute;
	bottom: 20px;
	z-index: 15;
	/* width: 5%;
  padding-left: 0;
  margin-left: -30%;*/
  text-align: center;
	list-style: none;
	display:none;
}
footer {
	background-color:Black;
	/*margin-top:150px;*/
    bottom:0;
}
footer > p {
	font-size:12px;
	color:White;
	padding:20px 0px;
	font-weight:normal;
margin: 0px;
}
.row-centered {
	text-align:center;
}
.col-centered {
	display:inline-block;
	float:none;
	/* reset the text-align */
    text-align:left;
	/* inline-block space fix */
    margin-right:-4px;
}
.read-more-btn {
}
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -150px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
section {
	padding: 80px 0;
}
.section-heading {
	margin-top: 0;
}
#home-carousel-caption {
	right: 5%;
	left: 5%;
	padding-bottom: 30px;
	top:0;
}
small, .small {
	font-size: 135%;
}
/* Large Devices, Wide Screens */

    /* Medium Devices, Desktops */


    /* Extra Small Devices, Phones */ 

    /* Custom, iPhone Retina */ 


.navbar-brand img {
	width: 100%;
height: auto;
}
#owl-demo .item {
	padding: 30px 0px;
	margin: 10px;
	color: #FFF;
	vertical-align:middle;
	text-align:center;
}
#owl-demo .item img {
	width: auto;
	margin: 0 auto;
	display: block;
}
.box {
	width:100%;
	height:310px;
	background:#FFF;
	padding:50px 0px 30px;
}
.effect7 {
	position:relative;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after {
	content:"";
	position:absolute;
	z-index:-1;
	-webkit-box-shadow:0 0 5px rgba(111, 110, 110, 0.4);
	-moz-box-shadow:0 0 5px rgba(111, 110, 110, 0.4);
	box-shadow: 0 0 5px rgba(111, 110, 110, 0.4);
top: 0;
bottom: 0;
left: 25px;
right: 25px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}
#maincontent {
	width:100%; /* 1000px / 1250px */
	position:relative;
	margin:0 auto;
	clear:both;
	font-family:'SourceSansPro', Arial, Helvetica, sans-serif;
}
.copyright {
	font-family:'neoGrey', Arial, Helvetica, sans-serif;
}
 @media only screen and (max-width : 1200px) {
small, .small {
 font-size: 110%;
}
h2 + p {
 font-size: 80%;
}
.read-more a {
 font-size: 13px;
}
		/*.projectimg {
   
    width: 80%;
}*/

section {
 padding:30px 0px;
}
}
 @media only screen and (max-width : 992px) {
}



    /* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
h3 {
 font-size: 20px;
}
.sub-title {
 font-size: 18px;
}
p {
 font-size: 14px;
 letter-spacing: 0.02em;
}
section {
 padding:80px 0px;
}
}
 @media(min-width:768px) {
 .navbar-default {
 border-color: rgba(255, 255, 255, .3);
 background-color: transparent;
}
 .navbar-default .navbar-header .navbar-brand {
 color: rgba(0, 0, 0, .7);
}
 .navbar-default .navbar-header .navbar-brand:hover,  .navbar-default .navbar-header .navbar-brand:focus {
 color: #fff;
}
 .navbar-default .nav > li>a,  .navbar-default .nav>li>a:focus {
 color: rgba(0, 0, 0, .7);
}
 .navbar-default .nav > li>a:hover,  .navbar-default .nav>li>a:focus:hover {
 color: #fff;
}
 .navbar-default.affix {
 border-color: rgba(34, 34, 34, .05);
 background-color: #fff;
}
 .navbar-default.affix .navbar-header .navbar-brand {
 font-size: 14px;
 color: rgba(240, 95, 64, .9);
}
 .navbar-default.affix .navbar-header .navbar-brand:hover,  .navbar-default.affix .navbar-header .navbar-brand:focus {
 color: #eb3812;
}
 .navbar-default.affix .nav > li>a,  .navbar-default.affix .nav>li>a:focus {
 color: #222;
}
 .navbar-default.affix .nav > li>a:hover,  .navbar-default.affix .nav>li>a:focus:hover {
 color: rgba(240, 95, 64, .9);
}
}
@media only screen and (width : 768px) and (height:1024px) {
 .container-fluid {
 width: 81%;
}
}
 @media only screen and (max-width : 480px) {
}
 @media(min-width:360px) {
 .navbar-default {
 border-color: rgba(255, 255, 255, .3);
 background-color: #fff;
}
 .navbar-default .navbar-header .navbar-brand {
 color: rgba(0, 0, 0, .7);
}
 .navbar-default .navbar-header .navbar-brand:hover,  .navbar-default .navbar-header .navbar-brand:focus {
 color: #000;
}
 .navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus:hover {
 color: rgba(240, 95, 64, .9);
}
}
@media only screen and (max-width : 480px) {
 .navbar-brand img {
 height: 80%;
}
.cd-slider-nav nav {
 margin-right: 30px;
}
h3 {
 font-size: 100%;
}
.sub-title {
 font-size: 100%;
}
.col-xs-4 {
 width: 100%;
}
}
 @media only screen and (min-width : 480px) {
 .cd-slider-nav nav {
 margin-right: 30px;
}

@media only screen and (min-width : 1366px) {
 .col-xs-4 {
 width: 33.3333%;
}
}
/* Oredr now button*/
a.sb, .sb a {
	width: 32px;
	height: 32px;
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -900em;
	color: #fff;
	text-decoration: none;
	line-height: 100%;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 0 2px 5px 0;
	border: solid 1px #fff;
	/* default box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 0 rgba(0, 0, 0, .1);
	/* default border radius */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* for IE */
*:first-child+html a.sb, *:first-child+html .sb a {
	text-indent: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
/* SB LIST
================================================ */
.sb {
	margin: 0;
	padding: 0;
}
/* icon with text style */
a.sb.text, .sb.text a {
	text-indent: 0;
	width: auto;
	height: 26px;
	padding: 5px 14px 3px 34px;
	background-position: 2px center;
	font-size: 90%;
}
*:first-child+html a.sb.text, *:first-child+html .sb.text a {
	text-indent: inherit; /* for IE */
	line-height: 100%;
	font-size: 100%;
}
/* ICONS
================================================ */
a.sb.twitter, .sb a.twitter {
	background-image: url(../images/email.png);
}
a.sb.phone, .sb a.phone {
	 background-image:url(../images/phone.png)
}

