/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.26.1750558920
Updated: 2025-06-21 22:22:00

*/
#primary-menu .menu-item{
text-transform: uppercase;
}

.footer-contact-information ul.elementor-icon-list-items{
	list-style: none;
	padding-left: 0;
} 

.height-100{
	height: 100%!important;
}

.footer-contact-information ul.elementor-icon-list-items .elementor-icon-list-icon svg{
	width: 14px;
}

.footer-contact-information ul.elementor-icon-list-items a{
	display: flex;
    align-items: flex-start;
    gap: 5px;
}

.sjb-page .sjb-filters.sjb-filters-v1 .btn-search, .sjb-page .btn#quick-apply-btn, .sjb-page .app-submit{
	background: var(--global-palette1)!important;
}

.sjb-page .btn#quick-apply-btn:hover, .sjb-page .app-submit:hover{
    background: #323334!important;
}

.widget.widget_recent_entries ul li{
	border-bottom: 1px solid #ddd;
    margin-bottom: 1.1rem;
    padding-bottom: 1.1rem;
}

.widget.widget_recent_entries ul li:last-child{
	border-bottom: 0;
}

.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li.menu-item--has-toggle >a:after{
    background: transparent !important;
}
ul.sub-menu {
    border-radius: .75rem;
    padding: .25rem !important;
}

.mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button {
    border-left: 1px solid transparent;
}
button.drawer-sub-toggle {
    background-color: transparent;
    border-style: none;
    border-width: 0;
    border-color: transparent;
}
ul.sub-menu li a {
    border-radius: .25rem;
}
.testimonial-card {
    background: #f9f9f9;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}
.testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}
.testimonial-name {
    font-weight: bold;
}
.testimonial-position {
    color: #777;
    font-size: 0.9em;
    margin-bottom: 10px;
}
.testimonial-text {
    font-style: italic;
}


.clientsname-wrapper{
    display:flex;
    gap: 1rem;
}

.prof_img {
    border-radius: 50%;
    max-width: 80px;
}

.clients-item {
    padding: 2rem;
    background: #F2F5FF;
    border-radius:1.5rem;
    opacity: 40%;
}
.swiper.testimonial-swiper .swiper-slide{
    display:flex;
    height:auto;
}
.clients-namewrap {
    margin-bottom: 1.25rem;
}
img.star5 {
    width: 7rem;
    margin-bottom:1.15rem;
}
.swiper.testimonial-swiper {
    overflow: visible!important;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after{
background: #002FA7;
color: #FFF;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 18px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #002FA7;
    font-weight: 800;
    background: #FFF;
    padding: 9px 14px;
    line-height: 1;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    display: flex;
    border: 1px solid #002FA7;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

.swiper-slide.swiper-slide-active .clients-item {
  opacity: 1;
  box-shadow: 14px 30px 40px 0px #00000014;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
}
.border_card .elementor-image-box-content {
    padding: 0 2rem;
}
#archive-container article {
    border-radius: .5rem;
    overflow: hidden;
}
.border_card img{
	width:100%;
} 

ul.widget-social {
    display: flex;
    margin-top: 1rem;
}
.widget-info, .widget-social {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.widget-info li a {
    display: grid;
    grid-template-columns: 25px 1fr;
}

.widget-info li a:hover {
text-decoration: none;
}

.left-credits, .right-links {
    font-size: 1rem;
}