/*************************** COPYRIGHT ******************************
This website Developed by Unitech BD Software Limited
Corporate Office: Plot #87, BNS Center (4th floor), Suite No. 507/A,
Sector #07, Uttara Model Town, Dhaka-1230, Bangladesh.
Phone: +88 02 .
Cell: +88 01782 656 388, +88 01977 773 283, +88 .
Email: info@unitechbdsoft.com
Website: www.unitechbdsoft.com | www.unitechbdsoftware.com
*********************************************************************/

body{
	padding:0;
	margin:0;
	background: #fff;
	font-family: 'Play', sans-serif;
	color:#4f5559;
	height: 100%;
	background: url(../images/bg.jpg) top center;
}
html{
	margin:0;
	height: 100%;
}
*{
	-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;
}
.img3{
	border:none;
	margin:6px 10px 10px 0 ;
	float: left;
}

#intro{
	margin: 0;
	padding: 10px 0;
	float: left;
	width: 100%;
	text-align: center;
}
#intro img{
	background: #fff;
	padding: 12px 18px;
	border-radius: 1px;
	margin: 180px 0 30px;
	height: 120px;
}
.english a{
	float: right;
	padding: 9px 18px;
	background: #C2151C;
	font-size: 22px;
	color: #fff;
	border-radius: 2px;
	transition: .5s;
}
.japan a{
	float: left;
	padding: 9px 18px;
	background: #483A97;
	font-size: 22px;
	color: #fff;
	border-radius: 2px;
	transition: .5s;
}
#intro a:hover{
	background: #444;
	text-decoration: none;
}




#topper{
	margin: 0;
	padding: 10px 0;
	background: #333;
	float: left;
	width: 100%;
}
.main{
	margin:0 auto;
	max-width:1200px;
	display:block;
	padding: 0 15px;
}
.header{
	float:left;
	width:100%;
	padding: 5px 0;
}
.logo a{
	float:left;
	background: #fff;
	padding: 10px 12px;
	border-radius: 1px;
	
}
.logo img{
	float:left;
	height: 50px;
	
}
.header_right{
	float:right;	
	margin: 0;
	padding: 0;
}
#cssmenu{
	display:none;
}
.top-right{
	float: right;
	width: auto;
	margin-top: 24px;
}
.top-right i{
	float: left;
	text-align: center;
	width: 28px;
	height: 25px;
	border-radius: 2px;
	margin-left: 3px;
	line-height: 25px;
}
.top-right .fa-wechat{
	background:#3c599b;
	color:#fff;
}
.top-right .fa-facebook{
	background:#3c599b;
	color:#fff;
}
.top-right .fa-google-plus{
	background:#CD3F2C;
	color:#fff;
}
.top-right .fa-twitter{
	background:#5EA9DD;
	color:#fff;
}
.top-right .fa-pinterest{
	background:#c82828;
	color:#fff;
}

.menu{
	float: left;
	margin: 27px 0 0 50px;
}
/* Navigation */
.navbar2 {
    width: 100%;
}
.navbar-inner2{
    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: 0 25px 0 0;
	display: block;
    font-size: 16px;
	text-decoration:none;
	font-weight:500;
	text-transform:capitalize;
    color: #eee;
	transition: .3s;
	text-transform: uppercase;
}
.nav2 li:hover > a {
    color: #C2151C;
	display:block;
}
/* Sub navigation */
.nav2 ul {
    position: absolute;
    z-index: 100;
    top: 35px;
    left: 0;
	border-top:none;
	padding-bottom:7px;
	padding-top: 35px;
	overflow: hidden;
	opacity: 0;
	background: #fff;
}
.nav2 li:hover ul {
    opacity: 0.9;
}

.nav2 ul li {
    height: 0;
    overflow: hidden;
    padding: 0;

    -webkit-transition: height .07s ease-in-out .0s;
    -moz-transition: height .07s ease-in-out .0s;
    -o-transition: height .07s ease-in-out .0s;
    -ms-transition: height .07s ease-in-out .0s;
    transition: height .07s ease-in-out .0s;
}

.nav2 li:hover > ul li {
    height: 40px;
    overflow: visible;
    padding: 0;
}
.nav2 ul li a {
    width: 190px;
    padding: 10px 0 10px 15px;
    margin: 0;
    font-weight: normal;
    border: none;
    border-bottom: 1px solid #eee;
	color:#000;
	text-transform:capitalize;
}
.nav2 ul li a:hover {
	color:#000;
	background: #fff;
}

.slider{
	float:left;
	width:100%;
	letter-spacing: 1px;
}
.slider img{
	width: 100%;
	border-top: 1px #000 solid;
}


#welcome{
	float: left;
	width: 100%;
	background: #fff;
}

.welcome_left{
	float: left;
	width: 60%;
	background: url(../images/welcome_left.jpg) left center no-repeat fixed;
	height: 550px;
	border-top: 5px #fff solid;
}
.welcome_right{
	float: right;
	width: 40%;
}
.welcome_right_top{
	float: right;
	height: 150px;
	width: 100%;
	text-align: center;
	padding: 17px 0;
}
.welcome_right_top h3{
	font-size: 38px;
	color: #C2151C;
	padding: 0;
	font-weight: 500;
}
.welcome_right_bottom{
	float: right;
	background: url(../images/welcome_right_bottom2.jpg) top right no-repeat fixed;
	height: 400px;
	width: 100%;
	border-left: 5px #fff solid;
}



