.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1 !important;
  /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
	visibility: hidden;
    /* width: 120px; */
    /* background-color: black; */
    color: #fff;
    text-align: center;
    border-radius: 6px;
    margin-top: 41px;
    position: absolute;
    z-index: 1;
    font-size: 10px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
	.sticky {
		position: -webkit-sticky;
		position: fixed;
		bottom: 0%;
		padding: 0px;
		font-size: 25px;
		width: 100%;
		background: rgba(26, 31, 95, 0.69);
	}
	.sticky .heading{
		padding: 3px 10px;
		padding-bottom: 6px;
	}
	.sticky h2{
		color:#fff;
		margin-top:0px;
		margin-bottom:0px;
		font-size: 23px;
	}
	.logo img{
		background: rgba(26, 31, 95, 0.39);
	}
	.blink_me {
		animation: blinker 1s linear infinite;
	}

	@keyframes blinker {

  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
	}
	.whatsapp{
		background: #fff !important;
		 color:#00E676 !important;
	}
	.facebook{
		background: #fff !important;
		 color:#1877F2 !important;
	}
	.telegram{
		background: #fff !important;
		 color:#3390EC !important;
	}
	.instagram{
		background: #fff !important;
		 color:#CF1FAA !important;
	}
	.youtube{
		background: #fff !important;
		 color:#FE0B0B !important;
	}
	.contact .info .socials-links a {
		font-size: 18px;
		display: inline-block;
		color: #fff;
		line-height: 1;
		padding: 8px 0;
		margin-right: 4px;
		border-radius: 50%;
		text-align: center;
		width: 36px;
		height: 36px;
		transition: 0.3s;
	}

	.contact .info .socials-links { a:hover {
		text-decoration: none;
	}