/* 
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 */

.wedb1 {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    height: auto;
}
.wedb2 {
	position: relative;
}
.HeaderLogo img {
    max-width: 150px;
}
body.scrolled .HeaderWrapper {
    background: #fff !important;
}
.SocialLinks ul li svg {
    width: 25px;
    height: 25px;
}
.homeLogosCarousel .swiper-slide figure {
    height: 200px;
    width: 100%;
    background: #fff;
    padding: 30px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeLogosCarousel .swiper-slide figure img {
    width: 100% !important;
    height: 100%;
    object-fit: contain;
}
.team-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
	column-gap: 20px;
	justify-content: space-between;
}
.team-wrapper .team-item {
    width: calc(100% / 4 - 20px);
    padding: 15px;
    border: 1px solid #002456;
    border-radius: 10px;
	transition: all 0.3s ease-in-out;
}
.team-wrapper .team-item:hover {
	transition: all 0.3s ease-in-out;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px 0px !important;
}
.team-wrapper .team-item .team-image img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    height: 300px;
    object-position: top;
    background: #002456;
}
.team-wrapper .team-item .team-title {
    color: #002456;
    font-size: 22px;
    line-height: 32px;
    margin: 10px 0;
    font-weight: bold;
	font-family: "Jost", Sans-serif;
}
.team-wrapper .team-item .team-content {
    font-size: 14px;
    line-height: 24px;
	font-family: "Jost", Sans-serif;
	color: #000000;
}
@media(max-width:1025px){
	iframe.mapIframe {
		height: 400px;
	}
	.wwdbSec .wwdbSecHeading .elementor-heading-title{
		font-size: 40px !important;
	}
	.wedb1  {
		bottom: 200px !important;
	}
	.team-wrapper .team-item {
		width: calc(100% / 2 - 20px); 
	}
	.team-wrapper .team-item .team-image img { 
		max-height: 400px; 
		height: 400px; 
	}
}
@media(max-width: 991px){
	.whbo {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.whbo > div:first-child {
		width: 100%
	}
	.whbo > div:Not(first-child) {
		width: 48%
	}
	.wwdbSec .wwdbSecHeading .elementor-heading-title{
		font-size: 30px !important;
	}
	.HeaderLogo img {
    max-width: 100px;
}
	.homeLogosCarousel .swiper-slide figure {
    height: 150px; 
	}
}

@media(max-width: 575px){
	.whbo > div {
		width: 100% !important;
	}
	.wedbSuper{
		margin-bottom: 50px;
	}
		.wedb1{
		position: relative !important;
		margin: 0 !important;
		bottom: -80px !important;
		min-height: 220px;
	}
	.wedb2  {
		position: relative !important;
		bottom: unset !important;
		min-height: 200px;
	}
	.team-wrapper .team-item {
		width: 100%; 
	}
	.team-wrapper .team-item .team-image img { 
		max-height: 350px; 
		height: 350px; 
	}
}