a[href^="tel"]{
    color:inherit !important;
    text-decoration:none !important;
	  margin: 0 !important;
  	padding: 0 !important;
}

a[href^="tel"]:before {
	display: none !important;
}

/**button**/
a.kenray-button:hover{
		background: #e7e7e7 !important;
		color: #616161 !important;
}

/** Page **/
.button .container.color-dark {
    padding: 0;
}

/** Home **/
.service-box .section-more {
    display: block;
    margin-top: 10px;
}

.border-orange ul.kenray-list.section-style1 {
    border-right: none;
}

/** Services **/
.servicebar #text-3 {
    padding: 0;
}

/**team**/
div.team-excerpt > div > section.elementor-section.elementor-top-section.elementor-element.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default{
		    padding: 40px 0px;
    margin-top: 80px;
    margin-bottom: 80px;
    background-color: rgb(242, 242, 242);
}

.team-title-wrap .team-title h4 {
    font-size: 35px;
    font-weight: 700;
    line-height: 60px;
}

.team-image {
    border-style: none;
    height: auto;
    max-width: 60%;
}


/**sidebar**/
div.textwidget > div > section.elementor-section.elementor-top-section.elementor-element.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default{
		background: #693E97 !important;
}

/**footer**/
footer .site-info a{
		color: #14212b;
}

footer.site-footer ul.menu a:hover {
    background-color: transparent;
    border: none;
}

@media only screen and (min-width:1024px) {
	.footer-widget .col-md-6:nth-child(2) {
    flex: 0 0 28%;
    max-width: 28%;
}
	
.footer-widget .col-md-6:nth-child(1) {
    flex: 0 0 25%;
    max-width: 25%;
}
	
.footer-widget .col-md-6:nth-child(3) {
    flex: 0 0 20%;
    max-width: 20%;
}
	
.footer-widget .col-md-6:nth-child(4) {
    flex: 0 0 15%;
    max-width: 15%;
}
	
.footer-widget .col-md-6:nth-child(5) {
    flex: 0 0 12%;
    max-width: 12%;
}
}



/** WhatsApp **/
.ctc_chip {
    display: inline-block;
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 25px !important;
    color: #000 !important;
	  font-size: 16px !important;
	  font-weight: 600 !important;
    line-height: 32px !important;
}


/**Social icon**/
.team-title-wrap .team-social-call .team-social {
    display: none !important;
}

/**Header**/
header .custom-header .site-branding-text a img {
    height: 90px;
}
header.sticky .custom-header .site-branding-text a img.logo, header.sticky .custom-header .site-branding-text a img.img-fluid.sticky-logo {
    height: 80px;
}

