/* Universal Code
----------------------------*/

/* Make it a marquee */
.marquee {
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
}

.marquee:hover {
  animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { text-indent: 30em }
    100% { text-indent: -105em }
}




body{
	padding:0;
	margin:0;
	background: #eac581 url(../images/bg.jpg) center top no-repeat;
	font-family:'Titillium Web', sans-serif;
}
*{
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
img{
	border:none;
}
.img{
	border:none;
	margin:0 10px 5px 0;
	float:left;
}
.main{
	margin:0 auto;
	max-width:1170px;
	padding:0 15px;
}

/* Topper Section
----------------------------*/
#topper{
	width:100%;
	padding:6px 0;
	background:#efefef;
	border-bottom:1px #ccc solid;
}
.top{
	width:100%;
	display:inline-block;
}


/* Header Section
----------------------------*/
#header{
	width:100%;
	padding:25px 0;
}
.header{
	width:100%;
	display:inline-block;
}
.logo a{
	float:left;
}
.header-right{
	float:right;
    font-size: 18px;
	font-weight:600;
    color: #fff;
	text-align:right;
	margin-top:22px;

}
.header-right .fa-phone{
    font-size: 18px;
    color: #fff;
	background:#ff8e04;
	border-radius: 50%;
	padding:5px 8px;
	font-size:20px;
}

.header-right .top-welcome{
	font-weight:400;
	margin-top:8px;
	color:#eee;
}

.header-menu{
	margin-top:12px;
}
.header-menu ul{
	float:right;
	list-style:none;
	border:1px #ccc solid;
	border-right:none;
	border-radius:5px;
	margin:0;
	padding:0;
}
.header-menu ul li{
	float:left;
	border-right:1px #ccc solid;
	
}
.header-menu ul li a{
	font-weight:500;
	text-align:center;
	font-size:14px;
	padding:5px 17px;
	color: #777;
	text-decoration:none;
	display:block;
	transition: .5s;
	
}
.header-menu ul li a:hover{
    color: #eee;
	background:#333;
}



/* Menu Section
----------------------------*/
#menu{
	width:100%;
	background:#ff8e04;
	float:left;
}
#menu2{
	width:100%;
	float:left;
	background:#111111 url(../images/top-bg.png) bottom repeat-x;
}
.responsive-menu{
	display:none;
}
.menu{
	width:100%;
	float:left;
	border-left:1px #d97700 solid;
	border-right:1px #d97700 solid;
}
/* Navigation */
.navbar2 {
    width: 100%;
}
.navbar-inner2{
    margin: 0px auto;
    height: 100%;

} 
.nav2,
.nav2 ul,
.nav2 li,
.nav2 a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
.nav2 {
    position: relative;
    z-index: 50;
}
.nav2 li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
}

.nav2 li a {
    position: relative;
    padding: 12px 22px;
	display:block;
    border-right: 1px solid #d97700;
    font-size: 13px;
	text-decoration:none;
	font-weight:500;
	text-transform:uppercase;
    color: #fff;
	transition: .4s;
}
.nav2 li:first-child a {
    border-left: none;
}
.nav2 li:last-child a {
    border-right: none;
}

.nav2 li:hover > a {
    color: #fff;
	background:#ffb500;
	display:block;
}
/* Sub navigation */
.nav2 ul {
    position: absolute;
    z-index: 100;
    top: 41px;
    left: 0;
	background:#fff;
	margin-left:-1px;
	
	border:1px #ffb500 solid;
	border-bottom:6px #ffb500 solid;
	opacity:0;
	border-top:none;
}
.nav2 li:hover ul {
    opacity: 0.9;
}

.nav2 ul li {
    height: 0;
    overflow: hidden;
    padding: 0;

    -webkit-transition: height .10s ease-in-out .0s;
    -moz-transition: height .10s ease-in-out .0s;
    -o-transition: height .10s ease-in-out .0s;
    -ms-transition: height .10s ease-in-out .0s;
    transition: height .10s ease-in-out .0s;
}

.nav2 li:hover > ul li {
    height: 35px;
    overflow: visible;
    padding: 0;
}
.nav2 ul li a {
    width: 200px;
    padding: 8px 0 9px 10px;
    margin: 0;
    font-weight: normal;
    border: none;
    border-bottom: 1px solid #ccc;
	color:#000;
	text-transform:capitalize;
	transition: .4s;
	border-radiaus: 2px;
}
.nav2 ul li a:hover {
	color:#fff;
	background:#ffb500;
	border-top:none;
}
.book-now a{
	float:right;
	padding:8px 17px;
	color:#fff;
	background:#002e7b;
	text-transform:uppercase;
	margin-top:3px;
	margin-right:5px;
	border-radius: 4px;
}
.book-now a:hover{
	color:#fff;
	background:#000;
	text-decoration:none;
}

