body{
	font-family: 'Poppins', sans-serif;
}
p{
	font-size: 16px;
}
a{
	font-size: 16px;
	transition: .3s ease-in-out;
	display: inline-block;
}
h2{
	text-transform: uppercase;
	text-align: center;
}
.navbar{
	border-bottom: none;
	background-color: #fff;
	padding-bottom: 60px;
}
p.logo_title {
    float: left;
    position: relative;
    top: 62px;
    font-size: 11px;
    padding-left: 5px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    position: relative;
 	border-color: transparent;
    top: 40px;
}

.navbar h1 img{
	width: 150px;
	height: 100px;
}
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-toggle{
	top: 42px;
}
#services > p{
	margin-bottom: 50px;
}
.list_of_services ul li{
	display: inline-block;
	margin: 5px 0;
}
.list_of_services ul > li{
	font-weight: bold;
}
#services .offer ul li p{
font-weight: bold;
color: brown;
margin-bottom: 0px;
}
#services .offer ul li p::before{
	content: '~';
	display: inline-block;
	padding-right: 10px;
}
#services .offer .check li{
	padding: 0px 0px 20px 30px;
}
.list_of_services ul li a{
	font-size: 18px;
}
.list_of_services ul li a:hover{
	text-decoration: none;
	transform: translateX(10px);
}
.list_of_services ul li a:hover::before{
	content: '>';
	display: inline-block;
	position: fixed;
	left: -20px;
}
#solve h2{
	margin-bottom: 40px;
}
#solve .row{
	margin-bottom: 30px;
}
#contact h3{
	color: brown;
}
#contact p{
	margin: 5px;
}
#contact .sugestion{
	font-size: 20px;
	margin-top: 30px;
	color: red;
}
#contact .form-control{
	background: #eee;
	border:none;
}
#contact .form-control:focus{
	border: 1px solid brown;
	box-shadow: none;
	background: transparent;
}
#contact textarea{
	resize: none;
}
header{
	margin-bottom: 123px;
}
section{
	margin-bottom: 50px;
}
h1, h2, h3{
	margin-top: 0px;
}
nav{
	background: black;
}

header .nav li a{
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
}
header .nav li a:hover{
	background: transparent;
}
#navbar .active a{
    color: red;
}
#about{
	background: url('http://217.199.187.189/networksupportcentre.co.uk/wp-content/uploads/2015/07/banner.jpg') no-repeat fixed;
	padding: 50px 0;
	background-size: cover;
	color: #fff;
	position: relative;
}

#about .about_title{
	background: rgba(0,0,0,.6);
	padding: 50px;
	display: inline-block;
	position: relative;
    top: 0%;
    left: 50%;
    -moz-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, -0%);
    transform: translate(-50%, -0%);
}
footer{
	background: #000;
	height: 60px;
}
footer p{
	color:#fff;
	line-height: 60px;
	text-align: center;
	margin-bottom: 0px;
}
@media screen (min-width: 768px){
	.navbar-nav>li>a {
    padding-top: 35;
    padding-bottom: 35px;
	}
	p.logo_title {
    font-size: 16px;
	}
}