/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : ULaunch - Multi Purpose Products Landing Page
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. General css
02. Navigation area css
03. Slider area css
04. Facility area css
05. About us area css
06. Offers area css
07. Features area css
08. Products area css
09. Testimonial area css
10. Design Showcase area css
11. Contact us area css
12. Footer area css
13. Media Screens
-------------------------------------------------------------------------------------- */

/************************************/
/***** 	   01. General css		 ****/
/************************************/

body{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
}

body.on-side{
	margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: #0083c5;
	z-index: 9999;
}

.loader{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.loader img{
	margin-bottom: 30px;
}

.sk-three-bounce {
	width: 80px;
	margin: 0 auto;
	text-align: center;
}

.sk-three-bounce .sk-child {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
	animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-three-bounce {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.btn-custom{
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 30px;
	text-align: center;
	color: #ff2938;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 26px;
	transition: all 0.3s;
}

.btn-custom:hover{
	background: none;
	color: #fff;
}

.row.no-gutters{
	margin-right: 0;
	margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"]{
	padding-right: 0;
	padding-left: 0;
}

/************************************/
/***** 02. Navigation area css  *****/
/************************************/

.wrap-sticky{
	height: auto !important;
}

body.on-side .wrap-sticky nav.navbar.bootsnav.sticked{
	left: 0;
}

.navbar{
	margin-bottom: 0;
}

.navbar-header{
	min-width: 50%;
}

.navbar-brand{
	padding: 18px 15px;
	height: auto;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.navbar-brand img{
	transition: all 0.3s;
	height: 69px;
}

nav.navbar.bootsnav{
	background: #fff;
	border-radius: 0;
	border-bottom: 1px solid rgba(255,255,255,0);
	z-index: 101;
	padding: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}

.need-help{
	border-left: 1px solid #fff;
	float: left;
	padding-left: 20px;
	margin-top: 28px;
	margin-left: 20px;
	transition: all 0.3s;
}

.need-help p{
	font-size: 14px;
	color: #164a93;
	font-weight: 400;
	margin: 4px 0;
	transition: all 0.3s;
}

.navbar-nav li{
	padding: 30px 0;
	margin:0 2px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.nav li{
    position: relative;
}

.navbar-default .navbar-nav>li>a{
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.05em;
	padding: 8px 10px 4px; 
	position: relative;
	border: 1px solid transparent;
}

.attr-nav > ul > li > a{
	padding: 42px 15px 0;
	transition: all 0.3s ease-in-out;
}

.nav ul{
	display: none;
	padding: 0;
	min-width: 214px;
	list-style: none;
    position: absolute;
	top: 100%;
	left: 0;
	background: #16c9f6;
	background: linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
	background: -webkit-linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
	background: -moz-linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
	background: -o-linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
	margin-top: 0px;
}

.nav ul li{
	transition: all 0.4s;
	margin: 0;
}

.nav ul li:hover{
	background: rgba(255,255,255,0.14);
}

.nav ul li a:hover{
	color: #000;
}

.nav ul li a{
	border: none !important;
}

.nav .active a{
	background: none !important;
	color: #ffc600 !important;
	transition: all 0.3s;
}

.nav ul li a{
	display: block;
	color: #fff;
	padding: 12px 20px;
}

.nav .active ul li a{
	border: none !important;
}

.nav ul ul{
	left: 100%;
	top: 0;
	margin-top: -1px;
}

.nav ul li{
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-bottom: 1px solid rgba(255,255,255,0.12);
}

.nav ul li:last-child{
	border-bottom: none;
}

.wrap-sticky nav.navbar.bootsnav{
	position: fixed;
}

.wrap-sticky nav.navbar.bootsnav.sticked{
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-header .navbar-brand{
	padding-top: 12px;
}

.sticked .navbar-brand{
	padding: 12px 15px;
}

.sticked .need-help{
	margin-top: 13px;
}

.sticked .need-help p{
	font-size: 12px;
}

.sticked .attr-nav > ul > li > a{
	padding-top: 24px;
}

.sticked .navbar-brand img{
	height: 46px;
}

.sticky-header .navbar-nav>li{
	padding: 18px 0;
}

.sticky-header .navbar-brand h1{
	color: #fff;
}

.navbar-default .navbar-nav>li>a:hover{
	color: #000;
}

.navbar-default .navbar-nav>li>a:focus{
	color: #fff;
}

.sticky-header .navbar-nav>li>a{
	color: #fff;
}

.side{
	background: #164a93;
	padding: 0;
}

.side .close-side{
	position: absolute;
	top: 10px;
	right: 20px;
}

.side-logo{
	text-align: center;
	padding: 50px 30px;
}

.side .widget ul.link li a{
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	padding: 10px 30px;
	border-bottom: 1px dashed rgba(255,255,255,0.2);
}

.side .widget ul.link li a i{
	padding-right: 10px;
}

/************************************/
/*****   03. Slider area css    *****/
/************************************/

.banner{
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	text-align:center;
	margin-top: 106px;
}

.banner .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.banner .row{
	position: relative;
	z-index: 1;
}

.header-content h3{
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}

.header-content h2{
	color: #413f3f;
	font-size: 50px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.header-content p{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
}

.btn-shopnow{
	display: inline-block;
	background: #413f3f;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.25em;
	font-weight: 400;
	text-transform: uppercase;
	padding: 12px 20px;
	margin-top: 10px;
	transition: all 0.3s;
}

.btn-shopnow:hover{
	background: #000;
	color: #fff;
}

.overview{
	padding: 100px 0;
}

.overview-year{
	text-align: center;
}

.overview-year h3{
	color: #164a93;
	font-size: 80px;
}

.overview-year p{
	color: #373435;
	font-size: 14px;
	font-weight: 500;
}

.overview-info p{
	font-size: 14px;
	color: #999999;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

.overview-info p span{
	color: #15758c;
	font-weight: 500;
}

.mtop-40{
	margin-top: 40px;
}

.overview-single{
	position: relative;
}

.overview-single img{
	width: 100%;
}

.overview-single h4{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.04em;
	font-weight: 500;
	padding: 10px;
}

.why-us{
	padding: 100px 0 50px;
	background: #f4f4f4 url(../images/whyus-bg.jpg) no-repeat bottom center;
	background-size: cover;
}

.why-us-title h2{
	font-size: 36px;
	color: #5d5f61;
	font-weight: 300;
	line-height: 1.2em;
	margin-top: 50px;
}

.why-us-single{
	margin-bottom: 50px;
}

.whyus-header{
	position: relative;
	padding: 19px 0 19px 80px;
	margin-bottom: 30px;
}

.why-us-single .icon-box{
	color: #164a93;
	font-size: 40px;
	width: 66px; 
	height: 66px; 
	border: 2px solid #164a93;
	line-height: 66px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.why-us-single h3{
	font-size: 26px;
	color: #666564;
	font-weight: 500;
	margin: 0;
}

.why-us-single p{
	color: #5d5f61;
	font-weight: 400;
	line-height: 1.5em;
}

.section-title{
	margin-bottom: 80px;
	text-align: center;
}

.section-title h2{
	font-size: 40px;
	color: #373435;
	font-weight: 600;
}

.section-title h2 span {
    position: relative;
    z-index: 1;
}

.section-title h2 span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 13px;
    height: 6px;
    background: #0083c5;
    z-index: -1;
}

.section-title p{
	color: #9c9e9e;
	margin-top: 20px;
}

.our-products{
	padding: 100px 0;
}

.our-products .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.our-product-single{
	position: relative;
}

.our-product-single figure{
	overflow: hidden;
}

.our-product-single figure img{
	width: 100%;
	transition: all 0.3s ease-in-out;
}

.our-product-single .our-product-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 40px;
}

.our-product-overlay-inner{
	position: absolute;
	bottom: 50px;
	transition: all 0.3s ease-in-out;
}

.our-product-single:hover .our-product-overlay-inner{
	bottom: 50%;
	transform: translate(0,50%);
}

.our-product-single:hover figure img{
	transform: scale(1.2);
}

.our-product-overlay-inner p{
	font-size: 20px;
	color: #fff;
}

.our-product-overlay-inner h3{
	font-size: 30px;
	color: #fff;
}

.our-product-overlay-inner a{
	display: inline-block;
	background: #fff;
	padding: 8px 20px;
	font-size: 16px;
	font-weight: 500;
	color: #4f5259;
	margin-top: 6px;
	transition: all 0.3s ease-in-out;
}

.our-product-overlay-inner a:hover{
	background: #4f5259;
	color: #fff;
}

.product-orange .our-product-overlay{
	background: rgba(250,132,27,0.75);
}

.product-purple .our-product-overlay{
	background: rgba(108,55,140,0.75);
}

.product-blue .our-product-overlay{
	background: rgba(0,131,197,0.75);
}

.btn-all-product{
	padding-top: 80px;
	text-align: center;
}

.btn-all-product a{
	display: inline-block;
	padding: 12px 40px;
	background: #164a93;
	font-size: 20px;
	color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
}

.btn-all-product a:hover{
	background: #373435;
}

.contact-us-info{
	background: #164a93 url(../images/contact-bg.png) no-repeat right center;
	padding: 100px 0 180px;
}

.mission-entry p{
	font-size: 50px;
	color: #fff;
	font-weight: 300;
	line-height: 1em;
}

.mission-entry p b{
	font-weight: 600;
}

.contact-info-entry p{
	color: #fff;
	font-weight: 300;
	line-height: 1.6em;
}

.btn-contact-info{
	margin-top: 20px;
}

.btn-contact-info a{
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: 500;
	text-align: center;
	min-width: 170px;
	transition: all 0.3s;
}

.btn-contact-info a.btn-products{
	background: #fff;
	color: #164a93;
	margin-right: 10px;
}

.btn-contact-info a.btn-contactus{
	background: #fa841b;
	color: #000;
}

.btn-contact-info a:hover{
	background: #000;
	color: #fff;
}

.contact-form-box{
	background: #fff;
	padding: 100px 40px;
	box-shadow: 1px 2px 70px 0px rgba(0, 0, 0, 0.16); 
	margin-top: -80px;
}

.contact-form{
	max-width: 668px;
	margin: 0 auto;
}

.contact-form .form-control{
	box-shadow: none;
	border-radius: 0;
	font-size: 12px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border: 1px solid #c3c2c2;
	height: auto;
	padding: 12px 14px;
	resize: none;
}

.contact-form .btn-contact{
	display: block;
	width: 100%;
	background: #164a93;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	border: none;
	padding: 12px;
	letter-spacing: 0.12em;
	border-radius: 40px;
	transition: all 0.3s ease-in-out;
}

.contact-form .btn-contact:hover{
	background: #000;
}

.mega-footer{
	padding: 80px 0 15px;
}

.footer-single h3{
	font-size: 20px;
	color: #164a93;
	margin-bottom: 10px;
}

.footer-single p{
	font-size: 14px;
	color: #373435;
	font-weight: 500;
	line-height: 1.7em;
}

footer.footer{
	padding: 15px 0 60px;
}

.footer-site-info p{
	font-size: 15px;
	color: #6d696a;
	font-weight: 500;
	line-height: 1.7em;
}

.footer-site-info p a{
	font-weight: 600;
	color: #6d696a;
	transition: all 0.3s ease-in-out;
}

.footer-site-info p a:hover{
	color: #15758c;
}

.footer-social span{
	display: inline-block;
	font-size: 15px;
	color: #6d696a;
	font-weight: 500;
}

.footer-social{
	padding-top: 10px;
}

.footer-social a{
	display: inline-block;
	font-size: 16px;
	color: #6d696a;
	margin: 0 8px;
	transition: all 0.3s ease-in-out;
}

.footer-social a:hover{
	color: #164a93;
}

/* About us Page css starts */

.page-heading{
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	background: url(../images/header.jpg) no-repeat top center;
	background-size: cover;
	padding: 180px 0 80px;
}

.page-heading:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(22,74,147,0.54);
}

.page-heading h1,
.page-heading h2{
	display: inline-block;
	color: #fff;
	font-size: 50px;
	position: relative;
}

.page-heading h1:before,
.page-heading h2:before{
	content: '';
	display: block;
	width: 80px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: -100px;
	top: 50%;
}

.page-heading p{
	color: #fff;
	font-size: 18px;
}

.aboutus-overview{
	padding-bottom: 60px;
}

.about-service{
	padding: 0 0 60px;
}

.about-service-single{
	text-align: center;
	padding: 15px 40px;
}

.about-service-single .icon-box{
	display: inline-block;
	width: 80px;
	height: 80px;
	background: #164a93;
	color: #fff;
	font-size: 40px;
	border-radius: 50%;
	margin-bottom: 20px;
	line-height: 80px;
}

.about-service-single h3{
	font-size: 20px;
	font-weight: 500;
	color: #373435;
	margin-bottom: 20px;
}

.about-service-single p{
	font-size: 14px;
	color: #999999;
	line-height: 1.6em;
}

.why-choose-us-entry{
	padding-bottom: 100px;
}
	
.why-choose-us-entry h3{
	font-size: 22px;
	color: #373435;
	font-weight: 600;
	margin-bottom: 20px;
}

.why-choose-us-entry ul{
	padding: 0;
	margin: 0 0 0 20px;
}

.why-choose-us-entry ul li{
	color: #999999;
	font-weight: 500;
	padding: 4px 0;
}

.vision-mission-header{
	padding: 100px 0 200px;
	background: url(../images/vision-mission.jpg) no-repeat top center;
	background-size: cover;
}

.vision-mission-title{
	text-align: center;
}

.vision-mission-title h2{
	color: #fff;
	font-size: 30px;
	line-height: 1.5em;
}

.vision-mission{
	margin-top: -120px;
}

.vision-mission-single{
	padding: 30px;
	position: relative;
}

.vision-mission-heading{
	margin-bottom: 24px;
}

.vision-mission-heading i{
	width: 46px;
	height: 46px;
	background: rgba(255,255,255,0.5);
	text-align: center;
	font-size: 28px;
	line-height: 46px;
	position: absolute;
}

.vision-mission-heading h3{
	color: #fff;
	font-size: 20px;
	padding: 12px 0 12px 60px;
}

.vision-mission-single p{
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 300;
}

.vision-yellow{
	background: #e4cc60;
}

.vision-yellow i{
	color: #e4cc60;
}

.vision-black{
	background: #4f5259;
}

.vision-black i{
	color: #4f5259;
}

.vision-blue{
	background: #19bac2;
}

.vision-blue i{
	color: #19bac2;
}

/* About us Page css end */

/* Contact us Page css start */
.google-map{
}

.google-map .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.google-map-box iframe{
	width: 100%;
	min-height: 340px;
}

.contact-page-form{
	padding-top: 40px;
}

.contact-info-box{
	padding-bottom: 60px;
}

.contact-info-single{
	text-align: center;
	background: #f9f9f9;
	padding: 30px;
	min-height: 230px;
	margin-bottom: 30px;
}

.contact-info-single .icon-box{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #164a93;
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 20px;
}

.contact-info-single h3{
	color: #164a93;
	font-size: 16px;
}

.contact-info-single p{
	color: #373435;
	font-size: 13px;
	font-weight: 500;
}

/* Contact us Page css end */

.tablepress{
	border: 1px solid #e2e2e2 !important;
}

.tablepress thead th{
	background-color: #e2e2e2 !important;
	font-size: 14px;
	font-weight: 600 !important;
	padding: 14px 8px;	
}

.tablepress td{
	padding: 12px 8px !important;
}

/************************************/
/*****    13. Media Screens     *****/
/************************************/

@media only screen and (max-width: 1200px){
	
}

@media only screen and (max-width: 991px){
	nav.navbar.bootsnav .navbar-header{
		padding-left: 0;
		padding-right: 0;
	}
	
	header nav.navbar.bootsnav .navbar-brand{
		float: left !important;
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	
	.why-us-title{
		text-align: center;
		margin-bottom: 40px;
	}
	
	.why-us-title h2{
		font-size: 26px;
	}
	
	.why-us-single h3{
		font-size: 22px;
	}
	
	.our-product-overlay-inner h3{
		font-size: 20px;
	}
	
	.our-product-overlay-inner p{
		font-size: 14px;
	}
	
	.our-product-overlay-inner a{
		font-size: 14px;
		padding: 6px 14px;
	}
	
	.mission-entry{
		margin-bottom: 30px;
	}
	
	.mission-entry p{
		font-size: 36px;
		line-height: 1.2em;
	}
	
	.footer-social{
		padding-top: 0;
		line-height: 1.7em;
	}

	.footer-social span{
		display: block;
	}
	
	.footer-social a{
		margin: 0 14px 0 0;
	}
	
	.about-service-single{
		padding: 15px 0;
	}

}

/* Mobile Layout */
@media only screen and (max-width: 767px){
	header nav.navbar.bootsnav .navbar-brand{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.overview,
	.why-us{
		padding: 60px 0 30px;
	}
	
	.our-products{
		padding: 60px 0;
	}
	
	.need-help{
		display: none;
	}
	
	.mega-footer{
		padding-bottom: 0;
	}
	
	footer.footer{
		padding: 0 0 30px;
	}
	
	.section-title{
		margin-bottom: 60px;
	}
	
	.section-title h2{
		font-size: 26px;
	}

	.section-title h2 span:before{
		bottom: 8px;
		height: 4px;
	}
	
	.overview-year{
		margin-bottom: 30px;
	}
	
	.overview-info{
		margin-bottom: 30px;
	}
	
	.overview-single{
		margin-bottom: 30px;
	}
	
	.btn-all-product{
		padding-top: 60px;
	}
	
	.contact-us-info{
		padding: 60px 0 140px;
	}
	
	.contact-form-box{
		padding: 60px 20px;
	}
	
	.contact-page-form{
		padding-top: 20px;
	}
	
	.contact-info-box{
		padding-bottom: 40px;
	}
	
	.section-title p{
		font-size: 14px;
	}
	
	.footer-logo{
		margin-bottom: 30px;
	}
	
	.footer-single{
		margin-bottom: 30px;
	}
	
	.wrap-sticky nav.navbar.bootsnav{
		background: #fff;
    	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	}
	
	.banner{
		padding-top: 70px;
	}
	
	.navbar-brand img{
		height: 46px;
	}
		
	.navbar-brand{
		padding: 12px 15px;
	}
	
	.attr-nav > ul > li > a{
		padding-top: 24px;
	}
	
	.page-heading{
		padding: 140px 0 60px;
	}
	
	.page-heading h1,
	.page-heading h2{
		font-size: 26px;
	}
	
	.page-heading h1:before,
	.page-heading h2:before{
		display: none;
	}
	
	.vision-mission-header{
		padding: 60px 0 160px;
	}
	
	.vision-mission-title h2{
		font-size: 26px;
	}
	
	.vision-mission-single{
		margin-bottom: 30px;
	}
	
	.br-none-mobile br{
		display: none;
	}

}

/* Small Mobile Layout */

@media only screen and (max-width: 480px) {
	
	.overview-single h4{
		font-size: 16px;
	}
	
	.our-product-single .our-product-overlay{
		padding: 30px;
	}
	
	.our-product-overlay-inner{
		bottom: 30px
	}
	
	.mission-entry p{
		font-size: 26px;
		line-height: 1.2em;
	}
	
	.btn-contact-info a{
		min-width: auto;
		font-size: 14px;
		padding: 8px 10px;
	}
	
}

/* ----------------------------- */

.listing { color:#999999; }
.listing li { list-style-type:none !important; }
.listing li:before { content: "\2605 "; }
.dataTables_length , .dataTables_filter, .dataTables_info, #tablepress-1_paginate { display:none; }

.contact-bar a{
	color: #fff;
	border-bottom: 1px solid #fff;
}


.whatsapp-icon {
    width: 40px;
    height: 40px;
    background: #1ebea5;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    position: fixed;
    bottom: 26px;
    right: 100px;
}

.whatsapp-icon a{
	color: inherit;
}