/* 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-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Beatrice';
  src: url('fonts/Beatrice-Regular-Italic.ttf') format('truetype');
  font-weight: 400;
  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-Medium-Italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@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-SemiBold-Italic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@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-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@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;
}

.bg-grey-e8 {
    background-color: #E8E8E3;
}
.bg-green {
    background-color: #15331D;
}
img {
    max-width: 100%;
}

section {
    padding: 100px 0;
}
.top-overlap {
    margin-top: -100px;
}
body {
    font-family: 'Beatrice';
    background-color: #F7F6F3;
}
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;
}
.pb-200 {
    padding-bottom: 200px;
}
.contact-header {
    position: absolute; 
    right: 0;
    width: 100%;
    padding: 50px 90px 15px;
    z-index: 4;
    left: 0;
}
.contact-header p {
    margin-bottom: 0;
    color: #fff;
    text-align: right;
    font-size: 12px;
    padding-bottom: 21px;
    border-bottom: .5px solid #B7D8EF;
    font-weight: 600;
}
.contact-header p a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.main-banner .logo-wrap {
    max-width: 150px;
    margin: auto auto 100px;
    z-index: 2;
    position: relative;
}

.main-banner {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    justify-content: center;
    display: flex;
    min-height: 800px;
    padding-top: 180px;
}

.main-banner::after {
    background-color: rgba(24, 0, 17, 0.2);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    content: '';
}
.main-banner h1 {
    text-align: center;
    position: relative;
    z-index: 3;
}

/* 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: 300px;
    position: absolute;
    left: 0;
    top: 135px;
    bottom: 0;
    z-index: 2;
    right: auto;
}

.back-top {
    max-width: 400px;
    margin-left: auto
}
.center-bottom {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 150px;
}
.grid-two .global-title {
    padding-top: 135px;
    max-width: 300px;
}

.grid-two .global-title p {
    padding-right: 34px;
}
.grid-two .global-title a {
    color: #425A45;
    font-size: 14px;
}
/* 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;
    
}
#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;
}
#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: 620px;
    overflow: hidden;
}
.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;
    padding-right: 250px;
}
.about-block .each-about-card  .about-desc b {
    font-weight: 600 !important;
}
.familiar-map {
    padding-bottom: 0;
    overflow: unset;
    margin-bottom: 140px;
}
.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%;
}
.map-listing ul {
    list-style-type: none;
    padding-bottom: 65px;
    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: 16px;
    margin-right: 10px;
}
.map-listing li b {
    padding-right: 15px;
    font-weight: 600;
}
.map-listing {
    width: 100%;
}
.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;
}
.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%;
    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: 15px 0 70px;
    margin: 0 90px;
    border-top: 1px solid #DED8CA;
}
footer p {
    color: #7E8F7E;
    margin-bottom: 0;
    font-size: 10px;
}
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: 0;
    left: auto;
    top: 0;
    bottom: 0;
    content: '|';
}
@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(max-width: 1440px) {
    .image-slider .owl-item a {
        height: 500px;
    }
}
@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: 1199px) {
    .about-block .each-about-card .about-desc {
        padding-right: 100px;
    }
}
@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%;
    }
}
@media(max-width: 1024px) {
    .anglo-hub .vector-img {
        position: absolute;
    }
}
@media(max-width: 991px) {
    .top-overlap  {
        margin-top: -70px;
    }
    .main-banner {
        min-height: 595px;
        padding-top: 135px;
    }
    .main-banner .logo-wrap {
        margin: auto auto 50px;
        max-width: 112px;
    }
    .overlapped-images {
        margin: -70px auto auto;
    }
    .left-center {
        max-width: 200px;
    }
    .back-top {
        max-width: 300px;
    }
    .center-bottom {
        max-width: 120px;
        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 .about-desc {
        padding-right: 50px;
    }
    .about-block .each-about-card .top-image {
        height: 450px;
    }
    .familiar-map .global-title {
        padding-top: 70px;
    }
    footer {
        margin: 0 50px;
    }
     .contact-header {
        padding: 30px 50px 0;
    }
    .contact-header p {
        padding-bottom: 10px;
    }
    .about-block  {
        padding-bottom: 50px;
    }
    .familiar-map .global-title {
        margin-bottom: 70px;
    }
}

@media(max-width: 767px) {
    .pb-200 {
        padding-bottom: 100px;
    }
    h2 {
        font-size: 30px;
        margin-bottom: 24px;
    }
    .overlapped-images {
        max-width: 450px;
        margin-bottom: 70px;
    }
    .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: 30px;
        margin-bottom: 40px;
    }
    .anglo-hub.left-aligned .row {
        flex-direction: column-reverse;
    }
    .anglo-hub.left-aligned  {
        padding-top: 0;
    }
    footer p,
    footer div {
        width: 100%;
        text-align: center;
    }
    .familiar-map .right-image {
        min-height: 500px;
    }
    .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: 30px 12px 0;
    }
    .contact-header p {
        padding-bottom: 7px;
    }
}

@media(max-width: 575px) {
    h2 {
        font-size: 28px;
    }
    .pb-200 {
        padding-bottom: 70px;
    }
    .main-banner h1 {
        margin-bottom: 50px;
    }
    .contact-header p {
        padding-bottom: 5px;
    }
    .back-top {
        max-width: 80%;
    }
    .left-center {
        max-width: 44%;
        top: 92px;
    }
    .center-bottom {
        max-width: 31%;
        left: 30%;
        right: auto;
        bottom: -30px;
    }
    .grid-two .global-title {
        padding-top: 0;
    }
    .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 12px;
    }
    .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 .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;
    }
}