@charset "utf-8";
/* CSS Document */

#top-bar {
	min-height:40px;
	background-color:#4B9FEB;
}
#top-bar p {
	padding:15px;
	color:#ffffff;
	line-height:1.2em;
}
#top-bar .helpline {
}
#top-bar .whatsapp {
	background-image:url(../images/whatsapp-icon.png);
	background-position:right center;
	background-repeat: no-repeat;
	padding-right: 30px;
}
#top-bar .whatsapp span {
	font-size:1.3em;
	font-weight:bold;
}
.logo {
	padding-top: 20px;
}
.menu {
	padding-top: 20px;
	float:right;
}
#banner {
	min-height: 475px;
	background-image: url(../../images/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
#welcome {
	background-color:#F0F0F0;
	padding-top: 50px;
	padding-bottom: 50px;
}
#welcome h1 {
	font-size: 1.7em;
	color: #4990d0;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
}
#welcome h2 {
	font-size: 1.4em;
	color: #428acc;
}
#welcome h2:after {
}
#welcome p {
	font-size: 1.1em;
	text-align: justify;
	line-height: 1.5em;
	color: #333;
	padding-top: 10px;
}
#welcome p.caption-text {
	font-size: 1.1em;
	font-style: italic;
	padding-top: 0px;
}
#welcome a.btn-download {
	background-image: url(../images/download.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 42px;
	border: 1px solid #4b9aaa;
	padding-right: 20px;
	padding-left: 50px;
	display: block;
	float: left;
	line-height: 40px;
	font-size: 1.1em;
	text-decoration: none;
	background-color: #fff;
	font-weight: 500;
	margin-top: 20px;
 -webkit-transition:all .25s ease;
 -ms-transition:all .25s ease;
 transition:all .25s ease;
}
#welcome a.btn-download:hover {
	background-color:#4b9aaa;
	color:#fff;
}
.section-title {
	min-height: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background-color: #4B9FEB;
	font-size: 1.8em;
	color: #FFF;
	line-height: 40px;
}
.section-title span {
	font-weight: 600;
	color: #FFF;
	font-size: 1.1em;
}
.section-arrow {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	margin-bottom: 30px;
}
.img_product {
	padding-top:7em;
}
@media (max-width:991px) {
.img_product {
 padding-top:0.5em;
}
}
#products {
	background-color: #FFFFFF;
}
#products .service-link {
	margin: 0px !important;
	padding: 15px !important;
}
#products .service-link a {
	display: block;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#products .service-link a:hover {
}
.overlay {
	position: relative;
}
.overlay:before {
	position: absolute;
	content:" ";
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: none;
	z-index:0;
	background-color: rgba(0, 0, 0, 0.20);
}
.overlay:hover:before {
	display: block;
}
#products .service-link a h2 {
	background-color: #3180c5;
	float: left;
	margin-top: 230px;
	font-size: 1.2em;
	padding: 10px;
	color: #FFF;
	text-decoration: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 1001;
	width: 50%;
}
#products .service-link a .more {
	display: block;
	clear: both;
	background-color: #F0F0F0;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#products .service-link a .more p {
	width: 85%;
	display: block;
	color: #333;
	font-size: 1.1em;
	float: left;
	margin: 0px;
	padding: 10px;
	height: 60px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#products .service-link a .more span {
	color: #FFF;
	background-color: #3180c5;
	float: right;
	width: 15%;
	font-size: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	height: 60px;
	line-height: 50px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#products .service-link a:hover .more p {
	color: #FFF;
	background-color: #666666;
}
#products .service-link a:hover .more span {
	color: #FFF;
	background-color: #85bdf5;
}
.quote {
	background-color:#f0f0f0;
	padding:15px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.quote h1 {
	font-size: 1.7em;
	color: #4990d0;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
}
.quote p .tollfree {
	font-size:1.3em;
	font-weight:bold;
}
.quote .btn-view {
	border-radius: 30px;
	display: block;
	background-color: #3180c5;
	color: #fff;
	font-size: 1em;
	line-height: 3em;
	float: right;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-decoration:none;
 -webkit-transition:all .25s ease;
 -ms-transition:all .25s ease;
 transition:all .25s ease;
}
.quote .btn-view:hover {
	background-color:#039;
}
#clients {
	min-height: 300px;
	background-color: #3180c5;
}
#clients h3 {
	min-height: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.6em;
	color: #FFF;
	line-height: 40px;
	text-align: center;
}
#clients h3 span {
	font-weight: 600;
	color: #FFF;
	font-size: 1.1em;
}
#clients .testimonials {
}
#clients .testimony {
	padding-top: 50px;
	padding-bottom: 50px;
}
#clients .testimony .quot {
	font-size: 1.5em;
	text-align: center;
	color: #9cc2e4;
	font-style: italic;
	padding: 10px 100px;
}
#clients .testimony .customer {
	display: block;
	width: 30%;
	margin: 10px auto;
	padding: 0 0 0 120px;
	color: #f0f0f0;
	min-height: 100px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: left center;
}
#clients .testimony .customer .name {
	padding-top: 30px;
	font-size: 1.3em;
	margin: 0;
}
#clients .testimony .customer .address {
	font-size: 0.9em;
	color: #88c6fb;
}
#footer {
	background-color:#0E0E0E;
	min-height:600px;
}
#footer h3 {
	font-size: 1.3em;
	color: #999;
}
#footer p {
	font-size: 1.1em;
	color: #666;
	padding-top: 10px;
	line-height: 1.6em;
	text-align: justify;
}
#footer .input {
	display: flex;
	align-items: center;
	border-radius:30px;
	padding-top: 40px;
}
#footer .ui-button {
	height: 44px;
	border: none;
}
#footer #email {
	width: 75%;
	background: #fff;
	font-family: inherit;
	color: #737373;
	letter-spacing: 1px;
	text-indent: 5%;
	border-radius: 30px 0 0 30px;
	margin-top: 0px;
}
#footer #submit {
	width: 25%;
	height: 44px;
	background: #177ba8;
	font-family: inherit;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	border-radius: 0 30px 30px 0;
	cursor: pointer;
 transition: background .3s ease-in-out;
}
#footer #submit:hover {
	background:#1c93c9;
}
#footer input:focus {
	outline: none;
	box-shadow:none;
}
#footer .social {
	display: block;
	float: right;
	min-height: 32px;
	padding: 40px 0 20px 0;
}
#footer .social a {
	display: block;
	height: 32px;
	width: 32px;
	background-color: #0e0e0e;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#footer .social a:hover {
}
#footer .blog {
	padding-left:20px;
	padding-right:20px;
}
#footer .blog a {
	text-decoration: none;
	color: #3180c5;
}
#footer .blog a:hover {
	color: #F0F0F0;
}
.gallery {
	padding-top: 30px;
	padding-bottom: 50px;
}
.gallery div {
	margin-bottom: 30px;
}
