/*********************** White Window Limited ***********************/

/*************************** 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
Website: www.unitechbdsoft.com | www.unitechbdsoftware.com
*********************************************************************/

body{
	padding:0;
	margin:0;
	background: #fff url(../images/bg.png) repeat fixed;
	font-family: 'Play', sans-serif;
	color:#4f5559;
}
a {
    color: #0099ff;
    text-decoration: none;
}
a:focus, a:hover {
    color: #3783c7;
    text-decoration: none;
}
*{
	-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;
}
.main{
	margin:0 auto 0;
	max-width:1190px;
	display:block;
	padding:15px 20px 10px;
	border:1px #ddd solid;
	background: #def2ff;
}
.header{
	float:left;
	width:100%;
	margin:5px 0 20px;
	padding:15px 0 5px;
}
.logo a{
	float:left;
	width:76px;
}
.header_right{
	float:right;
	max-width:1050px;
	
}
.top{
	float:right;
	padding:0 0 10px;
	font-size:16px;
	border-bottom:1px #ddd solid;
	text-align:right;
}
.top i{
	color:#0072be;
	margin-right:3px;
	border-right:1px #ddd solid;
	padding-right:10px;
	height:100%;
	line-height:29px;
}
.hotline{
	border-radius: 2px;
	margin-right:5px;
	border:1px #ddd solid;
	height:30px;
	line-height:29px;
	padding:0 10px;
	font-weight:600;
	float:left;
	letter-spacing:.4px;
}
.hotline2{
	border-radius: 2px;
	margin-right:5px;
	border:1px #ddd solid;
	height:30px;
	line-height:29px;
	padding:0 10px;
	float:left;
}
.header_social{
	border-radius: 2px;
	height:30px;
	line-height:29px;
	font-weight:600;
	float:left;
	margin-right:-3px;
}
.header_social ul{
	margin:0;
	padding:0;
	float:right;
}
.header_social ul li{
	list-style:none;
	float:left;
	margin-left:2px;
}
.header_social-icon i{
	height:30px;
	padding:0 22px 0 10px;
	width:30px;
	line-height:31px;
	color:#898989;
	font-size:18px;
	text-align:center;
	border:1px solid #ddd;
	border-radius:2px;
	-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 #ddd;
}
.google-plus a:hover i{
	background:#CD3F2C;
	color:#fff;
	border:1px solid #ddd;
}
.twitter a:hover i{
	background:#5EA9DD;
	color:#fff;
	border:1px solid #ddd;
}
.pinterest a:hover i{
	background:#c82828;
	color:#fff;
	border:1px solid #ddd;
}
.tumblr a:hover i{
	background:#2f5070;
	color:#fff;
	border:1px solid #ddd;
}

#cssmenu{
	display: none;
}
.menu{
	float:right;
	border-radius: 3px;
	margin-top:10px;
	
}
/* 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: 8px 18px;
	display:block;
    margin-left: 1px;
    font-size: 13px;
	text-decoration:none;
	font-weight:500;
	text-transform:uppercase;
    color: #000;
	transition: .4s;
	border:1px #ddd solid;
	border-radius: 1px;
}

.nav2 li:hover > a {
    color: #fff;
	background:#0099FF;
	display:block;
}
/* Sub navigation */
.nav2 ul {
    position: absolute;
    z-index: 100;
    top: 34px;
    left: 0;
	background:#0099FF;
	opacity:0;
	border-top:none;
	padding-bottom:3px;
	margin-left:2px;
}
.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 .07s ease-in-out .0s;
}

.nav2 li:hover > ul li {
    height: 30px;
    overflow: visible;
    padding: 0;
}
.nav2 ul li a {
    width: 190px;
    padding: 10px 0 5px 10px;
    margin: 0;
    font-weight: normal;
    border: none;
    border-bottom: 1px solid #ccc;
	color:#fff;
	text-transform:capitalize;
}
.nav2 ul li a:hover {
	color:#fff;
	background:#0072be;
}
.nav2 ul li:last-child a {border: none;}

.slider{
	float:left;
	width:100%;
	margin-bottom:20px;
	letter-spacing: 1px;
}
.slider img{
	width:100%;
	height:100%;
}
.carousel-caption h3{
	text-align: center;
	padding: 10px 30px;
	background:rgba(0,0,0,.6);
	display: inline-block;
	font-weight: 500;
	color: #fff;
}
.carousel-caption p{
	text-align: center;
	padding: 6px 20px;
	background: #000;
	display: inline-block;
}


