@charset "utf-8";
/* CSS Document */

*{
	padding:0px;
	margin:0px;
}

body{
	font-family: 'Open Sans';
	background:#fff url(../images/bg.jpg) repeat top left;
	overflow-x:hidden;
}
a:hover{
	text-decoration:none;
}
a ,img {
	list-style:none;
	text-decoration:none;
	border:none;
	outline:none;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;

}
li{
	list-style:none;
}
label{
	display:block;
}
.label_font{
 font-size: 14px;

 line-height: 25px;
     text-align: justify;
}
p{
	font-size:14px;
    line-height: 23px;
	margin:0;
	color:#000;
	font-weight:lighter;
	font-family:'Open Sans';
}
h1,h2,h3,h4,h5,h6{
	font-family:'Open Sans';
	margin:0px;
}
input[type=submit]{
	cursor:pointer;
	border:none;
}
.float-none{
	float:none !important;
}
select{
    background: none;
}
ul{
	margin:0;
}
.mrg-right{
	margin-right:0px !important;
}
.mrg-left{
	margin-left:0px !important;
}
.clear-bottom{
	margin-bottom:0 !important;
}
.padd-15{
	padding:15px;
}
.padd-20{
	padding:20px;
}
.inline{
	display:inline;
}
.inline *{
	display:inline-block;
}
.overlay-leftTop{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:9;
}
header{
	padding:8px;
	background:#fff;
	width:100%;
}
header.fixed{
	position:fixed;
	z-index:99;
	box-shadow:0 2px 5px rgba(0,0,0,0.1);
}
header.fixed .navbar-nav {
    padding-top: 10px;
}
header.fixed img{
	width:100px;
}
.navbar-nav{
	padding-top:23px;
}
.navbar-nav > li > a{
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
}
.active-menu a{
	color: #fff !important;
    background-color: #6ba0ff;
}
.navbar-nav > li > a:hover{
	background:none;
}
.sliderWrapp{
	position:relative;
	overflow:hidden;
}
.sliderWrapp .carousel-control{
	background:#fff;
	width:55px;
	height:55px;
	border-radius:50%;
	opacity:0.9;
	top:50%;
	margin-top:-25px;
	box-shadow:0 3px 5px rgba(0,0,0,0.2);
}
.sliderWrapp .carousel-control.left{
	background:#5596d6 url(../images/left.png) no-repeat center;
	left:20px;
}
.sliderWrapp .carousel-control.right{
	background:#5596d6 url(../images/right.png) no-repeat center;
	right:20px;
}

