@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.site_logo img {
    max-width: 110px !important;
}
.team_banner {
    position: relative;
}
.team_banner .team_cont {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.elementor-8 .elementor-element.elementor-element-595b57e img {
    height: 100% !important;
}
.about_head h2 {
    display: flex;
    align-items: center;
    position: relative;
    gap: 34px;
}
.about_head h2:before {
    content: "";
    background: #00b6d5;
    width: 80px;
    height: 2px;
}
.meet_haed h4 {
    display: flex;
    align-items: center;
    position: relative;
    gap: 24px;
    justify-content: flex-end;
}
.meet_haed h4:after {
    content: "";
    background: #00b6d5;
    width: 80px;
    height: 2px;
}
.meet_main_haed h2 {
    max-width: 300px;
    margin-left: auto;
}
.play_button img {
    max-width: 80px !important;
}
.play_button {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0px, -50%);
    z-index: 3;
}
.about_img_main {
    position: relative;
}
.about_img_main:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.about_hertbert .meet_haed h4 {
    justify-content: flex-end;
    flex-direction: row-reverse;
}
.about_hertbert .meet_main_haed h2 {
    margin-left: 0 !important;
}
.location_div {
    max-width: 500px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    padding: 30px;
    margin: 0 auto;
    margin-top: -52px;
}
.two_btns a {
    width: 100% !important;
}

@media(max-width:767px){
.site_logo img {
    max-width: 76px !important;
}
.about_head h2 {
    gap: 18px;
}
.about_head h2:before {
    width: 40px;
}
.meet_haed h4 {
    justify-content: center;
}
.meet_main_haed h2 {
    margin-left: auto;
    margin-right: auto;
}
.about_hertbert .meet_haed h4 {
    justify-content: center;
}
.about_hertbert .meet_main_haed h2 {
    margin-left: auto !important;
    margin-right: auto !important;
}
}