.slider_right{
	float:right;
	width:330px;
	margin-bottom:20px;
    border: 1px solid #ccc;
}
.slider_right img{
    border-bottom: 1px solid #ccc;
}
.top_box_product{
	float:left;
	width:100%;
	margin:20px 0;
}
.top_box img{
	width:100%;
	height:150px;
	border:1px #ccc solid;
	border-bottom:none;
}
.top_box{
	float:left;
	width:229px;
	position:relative;
	overflow:hidden;
}
.top_box_overlay{
	position:absolute;
	width:100%;
	height:100%;
	top:-100%;
	
	transition:.4s;
	text-align:center;
}
.top_box:hover .top_box_overlay{
	top:0;
	height:150px;
	padding:50% 0;
	padding:10px 0;
	text-align:center;
	background:rgba(0,0,0,.7);
	font-size:15px;
	line-height:130px;
}
.top_box_overlay a{
	color:#fff;
	text-decoration:none;
}
.top_box_button a{
	float:left;
	padding:8px 15px;
	text-align:center;
	background:#fff;
	color:#000000;
	text-decoration:none;
	border:1px #ccc solid;
	margin:0 auto;
	width:100%;
	border-top:none;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	transition: .8s;
}
.top_box_button a:hover{
	background:#000;
	color:#fff;
}

.index_service{
	float:left;
	border:1px #ddd solid;
	border-radius: 3px;
	width:100%;
	height:140px;
	margin-bottom:10px;
	font-size:14px;
	color:#222;
}
.index_service h4{
	font-weight:600;
	color:#222;
	margin: 0;
	padding: 4px 0 8px;
}
.index_service_img{
	float: left;
	width: 35%;
	border-right: 1px #ddd solid;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.index_service_img img{
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.index_service_img2{
	float:right;
	width:35%;
	border-left:1px #ddd solid;
	height:100%;
}
.index_service_img2 img{
	width:100%;
	height:100%;
}

.index_service_details{
	float:right;
	padding:10px 15px;
	height:100%;
	width:65%;
	font-size: 14px;
}
.appoinment{
	width:100%;
	height:120px;
	border-radius: 2px;
	margin:10px 0 0;
	background: url(../images/page-banner.png) center center;
}
.appoinment_inner{
	padding-left:70px;
	padding-top:7px;
}
.appoinment_inner h2{
	color:#000131;
	font-weight:500;
	font-size:28px;
	
}
.index_client{
	float:left;
	width:100%;
	/*border:1px #dedede solid;*/
	margin-right: none;
	padding: 10px;
}
.index_client img{
	width:100%;
	height:80px;
	
}
.container{
	width:100%;
	text-align:justify;
	font-size:15px;
	padding:30px 0;
	float:left;
	color:#222;
}
.container h3{
	padding:0 0 15px 0; 
	margin:0;
	font-size:22px;
	color: #303192;

}

.home_product img{
	height:180px;
	width:100%;
	padding:10px;
	border:1px #ddd solid;
	background:#fff;
}
.img2{
	float:right;
	padding:0 0 10px 10px;
}

.page_title{
	width:100%;
	float: left;
	height:150px;
	background: url(../images/page_title.jpg) top center;
	margin:20px 0 10px;
	color:#222;
	text-align: center;
	border-top: 5px #ddd solid;
	border-bottom: 1px #ddd solid;

}
.page_title i{
	margin-right:8px;
	float:left;
	
}
.page_title_inner{
	margin:20px auto 0;
	text-align: center;
	
	padding: 20px 20px;
	display: inline-block;
	border-radius: 2px;
}
.page_title h1{
	font-size:25px;
	font-weight:400;
	margin: 0;
	border-bottom: 1px #bbb dashed;
	padding: 0 20px 8px;
	text-shadow: 0 1px 0 #fff;

}
.page_title h4{
	margin-top:10px;
	font-size:14px;
	text-transform:uppercase;
}
.page_title h4 a{
	color:#333;
}

.certificate{
	float:left;
	background:#fff;
	padding:20px;
	border:1px #ddd solid;
	height:155px;
	margin-right:30px;
	margin-bottom:40px;
}
.company-profile-table{
	width:100%;
	border-bottom:1px #eee solid;
	border-left:1px #eee solid;
	color:#000;
	
}
.company-profile-table td{
	padding:10px 20px;
	border-top:1px #eee solid;
	border-right:1px #eee solid;
}



#footer{
	width:100%;
}
.footer_main{
	margin:0 auto;
	max-width:1190px;
	padding:10px 0;
	color:#222;
}
.footer_logo{
	float:left;
	width:100%;
}
.footer_logo h5{
	font-size:20px;
	margin:10px 0 0;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:2.3px;
	
}
.footer_logo i{
	color:#303192;
	border:1px #ccc solid;
	border-radius: 3px;
	padding:3px;
	width:25px;
	text-align:center;
}

.footer_bottom{
	padding-top:10px;
	border-top:1px dashed #aaa;
	margin-top:20px;
	font-size:12px;
	
}
.footer_list{
	padding:0;
	margin:0;
	list-style:none;
}
.footer_list li a{
	border:1px #ccc solid;
	border-radius: 2px;
	padding:6px 10px;
	margin:0;
	list-style:none;
	margin-bottom:5px;
	color:#333;
	display: inline-block;
	width: 100%;
	transition: .3s;
}
.footer_list li a:hover{
	border:1px #007dd1 solid;
	border-radius: 2px;
	color:#fff;
	background: #0099ff;
	text-decoration: none;
}