/* Slider Section
----------------------------*/
#slider{
	width:100%;
	display: inline-block;
}
.slider{
	float:left;
	width:100%;
	border: none;
	margin-top: 3px;
}
.slider img{
	width:100%;
	height:100%;
	border: none;
	
}




/* Slider Section
----------------------------*/
#page-title{
	width:100%;
	float:left;
	background:url(../images/about-bg.html) center center repeat;
}
#page-title-top{
	width:100%;
	float:left;
	padding:40px 0 55px;
	background:url(../images/about-bg.html) center center repeat;
}
.page-title-overlay{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);
	float:left;
	padding:40px 0 55px;
}
.page-title h1{
	float:left;
	padding:13px 20px;
	background:rgba(255,255,255,0.8);
	color: #333;
}
#page-title i{
	margin-right:3px;
}


/* Container Section
----------------------------*/
#container{
	width:100%;
	padding:20px 0 30px;
	float:left;
}
#container2{
	width:100%;
	padding:40px 0 50px;
	float:left;
	background:url(../images/top-bg.png) top repeat-x;
}
#container2 i{
	margin-right:5px;
}
.contain{
	float:left;
	width:100%;
	font-size:16px;
	line-height:25px;
	color:#222;
	background:#fff;
	padding:40px 20px;
	border-radius: 3px;
	
	-webkit-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.1);	
}
.contain h3{
	padding:0 0 11px 0; 
	margin:0 0 10px;
	border-bottom:1px #ccc dashed;
}
.about{
	text-align:justify;
}
.about h2{
	padding:0 0 10px 0; 
	margin:0 0 10px;
	border-bottom:1px #ccc dashed;
	font-size:23px;
	font-weight:600;
}

.about ul{
	margin-left:20px;
	padding:0;
	list-style:none;
}
.about ul li{
	margin-bottom: 10px;
}
.welcome{
	float:left;
	width:100%;
	text-align:justify;
}
.welcome h2{
	padding:0 0 10px 0; 
	margin:0 0 10px;
	border-bottom:1px #ccc dashed;
	font-size:23px;
	font-weight:600;
}
.welcome h4{
	margin-top:15px;
	font-weight:600;
	font-style:italic;
}
.index-img img{
	border-radius: 3px;
	width:100%;
	margin-bottom:10px;
	padding:7px;
	border:1px #ccc solid;
}
.index-img2 img{
	border-radius: 3px;
	width:100%;
	height:120px;
	margin-bottom:10px;
	padding:3px;
	border:1px #ccc solid;
}
.welcome-image{
	padding:30px 0 30px 45px;
	width:100%;
	float:left;
}
.welcome-img-box-1{
	float:left;
	width:320px;
	height:320px;
	background:url(../images/home-box-1.html) center center no-repeat;
	margin-right:20px;
	margin-bottom:20px;
}
.welcome-img-box-2{
	float:left;
	width:320px;
	height:320px;
	background:url(../images/home-box-2.html) center center no-repeat;
	margin-right:20px;
	margin-bottom:20px;
}
.welcome-img-box-3{
	float:left;
	width:320px;
	height:320px;
	background:url(../images/home-box-3.html) center center no-repeat;
	margin-bottom:20px;
}
.welcome-img-icon{
	width:200px;
	height:200px;
	margin:60px auto 0;
	text-align:center;
	background:rgba(255,255,255,.8);	
	
	transition:.4s;
}
.welcome-img-icon:hover{
	background:#fff;
	cursor:move;
}
.welcome-img-icon h4{
	text-transform:uppercase;
	font-size:18px;
	letter-spacing:2px;
	line-height:27px;
	color:#444;
}
.welcome-img-icon img{
	margin-top:20px;
}	

.booking-index{
	float:left;
	width:100%;
	background:#fff1d2 url(../images/border.png) repeat-x;
	padding:25px 20px 10px;
	margin-bottom:20px;
}
.booking-index h4{
	padding:0 0 13px 0; 
	margin:0 0 13px;
	font-size:20px;
	font-weight:600;
}
.booking-index input{
	margin-bottom:10px;
}
.booking-index select{
	margin-bottom:10px;
}
.booking-index .btn-primary{
	float:right;
}







