*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-weight: 400;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-family: 'Gelion Regular';
    color: #1F2B3D;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.object-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: unset;
}

.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}


img {
    max-width: 100%;
}

p {
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}

a {
    text-decoration: none;
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
    padding: 0;
    font-weight: 900;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.container {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 22px;
}

input {
    width: 100%;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #e0e2e4;
    background: #fff;
    padding: 0 16px;
    height: 44px;
    font-size: 15px;
    color: #1a1a1a;
    transition: all ease 0.3s;
}


input::placeholder {
    opacity: 1;
    color: #ababab;

}

input:focus {
    outline: none;
    border: 1px solid #0d5c6c;
}

@media (min-width: 768px) {
    .container-fluid {
        max-width: 90%;
    }

    .container {
        padding: 0 45px !important;
    }
}

@media (min-width: 1440px) {

    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        padding-right: 22px;
        padding-left: 22px;
    }
}

@font-face {
    font-family: 'Gelion Regular Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Gelion Regular Italic'), url('../fonts/Gelion Regular Italic.woff') format('woff');
}


@font-face {
    font-family: 'Gelion Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Gelion Regular'), url('../fonts/Gelion Regular.woff') format('woff');
}


@font-face {
    font-family: 'Gelion Light';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Gelion Light'), url('../fonts/Gelion Light.woff') format('woff');
}


@font-face {
    font-family: 'Gelion Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Gelion Thin Italic'), url('../fonts/Gelion Thin Italic.woff') format('woff');
}


@font-face {
    font-family: 'Gelion Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Gelion Light Italic'), url('../fonts/Gelion Light Italic.woff') format('woff');
}


@font-face {
    font-family: 'Gelion Thin';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Gelion Thin'), url('../fonts/Gelion Thin.woff') format('woff');
}


@font-face {
    font-family: 'Gelion Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Gelion Medium Italic'), url('../fonts/Gelion Medium Italic.woff') format('woff');
}


@font-face {
    font-family: 'Gelion Medium';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Gelion Medium'), url('../fonts/Gelion Medium.woff') format('woff');
}


@font-face {
    font-family: 'Gelion Semi Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Gelion Semi Bold Italic'), url('../fonts/Gelion SemiBold Italic.woff') format('woff');
}


@font-face {
    font-family: 'Gelion Semi Bold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Gelion Semi Bold'), url('../fonts/Gelion SemiBold.woff') format('woff');
}


@font-face {
    font-family: 'Gelion Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Gelion Bold Italic'), url('../fonts/Gelion Bold Italic.woff') format('woff');
}


@font-face {
    font-family: 'Gelion Bold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Gelion Bold'), url('../fonts/Gelion Bold.woff') format('woff');
}


@font-face {
    font-family: 'Gelion Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Gelion Black Italic'), url('../fonts/Gelion Black Italic.woff') format('woff');
}


@font-face {
    font-family: 'Gelion Black';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Gelion Black'), url('../fonts/Gelion Black.woff') format('woff');
}


.flex-prop {
    display: flex;
}



/*button style*/

.btn {
    padding: 6px 20px !important;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    position: relative;
    transition: all ease 0.3s;
}

.btn-link {
    padding: 0 !important;
    color: #1a1a1a;
    border-radius: 0;
    text-decoration: none;
}

.btn-link i {
    margin-left: 5px;
}

.btn-link:hover {
    color: #F05838;
}

.btn-primary {
    background: #1C1C20;
    color: #fff;
    border: 1px solid #1C1C20;
}

.btn-primary:hover {
    background: #F05838;
    color: #fff;
    border: 1px solid #F05838;
}

.btn-secondary {
    background: transparent;
    color: #1C1C20;
    border: 1px solid #c5c5c5;
}

.btn-secondary:hover {
    background: transparent;
    color: #F05838;
    border: 1px solid #F05838;
}



@media (min-width: 768px) {
    .btn {
        padding: 10px 20px !important;
        border-radius: 12px;
        font-size: 16px;
    }

    .btn-link {
        padding: 0 !important;
    }
}

@media (min-width: 1200px) {
    .btn {
        padding: 10px 25px !important;
        font-size: 18px;
    }

    .btn-link {
        padding: 0 !important;
    }
}



