body {
    font-size: 17px;
    line-height: 1.6;
    font-family: 'Muli', sans-serif;
    color: #656b6F;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility;
    font-weight: 300;
	margin: 0px;
	position:relative;
}
.clear{
	clear:both;
}
a{
	text-decoration:none;
}
div,p,ul,h1,h2,h3,h4{
	margin:0px;
	padding:0px;
}
.clear{clear:both;}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
        padding-top: 0px;
        padding-left: 0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
.products {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-products.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.section-products {
    position: relative;
	height: 2150px;
}
.product-box{
	padding: 30px 20px 30px 20px;
	display:inline-block;
	margin-right:5px;
	width: 382px;
	background:#fff;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom:10px;
	line-height: 1.6em;
	height: 650px;
	vertical-align: top;
}
.product-box h4{
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-align:center;
}
.product-box p{
	margin-bottom:10px;
}
.section-products .product-box:nth-child(3n) {
    margin-right: 0px;
}
.blue_web_bg {
    padding: 50px 0;
    background-image: url(../images/blue_web_bg.jpg);
    width: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.quote-form-box{
	padding: 33px 50px;
	height: 570px;
	background:#fff;
	overflow:hidden;
}
.remain-inline{
	display:inline-block;
	vertical-align:top;
}
#QuoteForm p{
	margin-bottom:10px;
	color: #323232;
}
.quote-row{
	margin-bottom:10px;
}
#QuoteForm select{
	height: 33px;
	line-height: 34px;
	border: 1px solid rgba(50,50,50,.1);
	moz-appearance: none;
	appearance: none;
	background-color: #fff;
	color: rgba(50,50,50,.6);
	border-radius: 0;
	cursor: pointer;
	width: 100%;
	padding-left: 17px;
}
#QuoteForm input[type="text"]{
	padding: 0 35px 0 16px;
	width: 100%;
	height: 33px;
	line-height: 34px;
	vertical-align: middle;
	color: #323232;
	border: 1px solid rgba(50,50,50,.1);
	-moz-appearance: none;
	-webkit-appearance: none;
}
#QuoteForm input[type="submit"]{
	background: #189D0E;
	color:#fff;
	font-weight: bold;
	padding: 10 20px 10 20px;
	width: 100%;
	border:0px;
	opacity:0.5;
	cursor:pointer;
}
a.link:hover{
	text-decoration:underline;
}
a.privacy{
	color: #323232;
}
#QuoteForm TextArea{
	color: #323232;
	padding: 10px 35px 0 16px;
	border: 1px solid rgba(50,50,50,.1);
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	resize: none;
}
.spinner {
	margin: 20px;
	height: 30px;
	width: 30px;
	animation: rotate 0.8s infinite linear;
	border: 8px solid #fff;
	border-right-color: transparent;
    border-radius: 50%;
	margin-left:auto;
	margin-right:auto;
}
@keyframes rotate {
	0%{ transform: rotate(0deg); }
    100%  { transform: rotate(360deg); }
}
#animation{
	display:none;
}
.information, .success, .warning,.validation,.error {
	border: 1px solid;
	margin: 10px 0px;
	padding: 5px 10px 5px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.information, .success, .warning,.validation,.error p{
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:left;
}
.information {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../images/success.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/warning.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
}
.brief-intro p{
	margin-bottom:20px;
}
.whatsapp-contact-us{
	background: #189D0E;
	font-weight: bold;
	padding:10px;
	position:absolute;
	bottom: 10px;
	right: 20px;
	left: 20px;
}
.whatsapp-contact-us a{
	color:#fff;
}
.whatsapp-contact-us i{
	font-size:27px;
}
.remain-inline.enquiry{
	padding-left:20px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.inline-block{
	display:inline-block;
	vertical-align:top;
}
.header{
    padding: 10px 20px 10px 20px;
    position: fixed;
    left:0px;
	top: 0px;
    background: #ffffff;
    z-index: 101;
    width: 100%;
    max-width: 1920px;
    -webkit-box-shadow: 0px 1px 8px #cccccc;
    -moz-box-shadow: 0px 1px 8px #cccccc;
    box-shadow: 0px 1px 8px #cccccc;
}
.header .logo img{
	width:100px;
}
.header .nav{
	float:right;
	padding: 15px 20px 0px 0px;
}
/* Menu */
.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.nav .navbar-nav > li, .nav .utils > ul > li {
    display: inline-block;
    position: relative;
    height: auto;
}
.nav .navbar-nav > li a.current{
	color:#27A8E0;
	font-weight:bold;
}
.nav .dropdown:hover .drop-down-menu,.nav .drop-down:hover .drop-down-menu{
		display:block
}
.navbar-nav > li.dropdown > a {
    padding: 13px 0 13px 32px;
}
.nav .drop-down-menu {
    display: none;
    position: absolute;
    z-index: 9999;
	left: -33px;
    min-width: 160px;
    margin: 2px 0 0;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #fff;
    font-size: 14px;
    text-align: left;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    list-style: none;
}
.nav .drop-down-menu {
    font-size: 14px;
    text-align: left;
    list-style: none;
}
.nav .drop-down-menu > li > a {
    display: block;
    padding: 3px 24px;
    color: #252536;
}
.nav .drop-down-menu > li > a:hover{
	background: #27A8E0;
	color:#FFF;
}
.nav .drop-down-menu::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -5px;
	left: 100px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}
.nav .drop-down-menu::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -7px;
	left: 101px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0,0,0,0.2);
}
.nav .navbar-nav .dropdown > a {
    font-family: 'proximanova-extrabold';
    letter-spacing: 1.5px;
}
.nav .navbar-nav > li > a, .nav .utils > ul > li > a {
    color: #252536;
    text-transform: uppercase;
	padding: 0px 20px 0px 20px;
}
.push{
	height:81px;
}
.banner_heading {
    font-size: 40px;
    margin: 0;
    margin-bottom: 0px;
	margin-top:50px;
    padding: 0;
    line-height: 1.3;
    font-family: 'LatoWebLight';
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #3c3d41;
    color: #000000;
    position: relative;
    margin-bottom: 30px;
	text-align: center;
}
.center{
	text-align:center;
}
.uppercase{
	text-transform:uppercase;
}
.container {
    width: 1170px;
	margin-left:auto;
	margin-right:auto;
}
.centered-text{
	margin-left: 160px;
	margin-right: 160px;
	margin-bottom:20px;
}
.services-box{
	padding:40px 20px 40px 20px;
	text-align:center;
	color:#000;
	height:240px;
	width:279px;
	display:inline-block;
	margin-right:12px;
	text-transform:uppercase;
	margin-bottom:10px;
	background: #27A8E0;
	color: #FFFFFF;
}
.services-box i{
	font-size:50px;
	margin-bottom:10px;
}
.services-box:nth-child(4n){
	margin-right:0px;
}
.services-box .chevron-down{
	margin-top:20px;
}
.services-box .chevron-down i{
	font-size:25px;
}
.services-box.color1:hover{
	background:#27A8E0;
	color:#FFF;
}
.services-box.color2:hover{
	background:#ffd500;
	color:#FFF;
}
.services-box.color3:hover{
	background:#5fe0b5;
	color:#FFF;
}
.services-box.color4:hover{
	background:#ff6d6b;
	color:#FFF;
}
.services-box.color5:hover{
	background:#7259d4;
	color:#FFF;
}
.services-box.color6:hover{
	background:#DA6A90;
	color:#FFF;
}
.services-box.color7:hover{
	background:#c4302b;
	color:#FFF;
}
.col1{
	background:#27A8E0;
	color:#FFF;
}
.col2{
	background:#ffd500;
	color:#FFF;
}
.col3{
	background:#5fe0b5;
	color:#FFF;
}
.col4{
	background:#ff6d6b;
	color:#FFF;
}
.col5{
	background:#7259d4;
	color:#FFF;
}
.col6{
	background:#DA6A90;
	color:#FFF;
}
.col7{
	background:#c4302b;
	color:#FFF;
}
.client{
	display:inline-block;
	vertical-align:top;
	margin-right:5px;
	text-align:center;
	padding:10px;
	font-size: 15px;
	color:#000;
}
.client .logo{
	padding:5px;
	background:#FFFFFF;
	width:110px;
	height:70px;
}
.client:hover{
	background:#27A8E0;
	color:#FFF;
}
.client:nth-child(8n){
	margin-right:0px;
}
.client .txt{
	margin-top:5px;
	height: 70px;
}
.client .chevron-box{
	height:25px;
}
.client .chevron-down{
	font-size:25px;
	display:none;
}
.client:hover .chevron-down{
	display:block;
}
.cl{
	display:inline-block;
	width:280px;
	vertical-align:top;
	margin-right:10px;
	margin-bottom:10px;
	background:#27A8E0;
	color:#FFFFFF;
}
.cl .img img{
	width:100%;
}
.cl:hover{
	background:#7259d4;;
	color:#FFF;
}
.clients .cl:nth-child(4n){
	margin-right:0px;
}
.cl a{
	color:#FFFFFF;
}
.cl .name{
	padding:10px;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
}
.cl .desc{
	padding:10px;
	height: 100px;
}
.app{
	display:inline-block;
	width:280px;
	vertical-align:top;
	margin-right:10px;
	margin-bottom:10px;
	background:#27A8E0;
	color:#FFFFFF;
}
.app .img img{
	width:100%;
}
.apps .app:nth-child(4n){
	margin-right:0px;
}
.app .name{
	padding:10px;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
}
.app .desc{
	padding:10px;
	height: 180px;
}
.download{
	padding:10px;
}
.download-apple{
	float:left;
}
.download-playstore{
	float:right;
}
.line{
	width:250px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid #FFFFFF;
	margin-top: -5px;
}
.product{
	display:inline-block;
	vertical-align:top;
	width:153px;
	padding: 20px 15px 20px 15px;
	text-align:center;
	margin-right:10px;
}
.product:nth-child(7n){
	margin-right:0px;
}	
.product i{
	font-size:30px;
	margin-bottom:10px;
}
h1,h2,h3,h4{
	font-family: 'LatoWebLight';
}
h4{
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .1em;
    margin-bottom: 1.5rem;
}
.heading{
    color: #455963;
}
h1.heading{
    font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
	margin-bottom: 2.5rem;
	font-size: 50px;
}
h3{
    font-size: 2.4rem;
    font-family: Roboto Slab,serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: .01em;
    margin-bottom: 2.5rem;
}
.social{
	font-size:25px;
	font-weight:bold;
}
.social a{
	color:#27A8E0;
}
.social-icons{
	position:fixed;
	right:0px;
	top:150px;
	font-size: 30px;
	color: #FFFFFF;
	z-index:1;
}
.social-icons .box{
	text-align:center;
	padding:5px;
}
.social-icons .box a{
	display:block;
	color:#FFFFFF;
}
.social-icons .box.login{
	background:#27A8E0;
}
.social-icons .box.fb{
	background:#4267b2;
}
.social-icons .box.kuulchat{
	background:#27A8E0;
	padding: 10px 0px 10px;
}
.social-icons .box.twitter{
	background:#1DA1F2;
}
.social-icons .box.skype{
	background:#27A8E0;
}
.social-icons .box.whatsapp{
	background:#189D0E;
}
.social-icons .box.youtube{
	background:#c4302b;
}
.footer{
	background:#27A8E0;
	color:#FFFFFF;
	padding:50px 0px 50px 0px;
}
.footer a{
	color:#FFFFFF;
}
#mobile{
	display:none;
}
#desktop{
	display:block;
}
.bottom-line{
	border-bottom: 1px solid #F8F8F8;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bold{
	font-weight:bold;
}
@media only screen and (max-width: 640px) {
	.product-box{
		width:100% ! important;
		margin-right:0px ! important;
		height:auto ! important;
	}
	.products {
		position: relative ! important;
		height:auto ! important;
		padding:20px 0px 20px 0px;
	}
	.section-products {
		height: auto ! important;
	}
	#mobile{
		display:block ! important;
	}
	#desktop{
		display:none ! important;
	}
	.mob-bold{
		font-weight:bold;
	}
	.wrapper{
		padding:10px;
	}
	.banner_heading {
		font-size: 8px ! important;
		margin-top:20px ! important;
	}
	.mobile-header{
		position:fixed;
		height:60px;
		background:#FFFFFF;
		width: 100%;
		z-index: 2;
		font-size:22px;
		padding-top:10px;
	}
	.mobile-push{
		height:60px;
	}
	.mobile-menu{
		position:absolute;
		top:0;
		right:100;
		bottom:0;
		left:0;
		background: #27A8E0;
		color: #FFFFFF;
		z-index: 1031;
		padding:10px;
		font-size:20px;
	}
	.mobile-menu a{
		color:#FFFFFF;
	}
	.mobile-menu ul li ul.submenu{
		margin-left:20px;
	}
	.mobile-menu ul{
		padding: 30px;
		list-style:none;
		font-weight:bold;
	}
	.mobile-menu ul li{
		padding: 5px 0px 5px 0px;
	}
	.mobile-menu ul li ul{
		padding:10px;
		list-style:circle;
	}
	.mobile-menu-close{
		float:right;
		padding-right: 10px;
		font-size: 35px;
		cursor:pointer;
	}
	.mobile-menu-content{
		position:fixed;
	}
	.container {
		width: 100% ! important;
	}
	.centered-text {
		margin-left: 0px ! important;
		margin-right: 0px ! important;
	}
	h1.heading {
		font-size:18px ! important;
	}
	h4 {
		font-size: 1.2rem ! important;
	}
	.centered-text{
		text-align:left ! important;
	}
	.services-box {
		height: auto ! important;
		width: 100% ! important;
		display: block ! important;
		margin-right: 0px ! important;
		font-size: 30px;
	}
	.services-box i {
		font-size: 150px ! important;
	}
	.chevron-down i{
		font-size:70px ! important;
	}
	.client {
		display: block ! important;
		margin-right: 0px ! important;
		width: 100% ! important;
	}
	.client .logo {
		width: 100% ! important;
		height: auto ! important;
	}
	.client .logo img{
		width: 50% ! important;
		height: auto ! important;
	}
	.client .txt {
		height: auto ! important;
		font-size:20px;
	}
	.client .chevron-box {
		height: auto ! important;
	}
	.client .chevron-box i{
		font-size:50px ! important;
	}
	.cl,.app{
		display:block ! important;
		width:100% ! important;
		margin-right:0px ! important;
	}
	.app .desc{
		height:auto ! important;
	}
	.product {
		display: block ! important;
		width: 100% ! important;
		margin-right: 0px ! important;
		margin-bottom:10px;
	}
	.inline-block{
		display:block ! important;
		width:100% ! important;
	}
	.footer .inline-block{
		margin-bottom:20px;
	}
	.courses{
		font-size:10px;
	}
	.whatsapp-contact-us {
		position: inherit ! important;
		bottom: 0px ! important;
		right: 0px ! important;
		left: 0px ! important;
		margin-top: 20px;
	}
}