html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	border: none;
	color:#2A2929;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	font-weight:500;
	color:#d3362c;
	margin-top:0;
	letter-spacing: 0.9px;
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight:400;
	line-height: 24px;
	letter-spacing: 0.5px;
	color:#747475;
}

a{
	color:#FFFFFF;
	background:none;
	text-decoration: none;
	outline: none;
}

a:hover,  a:active,  a:focus {
	color:#000;
	text-decoration: none;
	outline: none;
}

::selection {
	background:#FE6000;
	color:#000000;
}

::-moz-selection{
	background:#FE6000;
	color:#FFF;
}

img{
	max-width:100%;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control{
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    margin-bottom:20px;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    height:46px;
	width:100%;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06) inset;
    background:#FFF;
	border:1px solid #CCC;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border-color:#1D1D2A;
}

/*========================================================================*/
/*  Common Elements
/*========================================================================*/

.btn-default {
	background:#FF554E;
	padding: 10px 16px;
	box-shadow:none;
	border:none;
	color: #FFF;
	font-size:14px;
	letter-spacing:2px;
	font-weight:600;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	border-radius:0px;
	transition: all 700ms;
}

.btn-default:hover,.btn-default:active,.btn-default:focus{
	background:#1D1D2A;
	color:#FFF;
	outline:none;
	box-shadow:none;
}

.btn-primary {
	background:#929296;
	padding: 10px 16px;
	box-shadow:none;
	border:none;
	color: #FFF;
	font-size:14px;
	letter-spacing:2px;
	font-weight:600;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	border-radius:0px;
	transition: all 700ms;
}

.btn-primary:hover,.btn-primary:active,.btn-primary:focus{
	background:#FE6000;
	color:#FFF;
	outline:none;
	box-shadow:none;
}

::-webkit-input-placeholder {
	color:#33322E !important;
	font-weight: normal;
}

:-moz-placeholder {
	color:#33322E !important;
	font-weight: normal;
}

::-moz-placeholder {
	color:#33322E !important;
	font-weight: normal;
}

:-ms-input-placeholder {
	color:#33322E !important;
	font-weight: normal;
}

.clear{
	clear:both;
}

.scrollup {
    width:35px;
    height:35px;
    position:fixed;
    bottom:30px;
    right:15px;
    display:none;
	background:#3c3c41;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius:50%;
	text-align: center;
}

.scrollup i{
	color:#fff;
	font-size:15px;
	display:block;
	line-height:33px;
}

.scrollup:hover{
	background:rgba(225,103,95,.6);

}

.container {
    max-width: 940px;
}

.section{
	padding:100px 0 70px;
	position:relative;
}

.section-heading{
	margin-bottom:70px;
	display:inline-block;
}

.section-heading p{
	text-align:center;
	margin-top:30px;
}

.section-heading h2 {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    border-bottom: 10px solid #3c3c41;
    padding-bottom: 25px;
}

.section-white .section-heading h2 {
	color:#fff;
	border-color:#FFF;
}

#pageloader {
	width: 100%;
    height: 100%;
    position: fixed;
	background-color:#FFF;
    z-index: 999999;
}

.loader {
	position: absolute;
	width: auto;
	height: auto;
	margin: -25px 0 0 -25px;
	top:50%;
	left:50%;
	text-align:center;
}


/*========================================================================*/
/* Navigation
/*========================================================================*/

.navbar {
    margin-bottom: 0;
	padding: 10px 0;
    text-transform: uppercase;
    background-color:#FFF;
	border-radius:0;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
	left: 0;
	right: 0;
	z-index: 999;
}

.navbar-custom .nav li a {
	font-size:14px;
	color:#3c3c41;
	font-weight: 600;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color:transparent; 
	color:#3c3c41;
}

.navbar-custom .nav li.active a{
	color:#d3362c ;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #000;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

.navbar-brand {
	padding:10px;
}

.navbar-brand img {
	margin-top:0px;
}

.navbar-brand:focus {
    outline: 0;
}

/*========================================================================*/
/* static Header
/*========================================================================*/

#home{
	background:#3c3c41;
}

.header-main{
	padding:100px 0;
	text-align:center;
}

.header-main h1 {
    color: #FFF;
    margin: 40px 0px 20px;
    font-size: 75px;
    font-weight: 700;
	text-shadow: 0px 0px 4px #027878;
}

.header-main h2{
	color:#FFF;
	line-height: 28px;
	text-shadow: 0px 0px 4px #027878;
}

