@import url('https://fonts.googleapis.com/css2?family=Gelasio:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
html{
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden !important;
}
body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
body a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
h1, h2, h3{
    font-family: Gelasio;
}
h1,
h2,
h3,
h4,
h5,
h6,
body p {
    margin-bottom: 0;
    padding: 0;
}
body p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #61605C;
    font-family: 'Poppins'!important;
}
p:not(:last-of-type) {
    margin-bottom: 16px;
}
img{
    display: block;
}
body h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
    color: #3E3823;
    margin-bottom: 0;
    text-transform: uppercase;
}
body h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    color: #23263E;
    margin-bottom: 0;
    text-transform: uppercase;
}
body h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    color: #2FBEBE;
}
@media only screen and (max-width: 1400px){
    body h2{
        font-size: 44px;
    }
}
@media only screen and (max-width: 1199px){
    body h2{
        font-size: 36px;
    }
    body h3{
        font-size: 32px;
    }
    body h4{
        font-size: 28px;
    }
}
@media only screen and (max-width: 1024px){
    body h2{
        font-size: 32px;
    }
    body h3{
        font-size: 28px;
    }
    body h4{
        font-size: 24px;
    }
}
@media only screen and (max-width: 991px){
    body h2{
        font-size: 30px;
    }
    body h3{
        font-size: 25px;
    }
    body h4{
        font-size: 23px;
    }
}
@media only screen and (max-width: 767px){
    body h2{
        font-size: 26px;
    }
    body h3{
        font-size: 22px;
    }
    body h4{
        font-size: 20px;
    }
}
@media only screen and (max-width: 575px){
    body h2{
        font-size: 22px;
    }
    body h3{
        font-size: 20px;
    }
    body h4{
        font-size: 18px;
    }
}
/****** Container css ******/
@media only screen and (max-width: 991px) and (min-width: 767px) {
    body .container{
        padding: 0 20px;
    }
}
@media only screen and (min-width: 576px){
   body .container{
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (min-width: 650px){
   body .container{
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (min-width: 768px){
    body .container{
        max-width: 920px;
        width: 100%;
    }
}
@media only screen and (min-width: 992px){
    body .container{
        max-width: 960px;
        width: 100%;
    }
}
@media only screen and (min-width: 1200px){
    body .container{
        max-width: 1140px;
        width: 100%;
    }
}
@media only screen and (min-width: 1300px){
    body .container{
        max-width: 1210px;
        width: 100%;
    }
}
@media only screen and (min-width: 1400px){
    body .container{
        max-width: 1320px;
        width: 100%;
    }
}
@media only screen and (min-width: 1600px){
    body .container{
        max-width: 1520px;
        width: 100%;
    }
}
@media only screen and (min-width: 1800px){
    body .container{
        max-width: 1670px;
        width: 100%;
    }
}
@media only screen and (min-width: 1240px){
    body .mxw-1200{
        max-width: 1200px;
    }
}

.section_padding{
    padding: 100px 0;
}
.section_margin{
    margin: 100px 0;
}
@media only screen and (max-width: 1200px){
    .section_padding{
        padding: 80px 0;
    }
    .section_margin{
        margin: 80px 0;
    }
}
@media only screen and (max-width: 991px){
    .section_padding{
        padding: 60px 0;
    }
    .section_margin{
        margin: 60px 0;
    }
}
@media only screen and (max-width: 767px){
    .section_padding{
        padding: 50px 0;
    }
    .section_margin{
        margin: 50px 0;
    }
    body .container-fluid,
    body .container {
        padding: 0 30px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 575px){
    .section_padding{
        padding: 40px 0;
    }
    .section_margin{
        margin: 40px 0;
    }
}
.default-btn {
    background: #2FBEBE;
    padding: 12px 24px;
    color: #FFF;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #2FBEBE;
    font-family: 'Poppins';
    white-space: nowrap;
    margin-top: 32px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
}



.header-logo img {
    max-width: 260px;
    width: 100%;
}
header {
    padding: 12px 0;
}


/* Banner */
.banner-section{
    position: relative;
}
.banner-content {
    position: absolute;
    padding: 48px 0;
    top: 50%;
    max-width: 1575px;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.banner-img img{
    width: 100%;
}
.banner-content h1 {
    color: #FFF;
    text-shadow: 0px 2px 55px rgba(0, 0, 0, 0.20);
    font-size: 64px;
    font-weight: 500;
    line-height: 1.2; /* 115.2px */
    letter-spacing: 5.76px;
    text-transform: uppercase;
}
@media only screen and (max-width: 1600px){
    .banner-content h1{
        font-size: 56px;
    }
}
@media only screen and (max-width: 1200px){
    .banner-content h1{
        font-size: 48px;
    }
}
@media only screen and (max-width: 991px){
    .banner-content h1{
        font-size: 44px;
    }
}
@media only screen and (max-width: 768px){
    .banner-content h1 {
        font-size: 32px;
        letter-spacing: 3px;
    }
}
@media only screen and (max-width: 575px){
    .banner-content h1 {
        font-size: 26px;
        letter-spacing: 1px;
    }
    .banner-img img {
        height: 260px;
        object-fit: cover;
    }
}
@media only screen and (max-width:425px){
	.banner-content h1 br {
    display: none;
}
}



.location-box{
    background-color: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, .2);
    transition: all 0.5s;
    height: 100%;
    position: relative;
}
.location-box:hover{
    box-shadow: 0 0 24px 12px rgba(0, 0, 0, .2);
}
.location-box-img iframe{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin-bottom: 24px;
}
.location-box-body{
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
}
.location-box-title h3 {
    font-size: 24px;
    transition: all 0.4s;
    margin: 0;
    color: #2FBEBE;
}
.location-box-title a:hover h3 {
    color: #61605C;
}
.location-box-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.location-box-body .default-btn{
    margin-top: 0;
}
@media screen and (max-width: 576px) {
    .location-box-title h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 480px){
    .location-box-body{
        flex-direction: column;
        justify-content: center;
    }
}

/* footer */
footer.site-footer {
    background-color: #F0F5F6;
    padding: 32px 0;
}
/* footer */
footer.site-footer img{
    max-width: 260px;
    width: 100%;
}
.copiright-text {
    text-align: right;
}