
.glp-h1 {
	font-size: 32px !important;
	line-height: 40px !important;
	font-weight:300;
}
.glp-h1 h1{font-size: 27px !important;line-height: 37px !important;}
.glp-h1 b{font-weight:500;}

.bg-footer {
	background: #07101a !important;
}
footer li a,
footer a,
footer strong {
	color: #ced6dd !important;
	font-size: 14px;
	line-height: 24px;
}
.numbers-section-sheading p{
	font-size:16px !important;
	line-height:24px !important;
}
footer p {
	font-size: 12px !important;
	color: #919aa3 !important;
}
footer h5 {
	color: #a2abb2 !important;
	font-size: 12px;
	margin-bottom: 12px;
	letter-spacing: 2px;
	font-weight: 700 !important;
	line-height: 28px;
}
footer a:hover {
	text-decoration: none;
	color: #fff !important;
}
footer ul li a {
	margin-bottom: 10px !important;
	display: inline-block;
}

footer .copyright-bottom ul.social li a,
.copyright-bottom p {
	margin-bottom: 0 !important;
}
footer .copyright-bottom ul.social li a i {
	font-size: 20px;
	color: #919aa3;
}
footer .copyright-bottom ul.social li a i:hover {
	color: #fff;
}
/*media querys*/
@media screen and (min-width: 1440px) {
	.banner-pad {
		padding-top: 100px;
	}
}
@media screen and (min-width: 1200px) {
	.container {
		max-width: 1425px;
		padding: 0 90px;
	}
	/* 	nav.navbar.fixed-top {padding: 20px 0;}	 */
}
@media screen and (min-width: 992px) {
	.navbar-light .navbar-nav .nav-link {
		font-weight: 400;
		font-size: 14px;
		letter-spacing: inherit;
		padding: 10px 10px 36px 10px;
	}
	.navbar-light .navbar-nav .nav-link.get-a-demo-btn {
		padding: 10px 15px;
		margin-bottom: 26px;
		border-radius:4px;
	}
	.navbar-light .navbar-nav .nav-link.get-a-demo-btn{
		background: #00cca4;
		color:#fff;
	}
	.dropdown-item:focus,
	.dropdown-item:hover {
		/*color: #00cca4;*/
		/*background-color: #272727;*/
	}
	nav .dropdown-menu {
		min-width: 192px;
	}
	nav .dropdown-menu .dropdown-item {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	nav a.navbar-brand {
		padding-bottom: 26px;
	}
	nav.navbar.fixed-top {
		/*border-bottom: 1px solid #ededed;*/
		padding-top: 20px;
		padding-bottom: 0px;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	/* 	.headerslim nav.navbar.fixed-top{padding-top: 10px;padding-bottom: 10px; } */
	/* 	body.headerslim{padding-top:56px;} */
	.banner-pad {
		padding-top: 15px;
		padding-bottom:16px;
	}
	nav .dropdown-toggle::after {
		display: none;
	}
	.bg-form{z-index: 99;position: relative;}
}
@media screen and (max-width: 767px) {
	.glp-h1 {
		font-size: 30px !important;
		line-height: 38px !important;
	}
	
	footer img {
		max-width: 100px !important;
	}
	
	footer ul li a {
		margin-bottom: 5px !important;
	}
}

