body {
	color: #707070;
	font-size: 15px;
	line-height: 28px;
	background-color: #fff;
}
html,
    body{
    width:100%;
    overflow-x:hidden;
    }
body p {
	font-size: 16px;
	line-height: 28px;
}
body, h1, h2, h3, h4, h5, h6, input[type="text"], input[type="password"], input[type="email"], textarea, select, input[type="button"], input[type="submit"], button, #tiptip_content, .map-box p, .map-box div, .numerical-rating .utf_counter_star_rating, body .nav_responsive i.menu-trigger:after {
	font-family:'Nunito', sans-serif;
	text-transform: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #323232;
}
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}
.linkedin:before {
    content: "\4c";
    top: 0;
    opacity: 1; display: none;
}
.bvv{ display: none;}
#titlebar h2 {
    text-transform: capitalize;
    text-align: center;
}
.home-tab{ display: block;}
.dgh{color:#fffaf2; text-align: center!important; padding: 0% 40%;}
@media only screen and (max-width: 600px) {
	.utf_category_small_box_part i {
		font-size: 28px!important;
		line-height: 48px!important;
		display: block;
		background: rgba(255, 255, 255, 0.12);
		border: 3px solid rgba(255, 255, 255, 0.05);
		width: 57px !important;
		height: 51px;
		border-radius: 50%;
		margin: -14px auto 0 auto !important;
		text-align: center;
	}


	.utf_category_small_box_part i {
		font-size: 36px;
		line-height: 70px;
		display: block;
		background: rgba(255, 255, 255, 0.12);
		border: 3px solid rgba(255, 255, 255, 0.05);
		width: 57px!important;
		height: 51px;
		border-radius: 50%;
		margin: -14px auto 0 auto!important;
		text-align: center;
	}
	.callback {
		padding: 6px 0px;
		
	}

	#logo {
		 
		left: 0;
		right: 27px;
	}

.mmenu-trigger{ top: 10px;}
	.header_widget {
		position: relative;
		top: -45px;
		height: 16px;
		padding-top: 0;
		border-top: none;
		left: 120px;
	}

	.utf_category_small_box_part {
		width:27%!important; 
	}

	.container_categories_box {
		 
		left: -12px;}

	#footer {
		margin-bottom: 60px;
		padding: 30px 0 0 0;
		background-color: #181818;
		border-top: 1px solid rgba(0, 0, 0, 0.05);
		 
	}
#footer ul{ padding-left: 0;}

	.mp {
		margin: 0px 0px!important;
	}


	.utf_panel_dropdown {
		width: 98%;
		margin-bottom: 30px;
	}


	.icon-bar { z-index: 999999999;
		position: fixed; display: none;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	  }

	.bvv{ display: block;}
	.home-tab{ display: none;}


	

	.dgh{color:#fffaf2; text-align: center!important; padding: 0% 15%!important;}
	.bottom-bar-custom {
		background-color: #df0000;
	color: white;
	display: flex;
	justify-content: space-around; z-index: 99999999999;
	align-items: center;
	position: fixed; display: flex!important;
	bottom: 0px;
	/* width: 100%; */
	height: 60px; 
		  left: 0; right: 0;
	}
  }
.bottom-bar-custom {
	background-color: #df0000;
	color: white;
	display: flex;
	justify-content: space-around; z-index: 99999999999;
	align-items: center;
	position: fixed; display: none;
	bottom: 0px;
	/* width: 100%; */
	height: 60px;
}


.bottom-bar-item {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
	font-size: 16px;
}

.bottom-bar-icon {
	margin-right: 5px;
}


 
.facebook:before{ display: none;}
.youtube:before {
    content: "\55";
    top: 0;
    opacity: 1; display: none;
}
a:focus {
	outline: none !important;
}
ul, li {
	margin: 0px;
	list-style-type: none;
}
textarea:focus, input:focus {
  border:1px solid #d8d8d8;
}
label {
  display: block;
  margin: 0;
}
.mp{ margin: 0% 10%;}
.typed-cursor{
	opacity:0 !important;
	display:none;
}
.icon-bar { z-index: 999999999;
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
  }
  
  .icon-bar a {
	display: block;
	text-align: center;
	padding: 16px;
	transition: all 0.3s ease;
	color: white;
	font-size: 20px;
  }
  
  .icon-bar a:hover {
	background-color: #000;
  }
  
  .facebook {
	background: #3B5998;
	color: white;
  }
  
  .twitter {
	background: #55ACEE;
	color: white;
  }
  
  .google {
	background: #dd4b39;
	color: white;
  }
  
  .linkedin {
	background: #007bb5;
	color: white;
  }
  
  .youtube {
	background: #bb0000;
	color: white;
  }
  
  .content {
	margin-left: 75px;
	font-size: 30px;
  }
.view-details-btn i{ padding:0px 5px }
::-webkit-input-placeholder {
color:#888;
opacity:1;
}
:-moz-placeholder {
color:#888;
opacity:1;
}
::-moz-placeholder {
color:#888;
opacity:1;
}
:-ms-input-placeholder {
color:#888;
opacity:1;
}





input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder {color:transparent;}
input:focus:-ms-input-placeholder {color:transparent;}

textarea:focus::-webkit-input-placeholder {color:transparent;}
textarea:focus:-moz-placeholder {color:transparent;}
textarea:focus::-moz-placeholder {color:transparent;}
textarea:focus:-ms-input-placeholder {color:transparent;}

input::-webkit-input-placeholder {color:#828282;}
input:-moz-placeholder {color:#828282;}
input::-moz-placeholder {color:#828282;}
input:-ms-input-placeholder {color:#828282;}

textarea::-webkit-input-placeholder {color:#828282;}
textarea:-moz-placeholder {color:#828282;}
textarea::-moz-placeholder {color:#828282;}
textarea:-ms-input-placeholder {color:#828282;}