.sidebar ul{
	margin:0;
	padding:0;
	list-style:none;
}
.sidebar ul li{
	margin-bottom:7px;
}
.sidebar ul li a{
	padding:8px 17px;
	background:#222;
	text-decoration:none;
	color:#eee;
	display:block;
	transition: .4s;
	border-radius:3px;
}
.sidebar ul li a:hover{
	color:#222;
	background:#cdcdcd;
	
}

/* Why-us Section
----------------------------*/
#why-us{
	width:100%;
	float:left;
	background:url(../images/bg-2.html) center center;
	background-size:cover;
}
.why-us-overlay{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	float:left;
	padding:80px 0 0;
}

.why-us{
	float:left;
	width:100%;
	font-size:16px;
	line-height:25px;
	color:#ddd;
	text-align:center;
}
.why-us h2{
	color:#fff;
	font-size:36px;
	padding-bottom:35px;
}
.why-us-image{
	padding:0 0 0 45px;
	width:100%;
	float:left;
}
.why-us-box-1{
	float:left;
	width:320px;
	height:320px;
	margin-right:20px;
	margin-bottom:20px;
}
.why-us-box-2{
	float:left;
	width:320px;
	height:320px;
	margin-right:20px;
	margin-bottom:20px;
}
.why-us-box-3{
	float:left;
	width:320px;
	height:320px;
	margin-bottom:20px;
}

.why-us-icon{
	width:200px;
	margin:55px auto 0;
	padding:15px 0;
	text-align:center;
	background:rgba(255,255,255,.8);	
	
	transition:.4s;
}
.why-us-icon:hover{
	background:#fff;
	cursor:move;
}
.why-us-list{
	float:left;
	width:100%;
	text-align:center;
	
}
.why-us-list ul{
	margin: 30px 0 0 0;
	padding: 0;
	list-style:none;
	border-top:1px #999 dotted;	
}
.why-us-list ul li{
	padding: 10px 0;
	border-bottom:1px #999 dotted;	
}





/* Product Section
----------------------------*/
#product{
	width:100%;
	float:left;
	padding:50px 0;
	
}
.product{
	float:left;
	width:100%;
	font-size:16px;
	line-height:25px;
	color:#444;
	text-align:center;
}
.product h2{
	color:#444;
	font-size:36px;
	padding:0 0 15px 0; 
	margin:0 0 30px;
	border-bottom:1px #ccc dashed;
}
.product-image{
	padding:0 0 0 65px;
	width:100%;
	float:left;
}
.product-image img{
	width:100%;
	height:100%;
	padding:10px;
}
.product-box-1{
	float:left;
	width:290px;
	height:270px;
	margin-right:50px;
	margin-bottom:20px;
	border:1px #ccc solid;	
	background:#fff;
	position:relative;
	overflow:hidden;
}
.product-box-2{
	float:left;
	width:290px;
	height:270px;
	margin-bottom:20px;
	border:1px #ccc solid;
	background:#fff;
	position:relative;
	overflow:hidden;	
}
.product-box-overlay{
	position:absolute;
	width:100%;
	height:50px;
	bottom:-100%;
	
	transition:.4s;
	text-align:center;
}
.product-box-1:hover .product-box-overlay{
	bottom:0;
	height:50px;
	text-align:center;
	background:rgba(0,0,0,.7);
}
.product-box-2:hover .product-box-overlay{
	bottom:0;
	height:50px;
	text-align:center;
	background:rgba(0,0,0,.7);
}
.product-box-overlay a{
	color:#ddd;
	text-decoration:none;
	font-size:20px;
	letter-spacing:2px;
	line-height:49px;
}

.product-icon{
	width:200px;
	margin:55px auto 0;
	padding:15px 0;
	text-align:center;
	background:rgba(255,255,255,.8);	
	
	transition:.4s;
}


/* Footer Section
----------------------------*/
#footer{
	width:100%;
	background:url(../images/top-bg.png) top repeat-x;
	display:block;
	overflow:hidden;
}
#footer2{
	width:100%;
	background:url(../images/bg-footer.png);
	float:left;
	overflow:hidden;
	color:#ddd;
	margin-top:5px;
	border-bottom:10px #383b41 solid;
}
.footer{
	float:left;
	width: 100%;
}
.footer-logo{
	float:left;
	background:#383b41;
	padding:20px 10px 50px;
	text-align:center;
	color:#9b9b9b;
	line-height:25px;
}
.footer-logo img{
	margin-bottom:15px;
}
.footer-logo strong{
	color:#fff;
}
.footer-contain{
	float:left;
	padding:30px 0 0;
	text-align:center;
	color:#9b9b9b;
	line-height:25px;
}
.footer-contain .footer-span{
	font-size:20px;
}
.footer-contain input{
	margin-bottom:15px;
}
.unitech{
	color:#9b9b9b;
	text-decoration:none;
}

