body{
	margin: 0;
	padding: 0;
	font-family: 'Questrial', sans-serif;
	overflow-x: hidden;
}

p,h1,h2,h3,h4,h5,h6 {
	font-family: 'Questrial', sans-serif;
	margin-bottom: 0;
	padding: 0;
}
ul{
	list-style: none;
}
.heading{
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 70px;
}
.heading h2{
	color: #000;
	font-size: 30px;
	text-transform: uppercase;
}
.heading h2 span{
	font-weight: bold;
}
.heading h2:before{
	content: '';
	width: 269px;
	height: 26px;
	top: 110px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	background: url(../images/bar.png) no-repeat;
	background-size: cover;

}
.heading-2{
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 70px;
}
.heading-2 h2{
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
}
.heading-2 h2 span{
	font-weight: bold;
}
.heading-2 h2:before{
	content: '';
	width: 269px;
	height: 26px;
	top: 110px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	background: url(../images/bar2.png) no-repeat;
	background-size: cover;

}

.heading-3{
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 50px;
}
.heading-3 h2{
	color: #000;
	font-size: 30px;
	text-transform: uppercase;
}
.heading-3 h2 span{
	font-weight: bold;
}

.heading-text{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}
.site-header{
	width: 100%;
	height: auto;
	position: relative;
}
.site-header .top-header{
	width: 100%;
	height: auto;
	position: relative;
	background: #223a66;
}
.site-header .top-header p{
	color: #fff;
	font-size: 16px;
	padding: 10px 0;
}
.site-header .top-header .header-social{
	width: 100%;
	height: auto;
	position: relative;
	text-align: right;
}
.site-header .top-header .header-social ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-header .top-header .header-social ul li{
	margin: 0;
	padding: 0;
	display: inline-block;
}
.site-header .top-header .header-social ul li a{
	color: #fff;
    font-size: 22px;
    margin-left: 20px;
    padding: 5px 0;
    display: block;
}
.site-header .middle-header{
	width: 100%;
	height: auto;
	position: relative;

}
.site-header .middle-header .logo{
	width: 120px;
	height: auto;
	position: relative;
	padding: 15px 0;
}
.site-header .middle-header .logo img{
	width: 100%;
}
.site-header .middle-header .header-contact{
	width: 100%;
	height: auto;
	position: relative;
	padding: 44px 0;
    display: table;
}
.site-header .middle-header .header-contact .icon{
	width: 45px;
	height: 45px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	background: #335da9;
	float: left;
	margin-right: 20px; 
}
.site-header .middle-header .header-contact .text{
	display: table;
	float: left;
}
.site-header .middle-header .header-contact .text h3{
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}
.site-header .middle-header .header-contact .text p{
	color:#646060;
}
.site-header .middle-header .header-contact .text p a{
	color:#646060;
}
.site-header .middle-header .header-contact .text p a:hover{
	color:#335da9;
	text-decoration: none;
}
.site-header .middle-header .header-contact .icon i{
	color: #fff;
	font-size: 20px;
}
.site-header .menu-bar{
	width: 100%;
	position: relative;
	height: auto;
	background: #092f57;
}
.site-header .menu-bar .menu_wrap {
    height: auto;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 12px;
}
.slider{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.slider img{
	width: 100%;
}
.slider .owl-theme .owl-controls .owl-buttons div {
    padding: 8px 18px;
    font-size: 25px;
    color: #000;
    background: #fff;
}
.slider .owl-prev {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 20px;
    color: #fff;
     z-index: 99999;
}
.slider .owl-next {
    position: absolute;
    right: 0px;
    top: 50%;
    font-size: 20px;
    color: #fff;
    z-index: 99999;
}
.owl-theme .owl-controls {
    margin-top: 0px !important; 
    text-align: center;
}
.slider .overlay{
	width: 1085px;
    height: 944px;
    position: absolute;
    top: -76px;
    right: -356px;
    background: #f68407;
    z-index: 999;
    transform: rotate(40deg);
}
.slider .overlay h2{
	transform: rotate(-40deg);
    position: relative;
    left: -26px;
    top: 194px;
    font-size: 24px;
}
.slider .overlay img{
	width: auto;
	transform: rotate(-40deg);
	left: 180px;
    top: 420px;
    position: relative;
}
.welcome-sec{
	width: 100%;
	height: auto;
	position: relative;
	padding: 70px 0 40px;
}
.welcome-sec .welcome-part{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}

.welcome-sec .welcome-part .img-box{
	width: 100%;
	height: auto;
	position: relative;
}
.welcome-sec .welcome-part .img-box img{
	width: 100%;
}
.welcome-sec .welcome-part .img-box .text{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 35px 0 15px;
	text-align: center;
	background: rgba(0,127,214, 0.8);
	transition: 0.3s;
}
.welcome-sec .welcome-part:hover .img-box .text{
	
	background: rgba(246,132,7, 0.8);
}

.welcome-sec .welcome-part .img-box .text h3{
	font-size: 20px;
	color: #fff;
}
.welcome-sec .welcome-part .img-box .icon{
	width: 65px;
	height: 65px;
	border-radius: 50%;
	position: absolute;
	bottom: 43px;
    left: 0;
    right: 0;
    margin: auto;
	text-align: center;
	z-index: 9;
	overflow: hidden;
	border:2px solid #007fd6; 
	
}
.welcome-sec .welcome-part:hover .img-box .icon{
	border:2px solid #f68407; 
}
.counter-sec {
    width: 100%;
    position: relative;
    padding: 70px 0 40px 0;
    background: url(../images/background/back-1.jpg) center center no-repeat fixed;
    background-size: cover;
}
.counter-sec .counter {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}
.counter-sec .counter h4 {
    font-size: 41px;
    color: #fff;
    padding: 25px;
    margin-bottom: 0;
    font-weight: bold;
}
.counter-sec .counter p {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.why-choose{
	width: 100%;
	height: auto;
	position: relative;
	padding:70px 0 40px;
}
.why-choose .choose-img{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}
.why-choose .choose-img img{
	width: 100%;
}
.why-choose .choose-us-heading{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 75px;
}
.why-choose .choose-us-heading h1{
	font-size: 50px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.why-choose .choose-us-text{
	width: 100%;
	height: auto;
	position: relative;
}
.why-choose .choose-us-text .part{
	width: 100%;
	height: auto;
	position: relative;
	display: table;
	margin: 50px 0;
}
.why-choose .choose-us-text .part .icon{
	width: 75px;
	height: 75px;
	border-radius: 50% 0 50% 50%;
	background: #0379d3;
	float: left;
	overflow: hidden;
	margin-top: 7px;
	transition: 0.3s;
}
.why-choose .choose-us-text .part:hover .icon{
	background: #fd8204;
}
.why-choose .choose-us-text .part .text{
	display: table;
	float: left;
	margin-left: 15px;
	margin-left: 25px;
    width: 300px;
}
.why-choose .choose-us-text .part .text h3{
	font-size: 30px;
	color: #000;
}
.why-choose .choose-us-text .part .text p{
	font-size:16px; 
}
.contact-sec{
	width: 100%;
	height: auto;
	position: relative;
	padding: 70px 0 40px;
	background: #1c3f67;
	 background: url(../images/background/back-2.png) repeat;
}
.contact-sec .contact-frm{
	width: 100%;
	position: relative;
	height: auto;
	padding: 15px;
	border: 7px solid #8a96a1;
}
.contact-sec .contact-frm .form-control{
	border-radius: 0;
	border: none;
	height: 50px; 
}
.contact-sec .contact-frm .text-area{
	border-radius: 0;
	border: none;
	height: auto !important; 
}
.contact-sec .contact-frm .btn{
	background: #fd8204;
	border:none;
	padding: 10px 30px;
	color: #fff;
	border-radius: 0;
}
.contact-sec .contact-frm .btn:hover{
	background: #0379d3;
}
.contact-sec .contact-img{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
}
.contact-sec .contact-img .no{
	position: absolute;
	top: -6px;
    right: -30px;
}
.gallery-sec{
	width: 100%;
	height: auto;
	position: relative;
	padding: 70px 0 40px;

}
.gallery-sec .btn{
	background: #fd8204;
    color: #fff;
    padding: 15px 30px;
    margin: auto;
    border-radius: 50px;
    transition: 0.3s;
}
.gallery-sec .btn:hover{
	background: #0379d3;
}
.gallery-sec .gallery-img{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}
.gallery-sec .gallery-img img {
    width: 100%;
    max-height: 263px;
}
.gallery-sec .gallery-img .overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #0379d3;
	opacity: 0;
	transition: 0.3s;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.gallery-sec .gallery-img:hover .overlay{
	opacity: 0.7;
}
.gallery-sec .gallery-img:hover .overlay a{
	color: #fff;
	font-size: 30px;
	text-decoration: none;
}

.testimonial-sec {
    width: 100%;
    position: relative;
    padding: 70px 0 40px 0;
    background: url(../images/background/back-2.jpg) center center no-repeat fixed;
    background-size: cover;
}
.testimonial-sec .item{
	width: 100%;
	height: auto;
	position: relative;
	padding: 0 20px;
}
.testimonial-sec .item .testi{
	background: #fff;
	width: 100%;
	padding: 50px 35px 20px 35px;
	text-align: center;
	height: 410px;
    overflow: hidden;
}
.testimonial-sec .item .user{
	width: 70px;
	height: 70px;
	border: 4px solid #fd8204;
	border-radius:50%;
	overflow: hidden;
	position: relative;
	margin: auto;
	left: 0;
	right: 0;
	top: 35px; 
}
.testimonial-sec .item .user img{
	width: 100%;
}
.testimonial-sec .item .testi .para{
	width: 100%;
	height: auto;
	position: relative;
}
.testimonial-sec .item .testi .para h4{
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.sign-sec{
	width: 100%;
	height: auto;
	position: relative;
	padding: 70px 0 70px 0;
}
.sign-sec .form-control{ 
	    border: 1px solid #11345c;
    border-radius: 0;
    height: 50px;
    width: 430px;
    float: left;
}
.sign-sec .sub-btn{
	width: 112px;
    text-align: center;
    height: 50px;
    float: left;
    border: 1px solid #11345c;
    background: #11345c;
    color: #fff;
}
.sitemap{
	width: 100%;
	height: auto;
	position: relative;
}
.footer{
	width: 100%;
	height: auto;
	position: relative;
	padding: 70px 0 0;
	background: url(../images/background/back-2.png) repeat;
} 
.footer .quik-link{
	width: 100%;
	height: auto;
	position: relative;
}
.footer .quik-link .heading{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	margin-bottom: 30px; 
}
.footer .quik-link .heading h3{
	color: #fff;
	font-size: 18px;
}
.footer .quik-link .footer-link{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top:1px solid #0379d3;
	border-bottom:1px solid #0379d3; 
	margin-bottom: 30px; 

}
.footer .quik-link .footer-link li{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.footer .quik-link .footer-link li a{
	color: #fff;
	margin: 0;
	padding: 12px 15px;
	display: block;
	text-decoration: none;
	transition: 0.3s;
}
.footer .quik-link .footer-link li a:hover{
	color: #fd8204;
}
.footer .main-footer{
	width: 100%;
	height: auto;
	position: relative;
}
.footer .main-footer .heading{
	width: 100%;
	height: auto;
	text-align: left;
	margin-bottom: 20px; 
}
.footer .main-footer .heading h3{
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.footer .main-footer p{
	color: #fff;
	margin-bottom: 10px; 
}

.footer .main-footer .social{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer .main-footer .social li{
	margin: 0;
	padding: 0;
	display: inline-block;
}
.footer .main-footer .social li a{
	color: #fff;
    font-size: 22px;
    margin-right: 15px;
    padding: 5px 0;
    display: block;
    transition: 0.3s;
}
.footer .main-footer .social li a:hover{
	color: #fd8204;	
}
.footer .main-footer .list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer .main-footer .list li{
	margin: 0;
	padding: 0;
	display: block;
}
.footer .main-footer .list li a{
	color: #fff;
	display: block;
	padding:0 0 10px 0;
	text-decoration: none;
	transition: 0.3s;
}
.footer .main-footer .list li a:hover{
	color: #fd8204;
}
.footer .main-footer .payment{
	width: 100%;
	height: auto;
	position: relative;
}
.footer .main-footer .payment ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer .main-footer .payment ul li{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.footer .main-footer .payment ul li a{
	margin-right:10px;
}
.footer .main-footer .recycle{
	margin: 15px 0;
	width: 100%;
	height: auto;
	display: table;


}
.footer .main-footer .terms{
	color: #fff;
	background: #fd8204;
	padding: 15px 25px;
	margin-top:10px;
	display: table;
	text-decoration: none;
	transition: 0.3s;
 
}
.footer .main-footer .terms:hover{
	background: #0379d3;
}
.footer-bottom{
	width: 100%;
	height: auto;
	position: relative;
	background: #092746;
	padding: 25px;
	text-align: center;
	margin-top: 70px;
}
.footer-bottom p{
	color: #fff;
}
.banner{
	width: 100%;
    position: relative;
    padding: 70px 0 70px 0;
    background: url(../images/background/back-1.jpg) center center no-repeat fixed;
    background-size: cover;
}
.banner h1{
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	margin:0;
	padding: 0;
}
.banner h1 span{
	font-weight: bold;
}
.banner ul{
	list-style: none;
	margin-top: 0;
	padding: 0;
	color: #fff;
}
.banner ul li{
	display: inline-block;
	margin-top: 0;
	padding: 0;
}
.banner ul li a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	transition: 0.3s;
}
.banner ul li a:hover{
	color: #fd8204;
}
.about-sec{
	width: 100%;
	height: auto;
	position: relative;
	padding: 70px 0 40px;
} 
.about-sec .about{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}

.about-sec .about .about-heading{
	width: 100%;
	height: auto;
	position: relative;
}
.about-sec .about .about-heading h2{
font-size: 50px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
.about-sec .about .about-heading h3{
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.about-sec .about .about-heading p{
	margin-top: 30px;
}
.about-sec .image{
	width: 100%;
	height: auto;
	position: relative;
	border: 3px solid #086fbe;
}
.about-sec .image img{
	width: 100%;
}

.mission-vision-sec{
	padding: 70px 0 40px

}

.mission-vision-sec .text{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}
.mission-vision-sec .text h3{
	font-size: 28px;
	font-weight: bold;
}
.mission-vision-sec .images{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}
.mission-vision-sec .images img{
	width: 100%;
}
.service-single{
	width: 100%;
	height: auto;
	position: relative;
	padding: 70px 0 40px 0;
}
.service-single .service-list{
	width: 100%;
	height: auto;
	position: relative;
}
.service-single .service-list ul{
	list-style: none;
	margin-top: 0;
	padding: 0;
}
.service-single .service-list ul li{
	width: 100%;
	display: block;
	margin-top: 0;
	padding: 0;
	margin-bottom: 1px;
} 
.service-single .service-list ul li a{
	display: block;
	background: #0379d3;
	padding: 12px 15px;
	color: #fff;
	text-decoration: none;
	transition: 0.2s;
}
.service-single .service-list ul li a:hover{
	padding: 12px 0px 12px 20px;
	background: #fd8204;
}
.service-single .service-contact{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	border: 1px solid #fd8204;
	padding: 15px 35px;
	margin-bottom: 30px;
}
.service-single .service-contact h3{
	color: #fd8204;
	font-size: 24px;
}
.service-single .service-contact p{
	font-size: 18px;
	color: #666;
}
.service-single .service-contact .btn{
	background: #fd8204;
	padding: 10px 30px;
	color: #fff;
	margin-top: 50px;
	transition: 0.3s;
}
.service-single .service-contact .btn:hover{
	background: #0379d3;
}
.service-single .contact-info{
	width: 100%;
	height: auto;
	position: relative;
	text-align: left;
	padding: 30px 10px;
	background: #0379d3;
	margin-bottom: 30px;
}
.service-single .contact-info h3{
	font-size: 22px;
	color: #fff;
	padding: 10px 0;
}
.service-single .contact-info h3 a{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
.service-single .contact-info h3 i{
	margin-right: 5px;
	color: #fd8204;
}
.service-single .service-text{
	width: 100%;
	height: auto;
	position: relative;
}
.service-single .service-text img{
	width: 100%;
}
.service-single .service-text h2{
	font-size: 30px;
	padding: 15px 0;
	text-transform: uppercase;
	font-weight: bold;
}
.service-single .service-text p{
	margin-bottom: 10px;
}

.service-single .text-list{
	width: 100%;
	height: auto;
	position: relative;
}
.service-single .text-list h4{
	font-size: 20px;
	color: #0d3056;
	margin-top: 15px;
}
.service-single .text-list ul{
	margin: 0;
	padding: 0;
}
.service-single .text-list ul li{
	padding: 3px 0;
	font-size: 18px;
	color: #666;
}
.service-single .img-sub{
	width: 100%;
	margin-top: 15px;
}

.review-page{
	width: 100%;
	height: auto;
	position: relative;
	padding: 70px 0 40px;
}

.review-page .heading{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	margin-bottom:90px; 
}
.review-page .heading h2{
	font-size:40px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
.review-page .heading h2:before{
	content: '';
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	margin: auto;
	width: 187px;
	height: 10px;
	background: url("../images/icon/bar.png") center center no-repeat;
}
.review-page .review-sec{
	width: 100%;
	height: auto;
	position: relative;
	border: 1px dotted #0c72c4;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 30px;  
}
.review-page .review-sec .left-img{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: relative;
	float: left;
	border:3px solid #fd8204;
	margin-right: 10px;
	overflow: hidden;
}
.review-page .review-sec .left-img img{
	width: 100%;
}
.review-page .review-sec h4{
	margin: 0;
	padding:23px 0;
	font-size: 20px;
	font-weight: bold; 

}
.review-page .review-sec h5{
	margin: 0;
	padding:0;
	font-size: 16px;
	font-weight: normal; 

}
.review-page .review-sec .star{
	width: 100%;
	height: auto;
	position: relative;
	text-align: right;
	color: #e99216;
}
.blog-page{
	width: 100%;
	height: auto;
	position: relative;
	padding: 70px 0 40px; 
}
.blog-page .blog{
	width: 100%;
	height: auto;
	position: relative;
	border: 1px solid #076ebd;
	margin-bottom: 30px;
}
.blog-page .blog .blog-img{
	width: 100%;
	height: auto;
	position: relative;
}
.blog-page .blog .blog-img img{
	width: 100%;

}
.blog-page .blog .text{
	width: 100%;
	height: auto;
	position: relative;
	padding: 10px 10px 0 10px; 
}
.blog-page .blog .text h3{
	font-size: 20px;
    color: #223a66;
    margin-bottom: 15px;
}
.blog-page .blog .bar{
	width: 100%;
	height: auto;
	background:#0b71c3;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
	
}
.blog-page .blog .bar p{
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding:10px;
}
.contact-page{
	width: 100%;
	height: auto;
	position: relative;
	padding: 70px 0 40px;
}

.contact-page .contact-frm{
	width: 100%;
	position: relative;
	height: auto;
	padding: 15px;
	border: 7px solid #8a96a1;
	margin-bottom:30px; 
}
.contact-page .contact-frm .form-control{
	border-radius: 0;
	border: none;
	height: 50px;
	background-color: #e6edf3; 
}
.contact-page .contact-frm .text-area{
	border-radius: 0;
	border: none;
	height: auto !important; 
	background-color: #e6edf3;
	max-height: 168px;
}
.contact-page .contact-frm .btn{
	background: #fd8204;
	border:none;
	padding: 10px 30px;
	color: #fff;
	border-radius: 0;
}
.contact-page .contact-frm .btn:hover{
	background: #0379d3;
}
.contact-page .add-box{
	width: 100%;
	height: auto;
	position: relative;
	background: #076ebd;
	text-align: center;
	padding: 52px 30px;
}
.contact-page .add-box h3{
	color: #fd8204;
	font-size: 45px;
	margin: 15px 0; 
}
.contact-page .add-box h4{
	color: #fff;
	font-size: 22px;
	margin: 15px 0; 
}
.contact-page .add-box h4 a{
	color: #fff;
	font-size: 22px;
	margin: 15px 0;
	text-decoration: none; 
}
.mb-30{
	margin-bottom: 30px;
}
.es-field-wrap {
	width: 79%;
    float: left;
}
.blog-single{
	width: 100%;
	height: auto;
	position: relative;
	padding: 70px 0 40px 0;
}
.blog-single .search-bar{
	width:100%;
	height: auto;
	position: relative;
	border: 1px solid #0379d3;
	padding: 20px 10px;
	display: table;
	margin-bottom: 30px; 
}
.blog-single .search-bar h4{
	color: #000;
	font-size: 22px;
	background: #efefef;
	width: 100%;
	padding: 10px;

}
.blog-single .search-bar .form-control{
	width: 80%;
	float: left;
	height: 40px;
	border-radius: 0;
	border: 1px solid #0379d3;
}
.blog-single .search-bar .btn{
	width: 20%;
	float: left;
	height: 40px;
	border-radius: 0;
	border: 1px solid #0379d3;
	background: #0379d3;
	color: #fff;
}
.blog-single .letest-post{
	width:100%;
	height: auto;
	position: relative;
	border: 1px solid #ccc;
	padding: 20px 10px;
	display: table;
	margin-bottom: 30px;
	background: #f6f6f6; 
}
.blog-single .letest-post h4{
	color: #000;
	font-size: 22px;
	background: #fff;
	width: 100%;
	padding: 10px;

}
.blog-single .letest-post .post{
	width: 100%;
	height: auto;
	position: relative;
	margin: 10px 0;
	display: table;
}
.blog-single .letest-post .post .image{
	width: 100px;
	height: 100px;
	margin-right: 10px;
	float: left;
}
.blog-single .letest-post .post .image img{
	width: 100%;
}
.blog-single .letest-post .post .text{
	float: right;
	display: table;
	width: 65%;
}

.blog-single .cloud{
	width:100%;
	height: auto;
	position: relative;
	border: 1px solid #ccc;
	padding: 20px 10px;
	display: table;
	margin-bottom: 30px;
	background: #f6f6f6; 
}
.blog-single .cloud h4{
	color: #000;
	font-size: 22px;
	background: #fff;
	width: 100%;
	padding: 10px;

}
.blog-single .cloud ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog-single .cloud ul li{
	display: inline-block;
	margin: 0;
	padding: 5px 5px 2px 0;
}
.blog-single .cloud ul li a{
	    color: #fff;
    background: #0379d3;
    padding: 10px 20px;
    display: block;
}
.blog-single .blog-text {
    width: 100%;
    height: auto;
    position: relative;
}
.blog-single .blog-text img {
    width: 100%;
}

.blog-single .blog-text h2 {
    font-size: 30px;
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: bold;
}
.blog-single .blog-text p {
    margin-bottom: 10px;
}
.blog-single .blog-text .post-by{
	width: 100%;
	height: auto;
	position: relative;
	padding: 0px 0;
}

.blog-single .blog-text .post-by .user {
    width: 70px;
    height: 70px;
    border: 4px solid #fd8204;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    left: 15px;
    top: -40px;
}
.blog-single .blog-text .post-by h5{
	color: #000;
}
.blog-single .blog-text .post-by h5 span{
	color: #fd8204;
}
.blog-single .blog-text .post-by a{
	text-decoration: none;
	font-size: 16px;
}
.blog-single .blog-text .post-by .cmt{
	width: 100%;
	height: auto;
}
.blog-single .blog-text .post-by .cmt .cmt-part{
	float: left;
	display: table;
	padding: 20px;
}
.blog-single .blog-text .post-by .cmt .cmt-part i{
	font-size: 30px;
	color: #ccc;
}
.blog-single .blog-text .post-by .cmt .cmt-part span{
	font-size: 20px;
	color: #ccc;
}
.letest-post .text a {
	color:#007bff;
	text-decoration: none;
}
.blog .text a {
	color:#007bff;
	text-decoration: none;
}

.bin-size{
	width: 100%;
	height: auto;
	position: relative;
	padding:70px 0 40px;
}
.bin-size .btn{
	background:#0379d3;
	padding-bottom: 10px 20px;
	color: #fff;
	margin-bottom: 30px;
	border-radius: 0;
	text-align: center;
	width: 100%; 
	transition: 0.3s; 
}
.bin-size .btn:hover{
	background: #fd8204;
}
.bin-size .bin-part{
	width: 100%;
	height: auto;
	position: relative;
	border: 1px solid #ccc;
	padding: 1px;
}
.bin-size .bin-part .overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	background: #fd8204;
	transition: 0.3s;
	opacity: 0; 
}
.bin-size .bin-part:hover .overlay{
	opacity: 0.80; 
}
.bin-size .bin-part .overlay a{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border:1px solid #fff;
	color: #fff;
	font-size: 24px;
	padding: 0px 12px;
	text-decoration: none;
}
.bin-size .bin-part img{
	width: 100%;
}
.bin-size .btn2{
    background: #fd8204;
    color: #fff;
    padding: 15px 30px;
    margin: auto;
    border-radius: 50px;
    transition: 0.3s;
	text-decoration:none;
}
.bin-size .btn2:hover{
	background:#0379d3;
}
.bin-page{
	width: 100%;
	height: auto;
	position: relative;
	padding: 70px 0; 
}
.bin-page .border{
	border: 1px solid #ccc;
}
.bin-page .image{
	width: 100%;
	height: auto;
	position: relative;
}
.bin-page .text{
	width: 100%;
	height: auto;
	position: relative;
	padding: 156px;
}
.bin-page .image img{
	width: 100%;
}
.bin-sec {
	width: 100%;
    height: auto;
    position: relative;
    padding: 70px 0 40px;
}
.bin-sec img {
    width: 100%;
    border: 1px solid #ccc;
    padding: 1px;
}
.bin-sec .text h3 {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    color: #335da9;
}
.bin-sec .text {
	width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 50px;
    margin-top: 30px;
    text-align: center;
}
.map {
    width: 100%;
    height: auto;
}
.map iframe {
    width: 100%;
    height: 300px;
    border: 1px solid #ccc;
}

/* -----------------------------Location Page ------------------------------------*/
.about p {
    color: #333;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
	margin-bottom: 20px;
    margin-top: 20px;
}
.main_heading h1 {
	text-align: center;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
    font-weight: 400;
}
.hc ul
{
	padding:0px;
	margin:0px;
}

.hc ul li {
	width: auto;
	border: 1px solid #ededed;
	padding: 9px 10px;
	text-align: left;
	color: #7a7a7a;
	font-size: 16px;
	border-radius: 0px;
	float: left;
	list-style: none;
	font-weight: 300;
	margin-right: 9px;
	margin-bottom: 9px;
}
.hc ul li a
{
	color: #000000;
	text-decoration: none;
}
.hc ul li:before {
    content: url('../images/bus.jpg');
	margin:0 7px 0 0;
}
.choose-description1 p {
    font-size: 16px;
   
    line-height: 25px;
    margin-bottom: 30px;
    margin-top: 19px;
}
.about-description1 h4 {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    width: 100%;
    text-align: center;
    font-weight: 700;
}
.about-description1
{
	padding: 70px 0px 70px 0;
}
.ab-heading
{
	text-align:center;
}
.ab-heading h2
{
	color: #0a5a8e;
	font-size:36px;
	margin:0 0 10px 0;
}
.ab-heading p
{
	color: #7a7a7a;
	font-size: 16px;
	line-height:27px;
}
.cln
{
	width:100%;
	height:auto;
	margin:30px 0;
}
.cln img
{
	max-width:100%;
}
.ab h2
{
	color: #259e3d;
	font-size: 36px;
	margin: 0 0 10px 0;
	font-weight: 300;
}
.ab ul li
{
	color: #7a7a7a;
	font-size: 16px;
	margin:0 0 14px 0;
}
.ab p
{  
    color: #7a7a7a;
	font-size: 16px;
}
.flt {
    overflow: hidden;
    margin: 20px 0 0;
}
.flt ul {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}
.cleaning-services-list.flt ul li {
    width: 48%;
    float: left;
}
.hc h1 {
    font-size: 28px;
    margin: 20px 0 20px 0;
    font-weight: 500;
    line-height: 1.1;
    font-family: 'Questrial', sans-serif;
}
.about-description1 h2 {
    font-size: 30px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-weight: 700;
	color: #a9db43;
}
.flt ul li {
    width: 100%;
    height: auto;
    margin: 0px 6px 6px;
    font-size: 16px;
    font-size: 16px;
    list-style-type: circle;
    font-family: 'Questrial', sans-serif;
}
.main_heading p {
	font-family: 'Questrial', sans-serif;
}
.ab-heading h1 {
    font-size: 25px;
    margin: 0 0 18px 0;
    font-weight: 500;
    text-align: center;
}
.about-description5 {
    padding: 0px 0px 60px 0;
}
 .btn55 {
  background-color: #0f9a41;
    border-radius: 0px;
    margin: auto;
    margin-bottom: 29px;
    display: block;
    line-height: 28px;
    border: none;
    border-color: transparent;
    color: #fff;
    width: 109px;
    text-align: center;
    padding: 6px;
}
.ft_22 {
	height: auto;
    margin: 20px 0 0 0;
    float: left;
}
