@font-face {
    font-family: 'Lora-Medium';
    src: url('../fonts/Lora-Medium.eot');
    src: url('../fonts/Lora-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lora-Medium.woff2') format('woff2'),
        url('../fonts/Lora-Medium.woff') format('woff'),
        url('../fonts/Lora-Medium.ttf') format('truetype'),
        url('../fonts/Lora-Medium.svg#Lora-Medium') format('svg');
}
body {
    padding: 0px;
	margin: 0px;
}
html {
	font-size: 62.5%;
}
a{
    text-decoration: none;
}
#mobile-contact-bar {
    display: none;
}

.header-section {
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.landing-banner{
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.landing-banner-img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.header-section img{
   width: 568px; 
}
.banner-mid-content {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.each-block {
    border: 1.5px solid rgba(255, 255, 255, 0.50);
    padding: 6px;
    min-height: 390px;
    position: relative;
    cursor: pointer;
}
.each-block h2 {
    color: #FFF;
    font-family: 'Lora-Medium';
    font-size: 3.2rem;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.50);
    line-height: normal;
    letter-spacing: 1.6px;
}
.each-block-wrap {
    padding: 6px;
    background-color: rgba(28, 28, 28, 0.40);
    min-height: 390px;
}
.each-block-wrap h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
}
.each-landing-banner-block .row {
    display: flex;
    column-gap: 38px;
    flex-wrap: wrap;
}
.each-landing-banner-block .col-lg-4 {
    width: 31%;
}
.each-landing-banner-block {
    max-width: 75%;
    margin: 0 auto;
}











@media(max-width:1599.98px){
    .header-section img {
        width: 500px;
    }
    .banner-mid-content {
        top: 58%;
    }
    .each-block-wrap,
    .each-block {
        min-height: 350px;
    }
    .each-landing-banner-block .row {
        column-gap: 25px;
    }
}
@media(max-width:1399.98px){
    .each-block h2 {
        font-size: 2.6rem;
    }
    .each-block-wrap, .each-block {
        min-height: 305px;
    }
    .header-section img {
        width: 420px;
    }
    .banner-mid-content {
        top: 50%;
    }
}
@media(max-width:1199.98px){
    .each-landing-banner-block .col-lg-4 {
        width: 48%;
    }
    .each-landing-banner-block .row {
        row-gap: 25px;
    }
    .header-section img {
        width: 340px;
    }
    .banner-mid-content {
        top: 60%;
    }
    
}
@media(max-width:991.98px) {
    .each-landing-banner-block .row {
        row-gap: 14px;
        column-gap: 14px;
    }
    .each-block h2 {
        font-size: 2.3rem;
    }
}
@media(max-width:767px){
    .header-section img {
        width: 240px;
    }
    .each-landing-banner-block .row {
        row-gap: 10px;
        column-gap: 10px;
    }
    .each-landing-banner-block .col-lg-4 {
        width: 100%;
    }
    .each-block-wrap, .each-block {
        min-height: 230px;
    }
    .header-section {
        top: 6%;
    }
}
@media(max-width:429.98px){
    .banner-mid-content {
        top: 57%;
    }
    .each-block-wrap, .each-block {
        min-height: 160px;
    }
    .header-section img {
        width: 210px;
    }
    .each-block h2 {
        font-size: 2rem;
    }
}