.header-main p{
	color:#FFF;
	margin:30px auto;
	width:80%;
	font-size:16px;
}

.header-social{
	margin-top:40px;
}

.header-social ul{
	margin:0px;
	padding:0px;
}

.header-social ul li{
	display:inline-block;
	list-style:none;
	line-height: 50px;
	margin-right:10px;

}

.header-social ul li a{
	width:50px;
	height:50px;
	font-size:30px;
	margin-bottom: 15px;
	color:#929296;
	background:#FFF;
	text-align:center;
	display:inline-block;
	transition: all 700ms;
}

.header-social ul li a:hover{
	background:#FFFFFF;
	color:#FFF;
}

.header-social ul li:last-child{
	margin-right:0px;
}

.scroll-down-main{
	width:100%;
	margin-top:70px;
	margin-bottom:20px;
	float: left;
	text-align:center;
}

.down-arrow {
	margin: 45px auto 0;
	opacity:0.5;
	display: inline-block;
}

.down-arrow:hover{
	opacity:1;
}


/*========================================================================*/
/* Services
/*========================================================================*/

.service-box{
	margin-bottom:50px;
}

.service-icon {
    width: 100px;
    height: 100px;
    color: #FFF;
    background:#d3362c;
    font-size: 40px;
    line-height: 100px;
    margin-bottom: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    position: absolute;
}

.service-info {
    margin-left: 180px;
    padding-right: 10px;
}

.service-info h4{
	font-size:20px;
}


/*========================================================================*/
/*   Works
/*========================================================================*/


#works{
	background:#F4F3F3;
	position:relative;
}

.portfolio-filters{
    margin-bottom: 30px;
    list-style: none;
    padding: 0;
}

.portfolio-filters li{
    display:inline-block;
	background:#3c3c41;
	color:#FFF;
    padding: 10px 16px;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 10px;
	margin-right:5px;
	font-weight:700;
}

.portfolio-filters li:hover{
    background-color: #FF554E;
    color:#fff;
}

.portfolio-filters li.active{
    background-color:#d3362c;
    color:#fff;
}

#grid .mix{
    display: none;
    opacity: 0;
	margin-bottom:20px;
}

.image-wrapper{
    position: relative;
}

.image-wrapper img{
    width:100% !important;
    height:auto;
}

.image-overlay{
    position: absolute;
    text-align: center;
    background: rgba(255,85,78,.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.image-overlay span{
    position: absolute;
    top:40%;
    color: #FFF;
	left:38%;
}

.image-overlay span > a{
	width:40px;
	height:40px;
	border:1px solid #FFF;
    display: inline-block;
	margin-right:5px;
}

.image-overlay span > a:last-child{
	margin:0px;
}

.image-overlay span i{
	color:#FFF;
	font-size:20px;
	text-align:center;
	line-height:40px;
}

.image-wrapper:hover .image-overlay{
    opacity: 1;
}



/*========================================================================*/
/*   About
/*========================================================================*/


.about-info{
	margin-bottom:30px;
}

.about-detail{
	margin-bottom:30px;
	margin-top: 10px;
}

.panel-group .panel-heading {
    cursor: pointer;
	padding: 15px 15px;
}

.panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #929296;
}

.panel-body ul li{
	margin-bottom:5px;
	line-height:20px;
	font-weight:300;
}

.panel-body ul li i{
	margin-right:5px;
}

.panel-group .panel {
    background: none;
    box-shadow: none;
    border: 1px solid #d3362c;
	border-radius:0;
	margin-bottom:30px;
}

#accordion .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family:'FontAwesome';
    content:"\f077";
    float: right;
    color: inherit;
	color:#d3362c;
}

#accordion .panel-heading.collapsed .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    content:"\f078";
}


/*========================================================================*/
/*  Team
/*========================================================================*/

#team{
	background:#d3362c;;
}

.team-member{
	text-align:center;
	margin:0px auto 30px;
}

.team-member img{
	width:250px;
	border-radius:50%;
}

.team-member-info{
	padding:20px 10px;
}

.team-member-info h4{
	color:#FFF;
}

.team-member-info p{
	font-weight:600;
	color:#FFF;
}

.team-member-info .socials{
	margin-top:20px;
	padding:0px;
} 

.team-member-info .socials li{
	list-style:none;
	display:inline-block;
	margin:0 15px 0 0;
	padding:0;
}
 
