/**********************  ************************/

/*************************** 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 7911423.
Cell: +88 01782 656 388, +88 01977 773 283, +88 01977 773 290.
Email: info@unitechbdsoft.com | admin@unitechbdsoft.com
Website: www.unitechbdsoft.com | www.unitechbdsoftware.com
*********************************************************************/

body{
	padding:0;
	margin:0;
	background: ;
	background: #fff;
	font-family: 'Ubuntu', sans-serif;
	color:#4f5559;

}
*{
	-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;
}
#topper{
	border-top:3px #890202 solid;
	padding: 10px 0 0;
	margin: 0;
}

.main{
	margin:0 auto;
	max-width: 1200px;
	display:block;
	padding: 0 15px;
}
.header{
	float:left;
	width:100%;
	margin:5px 0 5px;
	padding:10px 0 18px;
}
#index_name{
	padding: 15px 0;
	background: #f1f1f1;
	float: left;
	width: 100%;
	font-size: 20px;
	color: #666;
}
.top-right{
	float: right;
	width: auto;
	font-weight: 600;
	color: #444;
}
.top-right a{
	color: #444;
}
.top-right i{
	float: left;
	text-align: center;
	width: 30px;
	height: 28px;
	border-radius: 2px;
	margin-left: 3px;
	line-height: 28px;
}
.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-youtube{
	background:#c82828;
	color:#fff;
}
.logo a{
	float:left;
	margin-bottom: 5px;
}
.logo img{
	float:left;
	height: 55px;
}
.header_right{
	float: right;	
	margin: 4px 0 0;
	padding: 0;
}
#cssmenu{
	display:none;
}

.menu{
	float: right;
	display: inline-block;
	width: 100%;
	margin: 0;
}
/* Navigation */
.navbar2 {
    width: 100%;
	margin-top: 5px;
}
.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: 8px 0 8px 25px;
	display:block;
    font-size: 16px;
	text-decoration:none;
	font-weight:500;
	text-transform: uppercase;
    color: #333;
	transition: .3s;
}
.nav2 li:hover > a {
    color: #890202;
	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: 255px;
    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:#890202;
}

#slider{
	float: left;
	width: 100%;
}
.slider{
	float: left;
	width: 100%;
	letter-spacing: 1px;
}
.slider img{
	width: 100%;
	height: 485px;
	float: left;
	border-left: 1px #eee solid;
	border-right: 1px #eee solid;
}

.home-products-box a{
	width: 20%;
	padding: 35px 20px;
	text-align: center;
	background: #333;
	margin-bottom: 10px;
	float: left;
	border: 1px #222 solid;
	font-size: 17px;
	font-weight: 500;
	color: #eee;
	transition: .7s;
	border-top: none;
	min-height: 240px; 
}
.home-products-box i{
	border: 1px #ddd solid;
	font-size: 2em;
	border-radius: 60%;
	margin-bottom: 15px;
	width: 80px;
	height: 80px;
	line-height: 75px;
	text-align: center;
}
.home-products-box a:hover{
	background: #890202;
	color: #fff;
	text-decoration: none;
}
.home-products-box a:hover i{

}



.index_service{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	transition: .3s;
	border: 1px #ddd solid;
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.index_service img{
	width: 100%;
	height: 200px;
	border-radius: 3px;
}


.index_service-title a{
	float: left;	
	width: 100%;
	font-size: 20px;
	color: #fff;	
	padding: 11px 14px;
	text-align: center;
	background: #890202;
	transition: .4s;
}
.index_service-title a:hover{
	background: #444;
	text-decoration: none;
}


.sister_concern{
	float: left;	
	width: 100%;
	font-size: 20px;
	color: #fff;	
	padding: 11px 14px;
	text-align: center;
	background: #890202;
	transition: .4s;
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
	margin: 0 0 10px;
}
.sister_concern:hover{
	background: #444;
	text-decoration: none;
}



.container{
	width:100%;
	text-align: justify;
	font-size: 15px;
	padding:20px 0 10px;
	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;
}
.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;
}

