/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.services_post_title_wrap {
    max-width: 370px;
}
.services_post_title_wrap ul {
    color: #fff;
    padding-left: 0;
    list-style-type: none;
}
.services_content-wrap {
    position: relative;
}
.services_post_title_wrap ul li a {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: normal;
    color: #fff !important;
    cursor: pointer;
    padding: 3px;
    display: block;
    position: relative;
    padding: 20px 0 8px;
    transition: 0.3s all;
    border-bottom: 2px solid #FFFFFF33;
}
.services_post_title_wrap ul li.active a {
    font-weight: 800;
    border-color: #fff;
}
.services_post_title_wrap ul li:first-child a {
    padding-top: 0;
}
/* .services_post_title_wrap ul li.active a::before,
.services_post_title_wrap ul li a:hover::before {
    opacity: 1;
}
.services_content-wrap{
	position:relative;
}
.services_post_title_wrap ul li a::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 0;
	opacity:0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
	transition: 0.3s all;
} */
#services_content_column .services_content-wrap>.service_card_wrap:first-child{
	position:relative !important;
	opacity:0;
	z-index:-1;
}
#services_content_column .services_content-wrap>.service_card_wrap:not(:first-child){
	position:absolute;
	top:0;
	z-index:-1;
	opacity:0;
	transition: 0.5s all ease;
}
#services_content_column .services_content-wrap>.service_card_wrap.show{
	opacity:1 !important;
	z-index:1 !important;
}
.service_thumb {
    display: flex;
}
#services_content_column .service_thumb img {
    width: 100%;
    max-width: 100% !important;
    height: 288px !important;
    object-fit: cover;
    object-position: center center;
}
.service_content {
    color: #07132c;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
h5.service_title {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    font-style: normal;
    line-height: normal;
    color: #07132c;
    margin: 24px 0 12px;
}
.service_content a.learn_more {
    background-color: #FFFFFF00;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    border: 1px solid #07132c;
    border-radius: 12px 12px 12px 12px;
    padding: 12px 36px 12px 36px;
    display: inline-block;
    color: #07132c;
    margin: 10px 0 0 auto;
    transition: 0.3s all ease;
}
.service_content a.learn_more:hover {
    background-color: transparent;
    color: var(--e-global-color-primary);
    background-image: linear-gradient(180deg, #1C22A7 0%, #050951 100%);
    border-color: #02010100;
}
.service_content .button_wrap{
	text-align:right;
}
#services_content_column {
    padding: 30px;
    border-radius: 0 20px 0 20px;
    background: #fff;
}
@media (max-width:767px){
	h5.service_title{
		font-size:20px;
		margin: 20px 0 6px;
	}
	.services_post_title_wrap ul li a{
		font-size:18px;
	}
	.service_content{
		font-size:14px;
	}
	#services_content_column .service_thumb img {
		height: 50vw !important;
		        width: 100%;
	}
	#services_content_column {
		padding: 20px;
		border-radius: 0 14px 0 14px;
	}
	.service_content a.learn_more {
		font-size: 14px;
		border-radius: 8px;
		padding: 12px 25px;
		margin: 5px 0 0 auto;
	}
}