/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#menu-1-23df51de a{
    padding: 12px 30px;
    border-radius: 50px;
}
#menu-1-23df51de a:hover{
    background: #03528E;
    color: #fff;
}

#homepage_slider.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom:50px;
}

.circle-number-list ol {
  list-style: none;
  counter-reset: list;
  padding-left: 0;
}

.circle-number-list li {
  counter-increment: list;
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 1em;
	list-style: none;
}

.circle-number-list li::before {
    content: counter(list);
    position: absolute;
    left: 0;
    top: 0;
    width: 2em;
    height: 2em;
    background-color: #D6E7F4;
    color: #000000;
    border-radius: 50%;
    text-align: center;
    line-height: 2em;
    font-weight: 400;
    font-size: 15px;
}

.meet_the_teams_wrapper .elementor-image-box-img img{
    height: 350px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

#services .elementor-image-box-img img {
    height: 100px;
    object-fit: contain;
	display:initial;
}

@media (max-width: 767px) {
	#client_testimonials  .elementor-testimonial {
		align-items: stretch;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse !important;
	}
	#client_testimonials .elementor-testimonial__footer{
		padding-right: 0px;
	}
}