/*
	Theme Name: Helmet
	Created : 
	Updated : 
	Version: 1.0

*/

/*
	[Table of contents]

	## Global
		- Font Settings
		- Padding/Margin

	## Header
	## Banner Section
	## Footer
		
	## Page Banner
	
	## Responsive
		-- min-width: 992 to max-width: 1200
		-- min-width: 768 to max-width: 991
		-- min-width: 319 to max-width: 767
		-- min-width: 319 to max-width: 479
		-- max-width: 991
		-- min-width: 1200
*/

/* ## Global */

body {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	color: #000;
	overflow-x: hidden;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}
p{
	text-align:justify;
}
.main-container {
	max-width:1400px;
	margin:0 auto;
}

.ow-navigation .nav.navbar-nav li a,
.photo-slider .carousel-caption h3,
.block-title h2,
.more-srv-details h3,
.more-srv-details a {
	font-family: 'lato';
}
.counter-box p,
.summarynumber,
.service-box h4,
.services-box .services-skill-box h3,
.singel-details p span {
	font-family: 'lato';
}

.what-we-do p,
.what-we-do.owl-theme .owl-dots .owl-dot span::after,
.testi-content h4,
.testimonials .carousel-indicators li::after,
.summarytitle,
.skill-box h3,
.skill-box a,
.team-box-hover h4,
.view-more a,
.service-box h4,
.footer-main .location h5,
.page-banner h3,
.page-banner .breadcrumb li,
.services-box .services-inner > h3,
.portfolio-categories li a,
.portfolio-single-title h4,
.portfolio-single-details .row > h3,
.portfolio-single-details .social li a,
.address-content h3,
.error-page button {
	font-family: 'lato', sans-serif;
}
.block-title p,
.testi-content h5,
.testi-content p,
.team-box-hover h5,
.team-box-hover p,
.about-team-detail-box h6,
.testimonials-2 .testi-content2 p,
.portfolio-single-title p,
.address-content > a,
.error-page p {
	font-family: 'lato', serif;
}

#services img{
	width:44px;
}
/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding,
ul {
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

.section-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* ## Header */
.header-main {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 16;
	
}
.header-main .container {
	position: relative;
	z-index: 1;
}
.header-main.navbar-fixed-top {
	position: fixed;
	background-color: #FAFAFA;
	border-bottom:1px solid #666666;
}
.navbar-fixed-top .navbar-nav{
	margin-top:20px;
}
.navbar-brand{
	padding:0 15px;
}

/* ## Page Banner */
.page-banner {
	position: relative;
	text-align: center;
}
.page-banner {
	max-height: 460px;
	min-height: 460px;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 235px;
}
.page-banner:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(52,55,75,0.8);
	display: inline-block;
}
.page-banner .container {
	position: relative;
}
.page-banner h3 {
	font-size: 35px;
	letter-spacing: 5px;
	color: #fff;
	text-transform: uppercase;
}
.page-banner .breadcrumb {
	background-color: transparent;
}
.page-banner .breadcrumb .active,
.page-banner .breadcrumb a {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}
.page-banner .breadcrumb > li + li::before {
	content: "-"
}
.error-banner {
	background-image: url("../images/error-banner.jpg");
}
.about-banner {
	background-image: url("../images/about-banner.jpg");
}
.services-banner {
	background-image: url("../images/services-banner.jpg");
}
.portfolio-banner {
	background-image: url("../images/portfolio-banner.jpg");
}
.contact-banner {
	background-image: url("../images/contact-banner.jpg");
}
.blog-banner {
	background-image: url("../images/blog-banner.jpg");
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}


/* ## Footer */
.footer-main {
	padding: 20px 4.2%;
	background-color: #434345;
	margin-top: 5px;
}
.footer-main .location {
	position: relative;
	display: inline-block;
	color: #fff;
	padding-left: 82px;
	margin-right: 50px;
}
.footer-main .location i {
	position: absolute;
	width: 57px;
	height: 57px;
	top: 0;
	left: 0;
	border: 2px solid #fff;
	border-radius: 100%;
	line-height: 48px;
	text-align: center;
}
.footer-main .location h5 {
	font-size: 12px;
	margin-top: 6px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer-main .social-copyright {
	text-align: right;
	color: #fff;
	margin: 8px 0;
}
.footer-main .social-copyright ul {
	margin-bottom: 0;
	margin-right: 50px;
}
.footer-main .social-copyright ul,
.footer-main .social-copyright p {
	display: inline-block;
}
.footer-main .social-copyright li {
	display: inline-block;
	margin-left: 24px;
}
.footer-main .social-copyright li a {
	color: #fff;
	width: 42px;
	height: 42px;
	display: inline-block;
	background-color: #727273;
	text-align: center;
	line-height: 42px;
	border-radius: 100%;
}
/* ## Responsive */

/* -- min-width: 1441 to max-width: 1680 */
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
	/* ## Footer */
	.footer-main .location {
		margin-right: 40px;
	}
}
/* -- min-width: 1366 to max-width: 1440 */
@media only screen and (min-width: 1366px) and (max-width: 1440px) {
	/* ## Footer */
	.footer-main .location {
		margin-right: 20px;
	}
}
/* -- min-width: 1201 to max-width: 1365 */
@media only screen and (min-width: 1201px) and (max-width: 1365px) {
	/* ## Footer */
	.footer-main {
		padding-left: 1.5%;
		padding-right: 1.5%;
	}
	.footer-main .location {
		margin-right: 5px;
		padding-left: 70px;
	}
}