#home_about{
	float: left;
	width: 100%;
	background: #fff;
	border-bottom: 1px #444 solid;
	padding: 60px 0 80px;
	font-size: 15px;
	text-align: center;
	color: #222;
}

#home_about h3{
	font-size: 38px;
	color: #C2151C;
	text-transform: uppercase;
	margin: 30px 0 20px;
	padding: 0;
	font-weight: 500;
}

#home_car_collection{
	float: left;
	width: 100%;
	background: url(../images/.jpg) center center;
	padding: 60px 0 30px;
}
.car_box{
	float:left;
	width:100%;
	margin-bottom:20px;
	color:#222;
	text-align: center;
	transitions: .2s;
	box-shadow: 1px 1px 1px 2px #eee;
}
.car_box img{
	width: 100%;
	height: 270px;
	border-bottom: 1px solid #777;
}

.car_box_name{
	background: #eee;
	font-size: 20px;
	float: left;
	width: 100%;
	padding: 13px 20px 15px;
}
.car_box_name_left{
	width: 49%;
	padding: 7px 10px;
	margin: 40px 3px 10px 0;
	color: #444;
	text-align: center;
	font-size: 17px;
	float: left;
	background: #fff;
}
.car_box_details a{
	width: 100%;
	padding: 10px 10px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	float: left;
	background: #121d77;
}






.index_service:hover .index_service-img-overlay{
	top: -100%;
	height: 170px;
	width: 100%;
	background:rgba(255,255,255,.3);
}
.index_service-title a{
	font-size: 16px;
	color: #333;
	font-weight: 600;
	padding: 5px 0 8px;
	border-bottom: 1px solid #60f582;
	display:block;
	text-align: left;
}


#container{
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #fff;
}

.container{
	width:100%;
	text-align: justify;
	font-size: 15px;
	padding:20px 0 50px;
	float:left;
	color:#222;
	line-height: 26px;
}
.who{
	text-align: left;
	padding: 30px 0;
	float: left;
}
.container h3{
	padding:0 0 15px 0; 
	margin:0;
	font-size:23px;
	color: #222;
	font-weight: 600;
	text-align: left;
}
.container h5{
	padding:10px 0 15px 0; 
	margin:0;
	font-size:20px;
	color: #222;
	font-weight: 600;
	text-align: left;
}
.container h5 i{
	padding-right: 3px; 
}

.img2{
	float:right;
	padding:0 0 10px 10px;
}

#page_title{
	width: 100%;
	float: left;
	background: url(../images/page_title.jpg) center center;
	margin: 0 0 ;
	color: #fff;
	overflow: hidden;
}
.page_title{
	width:100%;
	float: left;
	color:#fff;
	padding: 140px 0;
}

.page_title i{
	margin-right:8px;
	float:left;
}
.page_title h1{
	font-size: 48px;
	font-weight: 500;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
}
.page_title h4{
	font-size:14px;
	color:#fff;
	font-weight:400;
	background: rgba(255, 255, 255, .9);
	padding: 4px 15px;
	margin: 0;
	display: inline-block;
}
.page_title h4 a{
	color:#333;
	font-weight:400;
}
.page_title p{
	margin:10px 0 0;
	font-size:14px;
	color:#333;
	font-weight:400;
	background: rgba(255, 255, 255, .9);
	padding: 4px 20px;
	float: left;
}


.container input{
	margin-bottom:10px;
}
.container textarea{
	margin-bottom:10px;
}
.contact_form{
	color:#333333;
	
}
.contact_table{
	float:left;
	display:inline-block;
	padding-bottom:20px;
	margin-bottom:30px;
	margin-top:10px;
	text-align:left;
}
.contact_table i{
	color:#333333;
	width: 30px;
	height: 27px;
	text-align:center;
	line-height:27px;
	border:1px #ccc solid;
	margin-right: 5px;
	margin-bottom:5px;
}


.list{
	padding:0;
	margin: 0 0 30px 15px;
	text-align: left;
}
.list li{
	list-style: none;
	margin-bottom: 5px;	
	padding: 0;
}
.list i{
	color:#555;
	margin-right:3px;
}



.list2{
	padding:0;
	margin: 0 0 20px 20px;
	list-style: none;
	text-align: left;
}
.list2 li{
	margin:0;
	list-style:none;
	margin-bottom:4px;	
	text-align:left;
}
.list2 i{
	color:#555;
	margin-right:3px;
}
.index_img{
	float: right;
	width: 80%;
}

