/***********WHATSAPP**************/
@import "whatsapp.css"; 
/***********WHATSAPP**************/

.tm-toolbar-default {
    background: #c6bddf;
}

.tm-toolbar-default .uk-subnav>*>:first-child, .uk-card-primary.uk-card-body .uk-subnav>*>:first-child, .uk-card-primary>:not([class*=uk-card-media]) .uk-subnav>*>:first-child, .uk-card-secondary.uk-card-body .uk-subnav>*>:first-child, .uk-card-secondary>:not([class*=uk-card-media]) .uk-subnav>*>:first-child, .uk-light .uk-subnav>*>:first-child, .uk-offcanvas-bar .uk-subnav>*>:first-child, .uk-overlay-primary .uk-subnav>*>:first-child, .uk-section-primary:not(.uk-preserve-color) .uk-subnav>*>:first-child, .uk-section-secondary:not(.uk-preserve-color) .uk-subnav>*>:first-child, .uk-tile-primary:not(.uk-preserve-color) .uk-subnav>*>:first-child, .uk-tile-secondary:not(.uk-preserve-color) .uk-subnav>*>:first-child {
    color: #fff;
}

.uk-text-emphasis {
    color: #302579!important;
}

.tm-toolbar-default .uk-dotnav>.uk-active>*, .uk-card-primary.uk-card-body .uk-dotnav>.uk-active>*, .uk-card-primary>:not([class*=uk-card-media]) .uk-dotnav>.uk-active>*, .uk-card-secondary.uk-card-body .uk-dotnav>.uk-active>*, .uk-card-secondary>:not([class*=uk-card-media]) .uk-dotnav>.uk-active>*, .uk-light .uk-dotnav>.uk-active>*, .uk-offcanvas-bar .uk-dotnav>.uk-active>*, .uk-overlay-primary .uk-dotnav>.uk-active>*, .uk-section-primary:not(.uk-preserve-color) .uk-dotnav>.uk-active>*, .uk-section-secondary:not(.uk-preserve-color) .uk-dotnav>.uk-active>*, .uk-tile-primary:not(.uk-preserve-color) .uk-dotnav>.uk-active>*, .uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav>.uk-active>* {
    background-color: #7D74C1;
}

.uk-navbar-nav>li:hover>a::before {
    background-color: #7168AE;
}

.uk-navbar-nav>li.uk-active>a::before {
    background-color: #7168AE;
}

.uk-navbar-nav>li.uk-active>a {
    color: #7168AE;
}

.uk-accordion-title {
    font-size: 28px;
}

.uk-navbar-dropdown-nav>li>a {
    color: #2C227A;
    border-bottom: 1px dashed #7D74C1;
    padding: 10px;
    text-align: center;
}

ul.uk-nav.uk-navbar-dropdown-nav li:last-child a {
    border-bottom: none;
}

/***********header tel*************/
.button15 {
  
 
  background: #7D74C1;
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
  width:fit-content;
  padding: 10px 38px 10px 38px;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 7px 20px 0px #B5AFE0;
}
.button15 a{
	color: rgba(51,51,51,100);
	text-decoration: none;
	display: block;
}
.button15::before, .button15::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,0.05);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translate(0,-100%);
	transform: translate(0,-100%);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button15::after{
	-webkit-transition-delay: 0.15s; /* Safari */
    transition-delay: 0.15s;
}
.button15:hover::before, .button15:hover::after{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.fa-ic{
  margin-right:8px;
  background-image: url("icon.svg");
}

/***********header tel**************/



h3.el-title{display:block !important;}









