
  *{padding:0; margin:0; box-sizing:border-box; outline: none;}
a{text-decoration: none !important;}
img{max-width: 100%;}
.hide{display: none !important;}
.text-right{text-align: right !important;}
.text-left{text-align: left !important;}
.text-center{text-align: center;}
.pull-left{float: left !important;}
.pull-right{float: right !important;}
.text-white{color: #fff !important;}
.center{margin:0 auto; }

div{
    display:block;
    height:auto;
    
}
.post-link{
    color:#337ab7;
}
.wp-content-posts ul li{
    color:#676767;
}

.wp-content-posts a{
    color:blue;
}

body{   font-family: 'Open Sans', sans-serif; font-weight: normal; font-style: normal; font-size: 17px; color: rgb(38, 38, 38);}
h1{  font-family: 'Open Sans', sans-serif; font-weight: bold; font-style: normal; font-size: 57px; line-height: 68px;}
h3{font-family: 'Open Sans', sans-serif; font-weight: bold; font-style: normal; font-size: 28px; line-height: 30px; margin-bottom: 20px;}
p{margin-bottom:10px; line-height:28px; color: #676767; font-size: 18px; font-weight: 400;}
a{line-height:28px; color: #676767; font-size: 18px; font-weight: 400;}

.toggle,
[id^=drop] {
	display: none;
}



/* Giving a background-color to the nav container. */
#navbar { 
	margin:0;
	padding: 0;
	background-color: #ffffff;
}

#logo {
	display: block;
	padding: 0 30px;
	float: left;
	font-size:20px;
	line-height: 60px;
}
.logo-box{
    width: 20%;
    padding: 10px;
    display: block;
    margin: 0;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

#navbar:after {
	content:"";
	display:table;
	clear:both;
}
.text-center{
    text-align: center;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
#navbar ul {
	float: right;
    padding: 18px 58px 5px 12px;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the #navbarigation items inline */
#navbar ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color: #fff;
	}

/* Styling the links */
#navbar a {
	display:block;
	padding:15px 20px;	
	color:#000;
	font-size:17px;
	text-decoration:none;
}


#navbar ul li ul li:hover { background: #000000; }

/* Background color change on Hover */
#navbar a:hover { 
	background-color: #fff; 
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
#navbar ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "#navbar a" */
	top: 60px; 
}
	
/* Display Dropdowns on Hover */
#navbar ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
#navbar ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
#navbar ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "#navbar ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}

	#navbar {
		margin: 0;
	}

	/* Hide the #navbarigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none !important;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #254441;
		padding:14px 20px;	
		color:#FFF;
		font-size:17px;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #000000;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block !important;
	}

	/* Change menu item's width to 100% */
	#navbar ul li {
		display: block;
		width: 100%;
		}

	#navbar ul ul .toggle,
	#navbar ul ul a {
		padding: 0 40px;
	}

	#navbar ul ul ul a {
		padding: 0 80px;
	}

	#navbar a:hover,
 	#navbar ul ul ul a {
		background-color: #000000;
	}
  
	#navbar ul li ul li .toggle,
	#navbar ul ul a,
  #navbar ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	#navbar ul li ul li .toggle,
	#navbar ul ul a {
		background-color: #212121; 
	}

	/* Hide Dropdowns by Default */
	#navbar ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "#navbar a" */
	}
		
	/* Hide menus on hover */
	#navbar ul ul li:hover > ul,
	#navbar ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	#navbar ul ul li {
		display: block;
		width: 100%;
	}

	#navbar ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "#navbar ul ul li" */ 

	}

}

.logo-link{
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    display: flex !important;

}
.logo-link span{
    color: #337ab7;
}



@media all and (max-width : 330px) {

	#navbar ul li {
		display:block;
		width: 94%;
	}

}

@media only screen and (min-width:360px) and (max-width:768px) {
    .wp-blog-section{
        padding:50px 0 50px 0 !important;
    }
    .w-27{
        width:27%;
    }
    .footer-area{
        padding: 100px 24px 50px 24px !important;
    }
    .row-flex{
        flex-direction: column;
        flex-wrap: wrap;  
    }
    .col-md-3{
        width:100% !important;
    }
    .row-main {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .col-md-8{
        width:100% !important;
    }
    .col-md-4{
        width:100% !important;
    }
    .container{
        width:95% !important;
    }
    .single-wp-post{
        width: 100% !important;
        padding: 30px 0 20px 0 !important;
    }
    .sidebar-category{
        padding: 20px 0px 8px 0 !important;
    }
}


html,
body {
    overflow-x: hidden;
    position: relative;
}
.container {
    width: 80%;
    margin: auto;
}

.row-main {
    width: 100%;
    display: flex;
}

.col-md-3{
    width:25%;
    padding:15px;
}

.col-md-8{
    width:65%;
}
.col-md-4{
    width:35%;
}

.row-inner {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
}



.col-md-12 {
    width: 100%;
}

.wp-blog-section {
    padding: 50px 0 100px 0;
}

.wp-bg-image {
    background-image: url(https://damcarpetwash.com/images/about/carpet-cleaning-in-dubai.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 135px 50px 135px 50px;
}

.container-fluid {
    width: 100%;

}

.banner-title-head {
    color: #fff;
    font-size: 3rem;
}

.single-wp-post {
    width: 85%;
    padding: 20px 0 20px 0;
}

.wp-post-title {
    padding: 7px 0;
}

.wp-content-posts {
    padding: 7px 0;
}

.wp-date {
    padding: 5px 0;
}

.wp-post-title a {
    color: #337ab7;
}

.wp-categories {
    list-style: none;
}

.wp-image-post img{
    width:100%;
}

.ream-more-btn{
    color:#337ab7;
}


.sidebar-category {
    padding: 20px 58px 0 100px;
}

.wp-categories li {

    padding: 5px;
    font-size: 20px;
    border-bottom: 1px solid rgb(136, 140, 142);

}
.breadcumbs-nav{
    list-style:none;
    display:flex;
    
}
.breadcumbs-nav li a{
    color:#fff;
    font-size:17px;
}
.ml-left{
    margin-left:5px;
}

.text-white{
    color:#fff;
}

.pt-10{
    margin-top:10px;
    line-height:23px;
}

.row-flex{
    display:flex;
    justify-content: center;
}
.footer-area{
    padding:100px 50px 50px 50px;
}
.footer-area h3{
    color:#fff;
}

.footer-area a{
    color:#fff;
    padding:10px 0;
}

.logo-box-footer{
    width:35%;
}

.footer-list li{
    padding:10px 0;
}