.footer h3{
	color:#eee;
	margin:0 0 20px;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
}
.footer ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer ul li{
	margin-bottom:6px;
}
.footer ul li a{
	color:#ddd;
	text-decoration:none;
}
.footer ul li a:hover{
	color:#fff;
}
.footer i{
	margin-right:5px;
}
.footer-gallery{
	float:left;
	width:100px;
	height:70px;
	margin-right:13px;
	margin-bottom:15px;
}
.footer-gallery-last{
	float:left;
	width:100px;
	height:70px;
	margin-bottom:15px;
}
.copyright{
	float:left;
	width:100%;
	padding:10px 0;
	border-top:1px #666 dashed;
	color:#aaa;
	font-size:12px;
	margin-top:5px;
}
.copyright a{
	color:#aaa;
	text-decoration:none;
}
.footer-social{
	float:left;
	text-align:center;
	margin-bottom:12px;
	width:100%;
	margin-left:45px;
}
.footer-social ul{
	margin:0;
	padding:0;
}
.footer-social ul li{
	list-style:none;
	float:left;
	margin-left:8px;
}
.footer-icon i{
	height:32px;
	width:35px;
	line-height:31px;
	color:#898989;
	font-size:15px;
	text-align:center;
	margin-right:0;
	border:1px solid #666;
	border-radius:20%;
	-webkit-transition: .3s;
	   -moz-transition: .3s;
	    -ms-transition: .3s;
	     -o-transition: .3s;
			transition: .3s;
			
}
.facebook a:hover i{
	background:#3c599b;
	color:#fff;
	border:1px solid #3c599b;
}
.google-plus a:hover i{
	background:#CD3F2C;
	color:#fff;
	border:1px solid #CD3F2C;
}
.linkedin a:hover i{
	background:#007BB6;
	color:#fff;
	border:1px solid #007BB6;
}
.twitter a:hover i{
	background:#5EA9DD;
	color:#fff;
	border:1px solid #5EA9DD;
}
.pinterest a:hover i{
	background:#c82828;
	color:#fff;
	border:1px solid #c82828;
}
.tumblr a:hover i{
	background:#2f5070;
	color:#fff;
	border:1px solid #2f5070;
}

/* Product Img
*/
.product-img{
	float:left;
	width:180px;
	height:160px;
	border:1px solid #ccc;
	margin-right:30px;
	margin-bottom:20px;
}
.product-img-last{
	float:left;
	width:180px;
	height:160px;
	border:1px solid #ccc;
	margin-bottom:20px;
}
.product-img img,
.product-img-last img{
	padding:5px;
}


/* Contact Area
*/

.contact{
	
}
.contact_table i{
	width:30px;
	border:1px #ccc solid;
	padding:5px;
	text-align:center;
}
.contact input{
	margin-bottom:6px;
	padding:20px 10px;
}
.contact textarea{
	margin-bottom:8px;
	margin-top:10px;
}


.company-profile-table{
	width:100%;
	border-bottom:1px #ccc solid;
	border-left:1px #ccc solid;
	color:#000;
	font-size:17px;
}
.company-profile-table td{
	padding:10px 20px;
	border-top:1px #ccc solid;
	border-right:1px #ccc solid;
}









.gallery{
	float:left;
	width:217px;
	height:150px;
	margin:20px 0 10px;
	border:1px #ccc solid;
	overflow:hidden;
	position:relative;
}
.gallery-overlay{
	position:absolute;
	width:100%;
	height:100%;
	bottom:-100%;
	
	transition:.4s;
	text-align:center;
}
.gallery:hover .gallery-overlay{
	bottom:0;
	height:150px;
	text-align:center;
	background:rgba(0,0,0,.7);
	font-size:15px;
	line-height:130px;
}
.gallery-overlay a{
	color:#fff;
	text-decoration:none;
	line-height:149px;
	font-size:40px;
}
.gallery img{
	width:100%;
	height:100%;
}

/* factory Img
*/
.factory-img{
	float:left;
	width:200px;
	height:150px;
	border:1px solid #ccc;
	margin-right:25px;
	margin-bottom:20px;
}
.factory-img-last{
	float:right;
	width:200px;
	height:150px;
	border:1px solid #ccc;
	margin-bottom:20px;
}
.factory-img img,
.factory-img-last img{
	padding:5px;
}


.certificate-img img{
	margin-right:20px;
	margin-bottom:20px;
	height:80px;
}

.buyer-img img{
	margin-right:40px;
	margin-bottom:40px;
	height:70px;
}


