/*page header*/
header {
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    transition: all ease 0.3s;
}

.nav-up .header-main {
    top: -1px;
    position: relative;
}

.nav-up .header-top {
    height: 0;
    overflow: hidden;
    opacity: 0;
    overflow-x: -9999;
    padding: 0;
}

.header-main {
    display: block;
    background: transparent;
    z-index: 99999;
    width: 100%;
    transition: all ease 0.1s;
    top: 0;
    background: #f0ebe7;

}

.header_scroll .header-main {
    box-shadow: 0 4px 44px rgb(0 0 0 / 10%);
    background-color: #fff;
}

/* .header_scroll .header-main .header-logo img {
    filter: invert(1);
} */

.header-top {
    background-color: #F5F5F5;
    padding: 8px 0;
    text-align: center;
    transition: all ease 0.3s;
}

.header-top p {
    font-size: 12px;
    font-weight: 500;
    color: #2C2B2B;
    line-height: 14px;
    padding: 0 10px;
}

.header-top p a {
    color: #242424;
    text-decoration: underline;
}

.header-main.header-fixed {
    top: 0;
    position: fixed;
    width: 100%;
    transition: all .3s ease;
}

.container-menu {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
    transition: all ease 0.3s;
    align-items: center;
}

.navigation {
    width: calc(100% - 290px);
    display: flex;
    justify-content: flex-end;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-center {
    display: none;
}

.header-main:before,
.header-main:after {
    display: table;
    line-height: 0;
    content: "";
}

.core-menu {
    text-align: right;
    overflow: hidden;
}

.core-menu li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
}

.core-menu li a {
    display: inline-block;
    padding: 15px 0 34px 0;
    font-size: 14px;
    transition: all ease 0.3s;
    font-family: 'Gelion Medium';
    color: #1a1a1a;
    font-weight: normal;
    position: relative;
}

.core-menu li a:hover {
    color: #155c6d !important;
}

.core-menu li.active a {
    color: #155c6d;
}

.hamburger-menu {
    display: none;
}

.header-logo {
    display: block;
    width: 152px;
    transition: all ease 0.1s;
}

/* hover */
.core-menu li:hover a span.toggle:before {
    color: #fff;
}

.core-menu li:hover a {
    color: #fff !important;
    background-color: #F05838 !important;
}

.core-menu li:hover .menu-icon span {
    display: block;
}

.core-menu li:hover .menu-icon img {
    display: none;
}

.core-menu li:hover .menu-icon span img {
    display: block !important;
}

.core-menu li:hover .dropdown li a {
    background-color: #fff !important;
    color: #526581 !important;
}

.mobile-nav-btn {
    display: none;
}

.header-search {
    position: relative;
    margin-bottom: 30px;
}

.desktop-search {
    display: none;
}

.header-search input {
    width: 100%;
    border-radius: 50px;
    line-height: 49px;
    display: inline-block;
    border: none;
    padding: 0 30px 0 60px;
    font-size: 15px;
    color: #fff;
    transition: all ease 0.3s;
    background: url(../img/header-search-icon.svg) left 20px center no-repeat #ffffff00;
    backdrop-filter: blur(59px) brightness(1.3);
}

.header-search input:focus {
    outline: none;
    text-align: center;
    border: none;
    padding: 0 30px;
}

.header-search input::placeholder {
    color: #fff !important;
    transition: all ease 0.3s;
}




/* hover end */


li span.toggle:before {
    color: #526581;
}


.header-btn {
    position: relative;
    background-color: transparent;
    padding: 0 30px 0 0;
    text-align: right;
}

.container-menu {
    height: 95px;
    justify-content: space-between;
    padding: 0 0;
}

.menu-icon {
    display: inline-block;
    margin-right: 25px;
}

.menu-icon span {
    display: none;
}

.hamburger-menu {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 30px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    z-index: 99;
    border-radius: 50px;
    display: block;
    transform: translate(0, -50%);
}

.menu-open .hamburger-menu {
    position: fixed;
    top: 28px;
    right: 13px;
}

.header-logo {
    left: 0;
    width: 113px;
    margin-top:5px;
}

@media only screen and (max-width: 600px) {
  .header-logo {
    left: 0;
    width: 113px;
    margin-top:0px;
}
}

