/* Webfonts */

@font-face {
	font-family: 'Calibre';
	src: url('fonts/calibre-semibold.eot');
	src: url('fonts/calibre-semibold.eot#iefix') format('embedded-opentype'),
		 url('fonts/calibre-semibold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Calibre';
	src: url('fonts/calibre-light.eot');
	src: url('fonts/calibre-light.eot#iefix') format('embedded-opentype'),
		 url('fonts/calibre-light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body{
	font: 19px/25px "Calibre", sans-serif;
	color: #111;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: #ccc;	
}
a:focus {
    outline: none;
    text-decoration: none;
}
h2{
	color: #001C5A;
	font-weight: 600;
	text-transform: uppercase;
}

.w-100{
	width: 100%;
}

.btn-danger{
	border-radius: 0;
	background-color: #001C5A;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 20px 5px 20px;
}
.text-danger{
	color: #001C5A;
}
.bold{
	font-weight: 600;
}

.home_default_page{
	background-image: url(images/home_default_page.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
}
.main_btn{
	background-color: #fff;
	padding: 10px 20px;
	display: block;
	width: 300px;
	height: 70px;
	text-align: center;
	color: #161771;
	font-size: 36px;
	text-decoration: none;
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
	font-weight: bold;
}
.main_btn span{
	font-size: 13px;
    color: #666666;
}
.main_btn:hover{
	text-decoration: none
}

/* .home_bg{
	padding: 20px 0;
	background: #f1f1f1;
	box-shadow: 0 0 13px 1px #b1aeae;
} */
.navbar{
	margin-bottom: 0px;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 15px 0px #5f5f5f;
    z-index: 1;
}
.navbar-brand {
    height: auto;
    padding: 5px 15px;
}
.navbar-nav>li>a {
    line-height: 26px;
}
.navbar-default .navbar-nav>li>a{
	color: #001C5A
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #fff;
    background-color: #001C5A;
}
.home_carousel{
	margin-top: 56px
}
.home_about,.home_product,.home_contact/* , .home_gallery */{
	padding: 70px 0
}
.home_product{
	background: #eee;
}
.home_product .thumbnail .caption{
	padding: 5% 10px;
}
/* .home_contact{
	background-color: #eee;
} */
.home_footer{
	padding: 15px 0 10px 0;
	background-color: #eee;
}
.home_footer p{
	margin: 0;
	line-height: 1
}

@media screen and (min-width: 1024px) and (max-width: 1199px){
	.home_product .thumbnail .caption {
		padding: 3.51% 10px;
	}
}

@media screen and (max-width: 991px){
	.home_about img{
		width: 100%
	}
	.home_product .thumbnail #myCarousel1{
		padding-right: 0;
	}
	.home_contact{
		text-align: center;
	}
	/* .gallary-img-wrapper img{
		width: 100%;
		margin-bottom: 30px
	} */
}