.welcome{
	text-align: center;
	padding: 60px 0;
	font-size: 17px;
}
.welcome h3{
	padding:0 0 20px 0; 
	margin:0;
	font-size: 40px;
	font-weight: 600;
	color: #890202;
	text-shadow: 0 1px 0 #777;
	text-transform: uppercase;
}













#page_title{
	width:100%;
	float: left;
	background: url(../images/page-title.jpg) center right;
	margin: 0 0 30px;
	color:#222;
	border-bottom: 3px #890202 solid;
	overflow: hidden;
}
.page_title{
	width:100%;
	float: left;
	color:#eee;
	padding: 120px 0;
	font-size: 16px;
}

.page_title i{
	margin-right:8px;
	float:left;
}
.page_title h1{
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 1px #222;
	text-transform: uppercase;
}
.page_title h4{
	font-size:14px;
	color:#333;
	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: 28px;
	height: 27px;
	text-align:center;
	line-height:27px;
	border:1px #ccc solid;
	margin-right: 5px;
	margin-bottom:5px;
}

.product_img img{
	width: 100%;
	height: 400px;
	border: 1px solid #ddd;
	margin-bottom: 40px;
}

.product_details h3{
	color: #890202;
	font-weight: 600;
}






















.list{
	padding:0;
	margin:0px;
	list-style:none;
}
.list li{
	margin:0;
	list-style:none;
	margin-bottom:5px;	
}
.list i{
	color:#555;
	margin-right:3px;
}
.list2{
	padding:0;
	margin: 0 0 20px 20px;
	list-style: none;
}
.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;
}
#footer{
	width: 100%;
	overflow: hidden;
	border-top: 5px solid #890202;
	background: url(../images/footer-bg.jpg) center center;
}
.footer_main{
	margin: 5px auto 0;
	max-width: 1200px;
	padding: 10px 15px 25px;
	color: #ccc;
}
.footer_main h3{
	font-size:20px;
	margin-bottom: 15px;
	padding: 0;
	font-weight: 600;
	
}
.copyright{
	margin: 20px 0 20px;
	font-size: 13px;
	float: left;
	text-align: left;
	width: 100%;
}

.footer-social{
	float: left;
	width: auto;
	font-size: 15px;
	font-weight: 500;
	color: #333;
}
.footer-social i{
	float: left;
	text-align: center;
	width: 30px;
	height: 28px;
	border-radius: 2px;
	margin-right: 3px;
	line-height: 28px;
}
.footer-social .fa-facebook{
	background:#3c599b;
	color:#fff;
}
.footer-social .fa-google-plus{
	background:#CD3F2C;
	color:#fff;
}
.footer-social .fa-twitter{
	background:#5EA9DD;
	color:#fff;
}
.footer-social .fa-youtube{
	background:#c82828;
	color:#fff;
}
.footer{
	float:left;
	width:100%;
	font-size:14px;
	padding: 40px 0;
	text-align: center;
}
.footer img{
	float: none;
	margin: 0 0 20px;
	text-shadow: 1px 2px 1px #333;
}

.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:#000;
	text-decoration:none;
} 