.welcomeWrapp{
	padding:20px 0;
}
.welcomeTop{
	padding-bottom:30px;
	margin-bottom:30px;
/*	border-bottom: 1px solid #eee;*/
}
.welcomeTop h1{
	font-size:24px;
	color:#333;
	margin-bottom:5px;
}	
.blue-icon{
	width:54px;
	height:54px;
	float:left;
	margin-right:12px;
	display:inline-block;
	background:#219eed;
	border-radius:50%;
	background-repeat:no-repeat;
	background-position:center;
}
.why-ico{
	background-image:url(../images/icon-1.png);
}
.why-trust{
	background-image:url(../images/icon-2.png);
}
.why-mng{
	background-image:url(../images/icon-3.png);
}
.cnt-info{
	max-width:600px;
	width:100%;
	margin:auto;
	-webkit-border-radius:5px;
	border-radius:3px;
	overflow:hidden;
}
.cnt-info > div *{
	color:#fff;
	font-size:20px;
}
.cnt-info > div{
	width:50%;
	float:left;
	padding:6px;
	color:#fff;
	text-align:center;
	box-sizing:border-box;
}
.cnt-info > div.green{
	background:#5fa849;
}
.cnt-info > div.blue{
	background:#0e8bda;
}
.cnt-info > div p{
	display:inline-block;
	padding-left:20px
}
.cnt-info > div .ph{
	background:url(../images/icon-4.png) no-repeat left center;
}
.cnt-info > div .ar{
	padding-left:25px;
	background:url(../images/icon-5.png) no-repeat left center;
}
.pddp-pnts{
	width:100%;
	display:table;
}
.pntsRht{
	float:left;
}
.pntsRht h3 a{
	font-size:17px;
	color:#1288d2;
	font-weight:600;
	margin-bottom:5px;
}
.founder{
	padding:2px;
	background:#e6e6e6;
	border-radius:3px;
}
.fdImg{
	float:left;
}
.fd-right{
	max-width:250px;
	float:left;
	padding:20px;
	text-align:center;
}
.fd-right h3{
	font-size:17px;
	font-weight:bold;
	color:#23658f;
	margin-bottom:3px;
	margin-top:35px;
}
.fd-right b{
	display:block;
	font-size:13px;
	margin-bottom:8px;
	color:#555;
}
.fd-right a{
	font-size:12px;
	color:#106fac;
	font-weight:600;
	text-decoration:underline;
}
.pntsRht p{
	font-size:13px;
	color:#507790;
	font-weight:600;
	line-height:18px;
}
.cnt-info{
	margin-top:25px;
}
.hm-prodtctWrapper{
	padding:25px 0px;
	background:#e4ebf2;
}
.hm-bottomWrapper{
	padding:30px 0;
	background:url(../images/bg-1.jpg);
}
.news-img{
	float:left;
}
.news-img img{
	border-radius:6px;
}
.hm-bottomWrapper h2{
	font-size:18px;
	color:#313131;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
}
.news-right-content p{
	font-size:14px;
	color:#2c4a67;
	font-weight:600;
	line-height:18px;
	margin-bottom:8px;
}
.news-right-content{
	max-width:350px;
	float:left;
	margin-left:12px;
}
a.readmore{
	font-size:12px;
	color:#fff;
	padding:3px 10px;
	border-radius:3px;
	font-weight:bold;
	background:#2e71b3;
}
.news-listWrapp{
	margin-bottom:10px;
}
.awrd-List img{
	border-radius:3px;
	margin-bottom:6px;
}
.awrd-List a.newsLink{
	font-size:14px;
	color:#2c4a67;
	font-weight:600;
	line-height:17px;
}
.awrd-List a.newsLink:hover{
	text-decoration:underline;
}
footer{
	background:#265b90;
}
.footerwrapper{
	padding:25px 50px;
/*	background:#2f68a0;*/
	border-radius:5px;
	margin:25px 0;
}
.footerwrapper h3{
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:20px;
}
.footerwrapper li a{
	font-size:13px;
	color:#c6d1da;
	font-weight:600;
}
.footerwrapper li a:hover{
	color:#fff;
	text-decoration:underline;
}
.footer-btm{
	padding:12px;
	background:#235485;
	text-align:center;
}
.footer-btm p{
	font-size:12px;
	color:#6194c7;
}
.pr-list{
	text-align:center;
	background:#fff;
	min-width:225px;
	min-height:220px;
	margin-right:3px;
}
.pr-list img{
	display:inline-block;
	margin-top:20px;
	margin-bottom:10px;
}
.pr-list p{
	font-size:14px;
	color:#4e4e4e;
	font-weight:600;
}
.owl-buttons div{
	width:30px;
	height:56px;
	font-size:0;
	position:absolute;
	top:50%;margin-top:-28px;
	background-color:#fff;
	border-radius:3spx;
	background-repeat:no-repeat;
	background-position:center;
}
.owl-buttons div.owl-prev{
	left:-35px;
	background-image:url(../images/prev.png);	
}
.owl-buttons div.owl-next{
	right:-35px;
	background-image:url(../images/next.png);	
}
.ft-cnt p{
	font-size:14px;
	color:#c6d1da;
	line-height:22px;
	margin-bottom:10px;
	padding-left:30px;
	font-weight:500;
}
.ft-loc{
	background:url(../images/icon-6.png) no-repeat left 4px;
}
.ft-ph{
	background:url(../images/icon-7.png) no-repeat left 2px;
}
.scLinks p{
	color:#fff;
	margin-right:8px;
	font-style:italic;
}
.scLinks a{
	width:22px;
	height:22px;
	margin-right:5px;
}
.mainBanner{
	position:relative;
}
.overlay-TopLeft{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}
.bn-overlay{
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 4%, rgba(0,0,0,0.3) 57%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0)), color-stop(57%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 4%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 4%,rgba(0,0,0,0.8) 80%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 4%,rgba(0,0,0,0.0) 80%,rgba(0,0,0,0.8) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 4%,rgba(0,0,0,0.0) 80%,rgba(0,0,0,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-8 */
}
.mainBanner{
	overflow:hidden;
}
.mainBanner h2{
	font-size:30px;
	font-weight:normal;
	color:#fff;
	padding-left:15px;
}
.bn-ttl{
	position:absolute;
	bottom:15px;	
	left:0;
}
.bn-container{
	position:relative;
	height:100%;
	/*display:table;*/
}
.abt-blue{
	padding:20px 15px;
	background:#2f7cc3;
	text-align:center;
}
.abt-blue p{
	font-size:16px;
	color:#fff;
	line-height:23px;
	font-weight:400;
}
.aboutInfoList{
	padding:25px 15px;
	background:#e5e5e5;
	margin-bottom:20px;
}
.abt-InfoBlock{
	position:relative;
	text-align:center;
	border-radius:8px;
	overflow:hidden;
}
.abt-InfoBlock img{
	width:100%;
}
.abt-InfoBlock a{
	padding-right:25px;
	display:inline-block;
	font-size:17px;
	font-weight:bold;
	line-height:30px;
	color:#fff;
	background:url(../images/icon-8.png) no-repeat right center;
}
.abt-InfoBlock a:hover{
	text-decoration:underline;
}
.abTinfo-ttl{
	position:absolute;
	bottom:15px;
	left:0;
	right:0
}
.objWrapp{
	text-align:center;
	padding:15px;
	background:#e6ecf0;
	border-radius:7px;
	margin-bottom:15px;
}
.objWrapp h3{
	font-size:30px;
	color:#2c5671;
	font-weight:normal;
	margin-bottom:8px;
}
.objWrapp p{
	max-width:780px;
	margin:auto;
	font-weight:normal;
	font-size:18px;
	line-height:26px;
	color:#383838;	
}
.overlay-bg{
	background:rgba(0,0,0,0.5);
}
.tblvert-cell{
	display:table-cell;
	vertical-align:middle;
}	
.vis-mis{
	text-align:center;
	position:relative;
	border-radius:7px;
	overflow:hidden;
}
.tbl{
	width:100%;
	height:100%;
	display:table;
}
.vis-mis{
	margin-bottom:20px;
}		
.vis-mis h2{
	font-size:20px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	position:relative;
	text-transform:uppercase;
	margin-bottom:10px;
}
.vmWrapp{
	margin-top:15px;
}	
.vmWrapp h2:after{
	width:25px;
	height:4px;
	content:'';
	display:inline-block;
	position:absolute;
	top:-20px;
	left:50%;
	margin-left:-12px;
	background:#198fda;
	z-index:9;
}	
.vmWrapp p{
	font-size:16px;
	color:#fff;
	max-width:500px;
	margin:auto;
	font-weight:normal;
}
.productWrapper{
	padding:20px 0;
}
.pro-ttl{
	margin-bottom:10px;
	position:relative;
}
.pro-ttl h3{
	font-size:17px;
	color:#3d3d3d;
	position:relative;
	z-index:3;
	text-transform:uppercase;
	font-weight:normal;
	padding-right:8px;
	display:inline-block;
	background:#fff;
}
.pro-ttl:before{
	width:100%;
	content:'';
	position:absolute;
	border-bottom:1px solid #ddd;
	left:0px;
	top:12px;
	z-index:2;
}
.proListBlock{
/*	border:1px solid #eee;*/
	border-radius:3px;
	min-height:220px;
	background:#fff;
	text-align:center;
	margin-bottom:15px;
}
.proListBlock p {
	font-size:18px;
	color:#555;
	font-weight:normal;
	padding:5px 0;
}
.product-cat{
	margin-bottom:20px;
}
.awrdTop{
	padding:0px 15px;
	background:#f1dbad;
	margin-bottom:20px;
}
.awrd-content{
	max-width:800px;
	margin:auto;
	padding-top:60px;
	padding-bottom:60px;
	padding-left:120px;
	background:url(../images/cup.png) no-repeat left center;
}
.awrd-content2{
/*	max-width:980px;*/
	margin:auto;
        padding: 40px;
/*	padding-top:60px;
	padding-bottom:60px;
	padding-left:70px;*/
/*	background:url(../images/cup.png) no-repeat left center;*/
}
.awrd-content2 h2{
	font-size:23px;
	color:#553523;
	font-weight:bold;
	margin-bottom:5px;
}
.awrd-content2 p{
	font-size:19px;
	color:#333;
	font-weight:normal;
	line-height:28px;
}
.awrd-content h2{
	font-size:23px;
	color:#553523;
	font-weight:bold;
	margin-bottom:5px;
}
.awrd-content p{
	font-size:19px;
	color:#333;
	font-weight:normal;
	line-height:28px;
}
.awrdListBlock{
	max-width:970px;
	margin:auto;
	position:relative;
	border-radius:5px;
	overflow:hidden;
	margin-bottom:25px;
}
.awrdListBlock img{
	width:100%;
}
.awrdcontent{
	position:absolute;
	left:0;
	right:0;
	bottom:0;	
}
.abt-pddp.abt-pddp1{
	margin-bottom:20px; 
}
.mn-item h3{
	 font-size:18px;
}
.history-blk{
	max-width:500px;
}
.mn-item{
	margin-bottom:20px;
}
.abt-pddp.abt-pddp1 h2{
	font-size:18px;
}
.abt-pddp.abt-pddp1 p{
	margin-bottom:10px;
}
.awrdcontent h3{
	display:inline-block;
	padding:4px 10px;
	font-size:19px;
	color:#fff;
	background:#232323;
}
.awrdcontent p{
	font-size:16px;
	color:#fff;
	line-height:20px;
	font-weight:normal;
	padding:10px;
	background:rgba(36,55,75,0.9);
}
.line{
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
}
.award-in{
	max-width:935px;
	margin:auto;
}
.awrd-yrs{
	float:left;
	margin-right:15px;
}
.awrd-yrs ul li a{
	font-size:16px;
	color:#4e4e4e;
	padding-right:13px;
}
.awrd-yrs ul li a:hover{
	color:#2a79c9;
	text-decoration:underline;
}
.awrd-yrs ul li a.active{
	color:#2a79c9;
	font-weight:bold;
	background:url(../images/icon-9.png) no-repeat right center;
}
.awrd-yrs ul li{
	margin-bottom:6px
}
.awrdRight{
	float:left;
}
.awrdRight .awrdListBlock{
	margin-bottom:15px;
}
.awrdTitle{
	padding:15px;
	background:#2a79c9;
	text-align:center;
	margin-bottom:20px;
}
.awrdTitle h2{
	font-size:23px;
	color:#fff;
}
.awrd-contentCenter{
	padding:12px;
	text-align:center;
	background:rgba(36,55,75,0.9);
}
.awrd-contentCenter h4{
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:3px;
}
.awrd-contentCenter p{
	background:none;
	padding:0;
}
.gallList{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	margin-bottom:25px;
}
.gallList img{
	width:100%;
	border-radius:5px;
            height: 250px;
}
.gallList img:hover{
	border-radius:5px;
	transform:scale(1.02);
}
.gallTitle{
	padding:10px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
}
.gallTitle h3{
	font-size:16px;
	color:#fff;
	font-weight:normal;
	margin-bottom: 5px;
}
.gallTitle a.viewPhotos{
	font-size:14px;
	color:#fff;
	line-height:20px;
	font-weight:normal;
	padding-right:23px;
	background:url(../images/icon-8.png) no-repeat right center;
	background-size:20px;
}
.gallTitle a.viewPhotos:hover{
	text-decoration:underline;
}
.galleryWrapper{
	padding-top:20px;
}
#gall-img{
	text-align:center;
}
#gall-img img{
	width:auto;
	max-width:970px;
	border-radius:5px;
}
.newsWrapper{
	padding:20px 0;
}
.newsWrapper h3{
	font-size:25px;
	margin-bottom:15px;
	line-height:30px;
}
.newsWrapper p{
	margin-bottom:10px;
}
.newsRow{
	margin-bottom:20px;
	border-bottom:1px solid #eee;
}
.newsRow:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}
.serWrapp{
	margin-bottom:23px;
}
.serImg{
	width:45%;
	float:left;
}
.serImg img{
	width:100%;
	border-radius:4px;
}
.serRightContent{
	width:53%;
	float:left;
	margin-left:2%;
}
.serRightContent h2{
	font-size:18px;
	color:#165698;
	margin-bottom:5px;
	font-weight:600;
}
.serRightContent p{
	font-size:13px;
	color:#666;
	line-height:18px;
	font-weight:normal;
}
.contactWrapper{
	padding:40px 15px;
}
.enqWrapp{
}
.enqWrapp h3{
	font-size:15px;
	color:#0650a0;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:10px;
}
.enqWrapp input[type=text]{
	padding:3px 10px;
	height:30px;
	margin-bottom:10px;
}
.enqWrapp textarea{
	margin-bottom:10px;
	height:100px;
}
.enqWrapp input[type=submit]{
	padding:5px 30px;
	border:none;
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	background:#2a79c9;
	border-radius:2px;
}
.locWrapp{
	padding-top:23px;
}
.locWrapp div{
	margin-bottom:15px;
}
.locWrapp h3{
	font-size:15px;
	color:#0650a0;
	font-weight:600;
	margin-bottom:5px;
}
.locWrapp p{
	font-size:13px;
	line-height:20px;
	font-weight:normal;
}
.map{
	border-radius:5px;
	background:#eee;
	min-height:300px;
	overflow:hidden;
}

.productlcList{
    position:relative;
    border-radius:5px;
    overflow:hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.productlcList img{
    width:100%;
    border-radius:5px;
}
.productlcList .productlcTitle{
    position:absolute;
    left:0;
    right:0;
    bottom:15px;
    z-index:9;
    display:block;
    text-align:center;
}
.productlcList .overlay-leftTop{
	background: rgba(0,0,0,0.15);
}
.productlcTitle h2{
    font-size:25px;
    color:#fff;
    line-height:37px;
    margin-right:5px;
    display:inline-block;
    font-weight:normal;	
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
}
.productlcList:hover .productlcTitle h2{
    margin-right:20px;
}
.productlcList:hover img{
    transform:scale(1.05);
    -webkit-transform: scale(1.02);  
    border-radius:5px;
}
.productlcTitle i{
    width:37px;
    height:30px;
    display:inline-block;
	margin-top: 2px;
    background:#ff6400 url(../images/icn34.png) no-repeat center;
    border-radius:3px;
    vertical-align:top;
}