/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	/* ## Page Banner */
	.page-banner {
		min-height: 360px;
		max-height: 360px;
		padding-top: 135px;
	}
	
	/* ## Footer */
	.footer-main {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer-main .location {
		margin-right: 5px;
		padding-left: 70px;
		margin-bottom: 10px;
	}
	.footer-main .social-copyright {
		margin-bottom: 23px;
		margin-top: 23px;
	}
	.footer-main .social-copyright ul, 
	.footer-main .social-copyright p	{
		width: 100%;
	}
	.footer-main .social-copyright ul {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	
}

/* -- min-width: 319 to max-width: 767 */
@media only screen and (min-width: 319px) and (max-width: 767px) {	
	
}

/* -- min-width: 319 to max-width: 479 */
@media only screen and (min-width: 319px) and (max-width: 479px) {	
	
}

/* -- max-width: 991 */
@media (max-width: 991px) {
	.header-main {
		position: relative;
		background-color: #A00808;
	}
	
	/* ## Page Banner */
	.page-banner {
		min-height: 260px;
		max-height: 260px;
		padding-top: 75px;
	}
	
	/* ## Footer */
	.footer-main {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer-main .col-md-7 {
		text-align: center;
	}
	.footer-main .location {
		margin-right: 5px;
		padding-left: 70px;
		margin-bottom: 10px;
		text-align: left;
	}
	.footer-main .social-copyright {
		margin-bottom: 23px;
		margin-top: 23px;
		text-align: center;
	}
	.footer-main .social-copyright ul, 
	.footer-main .social-copyright p	{
		width: 100%;
	}
	.footer-main .social-copyright ul {
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.footer-main .social-copyright ul li {
		margin: 0 10px;
	}
}
/* FOOTER */

#footerContainer{width: 100%; position: relative; background-image:url(../images/footer_bg.png); text-align: center; -webkit-transform: translate3d(0, 0, 0); overflow:auto;}
#footerContents{width: 100%; padding: 20px 0px 15px; position: relative;}
#helloSize{width:80%; max-width:410px; display:inline-block;}
#footerHello{font-family:'Roboto Slab', sans-serif; font-weight: 300; color:#fff; background-color: #333333; padding: 1% 5%; margin-bottom:1%; display: block; text-align: center;}
h4{ color:#FFFFFF;font-size: 14px; margin: 0 0 0px;}
#footerHello{-webkit-transition:color 0.2s linear; -moz-transition:color 0.2s linear; -o-transition:color 0.2s linear; transition:color 0.2s linear; -webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; -o-transition:background-color 0.2s linear; transition:background-color 0.2s linear;}
#footerHello:hover{color:#ff2300; background-color: #fff;}
#footerContainer #phoneNumbers{font:20px 'Montserrat', sans-serif; color: #f1f1ea; margin-bottom: 1%; margin-top:10px; width:100%; display:inline-block;}
#footerContainer #phoneNumbers a{color: #f1f1ea;}
#footerContainer p{font:12px/22px 'Montserrat', sans-serif; color: #f1f1ea;  margin: 0 auto; text-align:center;}
#footerContainer .right{ float:right;}
#footerContainer .right p{ text-align:right;}
#footerContainer p.copyright{font:12px 'Montserrat', sans-serif; color: #ffffff; }
#footerContainer p a{font:12px/22px 'Montserrat', sans-serif; color: #FFFFFF;  margin: 0 auto;}
#socialIcons{margin: 1% 0px 1%;}
#socialIcons a{-webkit-transition:opacity 0.2s linear; -moz-transition:opacity 0.2s linear; -o-transition:opacity 0.2s linear; transition:opacity 0.2s linear;}
#socialIcons a {  font-size:18px; background-color:#FFFFFF; padding:5px 8px; border-radius:5px;}
#socialIcons a:hover{opacity: .5} #socialIcons a~a{margin-left: 1.7%;}

.breadcrumb {
	width:98%;
	color:#666666;
	font-weight:bold;
}
.clearboth{
	clear:both;
}

.hspantxt{
	bottom: 0%;
    right: 10%;
    position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	color:#7e1d16;
	font-size:12px;
	padding:3px 5px;
	border:1px solid #666666;
}
.navbar-fixed-top .hspantxt{
	top:0%;
	left:16%;
}
/* -- max-width: 991 */

.headh2{
	font-family: "lato";
    font-size: 18px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
.tagSection {
	position:relative;
	background:#fafafa;
	padding:15px 25px;
	margin:5px;
	display:block;
	overflow:auto;
}
.tagSection ul{
	list-style:none;
	position:relative;
}
.tagSection ul li{

	background: #CCCCCC none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px 10px;
    text-transform: capitalize;
}