.footer{
	float:left;
	width:100%;
	padding: 10px 0;
	font-size: 13px;
	float:left;
	font-size:14px;
	margin:15px 0;
	/*border-top:1px # solid;*/
}
.footer i{
	color:#f00;
	margin-right:3px;
}
.top .top-right{
	text-align:right;
}

.footer a{ 
	font-weight: normal;
	text-decoration:underline;
	color:#666;
	text-decoration:none;
	margin:0 5px;
}
.footer a:hover{
	color:#303192;
	text-decoration:none;
} 
.copyright{
	text-align:right;
}


.gallery{
	float:left;
	width:100%;
	height:180px;
	margin:5px 0 20px;
	border:1px #ccc solid;
	overflow:hidden;
	position:relative;
	padding:5px;
	background:#fff;
}
.all_gallery .gallery{
    height: 240px;
}
.gallery img{
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
}
.gallery-overlay{
	position:absolute;
	width:100%;
	height:100%;
	bottom:-100%;
	margin-left:-10px;
	
	transition:.4s;
	text-align:center;
}
.gallery:hover .gallery-overlay{
	bottom:0;
	height:100%;
	text-align:center;
	background:rgba(0,0,0,.7);
	font-size:15px;
	line-height:100px;

}
.gallery-overlay a{
	color:#fff;
	text-decoration:none;
	line-height:180px;
	font-size:40px;
}

.all_gallery  .gallery-overlay a{
	line-height:240px;
}
.all_gallery .gallery-overlay a{
    font-size:22px;
}


.container input{
	margin-bottom:10px;
}
.container textarea{
	margin-bottom:10px;
}
.contact_form{
	color:#333333;
	
}
.contact_form_ms{
	font-size:12px;
	color:#333333;
	width:300px;
	height:100px;
	padding:2px 0 0 1px;
	border:1px #ccc solid;
}

.contact_table i{
	color:#333333;
	padding-right:5px;
}


.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 50px;
	list-style: none;
}
.list2 li{
	margin:0;
	list-style:none;
	margin-bottom:5px;	
}
.list2 i{
	color:#555;
	margin-right:3px;
}
.index_img{
	float: right;
	width: 80%;
}

.sidebar{
	float: right;
	width: 100%;
	background: #f7f9fb;
	margin-bottom: 20px;
	border: 1px solid #eee;
	border-bottom: 5px solid #303192;

}
.sidebar_title{
	padding: 10px 20px;
	font-size: 20px;
	background: #303192;
	color: #ffffff;
}
.sidebar ul{
	padding:0;
	margin:0px;
	list-style:none;
}
.sidebar ul li{
	list-style:none;
	padding: 8px 20px;
	border-bottom: 1px solid #eee;
}
.sidebar ul li a{
	color: #666;
	
}
.sidebar ul li a:hover{
	color: #000;
	text-decoration: none;
}
.sidebar i{
	color:#555;
	margin-right:3px;
}
.md{
	float:left;
	margin-right:10px;
	border:1px #ccc solid;
}

.events{
	float: left;
	margin: 15px 0;
	border: 1px #ddd solid;
	padding: 8px;
}
.events img{
	float: left;
	height: 180px;
	margin: 0;
	padding-bottom: 15px;
	width: 100%;
	
}
.events h4{
	text-align: center;
	font-weight: 600;
	font-size: 17px;
	
}

.clients{
	float: left;
	margin: 15px 0;
	border: 1px #ddd solid;
	padding: 10px;
}
.clients img{
	float: left;
	height: 80px;
	margin: 0;
	width: 100%;
}
.index_button{
	float: right;
	padding: 3px 10px;
	color: #fff;
	background: rgb(0, 153, 255);
	border: 1px solid #0099ff;
	font-size: 13px;
	border-radius: 2px;
	transition: .3s;
}
.index_button:hover{
	color: #0099ff;
	border: 1px solid #0099ff;
	background: none;
	text-decoration: none;
	border-radius: 2px;
	
}

.pest-control{
	float: left;
	width: 100%;
	text-align: center;
	margin: 15px 0;
}
.pest-control img{
	float: left;
	width: 100%;
	margin-bottom: 17px;
}
.pest-control h3{
	font-size: 16px;
	font-weight: 600;
}


.fa, .far, .fas {
	font-family: FontAwesome;
}

.logo_font{
	letter-spacing: 0.5px;
	font-weight: 700;
	color:#000066;

}
.logo_font_h{
	color:red;
	font-weight: 900;
	font-size: 25px;
	margin-bottom: 0px;
	margin-top: 30px;
}
.logo_footer{
	font-size: 24px;
	font-weight: 900;
	color: red;
	margin-bottom: 1px;
}
.logo img{
	max-height:90px;
}
.logo_text{
	float: left;
}
@media (max-width:403px ) {
	.logo ims {
		width:30%;
	}
	.logo_font_h{
		font-size: 24px;
	}
	logo_font{
	}
	.logo_text{
		width: 70%;
	}
}






