@font-face {
    font-family: 'Almeria';
    src: url('../fonts/AlmeriaBold.eot');
    src: url('../fonts/AlmeriaBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AlmeriaBold.woff2') format('woff2'),
        url('../fonts/AlmeriaBold.woff') format('woff'),
        url('../fonts/AlmeriaBold.ttf') format('truetype'),
        url('../fonts/AlmeriaBold.svg#AlmeriaBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
.img{max-width: 100%;}
.banner{background:url('../images/bg.jpg') no-repeat top left/ cover;min-height:300px;}
.se-pre-con1 {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/preload.gif') center no-repeat #fff;
}

.logo{padding:30px 0px;}
.abc{margin-top: 35px;margin-left: 110px;}
.navbar-default {
    background-image: -webkit-linear-gradient(top,#BFA161 0,#BFA161 100%);
    background-image: -o-linear-gradient(top,#BFA161 0,#BFA161 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#BFA161),to(#666666));
    background-image: linear-gradient(to bottom,#BFA161 0,#BFA161 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFA161', endColorstr='#BFA161', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
    border:0px;
    margin-bottom:0px;
}
.navbar-default .navbar-nav>li>a{
    color: #fff;
    text-shadow:0px;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a{
    color: #fff;
    background-image: -webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
    background-image: -o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));
    background-image: linear-gradient(to bottom,#ad1d1d 0,#d61010 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
    box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
    text-shadow:0px;
}

p{text-align:justify;line-height:30px;}

.footer{background:#191919;padding:20px 0px;color:#fff;}
.panel{
    border-radius:23px;
}
.panel-heading{
    border-top-left-radius:20px;
    border-top-right-radius:20px;
}

.content h2{
	font-size:20px;
}
.content p{
	font-size:14px;
	line-height:30px;
	margin-bottom:20px;
}
.table-striped > tbody > tr:nth-of-type(2n+1){
	background-color:#E6E6E6;
}

.datasheet tbody tr td:nth-of-type(2n){
	text-align:center;
}
.main{
	background:#ededed;
}
.header{
	background:#fff;
}
.content{
	background:#fff;
	padding:0px 30px;
	box-shadow:0px 0px 5px #ddd;
}
.content1{
	margin-left:10px;
	margin-top:-35px;
}
.content1 .box2{
	margin-left:10px;
	width:48%;
}
.content1 .box2 img{
	width:100%;
}
.content h2{
	margin-bottom:25px;
	padding-bottom:10px;
	color:#333;
	border-bottom:1px dotted #333;
}
.table thead tr th{
	background:#D2AB67;
	color:#fff;
}
.address h3{
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}
.address p{
	margin-bottom:3px;
}
.content iframe{
	border: 5px solid #333;
    box-shadow: 0 0 5px #ccc;
}
.title1{
	font-size:14px;color:#fff;background:#254399;
	font-weight:bold;
	border-radius:3px;
	padding:10px 20px;
	box-shadow:2px 2px 2px #b2b2b2;
}
.table{
	box-shadow:2px 2px 2px #b2b2b2;
	margin-top:20px;
	margin-bottom:50px;
}
.ld{
	margin-top: 35px;
	margin-left: 31%;
}
.logo3{
	margin-left: 41%;
	margin-top: 16%;
}
.submi{
	margin-left: 352px; margin-bottom: 22px;
}
.content1{
	margin-left:0px;
	padding:10px;
}
.content1 .box1{
	border:solid 10px #e7e7e7; border-radius: 30px; margin-top: 12px; min-height: 316px;
}
.content1 .box2{
	padding:0px;
}
.content1 .box2 img{
	border:solid 10px #e7e7e7; border-radius: 30px; margin-top: 12px;
}
@media screen and (min-width:1200px){
	.content{
		min-height:800px;
	}
}
@media screen and (max-width:768px){
	.footer *{
		text-align:center;
		line-height:50px;
	}
}
@media (min-width: 320px) and (max-width: 640px) {
	.banner{background:url('../images/bg.jpg') no-repeat top left/ cover;min-height:82px;}
	.content1 .box2{
	margin-left:0px;
	width:100%;
}
.from{
	float: right;
	width: 240%;
}
.submi{
	margin-left: 102px; margin-bottom: 22px;
}
}