#footer-top{
	width: 100%;
	overflow: hidden;
	background: #333;
}
#footer{
	width: 100%;
	overflow: hidden;
	
}
.footer_main{
	margin: 0 auto;
	max-width: 1200px;
	padding: 30px 15px;
	color: #bbb;
}
.footer_main h3{
	font-size: 18px;
	margin-bottom: 15px;
	padding: 0;
	color: #eee;
	text-transform: uppercase;
}
.copyright{
	margin-top: 5px;
	font-size: 13px;
	float: left;
	
}
.footer{
	float:left;
	width:100%;
	font-size:14px;
}
.footer img{
	background: #fff;
	padding: 10px 12px;
	
}

.footer i{
	color:#ccc;
	margin-right:3px;
}
.footer input{
	margin-bottom: 5px;
}
.top .top-right{
	text-align:right;
}

.footer a{ 
	font-weight: normal;
	text-decoration:underline;
	color:#ccc;
	text-decoration:none;
	margin:0 2px;
}
.footer a:hover{
	color:#fff;
	text-decoration:none;
} 

.footer_list{
	margin:0;
	padding:0;
}
.footer_list li{
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom: 7px;
}
.footer-icon i{
	float:right;
	height:32px;
	width:35px;
	line-height:33px;
	color:#888;
	font-size:20px;
	text-align:center;
	border:1px solid #ccc;
	border-radius:2px;
	-webkit-transition: .3s;
	   -moz-transition: .3s;
	    -ms-transition: .3s;
	     -o-transition: .3s;
			transition: .3s;
}

.footer_brand{
	float: left;
	overflow: hidden;
	margin-top: 30px;
	width: 100%;
	text-align: center;
}

.footer_brand img{
	height: 85px;
	margin: 0 0 10px 10px;
	padding: 5px;
	background: #fff;
}

.index_about{
	float: left;
	width: 100%;
	text-align: center;
	margin: 10px 0 0;
	padding: 10px;
	
	
}
.index_about img{
	width: 100%;
	border-radius: 50%;
	transition: .5s;
	padding: 5px;
	border: 1px #eee solid;
	margin: 0 0 10px;
	
}
.index_about img:hover{
	background: #444;
	
}

.seo a{
	color: #fff;
	font-size: 1px;
}



.factory{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.factory img{
	width: 100%;
	height: 180px;
	border: 1px solid #ddd;
	padding: 3px;
}



.products_box img{
	width: 100%;
	height: 300px;
	border: 1px solid #ddd;
	box-shadow: 0 0 2px #bbb;
	border-bottom: 1px solid #555;
	transition: .3s;
}
.products_box:hover{
    opacity: .6;
}
.product_name{
	padding: 15px 0;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #ed1c24;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
	border-bottom: 4px solid #555;
	box-shadow: 0 2px 1px #bbb;
}
.product_name a{
	color: #111;
}


.product_gallery{
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.product_gallery img{
	width: 100%;
	height: 200px;
	padding: 5px;
	border: 1px #ccc solid;
}




#home_factory{
	float: left;
	width: 100%;
	padding: 80px 20px 100px;	
	background: url(../images/factory.jpg) top right no-repeat;
	text-align: center;
	color: #eee;
	font-size: 16px;
}
#home_factory h2{
	padding:0 0 25px 0; 
	margin:0;
	font-size: 35px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
#home_factory img{
	height: 160px;
	margin: 0 10px 0 0;
	background: #fff;
	padding: 3px;
	border-radius: 3px;
}
.factory_products img{
	float: left;
	height: 190px;
	margin: 0 10px 10px 0;
	background: #fff;
	padding: 3px;
	border-radius: 3px;
}

.company-profile-table{
	width:100%;
	border-bottom:1px #ddd solid;
	border-left:1px #ddd solid;
	color:#000;
	font-size:17px;
	text-align: left;
}
.company-profile-table td{
	padding:10px 20px;
	border-top:1px #ddd solid;
	border-right:1px #ddd solid;
}


#brand{
	float: left;
	width: 100%;
	padding: 80px 20px 100px;	
	background: #F8F7F4;
	text-align: center;
}
#brand h2{
	padding:0 0 25px 0; 
	margin:0;
	font-size: 35px;
	color: #444;
	text-transform: uppercase;
	font-weight: 600;
}



.home-products-box{
	width: 33.33%;
	float: left;
	font-size: 18px;
	font-weight: 600;
	color: #222;
	position: relative;
	overflow: hidden;
	transition: transform .3s;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
.home-products-box img{
	width: 100%;
	height: 250px;
	margin: 0;
	border: 1px #eee solid;
	transition: transform .7s;
}
.img-border{
	width: 95%;
	height: 230px;
	border: 3px rgba(255,255,255,0.6) solid;
	position: absolute;
	top: 9px;
	left: 9px;
	margin: 0;
	transition: .4s;
	text-align: center;
	
}
.home-products-box h2{
	margin: 0;
	padding: 0;
}
.home-products-box h2 a{
	background: rgba(255,255,255,0.7);
	transition: .5s;
	padding: 8px 15px;
	font-size: 20px;
	text-transform: uppercase;
	color: #333;
	line-height: 230px;
}


.home-products-box:hover .img-border{
	background: rgba(255,255,255,0.5);
	cursor: move;
}
.home-products-box a:hover{
	background: #fff;
	color: #000;
	text-decoration: none;
}
.home-products-box a:hover i{

}