.team-member-info .socials li:last-child{
	margin:0px;
}

.team-member-info .socials li a {
    border: 1px solid #FFF ;
    color: #FFF ;
    display: block;
    height: 34px;
    line-height: 32px;
    text-align: center;
    width: 34px;
	border-radius:50%;

} 

.team-member-info .socials li a:hover{
	color:#FFF;
	border-color:#FFF;

}

/*========================================================================*/
/*   Testimonial
/*========================================================================*/

#testimonials {
	background:#3c3c41;
	color:#fff;
	padding:100px 0px;
}

#testimonials .container{
	position:relative;
}

#testimonials .items {
	margin-bottom: 30px;
	margin-top:-7px;
	color:#fff;
	text-align:center;
}

#testimonials .testimonial-pic {
	margin: 10px 0px 55px;
	width: 150px;
	height: 150px;
	border: 5px solid rgba(255, 255, 255, 0.9);
	border-radius:50%;
}

#testimonials .testimonial-pic img{
	border-radius:50%;
}

#testimonials .desc {
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
}

#testimonials .name {
	color:#FFF;
    font-weight: 700;
    margin-top:20px;
    font-size: 18px;
}

#testimonials .owl-controls .owl-page span {
    background:#FFF;
    border-radius:0;
    display: block;
    margin: 5px 4px;
    opacity: 1;
	width:12px;
	height:12px;
	transform: rotate(45deg);
	margin-right:10px;
}

#testimonials .owl-controls .owl-page.active span {
    background:#FF554E;
} 
 


/*========================================================================*/
/*   Blog
/*========================================================================*/


#blog{
	padding:100px 0px 50px;
}

.blog-post{
	margin-bottom:50px;
}

.blog-post h4{
	font-size:20px;
}

.post-media{
	width:300px;
	float:left;
}

.post-info{
	margin-left:350px;
}

.post-date {
    font-size: 13px;
    margin-bottom: 20px;
    color: #353434;
}

.post-date i {
    font-style: normal;
    margin-right: 5px;
}



/*========================================================================*/
/*  Clients
/*========================================================================*/

#clients{
	background:#d3362c;
	padding:70px 0px 40px;
}

#clients figure{
	margin-bottom:30px;
	text-align:center;
}

#clients figure a{
	opacity:0.6;
}

#clients figure a:hover{
	opacity:1;
}



/*========================================================================*/
/*  Contact
/*========================================================================*/

.contact-info{
	margin-bottom:30px;
}

.contact-info h4{
	font-size:20px;
	font-weight:700;
}

.connect-social{
	margin-top:25px;
}

.connect-social ul{
	margin-top: 15px;
	margin-left:0px;
}

.connect-social ul li {
	line-height:40px;
	font-size:20px;
	padding:0px;
}

.connect-social ul li a {
	color: #FFF;
	background:#929296 ;
	text-align: center;
	display: inline-block;
	height :40px;
	width: 40px;
	margin-right: 5px;
}

.connect-social ul li a  {
	transition: all 700ms;
}

.connect-social ul li a:hover {
	color: #FFF;
	background:#FE6000;
}

.connect-social ul li:last-child a {
	margin-right: 0px;
}	

.copyright {
    margin-top: 100px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 0px;
    text-align: center;
    border-top: 1px solid #C2BFBF;
    padding-top: 30px;
	color:#FFF;
}




@media screen and (max-width: 768px) {

.header-main h1 {
    font-size: 45px;
}

.header-main h2 {
    font-size: 20px;
}
	
}

@media screen and (max-width: 600px) {

.blog-post {
    text-align: center;
}

.post-media {
    display: inline;
	float:none;
}

.post-info {
    text-align: left;
    margin-top: 30px;
	margin-left:0px;
}

}



@media screen and (max-width: 500px) {

.header-main {
    padding: 60px 0px;
}

.service-box {
	text-align:center;
}

.service-icon {
	position:relative;
}

.service-info {
    margin-left: 0px;
    padding-right: 0px;
}

.section-heading h2 {
    font-size: 28px;
    padding-bottom: 10px;
}

.experience-box {
    text-align: center;
}

.expdate {
	display:inline-block;
	margin-bottom:30px;
	position:relative;
}

.expinfo {
	margin-left:0px;
}

}


@media screen and (max-width: 350px) {

.header-main h1 {
    font-size: 30px;
}

.header-main h2 {
    font-size: 16px;
}
	
}


