/* CSS Document */
#tm-dialog-mobile
{
	z-index:1000 !important;
	position:relative;
}


.whatsappicon:hover img{
  
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}
.tm-header-mobile  .uk-navbar

{

min-height:110px;

}

path {

  stroke-dasharray: 300;

  stroke-dashoffset: 300;

  animation: draw 2s ease-in-out forwards;

}



@keyframes draw {

  to {

    stroke-dashoffset: 0;

  }

}



.textwhite

{

	color:#fff !important;

}



.whitebg

{

	background:#fff !important;

}



.uk-modal-dialog

{

background:#fff !important;

}



.uk-offcanvas-bar {

  width: 350px !important;

  background: #fff !important;

}