.footer_list{
	margin:0;
	padding:0;
}
.footer_list li{
	list-style:none;
	margin:0;
	float: left;
	padding:0;
	margin-bottom: 7px;
}
.footer_list li a{
	color: #ccc;
}
.footer a:hover{
	color: #fff;
}
.footer-icon i{
	float:right;
	height:32px;
	width:35px;
	line-height:33px;
	color:#eee;
	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_service{
	float: left;
	overflow: hidden;
}

.footer_service img{
	float: left;
	height: 120px;
	width: 100%;
	margin: 7px 0 10px;
}

.footer_service h2{
	padding: 0;
	margin: 0;
}

.footer_service h2 a{
	text-align: left;
	font-size: 16px;
	color: #555;
	font-weight: 600;
	padding: 8px 0 8px;
	border-bottom: 1px solid #60f582;
	text-align: left;
	display:block;
}

















/*======== Delowar css=======*/

.mag_botton{
    margin-bottom: 30px;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px solid #ddd;
	padding: 10px;
}


/*===== end image overlayout shutter =====*/

.company_profile{
    margin-bottom: 30px;
}
.company_profile_text{
    color: #333;
}
.mar-botton{
    margin-bottom:  50px;
}
.text-center{
    padding-top: 30px;
}
.what-we-do{
    width: 100%;
    height: 350px;
    background: #eee;
   	margin-bottom: 10px;
   	border: 1px #ccc solid;
}
.what-we-do-img{
    width: 50%;
    float: left;
    position: relative;
}
.what-we-do-img img{
    width: 100%;
    height: 348px;
}
.what-we-do-heading{
    top: 45%;
    position: absolute;
    font-weight: 300;
    font-size: 50px;
    text-shadow: 1px 1px 10px #000;
    color: #fff;
	text-align: center;
	width: 100%;
    
}
.what-we-do-content{
    width: 50%;
    float: left;
    display: block;
    padding: 40px;
    position: relative;
}
.what-we-do-content h2{
    font-weight: 600;
    font-size: 32px;
    color: #222;
    text-align: center;
    line-height: 110%;
    margin: 0;
}
.what-we-do-content h5{
    font-size: 18px;
    text-align: left;
    line-height: 140%;
    margin-bottom: 20px;
    color: #333;
}
.what-we-do-content h1{
    font-weight: 600;
    font-size: 32px;
    color: #444;
    text-align: center;
    margin: 0;
    padding-top: 25%;
}
.what-we-do-content h4{
    font-weight: 600;
    font-size: 32px;
    color: #444;
    text-align: center;
    margin: 0;
    padding-top: 21%;
}
.what-we-do-content p{
   color: #444445;
    font-size: 16px;
    text-align: left;
    line-height: 170%;
    margin-top: 20px;
}
.what-we-do-content a{
    text-decoration: none;
    color: #e74c3c;
}
.what-we-do-number{
    position: absolute;
    top: 12%;
    left: 40%;
    font-size: 30px;
    font-weight: 700;
    background: #1abc9c;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;
    box-shadow: 2px 0px 2px 0px #333;
    
}
.what-we-do-number span {
	text-align: center;
	padding-top: 35%;
	display: block;
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}
.our-business-heading{
    width: 100%;
    margin: 0;
    padding: 0;
}
.our-business-heading h1{
    text-align: center;
    font-size: 32px;

    color: #666;
}
.our-business-heading h4{
    text-align: left;
    margin: 30px 0px 20px 0px;
    font-size: 25px;
    color: #333;
}
.trading-img{
    width: 100%;
}
.trading-img img{
    width: 100%;
    height: 200px;
	border: 1px solid #ddd;
	padding: 3px;
}
.trading-content{
    background: #EEEEEE;
    width: 100%;
    padding: 30px;
}
.trading-content h2{
    
    color: #333;
    text-align: center;
    padding-bottom: 25px;
}
.trading-content p{
    
    color: #444;
    text-align: justify;
   
}
.tab-bg{
    background: #444;
}
.tab a{
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    
}
.garments_img{
	float: left;
	margin-bottom: 20px;
	height: 254px;
	width: 100%;
	border: 1px #eee solid;
}



.factory_box{
	float: left;
	margin-bottom: 20px;
	width: 100%;
	border: 1px #eee solid;
	background: #f3f3f3;
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.factory_box_image{
	float: left;	
	width: 400px;
}
.factory_box img{
	float: left;
	width: 400px;
	height: 300px;
	border-right: 5px #890202 solid;
}
.factory_details{
	float: left;
	max-width: 760px;
	padding: 30px 30px;	
    line-height: 30px;
    font-size: 16px;
}
.factory_box h4{
    text-align: left;
    margin: 0 0 20px;
    font-size: 22px;
    color: #333;
    font-weight: 600;
    line-height: 30px;
}
.clients{
	float: left;
	background: #fff;
	width: 100%;
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
	margin: 0 0 20px;
}
.clients img{
	float: left;
	width: 100%;
	height: 200px;
}

.index_client{
	float:left;
	width:100%;
	border:1px #dedede solid;
	margin-right: none;
	padding: 7px;
	margin-bottom:10px;
}

.index_client img{
	width:100%;
	height: 115px;
}