.header-logo img {
    transition: all ease 1s;
}


.navigation {
    display: flex;
    width: auto;
    text-align: start;
    align-items: center;
    justify-content: flex-end;
}

.core-menu {
    width: 80%;
    max-width: 337px;
    background: #1c1c20;
    position: fixed;
    right: -1000vh;
    padding-top: 80px;
    height: 100vh;
    transition: all ease-in-out 0.3s;
}

.core-menu.fast {
    right: 0;
    z-index: 9;
    top: 0;
}

.core-menu li {
    width: 100%;
    text-align: start;
    display: block;
    padding: 0 20px 4px 13px;
}

.core-menu li a {
    display: flex;
    height: 40px;
    align-items: center;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    position: relative;
    padding: 0 15px;
}

.core-menu li:focus {
    background: none;
}

.core-menu li a:focus {
    background: none;
}

.core-menu li a:hover {
    color: #25b1d3;
}

.core-menu li.active a {
    color: #fff;
    background-color: #404044;
}


.core-menu li a span.toggle {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
}

.hamburger-menu {
    display: block;
}

.burger-1,
.burger-2,
.burger-3 {
    display: block;
    position: absolute;
    width: 25px;
    height: 2px;
    border-radius: 30px;
    background: #475656;
    -webkit-transition: .2s ease;
    -ms-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    right: 0;
}

.burger-1 {
    top: 0;
}

.burger-2 {
    top: 8px;
}

.burger-3 {
    top: 16px;
}

.burger-1.open,
.burger-2.open,
.burger-3.open {
    left: 5px;
    -webkit-transition: .2s ease;
    -ms-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    transform-origin: 50% 50%;
    background-color: #fff;
}

