/*
    Theme Name: Ganei
    Theme URI: 
    Description: Ganei
    Version: 1.0
    Author: Ganei
    Author URI: 
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Beatrice Regular */
/* @font-face {
    font-family: "Beatrice";
    src: url("fonts/Beatrice-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Beatrice";
    src: url("fonts/Beatrice-Thin-Italic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "Beatrice";
    src: url("fonts/Beatrice-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Beatrice";
    src: url("fonts/Beatrice-Light-Italic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Beatrice";
    src: url("fonts/Beatrice-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Beatrice";
    src: url("fonts/Beatrice-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Beatrice";
    src: url("fonts/Beatrice-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Beatrice";
    src: url("fonts/Beatrice-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Beatrice";
    src: url("fonts/Beatrice-ExtraBold-Italic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
} */


@font-face {
    font-display: swap;
    font-family: "Beatrice";
    src: url(fonts/Beatrice-Thin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "Beatrice";
    src: url(fonts/Beatrice-Thin-Italic.ttf) format("truetype");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-display: swap;
    font-family: "Beatrice";
    src: url(fonts/Beatrice-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "Beatrice";
    src: url(fonts/Beatrice-Light-Italic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-display: swap;
    font-family: "Beatrice";
    src: url(fonts/Beatrice-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "Beatrice";
    src: url(fonts/Beatrice-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "Beatrice";
    src: url(fonts/Beatrice-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "Beatrice";
    src: url(fonts/Beatrice-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "Beatrice";
    src: url(fonts/Beatrice-ExtraBold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: "Beatrice";
    src: url(fonts/Beatrice-ExtraBold-Italic.ttf) format("truetype");
    font-weight: 800;
    font-style: italic
}

.bg-grey-e8 {
    background-color: #e8e8e3;
}
.bg-green {
    background-color: #15331d;
}
img {
    max-width: 100%;
}
.mb-show,
.map-mb-show {
    display: none !important;
}
section {
    padding: 100px 0;
}
.top-overlap {
    margin-top: -100px;
}
body {
    font-family: "Beatrice";
    background-color: #f7f6f3;
}
body.scroll-hide {
    overflow-y: hidden;
}
h1 {
    font-size: 40px;
    font-weight: 400;
    /* font-family: "Beatrice"; */
}
h2 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 43px;
    color: #17331e;
    /* font-family: "Beatrice"; */
}
p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #7e8f7e;
}
.btn.white-btn,
.navbar.sticky .green-btn {
    background-color: #fff;
    color: #15331d;
}
.btn {
    padding: 10px 25px;
    border: 2px solid transparent;
    transition: .5s ease-in-out;
}
.btn.white-btn:hover,
.navbar.sticky .green-btn:hover,
.navbar.sticky  .white-btn {
    background-color: #15331d;
    border: 2px solid #fff;
    color: #fff;
}
.btn.green-btn {
    background-color: #15331d;
    border: 2px solid #15331d;
    color: #fff;
}
.pb-200 {
    padding-bottom: 200px;
}




aside {
  background: #EBE5DB;
  width: 450px;
  height: 100vh;
  position: fixed;
  transition: 0.3s;
  right: -450px;
  top: 0;
  padding-top: 60px;
  transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
  z-index: 3 !important;
}
aside.open {
  right: 0;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
  z-index: 3 !important;
}
.toggle {
    transform: rotate(90deg);
    color: #fff;
    letter-spacing: 3.5px;
    background: transparent;
    border: none;
    height: fit-content !important;
    padding: 0;
    font-weight: 100;
    font-size: 30px;
}

.navbar nav ul {
    list-style: none;
    padding-left: 0;
}
.navbar nav .btn {
    margin: 15px 50px;
    padding: 0;
    background: transparent !important;
    color: #000 !important;
}
.navbar nav .btn:hover,
.navbar nav .btn:focus {
    border: none;
    box-shadow: none;
}
nav .nav-item.active ,
.navbar .nav-link:hover {
    font-weight: bold;
}
/* .navbar nav li a span {
    background-color: #ED028D;
    color: #fff;
} */
.navbar nav li a {
    padding-bottom: 5px !important;
    border-bottom: 1px solid #d8cdbf;
}

.navbar .close {
    max-width: 16px;
    position: absolute;
    top: 15px;
    cursor: pointer;
    right: 15px;
}
.navbar nav .btn:focus-visible {
    border: none;
    outline: none;
}
.navbar-brand img {
    max-width: 195px;
    animation: slideDown 0.4s ease-in-out forwards;
}
.navbar  .navbar-brand,
.navbar.sticky .left-side  .contact-header,
.navbar .right-side .contact-header {
    display: none;
}
.navbar.sticky  .navbar-brand  {
    display: block;
}
.navbar.sticky .right-side .contact-header {
    align-items: center;
    display: flex
;
    margin-right: 40px;
}

.navbar .nav-link {
    color: #15331d;
    transition: .5s ease-in-out;
    display: flex;
    align-items: center;
    margin: 0 50px 0 50px;
    min-height: 55px;
    padding: 5px 0;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: #fff !important;
}

.navbar nav li a span {
    background-color: #ED028D;
    color: #fff;
    min-height: 40px;
    display: flex;
    margin-left: 7px;
    align-items: flex-end;
    padding: 0 6px;
    font-weight: normal;
}
.navbar.sticky .contact-header p,
.navbar.sticky .contact-header p a,
.navbar.sticky .contact-header span {
    color: #000;
}
.navbar.sticky .navbar-nav .nav-link,
.navbar.sticky .navbar-nav .nav-link.active {
    color: #000 !important;
}

.navbar-brand {
    visibility: hidden;
    transition: .5s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
}
.navbar.sticky .navbar-brand {
    visibility: visible;
    margin-right: 0;
    display: flex;
    align-items: center;
    max-width: 195px;
    width: 100%;
}
.navbar-nav {
    margin: auto;
}
.navbar-nav li,
.navbar .btn {
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.navbar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    right: 0;
    left: 0;
    background-color: #E3EDF7;
    animation: slideDown 0.4s ease-in-out forwards;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.navbar.sticky  .toggle {
    color: #15331d;
}
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    left: 0;
    right: 0;
    z-index: 9;
    animation: slideDown 0.4s ease-in-out forwards;
    transition: 0.5s ease-in-out;
    padding: 15px 90px;
}
.contact-header.mb-show {
    padding: 0;
}
.right-grid-two .col-lg-8 {
    z-index: -1;
}
.contact-header p {
    margin-bottom: 0;
    color: #F0F1F1;
    text-align: right;
    font-size: 12px;
    padding-bottom: 0;
    letter-spacing: 1.6px;
    font-weight: 600;
}
.contact-header span {
    color: #fff;
    text-align: right;
    font-size: 12px;
    letter-spacing: 1.6px;
    font-weight: 600;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 32px;
    opacity: 0.6;
}
.contact-header p a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.main-banner .logo-wrap {Í
    max-width: 150px;
    /*margin: auto auto 70px;*/
    margin: auto auto 50px;
    z-index: 2;
    position: relative;
}
.main-banner .banner-content {
    margin-bottom: 60px;
    position: relative;
    z-index: 3;
}
.main-mobile-img {
    background-image: url("/wp-content/themes/ganei/images/landing-banner.webp");
    display: none;
}
.main-banner {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    justify-content: center;
    display: flex;
    min-height: 800px;
    background-position: center;
    /*padding-top: 240px;*/
    padding-top: 200px;
    overflow: hidden;
}
.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}
.main-banner .container {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}
.main-banner::after {
    background-color: rgb(24 0 17 / 50%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    content: "";
}
.main-banner h1 {
    text-align: center;
    position: relative;
    z-index: 3;
    width: 100%;
}
.main-banner p {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    opacity: 1;
    margin-top: 30px;
}
/* overlapped-images */
.overlapped-images {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    max-width: 600px;
    margin: -100px auto auto;
    z-index: 3;
}

.left-center {
    max-width: 255px;
    position: absolute;
    left: 0;
    top: 205px;
    bottom: 0;
    z-index: 2;
    right: auto;
    height: 366px;
    overflow: hidden;
}

.back-top {
    max-width: 400px;
    margin-left: auto;
}
.center-bottom {
    position: absolute;
    bottom: -160px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 205px;
}
.grid-two .global-title {
    padding-top: 135px;
    margin-bottom: 60px;
    max-width: 300px;
}

.grid-two .global-title p {
    padding-right: 34px;
}
.grid-two .global-title a {
    color: #425a45;
    font-size: 14px;
    font-weight: 500;
}
.familiar-map .container-fluid {
    z-index: 3;
    position: relative;
}
/* end of overlapped-images */

.anglo-hub .global-title {
    padding-bottom: 50px;
}
.anglo-hub {
    overflow: hidden;
}
.anglo-hub .vector-img {
    margin-bottom: auto;
    margin-top: 30%;
    max-width: 160px;
    margin-right: -50px;
    margin-left: auto;
    z-index: 2;
}
.anglo-hub .row {
    margin-left: calc((100% - 1320px) / 2);
}
.anglo-hub.left-aligned .row {
    margin-right: calc((100% - 1320px) / 2);
    margin-left: auto;
}
.anglo-hub .vector-img {
    position: absolute;
    top: 100px;
    bottom: auto;
    margin-top: 0;
    right: 46%;
    top: 1%;
}
.anglo-hub.vector-at-left .vector-img {
    left: auto;
    right: 4%;
    top: 17%;
}
.anglo-hub.left-aligned .global-title {
    margin-left: auto;
    margin-right: auto;
}
.anglo-hub .col-lg-8,
.anglo-hub .container-fluid {
    padding-right: 0;
}
.anglo-hub.left-aligned .col-lg-8,
.anglo-hub.left-aligned .container-fluid {
    padding-left: 0;
}

#lightbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.lb-dataContainer {
    padding-top: 0;
    margin-bottom: 5px;
    position: relative;
    top: 35px;
    right: -35px;
}
#lightbox .lb-details {
    display: none;
}
.image-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.image-slider .owl-item a {
    height: 700px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    cursor: default;
}
#lightbox .lb-outerContainer,
.lightbox .lb-image {
    border: 0;
    background-color: transparent;
    border-radius: 0;
}
.about-block .each-about-card .top-image {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    height: 450px;
    overflow: hidden;
}
.about-block .row {
    max-width: 800px;
    margin: auto;
}
.about-block .each-about-card .top-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-block .each-about-card .about-desc {
    margin-bottom: 60px;
}
.about-block .each-about-card .about-desc b {
    font-weight: 600 !important;
}
.about-block  {
    /*padding-top: 100px;*/
    padding-top: 0px;
    padding-bottom: 20px;
}
.familiar-map {
    padding-bottom: 0;
    overflow: unset;
    margin-bottom: 140px;
    /*background-position: bottom;*/
    background-position: 100% 100%;
    /*background-size: cover;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.familiar-map .col-lg-8 {
    margin-bottom: -100px;
}
.familiar-map .global-title {
    max-width: 710px;
    margin: auto;
    padding-bottom: 80px;
    text-align: center;
}
.familiar-map .global-title h2 {
    color: #9ecbea;
}
.familiar-map .global-title p {
    color: #b8c1b7;
    padding-right: 0;
}
.familiar-map .right-image {
    height: 100%;
}
.familiar-map .right-image img {
    width: 100%;
    object-fit: cover;
}
.map-listing ul {
    list-style-type: none;
    padding-bottom: 135px;
    padding-left: 0;
}
.map-listing li {
    color: #9ecbea;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #869686;
}
.map-listing li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.map-listing li p {
    margin-bottom: 0;
    color: #9ecbea;
}
.map-listing li img {
    height: 10px;
    margin-right: 10px;
}
.map-listing li b {
    padding-right: 20px;
    font-weight: 600;
}
.map-listing {
    width: 100%;
}
.right-grid-two .global-title {
    padding-bottom: 0;
}
.right-grid-two .global-title p {
    margin-bottom: 0;
}
.trusted-dev .global-title h2 {
    color: #9ecbea;
    padding-right: 100px;
}
.trusted-dev .global-title {
    max-width: 405px;
    padding-top: 20px;
}
.trusted-dev .all-logos {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}
.trusted-dev .all-logos .each-logo {
    margin-right: 18px;
    max-width: 82px;
}
.trusted-dev small {
    color: #7e8f7e;
    font-size: 12px;
}
.contact-form h2 {
    color: #9ecbea;
}
.contact-form .global-title {
    max-width: 400px;
    text-align: center;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
}
.contact-form .global-title p {
    text-align: center;
    width: 100%;
    font-weight: 600;
    margin-bottom: 0;
}
.form-container {
    max-width: 550px;
    margin: auto;
}
.form-container input,
.form-container textarea {
    border: none;
    border-bottom: 1px solid #d5cdbc;
    border-radius: 0;
    padding: 10px 0;
    background-color: transparent;
    color: #cfc7b3;
}
.form-container .submit-link {
    border: none;
    background: transparent;
    border-bottom: 1px solid;
    padding: 0;
    font-size: 16px;
    color: #425a45;
    margin-top: 12px;
}
.form-container input::placeholder,
.form-container textarea::placeholder {
    color: #cfc7b3;
}
footer {
    padding: 30px 0 40px;
    margin: 0 90px;
    border-top: 1px solid #ded8ca;
}
.footer-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 400px;
}
.footer-logo img {
    max-height: 80px;
    margin-right: 40px;
}
footer p,
.footer-right .footer-disclaimer p {
    color: #7e8f7e;
    margin-bottom: 0;
    font-size: 11px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
footer .footer-logo p {
    max-width: 188px;
    display: flex;
    align-items: center;
    line-height: 17px;
    padding: 12px 0;
}
footer a {
    color: #17331e;
    font-size: 10px;
    position: relative;
    padding-right: 10px;
    text-decoration: none;
    margin-right: 10px;
}
footer a:last-child {
    padding-right: 0;
    margin-right: 0;
}
footer a:last-child::after {
    display: none;
}
footer a::after {
    position: absolute;
    right: -2px;
    left: auto;
    top: -1px;
    bottom: 0;
    content: "|";
}
.footer-contact p {
    width: 100%;
    font-weight: 600;
    text-align: right;
    max-width: 100%;
    color: #15331d;
    float: right;
}
.anglo-hub:not(.familiar-map) .right-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
footer .footer-right p a {
    font-size: 14px;
    font-weight: 600;
}
.footer-right p {
    text-align: right;
    line-height: 18px;
    width: 100%;
    letter-spacing: 0.3px;
}
.footer-right .footer-contact,
.footer-right .footer-contact a {
    font-size: 12px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #15331d;
}
.footer-right {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 400px);
}
.wpcf7-spinner {
    background-color: #9ecbea;
    width: 20px;
    height: 20px;
    margin: 0 15px;
    vertical-align: middle;
}
.wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
}
.lb-dataContainer {
    position: absolute;
    top: 10px;
    right: 15px;
}
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.lightbox-content {
    background: white;
    padding: 40px;
    max-width: 400px;
    width: 90%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
#lightbox {
    justify-content: center;
    height: 100%;
}
.lb-dataContainer {
    position: relative;
    top: 44px;
    right: -40px;
}
.footer-copyright {
    font-size: 10px;
}
.footer-right .footer-copyright {
    text-transform: none;
    letter-spacing: 0;
}
/* update */
.lb-outerContainer {
    max-width: 80vw;
    width: 100% !important;
    justify-content: center;
    display: flex;
}
.lightbox .lb-image {
    width: unset !important;
    max-width: 100%;
}
/* .contact-header {
    animation: slideDown 0.4s ease-in-out forwards;
    transition: 0.5s ease-in-out;
} 
.contact-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    animation: slideDown 0.4s ease-in-out forwards;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}*/
.contact-header.sticky p,
.contact-header.sticky span,
.contact-header.sticky a {
    color: #000;
}
.contact-header.sticky p {
    border-bottom: transparent;
}
.contact-header.sticky {
    padding: 20px 90px 0;
}

/* ======= updated-css ======= */

.lightbox .lb-image {
    object-fit: cover;
    object-position: center;
}

.lb-data .lb-close {
    position: relative;
    z-index: 999;
}

.grecaptcha-badge {
    z-index: 99999;
}

body.lightbox-open .lightboxOverlay {
    width: 100% !important;
    height: 100% !important;
    position: fixed;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.lightbox-open .lightbox {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}

.lb-dataContainer {
    right: -50px;
}
/*.bg-grey-map {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.bg-grey-map {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
}
.bg-grey-map:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    top: 0;
    left: 0;
    background: #e4e5df;
    opacity: 0.5;
    z-index: -1;
}
.trusted-dev p {
    padding-right: 20px;
}
.top-overlap img.overlap-mob-img {
    display: none;
}
.about-block .each-about-card .top-image img.about-mob-img {
    display: none;
}
.single-image .single-mob-img img {
    display: none;
}
.top-overlap.grid-two.vector-at-left.right-grid-two {
    z-index: 3;
    position: relative;
}
section.familiar-map {
    position: relative;
}
section.familiar-map::after {
    background-color: rgba(9, 42, 27, 0.1);
    background-position: center;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
section.familiar-map .global-title {
    position: relative;
    z-index: 2;
}
.grid-two .right-image .vector-img {
    position: absolute;
    right: 17px;
    top: -110px;
}
.anglo-hub.left-aligned {
    padding: 110px 0 100px;
}
.anglo-hub.left-aligned .right-image {
    position: relative;
}
.vector-img.three_child {
    right: 43%;
    top: 0;
}
.vector-img.three_child img {
    max-width: max-content;
    width: 190px !important;
}
.navbar .container-fluid {
    position: relative;
}

.navbar .container-fluid::after {
    position: absolute;
    border-bottom: 1px solid white;
    width: 100%;
    height: 1px;
    display: flex;
    flex-wrap: wrap;
    content: '';
    top: auto;
    bottom: -11px;
    max-width: 99%;
    left: 0;
    right: 0;
    justify-content: center;
    margin: auto;
    opacity: 0.4;
}
.floating-content {
    position: absolute;
    right: 21%;
    bottom: 110px;
    max-width: 100px;
    text-align: center;
    z-index: 4;
}
.floating-content h2 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
    transform: rotate(-18deg);
    margin-bottom: 0;
}
.toggle-wrapper {
    height: fit-content !important;
    width: fit-content !important;
}
.navbar.sticky .right-side .contact-header {
        margin-bottom: 0;
     }
@media (min-width: 320px) {
    .anglo-hub.left-aligned .row,
    .anglo-hub .row {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 576px) {
    .anglo-hub.left-aligned .row,
    .anglo-hub .row {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .anglo-hub.left-aligned .row {
        margin-right: calc((100% - 720px) / 2);
    }
    .anglo-hub .row {
        margin-left: calc((100% - 720px) / 2);
    }
}
@media (min-width: 992px) {
    .anglo-hub.left-aligned .row {
        margin-right: calc((100% - 960px) / 2);
    }
    .anglo-hub .row {
        margin-left: calc((100% - 960px) / 2);
    }
}
@media (min-width: 1200px) {
    .anglo-hub.left-aligned .row {
        margin-right: calc((100% - 1140px) / 2);
    }
    .anglo-hub .row {
        margin-left: calc((100% - 1140px) / 2);
    }
}

@media(max-width: 1899px) {
    .floating-content {
        right: 18%;
    }
}
@media(max-width: 1599px) {
    .floating-content {
        right: 12%;
    }
}
@media (max-width: 1440px) {
    .image-slider .owl-item a {
        height: 500px;
    }
    .navbar {
        padding: 15px 40px;
    }
}
@media (max-width: 1399px) {
    .trusted-dev p {
        font-size: 15px;
        padding-right: 0;
    }
}
@media (max-width: 1366px) {
    .lb-dataContainer {
        width: 80% !important;
    }
    #lightbox .lb-outerContainer,
    .lightbox .lb-image {
        height: 100% !important;
    }
}
@media(max-width: 1280px) {
    .floating-content {
        right: 9%;
        bottom: auto;
        top: 40%;
    }
    .mb-show {
        display: block;
    }
    .desk-show {
        display: none;
    }
    /* .navbar {
        top: 75px;
    } */
     
    .navbar .contact-header {
        margin-bottom: 20px;
    }
    .navbar-nav {
        margin-right: 0;
    }
    
    .main-banner {
        margin-top: 0;
    }
    /* .navbar,
    .contact-header.mb-show {
        padding: 15px 55px;
    } */
    .contact-header span {
        margin-bottom: 0;
    }
}
@media(max-widtH: 1199px) {
    .right-grid-two .global-title h2 {
        padding-right: 70px;
    }
}
@media (max-width: 1120px) {
    .map-listing ul {
        padding-bottom: 40px;
    }
    .footer-right .footer-contact,
    .footer-right .footer-contact a {
        line-height: 24px;
    }
    footer a::after {
        top: -4px;
    }
}
@media (max-width: 1080px) {
    .anglo-hub.vector-at-left .vector-img {
        max-width: 100px;
    }
    .anglo-hub.vector-at-left .vector-img {
        right: 8%;
        top: 20%;
    }
    .trusted-dev .global-title h2 {
        padding-right: 70px;
    }
    .vector-img.three_child img {
        max-width: max-content;
        width: 145px !important;
    }
    .grid-two .right-image .vector-img {
        right: 2px;
        top: -84px;
    }
}
@media (max-width: 1024px) {
    .anglo-hub .vector-img {
        position: absolute;
    }
    .about-block .each-about-card .about-desc {
        padding-right: 0;
    }
    .lb-dataContainer {
        width: 860px !important;
    }
     .lb-dataContainer {
        position: absolute;
        top: 10px;
        right: 40px;
    }
}
@media (max-width: 991px) {
    .top-overlap img.overlap-mob-img {
        display: block;
    }
    .top-overlap video.right-video {
        display: none;
    }
    .about-block .each-about-card .top-image img.about-mob-img {
        display: block;
    }
    .about-block .each-about-card .top-image video.top-video {
        display: none;
    }
    .single-image .single-mob-img img {
        display: block;
    }  
    .single-image video.map-video {
        display: none;
    } 
    .main-mobile-img {
        display: block;
    }
    .main-banner .banner-video {
        display: none;
    }
    .top-overlap.grid-two.vector-at-left.right-grid-two {
        padding-bottom: 70px;
    }
    .floating-content {
        right: 5%;
        bottom: 14%;
        top: auto;
    }
    .navbar.sticky .contact-header {
        padding-top: 0;
    }
    .navbar {
        width: 100vw !important;
        padding: 15px !important;
    }
    .main-page {
        width: 100%;
        overflow: hidden;
    }
    .navbar .container-fluid::after {
        top: 65px;
    }
    .navbar .navbar-nav .nav-link, .navbar .navbar-nav .nav-link.active {
        color: #000 !important;
    }
    .main-banner {
        padding-top: 200px;
        padding-bottom: 150px;
    }
    .top-overlap {
        margin-top: 70px;
    }
    .navbar.sticky .navbar-toggler {
        border: 1px solid #000;
    }
    .main-banner {
        min-height: 595px;
        margin-top: 135px;
    }
    .main-banner .logo-wrap {
        margin: auto auto 50px;
        max-width: 140px;
    }
    .overlapped-images {
        margin: -70px auto auto;
    }
    .left-center {
        max-width: 200px;
    }
    .back-top {
        max-width: 300px;
    }
    .center-bottom {
        max-width: 180px;
        left: 43%;
        right: auto;
    }
    .grid-two .global-title {
        padding-top: 85px;
    }
    .pb-200 {
        padding-bottom: 160px;
    }
    .vector-at-left.anglo-hub .global-title {
        padding-bottom: 0;
    }
    .anglo-hub .global-title {
        padding-top: 0;
    }
    .anglo-hub.vector-at-left .vector-img {
        top: 5%;
    }

    .about-block .each-about-card .top-image {
        height: 450px;
    }
    .familiar-map .global-title {
        padding-top: 70px;
    }
    footer {
        margin: 0 50px;
    }
    .contact-header {
        padding: 0;
    }
    .navbar .container-fluid::after {
        max-width: 100%;
        top: 75px;
    }
    .navbar .left-side .contact-header {
        margin-bottom: 0;
    }
    /* .contact-header p {
        padding-bottom: 10px;
    } */
    .about-block {
        padding-bottom: 50px;
    }
    .familiar-map .global-title {
        margin-bottom: 70px;
    }
    .trusted-dev .global-title h2 {
        padding-right: 32px;
    }
    .map-listing li img {
        height: 9px;
    }
    .familiar-map .right-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .footer-right {
        width: 100%;
    }
    .footer-logo {
        justify-content: center;
        margin-bottom: 50px;
        width: 100%;
    }
    .footer-right p {
        text-align: center;
    }
    .anglo-hub.vector-at-left .global-title h2 {
        padding-right: 70px;
    }
    .familiar-map.bg-green .global-title h2 {
        padding-right: 0;
    }
    .anglo-hub.left-aligned .global-title {
        margin-top: auto;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .top-overlap.vector-at-left.anglo-hub .global-title {
        margin-bottom: 0;
    }
    .vector-img.three_child img {
        width: 120px !important;
    }
    .grid-two .right-image .vector-img {
        right: 11px;
        top: -70px;
    }
    .anglo-hub.left-aligned {
        padding: 90px 0 90px;
    }

    .navbar-toggler {
        border: 1px solid #fff;
    }
    
    .main-banner {
        margin-top: 0;
    }
    .contact-header.mb-show {
        width: fit-content;
        margin: auto;
        position: relative;
        z-index: 99;
        background-color: transparent;
    }
    .navbar {
        top: 0;
        padding: 15px 0;
    }
    .contact-header.mb-show {
        padding: 29px 12px;
    }
    .navbar-nav li {
        margin-left: 0;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 0;
        padding: 5px 15px;
    }
    .navbar .container-fluid {
        padding: 0;
    }
    .navbar .navbar-brand {
        margin-left: 10px;
    }
    .navbar .navbar-toggler {
        margin-right: 10px;
    }
    .navbar.sticky .container-fluid::after {
        display: none;
    }
    .navbar-nav {
        padding-bottom: 10px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .contact-header.mb-show {
        position: absolute;
        left: 0;
        right: 0;
        width: fit-content;
    }
    .navbar, .contact-header.mb-show {
        padding: 15px 0;
    }
    .navbar-collapse  {
        background-color: #fff;
    }
    .navbar .btn {
        background-color: #15331d;
        color: #fff;
    }
}
@media (max-width: 767px) {
    .draggable-slider {
        display: none;
    }
    .map-mb-show {
        display: block !important;
    }
    .map-desk-show,
    .navbar .left-side,
    .contact-header,
    .navbar .container-fluid::after {
        display: none !important;
    }
    .trusted-dev .global-title h2 {
        padding-right: 0;
    }
    .toggle-wrapper  {
        margin-left: auto;
    }
    .floating-content {
        right: 5%;
        bottom: auto;
        top: 30%;
    }
    .floating-content h2 {
        font-size: 30px;
    }
    .pb-200 {
        padding-bottom: 100px;
    }
    h2 {
        font-size: 30px;
        margin-bottom: 24px;
    }
    .toggle {
        margin-right: 0;
    }
    .overlapped-images {
        max-width: 450px;
        margin-bottom: 100px;
    }
    .grid-two .global-title {
        max-width: 100%;
    }
    .anglo-hub.top-overlap {
        margin-top: 70px;
    }
    .vector-at-left.anglo-hub .global-title,
    .anglo-hub.left-aligned .global-title {
        max-width: 80%;
        margin-right: auto;
        margin-left: 0;
    }
    .anglo-hub.vector-at-left .vector-img {
        top: auto;
        bottom: -10%;
        max-width: 150px;
    }
    .anglo-hub.left-aligned .vector-img {
        max-width: 200px;
        left: auto;
        right: 10px;
        margin-right: 0;
        top: 10%;
    }
    .anglo-hub.left-aligned {
        position: unset !important;
    }
    .anglo-hub.left-aligned .align-items-center {
        position: relative;
    }
    .anglo-hub.left-aligned .vector-img {
        bottom: -50px;
        top: auto;
    }
    .anglo-hub.left-aligned .right-image {
        padding-top: 0;
        margin-bottom: 40px;
    }
    footer p,
    footer div {
        width: 100%;
        text-align: center;
    }
    .familiar-map .right-image {
        margin-bottom: 60px;
    }
    .familiar-map {
        margin-bottom: 0;
        padding: 80px !important;
    }
    .map-listing ul {
        padding-bottom: 60px;
    }
    .anglo-hub .col-lg-8,
    .anglo-hub .container-fluid {
        padding-right: 10px;
    }
    .familiar-map.vector-at-left.anglo-hub .global-title {
        max-width: 100%;
    }
    section {
        padding: 70px 0;
    }
    .trusted-dev .global-title {
        padding-top: 0;
    }
    footer {
        margin: 0 12px;
    }
    .contact-header {
        padding: 0;
    }
    .contact-header p {
        padding-bottom: 0;
    }
    footer .footer-logo p {
        width: 100%;
        font-weight: 400;
    }
    .footer-logo img {
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 80px;
        margin: auto auto 0px;
    }
    .footer-logo {
        flex-direction: column;
        justify-content: center;
        width: fit-content;
        margin: auto auto 20px;
    }
    footer .footer-logo p {
        margin: auto;
    }
    .center-bottom {
        left: 40%;
        bottom: -140px;
    }
    .vector-img.three_child img {
        width: 145px !important;
    }
    .lb-dataContainer {
        right: 20px;
    }
    .anglo-hub:not(.familiar-map).left-aligned .right-image img {
        height: fit-content;
    }
    .top-overlap.vector-at-left.anglo-hub .global-title {
        margin-bottom: 40px;
    }
    .anglo-hub.left-aligned {
        padding: 0 0 70px;
    }
    
    .grid-two .right-image .vector-img {
        right: 0;
        top: -64px;
    }
    .vector-img.three_child img {
        width: 157px !important;
    }
    .contact-header span {
        margin-bottom: 0;
    }
    /* .navbar {
        top: 80px;
    } */
    .navbar {
        padding: 15px 0;
    }
    .navbar.sticky .right-side .contact-header {
        display: none;
    }

    .anglo-hub.left-aligned .global-title {
        margin-right: 0;
    }
    
    .overlapped-images {
        margin: 50px auto 200px;
    }
    .grid-two .global-title {
        padding-top: 0;
        text-align: center;
    }
    .grid-two .global-title p,
    .grid-two.left-aligned .col-lg-8 {
        padding-right: 0;
    }
    .bg-grey-map.grid-two .global-title {
        margin-bottom: 0;
    }
    .grid-two.left-aligned .right-image {
        margin-right: -12px;
        margin-bottom: 110px;
    }
    .top-overlap.right-grid-two .row {
        flex-direction: column-reverse;
    }
    .about-block .each-about-card .top-image {
        height: 530px;
    }
    .right-grid-two {
        margin-top: 0 !important;
    }
    .right-grid-two .col-lg-8 {
        padding: 0;
    }
    .right-grid-two .right-image  {
        margin: 0 -12px 130px;
    }
    .right-grid-two.anglo-hub.vector-at-left .vector-img {
        bottom: auto;
        top: -180px;
    }
    .top-overlap.vector-at-left.anglo-hub .global-title {
        padding-bottom: 0;
        margin: auto;
    }
    .anglo-hub.vector-at-left .global-title h2 {
        padding-right: 0;
    }
    .grid-two.left-aligned .global-title {
        width: 100%;
        max-width: 100%;
    }
    .grid-two.left-aligned .three_child {
        align-items: flex-end;
        display: flex;
        right: auto;
        left: 40px;
    }
    .anglo-hub.left-aligned .vector-img {
        bottom: -70px;
    }
    .right-grid-two.anglo-hub.vector-at-left .vector-img {
        max-width: 140px;
    }
    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot span {
    background: #15331d;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: -34px;
        z-index: 8;
        position: relative;
    }
    .draggable-slider  {
        padding-bottom: 0;
    }
    .trusted-dev .global-title {
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    .trusted-dev .global-title,
    .trusted-dev p {
        max-width: 100%;
        text-align: center;
    }
    .trusted-dev .all-logos {
        justify-content: center;
    }
    .grid-two.left-aligned .global-title {
        max-width: 70%;
        margin: auto;
    }
    section.familiar-map {
        background-size: cover;
    }
    .navbar-brand img {
        max-width: 160px;
    }
    .anglo-hub:not(.familiar-map).left-aligned .right-image >img {
        margin-left: -12px;
    }
    .anglo-hub.left-aligned .col-lg-8, .anglo-hub.left-aligned .container-fluid {
        padding-right: 0;
    }
}
@media (max-width: 575px) {
    .navbar  .left-side .contact-header,
    .navbar.sticky .right-side .contact-header,
    .contact-header span,
    .navbar .container-fluid::after {
        display: none;
    }
    .navbar .contact-header {
        margin-bottom: 10px;
    }
    .toggle {
        margin-right: 15px;
    }
    .main-banner p {
    line-height: 20px;
}
    .navbar.sticky .toggle {
        margin-bottom: 0;
    }
    .navbar-brand img {
        max-width: 170px;
    }
    h2 {
        font-size: 28px;
    }
    .pb-200 {
        padding-bottom: 70px;
    }
    .main-banner h1 {
        margin-bottom: 15px;
    }
    .contact-header p {
        padding-bottom: 5px;
    }
    .back-top {
        max-width: 72%;
        max-height: 450px;
        overflow: hidden;
    }
    .left-center {
        max-width: 44%;
        top: 92px;
        align-items: flex-end;
        display: flex;
    }
    .center-bottom {
        max-width: 34%;
        left: 35%;
        right: auto;
        bottom: -136px;
    }
    
    .anglo-hub .global-title {
        padding-top: 50px;
        max-width: 80%;
    }
    .anglo-hub {
        position: relative;
    }
    .anglo-hub .vector-img {
        right: 10px;
        margin-right: 0;
        top: 50px;
    }
    .image-slider .owl-item a {
        margin: 0;
    }
    .anglo-hub.vector-at-left .global-title,
    .anglo-hub.left-aligned .global-title {
        padding-top: 0;
    }
    .vector-at-left.anglo-hub .global-title,
    .anglo-hub.left-aligned .global-title {
        max-width: 100%;
        padding-bottom: 100px;
    }
    .anglo-hub.left-aligned .global-title {
        padding-bottom: 0;
    }
    .anglo-hub.left-aligned .global-title {
        margin-bottom: 0;
    }
    .anglo-hub.left-aligned .vector-img,
    .anglo-hub.vector-at-left .vector-img {
        max-width: 140px;
    }
    .trusted-dev .global-title h2 {
        padding-right: 0;
    }
    .familiar-map .global-title {
        padding: 70px 0 0 !important;
    }
    .familiar-map .right-image {
        min-height: 370px;
    }
    .footer-right .footer-contact,
    .footer-right .footer-contact a {
        line-height: 24px;
    }
    .anglo-hub.vector-at-left .global-title h2 {
        padding-right: 0;
    }
    .contact-header.sticky {
        padding: 20px 20px 0;
    }
    .lb-dataContainer {
        right: 0px;
    }
    .vector-img.three_child img {
        max-width: 150px !important;
    }
    .anglo-hub.left-aligned .global-title {
        margin-bottom: 20px;
    }
    .navbar {
        padding: 15px 0;
    }
    .contact-header.mb-show {
        padding: 15px 12px;
    }
    .contact-header p {
        font-size: 10px;
    }
    .navbar {
        top: 0;
    }
    .contact-header.mb-show {
        width: 100%;
    }
    .main-banner {
        padding-top: 150px;
        padding-bottom: 50px;
    }
    aside {
        width: 92%;
        right: -92%;
    }
    section.familiar-map {
        padding: 80px 20px !important;
    }
    .familiar-map.vector-at-left.anglo-hub .global-title {
        padding-top: 0 !important;
    }
    .map-listing ul {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .navbar-brand img {
        max-width: 132px;
    }
    .navbar {
        padding: 7px 15px 8px !important;
    }
}
@media (max-width: 420px) {
    .contact-header p a {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }   
    .navbar .nav-link {
        margin: 0 30px 0 30px;
    }
    .floating-content {
        right: 30px;
        bottom: auto;
        top: 34%;
        width: 50px;
    }
    .floating-content h2 {
        font-size: 21px;
    }
    .footer-right .footer-contact,
    .footer-right .footer-contact a {
        line-height: 20px;
    }
    .grid-two .global-title p {
        font-size: 15px;
        line-height: 26px;
    }
    .anglo-hub.left-aligned .right-image {
        padding-top: 80px;
    }
    .grid-two .right-image .vector-img {
        top: -9px;
    }
    .footer-right .footer-contact a {
        width: 100%;
        display: flex;
        margin: 0;
        text-align: center;
        justify-content: center;
        padding: 0;
    }
    footer a::after {
        display: none;
    }
    .footer-contact {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .center-bottom {
        bottom: -95px;
    }
    .left-center {
        top: 0;
    }
    .top-overlap.grid-two.vector-at-left.right-grid-two {
        padding-bottom: 0;
    }
}
@media (max-width: 375px) {
    .map-listing li p,
    .map-listing li b {
        font-size: 14px;
        padding-right: 0;
    }

    .map-listing li b {
        padding-right: 10px;
        padding-right: 5px;
    }
    .map-listing li img {
        margin-right: 7px;
    }
    .grid-two .global-title p {
        font-size: 14px;
    }
}

/* Anglo hub section no longer sits directly under the hero; drop its
   legacy negative-margin overlap so it doesn't overlap whatever precedes it. */
.right-grid-two {
    margin-top: 0 !important;
}

/* YouTube facade: silent autoplay preview + center play button, swaps to a
   live YouTube iframe (with sound) on click. */
.yt-video-wrap {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    cursor: pointer;
    overflow: hidden;
}
.yt-video-wrap video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yt-video-wrap .yt-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84px;
    height: 58px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 2;
    transition: transform 0.2s ease;
}
.yt-video-wrap .yt-play-btn svg {
    width: 100%;
    height: 100%;
    display: block;
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.4));
}
.yt-video-wrap:hover .yt-play-btn {
    transform: translate(-50%, -50%) scale(1.08);
}
.yt-video-wrap .yt-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: none;
}
.yt-video-wrap.yt-playing {
    cursor: default;
}
.yt-video-wrap.yt-playing video,
.yt-video-wrap.yt-playing .yt-play-btn {
    display: none;
}
.yt-video-wrap.yt-playing .yt-iframe {
    display: block;
}
/* This section shows the interactive preview/play-button facade at every
   screen size, overriding the site-wide "static image instead of video on
   mobile" convention used by the other video sections. */
.single-image .yt-video-wrap {
    display: block !important;
}
.single-image video.map-video {
    display: block !important;
}
@media (max-width: 575px) {
    .yt-video-wrap .yt-play-btn {
        width: 56px;
        height: 40px;
    }
}
@media (max-width: 360px) {
    .yt-video-wrap .yt-play-btn {
        width: 46px;
        height: 34px;
    }
}


