page@charset "utf-8";
/* CSS Document */
/*
	font-family: 'Lato', sans-serif;
	font-family: 'Roboto', sans-serif;
*/
body{
	font-family: 'Roboto', sans-serif;
}
* img{max-width:100%;}
.m-t-10{margin-top:10px;}
.m-t-20{margin-top:20px;}
.m-t-30{margin-top:30px;}
.m-t-40{margin-top:40px;}
.m-t-50{margin-top:50px;}
.page-header{
	margin:0px auto 10px;
	padding:0px;
	border-bottom:none;
	position:sticky;
	top:0px;
	z-index:1030;
	background:#fff;
	/*box-shadow:0px 0px 6px 0px #e7e7e7;*/
}
.logo{
	margin:5px 0px
}
.header-top{
	height:40px;
	width:100%;
	position:absolute;
	top:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+63,000000+63,000000+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg-top-red{
	display:inline-block;
	min-height:40px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+10,e54e2a+10,e54e2a+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(229,78,42,1) 10%, rgba(229,78,42,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(229,78,42,1) 10%,rgba(229,78,42,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 10%,rgba(229,78,42,1) 10%,rgba(229,78,42,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e54e2a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.top-contact, .top-contact a{
	text-align:right;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	float:right;
	font-size:16px;
}
.top-contact a{
	margin-left:20px;
	padding:6px 0px 6px 30px;
}
.top-follower{
	background:#000;
	text-align:right;
}
.top-follower span{
	color:#fff;
	padding:6px 20px 6px 0px;
	font-size:16px;
}
.top-follower > a > img{
	display:inline-block;
	margin:3px 2px;
	height:32px;
	width:32px;
}
.navbar-default{
	background:none;
	margin-bottom:0px;
	border-radius:0px;
	border:none;
	margin-top:5px;
}
.navbar-nav{
	float:right;
}
.navbar-default .navbar-nav > li > a{
	text-transform:uppercase;
	color:#000;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
.h-ser-box{
	border:1px solid #e9e7e7;
	position:relative;
	padding-bottom:35px;
	box-shadow:0px 0px 2px 0px #e9e7e7;
	min-height:331px;
}
.h-ser-box p{
	font-size:14px;
	line-height:22px;
	padding:15px 20px 0px;
}
.heading{
	color:#fff;
	font-size:16px;
	padding:3px 100px 3px 40px;
	position:absolute;
	width:100%;
	left:0px;
	bottom:0px;
	right:0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+9,e54e2a+9,e54e2a+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 9%, rgba(229,78,42,1) 9%, rgba(229,78,42,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 9%,rgba(229,78,42,1) 9%,rgba(229,78,42,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 9%,rgba(229,78,42,1) 9%,rgba(229,78,42,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e54e2a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.read-more{
	position:absolute;
	z-index:1;
	padding:3px 15px;
	right:0;
	bottom:0px;
	font-size:16px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#373737+0,373737+14,000000+14,000000+100 */
background: rgb(55,55,55); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(55,55,55,1) 0%, rgba(55,55,55,1) 14%, rgba(0,0,0,1) 14%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(55,55,55,1) 0%,rgba(55,55,55,1) 14%,rgba(0,0,0,1) 14%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(55,55,55,1) 0%,rgba(55,55,55,1) 14%,rgba(0,0,0,1) 14%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.read-more a{
	color:#ccc;
}
.main-slider > .carousel-inner > .item > .carousel-caption {
    left: 3%;
    padding-bottom: 30px;
    right: auto;
    text-align: left;
    top: 8%;
    width: 40%;
}
.carousel-indicators{
	top:56%;
	left:9%;
}
.main-slider .carousel-indicators li{
	/*background-color:rgba(229,78,42,1);*/
	border:none;
	border-radius:0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f85032+0,f16f5c+50,f6290c+51,f02f17+71,e73827+100;Red+Gloss+%231 */
background: rgb(248,80,50); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.main-slider .carousel-indicators .active{
	height:10px;
	width:10px;
	margin:1px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aebcbf+0,6e7774+50,0a0e0a+51,0a0809+100;Black+Gloss */
background: rgb(174,188,191); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(174,188,191,1) 0%, rgba(110,119,116,1) 50%, rgba(10,14,10,1) 51%, rgba(10,8,9,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.clients-slider{
	width:100%;
	padding:20px 0px 0px;
	position:absolute;
	bottom:0px;
	right:0px;
	left:-15px;
	
	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 6%, rgba(0,0,0,0) 21%, rgba(0,0,0,1) 21%); 
	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 6%,rgba(0,0,0,0) 21%,rgba(0,0,0,1) 21%); 
	background: linear-gradient(135deg,  rgba(0,0,0,0) 6%,rgba(0,0,0,0) 21%,rgba(0,0,0,1) 21%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );

}
.clients-slider .clients-slider-img img{
	max-height:100px;
}
.bg-about{
	background:#fff;
	border:none;
	box-shadow:0px 1px 6px 0px #e7e7e7;
	height:430px;
	overflow:hidden;
}

@media (max-width:767px) {
	.top-follower > a > img{
		margin: 5px 0px 0px 0px;
	}
	.bg-top-red{
		background:rgba(229,78,42,1);
	}
	.top-contact, .top-contact a{
		padding:3px 0px;
	}
	.top-follower{
		display:inline-block;
		width:100%;
		margin-top:-6px;
	}
	.navbar-nav{
		float:none;
	}
	.clients-slider{
		position:relative;
		left: 0px;
		padding-bottom:20px;
		width: 100%;
	}
	
	.main-slider{
		margin-top:20px;
	}
	.main-slider > .carousel-inner > .item > .carousel-caption {
		right: 1%;
		bottom: 0px;
		left: 1%;
		padding-top: 20px;
		padding-bottom: 0px;
		text-align:center;
		width:97%;
		top:auto;
	}
	.carousel-indicators {
		top: 5%;
		left: 14%;
	}
}

.itemheight
{
	height:320px;
}

.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #E54E2A;
	color: #FFF;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 15px;
	bottom: 15px;
	padding-top: 2px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #000;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

/* Testimonial css */
/* Testimonials */
.testimonials-warp{
	padding-top:100px;
	padding-bottom:100px;
}
.testimonials-warp h1{ 
	color: #222; 
	font-family: 'Lato', sans-serif; 
	font-size: 54px; 
	font-weight: 300; 
	line-height: 58px;
	margin: 0 0 58px;
	text-align:center;
}
.testimonials{
	padding:0px 0px; 
}
.testimonials blockquote {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
	margin-bottom:5px;
}
.testimonials blockquote::before {
    width: 0; 
    height: 0;
	right: 0;
	bottom: 0;
	content: " "; 
	display: block; 
	position: absolute;
    border-bottom: 20px solid #fff;    
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}
.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #e63f0c transparent transparent transparent;
}
.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}
.testimonials .carousel-info {
    overflow: hidden;
}
.testimonials .carousel-info img {
    margin-right: 15px;
}
.testimonials .carousel-info span {
    display:inline-block;
}
.testimonials span.testimonials-name {
    color: #e6400c;
    font-size: 16px;
    font-weight: 300;
    margin: 0px 0 27px 15px;
	display:inline-block;
	
}
.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
}
/*footer css */
footer{
	background:#000000;
	padding:50px 0px;
}
footer .title{
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:24px;
	margin-bottom:25px;
}
footer ul {
	padding:0;
}
footer ul li {
	line-height:28px;
	list-style:none;
}
footer ul li a {
	color:#8b8b8b;
	font-weight:300;
}
footer ul li a:hover {
	color:#fd4326;
	text-decoration:none;
}
footer ul li a:before {
	content:"\f105";
	font-family:'FontAwesome';
	color:#fd4326;
	font-size:15px;
	font-weight:bold;
	margin-right:10px;
}
.widget-contact ul {
    font-weight: 400;
    list-style: outside none none;
    margin-bottom: 0;
}
.widget-contact ul li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
	line-height:20px;
	color:#8b8b8b;
}
.widget-contact ul li a:before{
	content:normal;
}
.widget-contact ul li i {
    color: #E54E2A;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 5px;
}
.ts-copy-right {
	background:#212121;
}
.ts-copy-right p {
	margin:14px 0 14px 0;
	font-size:12px;
	color:#4f4f4f;
}
.ts-menu-footer nav {
    text-align: right;
}
.ts-menu-footer nav ul{
	margin-bottom:0px;
}
.ts-menu-footer ul li {
    border-left: 1px solid #323437;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    list-style: outside none none;
    padding: 0 13px;
}
.ts-menu-footer ul li:last-child {
    border-right: 1px solid #323437;
}
.ts-menu-footer ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}
.ts-menu-footer ul li a:hover {
    color: #fd4326;
    text-decoration: none;
}
/** Page Css **/
.page-heading{
	background:url(../img/pattern.png) 0 0 repeat;
	padding:15px 0px;
}
.page-heading .page-title{
	color:#fff;
	margin:0px;
	padding:0px;
}
.page-heading .page-nav{
	color:#e7e7e7;
}
.page-heading .page-nav strong{
	color:#E54E2A;
	font-weight:500;
}
.page-heading .page-nav span{
	color:#FD1A45;
}
.page-heading .page-nav a{
	color:#e7e7e7;
}
.page-heading .contact a{
	font-size:16px;
	color:#fff;
	text-decoration:none;	
}
.page-heading .contact a:hover{
	text-decoration:none;
}
.page{
	padding:50px 0px;
}
 .addbox
{
	padding:5px 10px;
	min-height:325px;
	}
	
.skypeicon
{
	display:inline-block;
	padding-left:3px;
	height: 21px;
    width: 25px;
    margin-left: -3px;
}	
	.addbox h3
	{
		font-size: 20px;
		font-weight:600;
		letter-spacing:1px;
		font-family:"Times New Roman", Times, serif;
		color: #C33;
		text-align: center;

		}
		.addbox h4
	{
		font-size: 15px;
		font-weight:600;
		letter-spacing:1px;
		font-family:Verdana, Geneva, sans-serif;
		color:#236;
		text-align: left;

		}
		.addbox a
	{
		font-size: 23px;
		color:#c00;
		text-align:left;
		line-height:20px;
				
		}
		.addbox p
	{
		font-size: 14px;
		letter-spacing:1px;
		color: #333;
		text-align:left;
		line-height:20px;
		padding-left:18px;
		margin-top:-24px;
		margin-left:8px;
				
		}
		
.mian-line{
	font-size:16px;
	font-weight:500;
}
.mian-line strong{
	color:#E54E2A;
	font-weight:500;
}
.page p strong{
	font-size:16px;
	font-weight:500;
	color:#E54E2A;
}
.page ul {
  	list-style: none;
	padding-left:20px;
}
.page li {
  	padding-left: 1.3em;
	margin-bottom:15px;
}
.page li:before {
  	content: "\f00c"; /* FontAwesome Unicode */
  	font-family: FontAwesome;
  	display: inline-block;
	color:#fd4326;
  	margin-left: -2em; /* same as padding-left set on li */
  	width: 2em; /* same as padding-left set on li */
}
.box{
	padding:20px 0px;
	border-bottom:5px solid #E54E2A;
	min-height:150px;
	margin-bottom:25px;
}
.contact-us{
	background:#E54E2A;
	padding:0px 0px 50px 0px;
	position:relative;
	color:#fff;
}
.contact-us:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -100px;
    width: 0;
    height: 0;
    border-top: solid 100px #E54E2A;
    border-left: solid 100px transparent;
    border-right: solid 100px transparent;
}
.contact-us .form-group{
	margin-bottom:5px;
}
.contact-us label{
	margin-bottom:0px;
}
.contact-us .quote{
	position:absolute;
}
#fade-quote-carousel{	
	padding-left:60px;
	float:left;
	min-height:250px;
}
#fade-quote-carousel blockquote {
    text-align:left;
    border: none;
}
#fade-quote-carousel .name {
	color:#fff;
	font-size:14px;
	font-weight:500;
}
#fade-quote-carousel .name  span{
	color:#000;
	margin-left:10px;
}
/** Technologies **/
.technologies{
	margin-top:30px;
}
.technologies .carousel.carousel-fade .item {
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	opacity:0;
}
.technologies .heding{
	font-size:18px;
	border-bottom:3px solid rgba(229,78,42,1);
	-webkit-box-shadow: 0 8px 6px -6px #999999;
     -moz-box-shadow: 0 8px 6px -6px #999999;
          box-shadow: 0 8px 6px -6px #999999;
}
.technologies .heding h1{
	font-size:18px;
	color:#fff;
	background:rgba(229,78,42,1);
	display:inline-block;
	padding:10px 30px;
	margin:0px;
}
.technologies .carousel.carousel-fade .active.item {
	opacity:1;
}
.carousel.carousel-fade .active.left,
.technologies .carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}
.technologies .carousel.carousel-fade .next,
.technologies .carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}
.technologies .carousel.carousel-fade .carousel-control {
	z-index: 3;
	width:15px;
	opacity:1;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#373737+0,373737+14,000000+14,000000+100 */
background: rgb(55,55,55); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(55,55,55,1) 0%, rgba(55,55,55,1) 14%, rgba(0,0,0,1) 14%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(55,55,55,1) 0%,rgba(55,55,55,1) 14%,rgba(0,0,0,1) 14%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(55,55,55,1) 0%,rgba(55,55,55,1) 14%,rgba(0,0,0,1) 14%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.sticky li:first-child a p {
    background: #5d82d1 none repeat scroll 0 0 !important;
}
.sticky li:nth-child(2) a p {
    background: #40bff5 none repeat scroll 0 0 !important;
}
.sticky li:nth-child(3) a p {
    background: #35c6ea none repeat scroll 0 0 !important;
}
.sticky li:nth-child(4) a p {
    background: #e13138 none repeat scroll 0 0 !important;
}
    .sticky li a img {
    float: left;
    margin: 5px 10px 5px 5px;
}
.sticky li a img {
    float: left;
    margin: 0 5px !important;
}
       .sticky-container {
  /*background-color: #333;*/
    padding: 0px;
  margin: 0px;
  position: fixed;
  right: -129px;
  top:130px;
  width: 200px;
  z-index: 9999;
}
.sticky li {
  list-style-type: none;
 //background-color: #333;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition:all 0.25s ease-in-out;
  -moz-transition:all 0.25s ease-in-out;
  -o-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
  cursor: pointer;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.sticky li:hover {
  margin-left: -115px;  
  /*-webkit-transform: translateX(-115px);
    -moz-transform: translateX(-115px);
    -o-transform: translateX(-115px);
    -ms-transform: translateX(-115px);
    transform:translateX(-115px);*/
    /*background-color: #8e44ad;*/
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    text-decoration: none;
  -webkit-filter: grayscale(0%);
}
.sticky li a img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
  text-decoration: none;
}
.sticky li a p {
    color: #ecf0f1;
    font-family: "Lato";
    line-height: 43px;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    text-transform: uppercase;
}
.sticky li a p {
    font-family: "Roboto",sans-serif !important;
    line-height: 32px !important;
    margin-left: 35px !important;
    text-indent: 5px;
    text-transform: capitalize !important;
}
.sticky li a
{
	text-decoration: none;
}