.burger-1.open {
    top: 12px;
    width: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.burger-2.open {
    opacity: 0;
}

.burger-3.open {
    top: 12px;
    width: 20px;
    transform: rotate(-45deg);
}

.menu-off .core-menu.fast {
    right: -1000vh;
    z-index: -999;
}

.nav-down.menu-open.menu-off .header-logo {
    top: 25px;
}

.menu-open.menu-off.nav-up .hamburger-menu {
    top: 25px;
}

.menu-open.menu-off.nav-down .hamburger-menu {
    top: 86px;
}

.menu-off .burger-1.open,
.menu-off .burger-2.open,
.menu-off .burger-3.open {
    transform: rotate(0);
}

.menu-off .burger-1.open {
    left: 5px;
    top: 7px;
}

.menu-off .burger-2.open {
    left: 5px;
    top: 12px;
    opacity: 1;
}

.menu-off .burger-3.open {
    left: 5px;
    top: 17px;
}

@media (min-width: 768px) {
    .menu-open .hamburger-menu {
        right: 45px;
    }

    .core-menu li {
        padding: 0 30px 10px 30px;
    }
}

@media (min-width: 1200px) {
    .container-menu {
        height: 74px;
    }

    .menu-open .hamburger-menu {
        right: 45px;
    }
    
    
}

@media (min-width: 1300px) {
    .header-center {
        display: block;
    } 
}

@media (max-width: 1299px) {
    .header-main .footer-social {
        display: none;
    }
    
}


/*page header*/


.masterhead-banner {
    position: relative;
    padding: 100px 0 40px;
    background-color: #f0ebe7;
}

.masterhead-banner-text {
    text-align: center;
}

.masterhead-banner-text h1 {
    font-weight: 400;
    margin: 0 0 10px;
    color: #1c1c1c;
}

.masterhead-banner-text p {
    font-weight: 400;
    margin: 0 0 22px;
    font-size: 16px;
    color: #707070;
    line-height: 1.3em;
}

.masterhead-banner-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

@media(min-width: 1200px) {
    .masterhead-banner-text h1 {
        font-size: 50px;
    }

    .masterhead-banner-text p {
        font-size: 19px;
        margin: 0 0 30px;
    }

    .masterhead-banner {
        padding: 180px 0 120px;
    }
}



.footer {
    background-color: #1c1c20;
    color: white;
    padding: 40px 0;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-section-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.footer-section h3 {
    margin-bottom: 10px;
    font-size: 12px;
    color: #ababab;
    font-weight: 400;
    letter-spacing: 0.09em;
}

.footer-logo-col {
    width: 100%;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #353535;
    margin-bottom: 25px;
}

.footer-logo:hover {
    opacity: 0.8;
}

.footer-social ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.footer-social ul li {
    padding: 0;
    margin: 0;
}

.footer-social ul li a {
    color: #BBBBBD;
    font-size: 18px;
}

.footer-social ul li a:hover {
    color: #F05838;
    text-decoration: none;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

.footer-section a:hover {
    color: #F05838;
    text-decoration: none;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
}

.footer-bottom p {
    font-size: 14px;
    color: #ababab;
}

.footer-links ul li a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

.footer-links a:hover {
    color: #F05838;
    text-decoration: none;
}

.footer-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.footer-links ul li {
    padding: 0;
    margin: 0;
}

.footer-bottom {
    padding-top: 20px;
    border-top: 1px solid #353535;
    margin-top: 25px;
}

@media(min-width: 768px) {
    .footer-bottom {
        padding-top: 10px;
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .footer-logo-col {
        width: auto;
        padding-bottom: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        border-bottom: none;
        margin-bottom: 0;
    }

    .footer-section-right {
        width: 50%;
    }
}

@media(min-width: 1200px) {
    .footer-section {
        min-width: 200px;
    }

    .footer-section-right {
        width: 60%;
    }

    .footer {
        padding: 70px 0;
    }
}



.faq-section {
    padding: 40px 0;
    background-color: #f0ebe7;
}

.faq-section-heading h2 {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    margin: 0 0 10px;
}

.faq-section-heading p {
    color: #666;
    font-size: 16px;
}

.faq-section-heading {
    margin: 0 0 25px;
}

.faq-item {
    text-align: left;
    margin-top: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #2c2c2c;
}

.faq-item h3 {
    font-size: 20px;
    color: #444;
    margin-bottom: 8px;
    font-weight: 400;
}

.faq-item p {
    font-size: 14px;
    color: #424242;
}

.sub-heading {
    color: #8f8f8f;
    font-size: 16px;
    margin: 0 0 15px;
    font-weight: 300;
    text-transform: uppercase;
}

@media(min-width: 768px) {
    .faq-section-heading h2 {
        font-size: 28px;
    }

    .faq-section {
        padding: 70px 0;
    }
}

@media(min-width: 1200px) {
    .faq-item {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 0;
        padding: 30px 0;
    }

    .faq-item h3 {
        font-size: 22px;
        margin-bottom: 0;
    }

    .faq-item p {
        font-size: 18px;
    }

    .faq-item-ans {
        width: 50%;
        padding-left: 16px;
    }

    .faq-item-qs {
        width: 50%;
        padding-right: 16px;
    }

    .faq-section-heading h2 {
        font-size: 34px;
        margin: 0 0 5px;
    }

    .faq-section-heading p {
        font-size: 19px;
        max-width: 800px;
    }

    .sub-heading {
        margin: 0 0 30px;
    }

    .faq-section {
        padding: 120px 0;
    }
}

.image-gallery-slider .slick-slide {
    margin: 0 2vw;
    width: auto;
    max-width: 70vw;
    height: auto;
}



.image-gallery-slider .slick-slide>* {
    height: 100%;
}

.image-gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-gallery-slide {
    aspect-ratio: 2 / 1.12;
    min-height: 100%;
}

.image-gallery {
    padding: 40px 0;
    background-color: #f0ebe7;
}

.masterhead-banner+.image-gallery {
    padding-top: 0 !important;
}

.image-gallery-slider .slick-track {
    display: flex;
}



.tab-menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab-menu ul li {
    list-style-type: none;
    display: inline-block;
}

.tab-menu ul li a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.4);
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    font-size: 16px;
    padding: 0 2px 7px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    display: block;
}

.tab-menu ul li a.active-a {
    border-bottom: 1px solid #1a1a1a;
    color: #1a1a1a;
}

.tab {
    display: none;
}

.tab h2 {
    color: rgba(0, 0, 0, .7);
}

.tab p {
    color: rgba(0, 0, 0, 0.6);
    text-align: justify;
}

.tab-active {
    display: block;
    margin: 25px 0 0;
}

.tab-flex__content {
    padding: 30px 22px;

}

.tab-flex {
    border-radius: 10px;
    background-color: #F0EBE7;
}

.tab-menu-about h2 {
    text-align: center;
    margin: 0 0 30px;
    color: #1a1a1a;
    font-weight: 400;
}

.tab-flex__image {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.tab-flex__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-flex__content h3 {
    margin: 0 0 15px;
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 400;
}

.tab-flex__content p {
    margin: 0 0 25px;
    color: #70665f;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.tab-icon-img {
    margin-bottom: 10px;
}

.tab-menu-about {
    margin: 40px 0;
}

@media(min-width: 768px) {
    .image-gallery {
        padding: 60px 0;
    }

    .tab-flex {
        border-radius: 20px;
    }

    .tab-flex__image {
        border-radius: 0 0 20px 20px;
    }

    .tab-menu ul li a {
        padding: 0 45px 10px;
    }

    .tab-menu ul {
        gap: 15px;
        justify-content: center;
    }

    .tab-menu-about {
        margin: 60px 0;
    }


}

@media(min-width: 1200px) {
    .image-gallery {
        padding: 100px 0;
    }

    .image-gallery-slider .slick-slide {
        width: auto;
        margin: 0 17px;
        max-width: 799px;
        height: auto;
    }

    .tab-flex {
        display: flex;
        background-color: transparent;
        justify-content: space-between;
        border-radius: 0;
    }

    .tab-flex__content {
        background-color: #F0EBE7;
        width: 36%;
        border-radius: 20px;
        padding: 50px 49px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .tab-flex__image {
        width: 60%;
        border-radius: 20px;
    }

    .tab-flex__content p {
        margin: 0;
        font-size: 16px;
    }

    .tab-icon-img {
        margin-bottom: 18px;
    }

    .tab-menu-about {
        margin: 100px 0;
    }

    .tab-active {
        margin: 40px 0 0;
    }

    .tab-menu-about h2 {
        margin: 0 0 40px;
    }

    .tab-menu ul li a:hover {
        color: rgba(0, 0, 0, 0.7);
        border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    }
}


.icon-cards-block {
    padding: 40px 0;
    background-color: #F0EBE7;
}

.icon-card {
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
}

.icon-cards-list {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.heading {
    margin: 0 0 25px;
    text-align: center;
}

.heading h2 {
    font-weight: 400;
    margin: 0 0 10px;
}

.icon-card h3 {
    margin: 0 0 10px;
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 400;
}

.icon-card p {
    margin: 0;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.icon-card-image {
    margin: 0 0 25px;
}

.heading p {
    color: #1F2B3D;
}

.icon-cards-block .heading p {
    color: #70665f;
}

.image-list-flex {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    grid-auto-rows: 120px;
    grid-auto-flow: dense;
}

.image-box {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-box-vertical {
    grid-column: span 1;
}

.image-box-horizental {
    
    grid-row: span 2;
}

.image-list {
    margin: 40px 0;
}

.cta {
    padding: 40px 0;
    background-color: #F0EBE7;
}

.cta__flex {
    display: flex;
    flex-direction: column;
    justify-self: center;
}

.cta .heading p {
    color: #70665f;
}

.cta__flex__btns {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    width: 260px;
    margin: 0 auto;
}

.cta__flex__btns .btn {
    width: 100%;
}



@media(min-width: 768px) {
    .icon-cards-list {
        gap: 24px;
    }

    .icon-card {
        width: calc(60% - 12px);
    }

    .icon-card.small {
        width: calc(40% - 12px);
    }

    .heading {
        margin: 0 0 45px;
    }

    .heading p {
        font-size: 17px;
    }

    .image-list {
        margin: 60px 0;
    }

    .cta {
        padding: 60px 0;
    }

    .icon-cards-block {
        padding: 60px 0;
    }

    .image-list-flex {
        grid-gap: 22px;
        grid-auto-rows: 220px;
    }

    .cta__flex {
        flex-direction: row;
        text-align: left;
        align-items: anchor-center;
        justify-content: space-between;
        width: 100%;
    }

    .cta__flex .heading {
        margin: 0;
        text-align: left;
    }

    .cta__flex__btns {
        width: 200px;
        margin: 0;
    }

    .cta__flex__content {
        max-width: 490px;
    }

    .icon-cards-block {
        padding: 100px 0;
    }
}

@media(min-width: 1200px) {
    .icon-card {
        padding: 50px;
    }

    .icon-card p {
        font-size: 16px;
    }

    .icon-cards-list {
        gap: 32px;
    }

    .icon-card {
        width: calc(66% - 16px);
    }

    .icon-card.small {
        width: calc(34% - 16px);
    }

    .heading {
        margin: 0 auto 60px;
        max-width: 850px;
    }

    .heading p {
        font-size: 20px;
    }

    .image-list-flex {
        grid-gap: 34px;
        grid-auto-rows: 350px;
    }

    .image-box-vertical {
        grid-column: span 1;
    }

    .image-box {
        border-radius: 20px;
    }

    .image-list {
        margin: 100px 0;
    }

    .cta {
        padding: 100px 0;
    }

    .cta__flex__btns {
        width: 290px;
    }
}

.icon-cards-block.testimonials {
    background-color: #fff;
}

.icon-cards-block.testimonials .icon-card {
    background-color: #F0EBE7;
}

.testimonial-avatar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.testimonial-avatar-image {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
}

.testimonial-avatar-content {
    width: calc(100% - 50px);
    padding-left: 12px;
}

.icon-cards-block.testimonials .icon-card h3 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.icon-cards-block.testimonials .icon-card h3 span {
    display: block;
    color: #747473;
    font-weight: 400;
    margin: 4px 0 0;
}

.icon-cards-block.testimonials .icon-card p {
    font-size: 18px;
    line-height: 1.3em;
}

@media(min-width: 768px) {
    .testimonial-avatar-image {
        width: 64px;
        height: 64px;
    }

    .testimonial-avatar-content {
        width: calc(100% - 64px);
        padding-left: 10px;
    }

    .icon-cards-block.testimonials .icon-card p {
        font-size: 21px;
    }
}

.connect-block .sub-heading {
    margin: 0 0 15px;
}

.connect-cards-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 50px;
}

.connect-card-image {
    margin: 0 auto 20px;
    display: table;
}

.connect-card h3 {
    font-weight: 400;
    font-size: 17px;
    margin: 0 0 12px;
    color: #1a1a1a;
}

.connect-card p {
    font-weight: 400;
    font-size: 15px;
    margin: 0 0 12px;
    color: #838383;
}

.connect-card-link a,
.connect-card-link p {
    font-weight: 400;
    text-decoration: none;
    font-size: 17px;
    margin: 0;
    color: #1a1a1a;
}

.connect-card {
    position: relative;
    width: 100%;
}

.connect-card:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    bottom: -25px;
}

.connect-card:last-child:after {
    display: none;
}

.connect-block {
    margin: 40px 0;
}

@media(min-width: 768px) {
    .connect-block {
        margin: 60px 0;
    }

    .connect-cards-list {
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
    }

    .connect-card {
        width: 33.3333%;
    }

    .connect-card:after {
        display: none;
    }

    .connect-block .heading {
        margin: 0 auto 35px;
    }
}


@media(min-width: 1200px) {
    .connect-block {
        margin: 120px 0;
    }

    .connect-card-link a:hover {
        color: #ef4d2b;
    }
}


.event-details .icon-card-image {
    width: calc(100% + 40px);
    margin: -20px -20px 20px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    aspect-ratio: 2 / 1.2;
}

.event-details .icon-card {
    padding: 20px 20px 30px;
}

.event-details .icon-card .btn {
    margin-top: 20px;
}

.event-details .icon-card-image img {
    width: 100%;
    height:100%;
    max-width: unset;
    object-fit: cover;
}

.main-contact {
    padding: 0;
}

@media(min-width: 768px) {
.event-details .icon-card.small {
        width: calc(50% - 12px);
    }
    
    .main-contact {
        padding: 65px 0;
    }
}
    
    

@media(min-width: 1200px) {
    .event-details .icon-card.small {
        width: calc(33.333% - 22px);
    }

    .main-contact {
        padding: 100px 0;
    }
}




.container1 {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}

h2 {
  font-size:2rem;
  margin-bottom:1rem;
}
.form-container {
  display:flex;
}

.left-container {
  flex:1;
  background-image: url('IMG-20241026-WA0040.jpg'); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
 
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.right-container {
  display:flex;
  flex:1;
  background-color: #fff;
  justify-content:center;
  align-items:center;
}

.left-container {
  display:flex;
  flex:1;
  justify-content:center;
  align-items:center;
    color: #fff;
}

.left-container p {
  font-size:0.9rem;
}

.right-inner-container {
    width: 70%;
    text-align: center;
    padding: 35px 0;
}

.left-inner-container {
  height:50%;
  width:80%;
  text-align:center;
  line-height:22px;
}

input, textarea {
	background-color: #eee;
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
	resize: none;
  font-size:0.8rem;
}

input:focus, textarea:focus{
  outline:1px solid #00b4cf;
}



@media only screen and (max-width: 600px) {
  .left-container{
    display: none;
  }
  .lg-view {
    display:none;  
  }
}

@media only screen and (min-width: 600px) {
  .sm-view {
    display:none;  
  }
}

form p {
  text-align:left;
}



.logo-slide img {
    width: auto;
    height: auto;
    object-fit: contain !important;
        max-width: 200px;
    max-height: 100px;
    margin: 0 auto;
    display: table;
}

.logo-slider .swiper-wrapper {
    align-items: center;
}

.logo-slider .swiper-button-next,
.logo-slider .swiper-button-prev {
    color: #F05838;    
}

.logo-slider .swiper-button-next:hover,
.logo-slider .swiper-button-prev:hover {
    opacity: 1;
    color: #000;    
}

.footer-social.mobile {
    display: block;
    margin-left: 0 !important;
    margin-top: 10px;
}

.footer-social.mobile ul li a {
    background-color: transparent !important;
}

.event-details .icon-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-flex-btn-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 15px;
}

@media(min-width: 768px) {

    .event-details .icon-card.small {
        position: relative;
        padding-bottom: 84px;
    }
    
    .event-details .icon-card .btn {
        margin-top: 0;
        position: absolute;
        bottom: 30px;
        left: 20px;
    }
}
   
   .tab-menu {
       overflow: auto;
       -ms-overflow-style: none; /* IE 11 */
        scrollbar-width: none; /* Firefox 64 */
   } 
   
   .tab-menu::-webkit-scrollbar {
        display: none;
    }
   
   .tab-menu ul {
    width: max-content;
    min-width: 100%;
    gap: 10px;
}
    
@media(min-width: 1200px) {
.footer-social.mobile {
    display: none;
}

.header-left-col .footer-social {
    margin-left: 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.header-left-col {
        padding-bottom: 33px;
}

    .container-menu {
        height: 112px;
        position: relative;
    }
    
    .mobile-headline-breaker {
        display: none;
    }
}


.new-style-1 .icon-card {
    padding: 0;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.new-style-1 .icon-card-image {
    width: 100%;
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
    height: 200px;
}


.new-style-1 .icon-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.new-style-1 .icon-card-content {
    position: relative;
    background: #fff;
    padding: 20px 25px 0;
}

.new-style-1 .icon-card-content p {
    margin: 0 0 15px;
    font-weight: 400;
    color: #313030;
}

.new-style-1 .icon-card .btn {
    margin: 0 0 20px 25px;
}

.update-event-image .icon-card-image {
    aspect-ratio: 2 / 2.5;
}


@media(min-width: 768px) {
    .new-style-1 .icon-card-content {
        padding: 20px 25px 95px 25px;
    }
    
    .new-style-1 .icon-card-content p {
        margin: 0;
    } 
    
    .new-style-1 .icon-card .btn {
        position: absolute;
        left: 25px;
        bottom: 20px;
        margin: 0;
    }
    
    .new-style-1 .icon-card .btn1 {
        position: absolute;
        left: 185px;
        bottom: 20px;
        border-radius: 12px;
        padding: 10px 25px !important;
        font-size: 18px;
        margin: 0;
    }
}

@media(min-width: 1200px) {
    .new-style-1 .icon-card-image {
        height: 250px;
    }
}


