:root {
    --gray: #2F2F2F;
    --gray2: #38383C;
    --gray3: #222222;
    --gray4: #212121;
    --gray5: #1F1F1F;
    --gray6: #101010;
    --white: #F0F0F0;
    --white2: #F7F7F7;
    --yellow: #FFC100;
    --yellow2: #FFD24A;
    --orange: #F77C0E;
}

.site-margin {
    max-width: 1640px;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

.navbar {
    position: fixed;
    width: 100%;
    height: 130px;
    z-index: 4;
    transition: 1s ease-in-out;
    top: 0;
    background-color: #ffffff;
}

.navbar-border {
    border-bottom: solid 1px #E3E3E3;
}

.navbar .container-fluid {
    position: relative;
    height: 100%;
}

.logo {
    width: 170px;
}

.nav-header-menu li {
    margin-left: 15px;
}

.header-navbar-button {
    background-color: #ffffff;
    border: none;
    height: 48px;
    width: 130px;
    display: inline-flex;
    align-items: center;
    padding: 0 25px;
    border: solid 1px var(--gray);
    border-radius: 24px;
    font-size: 16px;
    color: var(--gray);
}

.button-solids {
    width: 14px;
    height: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
}

.header-navbar-button:hover .line-1 {
    width: 7px;
}

.header-navbar-button:hover .line-2 {
    width: 14px;
}

.header-navbar-button:hover .line-3 {
    width: 9px;
}

.button-solids .line {
    height: 1px;
    background-color: var(--gray);
    transition: 0.3s ease-in-out;
}

.button-solids .line-1 {
    width: 14px;
}

.button-solids .line-2 {
    width: 5px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.button-solids .line-3 {
    width: 11px;
}

.site-menu {
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    opacity: 0;
}

.site-menu-box {
    height: 100%;
    width: 100%;
    overflow-x: clip;
    padding: 0;
}

.site-menu-box .row {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.site-menu-box-left {
    display: inline-flex;
    align-items: start;
    justify-content: start;
    position: relative;
    background-color: var(--white);
    padding: 50px 50px 50px calc(var(--bs-gutter-x) * .5);
}

.site-menu-box-left:after {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    width: 100vw;
    height: 100%;
    background: var(--white);
    top: 0;
    z-index: 0;
}

.site-menu-box-left span {
    margin-left: 25%;
}

.s-m-b-l-b-1 {
    margin-left: auto !important;
}

#site-menu-close {
    cursor: pointer;
}

.site-menu-list {
    padding: 0;
    margin-top: 100px;
    display: block;
}

.site-menu-list li {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
}

.site-menu-list li a {
    font-size: 30px;
    font-weight: 600;
    color: var(--yellow);
    background-color: var(--white);
    z-index: 1;
    position: relative;
    padding: 5px 10px 5px 0px;
}

.site-menu-list li i {
    position: absolute;
    right: 10px;
    transition: 0.4s ease-in-out;
    z-index: 0;
    font-size: 30px;
    color: var(--yellow);
}

.site-menu-list li:hover i {
    right: -20px;
}


.social-media {
    padding: 0;
    margin: 0;
    display: block;
    align-items: center;
    margin-top: 40px;
}

.social-media li {
    display: inline;
    margin-right: 20px;
}

.social-media li a {
    font-size: 24px;
    color: var(--yellow);
}

.site-menu-phone {
    margin-top: 40px;
    display: block;
}

.site-menu-box-right {
    position: relative;
    z-index: 1;
    height: 100%;
    display: inline-flex;
    align-items: start;
    justify-content: end;
    text-align: right;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 50px;
}

.site-menu-box-right:after {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    z-index: 0;
    left: 100%;
}

.site-menu-phone {
    margin-top: 40px;
    display: block;
    transition: 0.3s ease-in-out;
}

.lang-box {
    position: relative;
    width: 80px;
}

.lang {
    background: var(--gray);
    width: 80px;
    height: 48px;
    left: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    padding: 12px 15px;
    border-radius: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

.arrow-lang {
    float: right;
    transition: 0.3s ease-in-out;
}

.lang ul {
    padding: 0px;
    margin-top: 10px;
}

.lang ul li {
    margin-bottom: 5px;
}

.lang ul li a {
    color: #ffffff;
    display: block;
}

.lang:hover {
    height: 170px;
}

.lang:hover .arrow-lang {
    transform: rotate(180deg);
}

.list-lang ul li {
    margin-left: 0px !important;
}

.ewoq-button {
    width: 140px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--yellow);
    border-radius: 24px;
}

.home-slider {
    position: relative;
    margin-top: 130px;
}

.home-slider-overlay {
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(0deg, #242424, transparent);
    mix-blend-mode: multiply;
}

.home-slider .owl-carousel .item {
    height: 80vh;
    width: 100vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-slider .slider-content {
    width: 100%;
    z-index: 3;
    display: inline-flex;
    align-items: end;
    position: relative;
    margin-top: 22%;

}

.slider-content-right {
    width: 230px;
    margin-left: auto;
}

.home-slider-top {
    position: absolute;
    z-index: 2;
    left: 0px;
    right: 0px;
    top: 30px;
    margin: 0;
    width: 100%;
}

.home-slider-top .col-md-12 {
    display: inline-flex;
    justify-content: end;
    align-items: center;
}

.home-slider-bottom {
    position: absolute;
    z-index: 2;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0;
    width: 100%;
}

.home-slider-bottom .container-fluid {
    padding-top: 45px;
    padding-bottom: 45px;
    border-top: solid 1px #ffffff;
}

.custom-owl-nav-home {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
}

.home-slider .custom-owl-nav-home button {
    height: 48px;
    width: 48px;
    border: solid 1px #ffffff;
    transition: 0.3s ease-in-out;
    border-radius: 48px;
    margin-right: 15px;
}

.home-slider .custom-owl-nav-home #customPrevBtnhome {
    background-color: transparent !important;
    color: #ffffff !important;
}

.home-slider .custom-owl-nav-home #customNextBtnhome {
    background-color: transparent !important;
    color: #ffffff !important;
}

.h-s-b-right {
    display: inline-flex;
    align-items: center;
    justify-content: end;
}

.slider-social-media {}

.slider-social-media a {
    font-size: 16px;
    color: #ffffff;
    margin-left: 15px;
}

.banner-1 {
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right bottom;
    background-color: var(--white2);
}

.banner-1 .row {
    height: 600px;
}

.b-1-left {
    background-color: var(--yellow2);
    mix-blend-mode: multiply;
    position: relative;
    padding-right: 300px;
    display: grid;
    padding-top: 50px;
    padding-bottom: 50px;
}

.b-1-left:after {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    width: 100vw;
    height: 100%;
    background: var(--yellow2);
    mix-blend-mode: multiply;
    top: 0;
    z-index: 0;
}

.b-1-right {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}

.b-1-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-2 {
    background-color: var(--white2);
    padding-top: 80px;
    padding-bottom: 80px;
}

.b-2-box {
    display: inline-flex;
    align-items: start;
    justify-content: center;
    text-align: right;
}

.b-2-box img {
    height: 34px;
    margin-bottom: 15px;
}

.border-r {
    border-right: solid 1px #E3E3E3;
}

.banner-3 {
    background: linear-gradient(180deg, rgb(0, 54, 77), rgb(255, 255, 255)), radial-gradient(circle, rgb(0, 92, 132), rgb(96, 172, 204));
    background-blend-mode: screen;
}

.b-3-top {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.b-3-bottom .col-md-12 {
    padding: 0px;
}

.product-owl .item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 460px;
    text-align: center;
}

.product-owl .item span {
    width: 100%;
    height: 100%;
}

.product-owl .owl-item p {
    transition: 1s ease-in-out;
    text-align: center;
    margin: 0px;
    height: 50px;
}

.product-owl .item img {
    height: 350px;
    width: auto;
    transition: 1s ease-in-out;
    margin: 0 auto;
    margin-top: 30px;
}

.product-owl .owl-item.active.center .item p {
    font-size: 30px;
}

.product-owl .owl-item.active.center .item img {
    transform: scale(1.1);
}

.product-owl-button {
    height: 48px;
    width: 48px;
    border: solid 1px #ffffff;
    transition: 0.3s ease-in-out;
    border-radius: 48px;
    background-color: transparent;
    color: #ffffff;
}

.banner-4 {
    margin-top: 50px;
    overflow-x: clip;
}

.b-4-left {
    display: grid;
    align-items: start;
    justify-content: start;
    position: relative;
    background-color: var(--gray2);
    padding: 50px 50px 50px calc(var(--bs-gutter-x) * .5);
}

.b-4-left:after {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    width: 100vw;
    height: 100%;
    background: var(--gray2);
    top: 0;
    z-index: 0;
}

.b-4-right {
    position: relative;
    display: block;
    align-items: start;
    justify-content: start;
    background-color: var(--yellow2);
    padding: 50px calc(var(--bs-gutter-x) * .5) 80px 50px;
    z-index: 1;
}

.b-4-right:after {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 100%;
    background: var(--yellow2);
    top: 0;
    z-index: 0;
}

.b-4-list-box {
    display: inline-flex;
    align-items: end;
    padding-top: 35px;
    padding-bottom: 20px;
    border-bottom: solid 1px var(--gray2);
    width: 100%;
}

.b-4-list-box p {
    margin-bottom: 0px;
}

.b-4-list-box .t-gray2-36 {
    margin-right: 30px
}

.b-4-list-box span {
    height: 48px;
    width: 48px;
    border-radius: 24px;
    border: solid 1px var(--gray2);
    font-size: 22px;
    color: var(--gray2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.banner-5 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.banner-5 .row {
    height: 500px;
}

.b-5-right {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    z-index: 1;
    height: 100%;
    width: 100%;
    position: relative;
    padding-left: 50px;
}

.banner-5-overlay {
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    background-color: var(--gray2);
    mix-blend-mode: multiply;
    z-index: 0;
}

@supports (-webkit-touch-callout: none) {
    .banner-5 {
        background-attachment: scroll;
        position: relative;
    }
}

.banner-6 {
    margin-top: 50px;
}

.b-6-box {
    height: 400px;
    width: 100%;
    display: grid;
    padding: 50px;
    position: relative;
}

.b-6-box p,
.b-6-box a {
    z-index: 1;
}

.b-6-box-1 {
    background-color: var(--gray3);
}

.b-6-box-1 a {
    margin-top: auto;
}

.b-6-box-2,
.b-6-box-3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.overlay-6 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: var(--yellow2);
    mix-blend-mode: multiply;
}

.overlay-7 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: var(--gray4);
    opacity: 78%;
    mix-blend-mode: multiply;
}

.b-6-box-4 {
    background-color: var(--yellow2);
}

.b-6-box-4 span {
    margin-top: auto;
}

.b-6-box-4 span a {
    margin-right: 15px;
}

.footer {
    margin-top: 50px;
}

.footer-top {
    border-bottom: solid 1px #E3E3E3;
    padding-top: 25px;
    padding-bottom: 25px;
}

.f-t-left {
    display: inline-flex;
    align-items: center;
}

.f-t-right {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    text-align: right;
}

.footer-center {
    padding-top: 40px;
    padding-bottom: 25px;
    border-bottom: solid 1px #E3E3E3;
}

.footer-text {
    padding-right: 100px
}

.footer-text .t-gray-18 {
    margin-top: 25px;
}

.footer-menu {
    padding: 0;
    margin-top: 25px;
}

.footer-menu li {
    margin-bottom: 25px;
}

.footer-menu li a {
    color: #1C1D22;
    font-size: 16px;
    font-weight: 300;
}

.footer-social-media {
    display: inline;
}

.footer-social-media a {
    margin-right: 15px;
    color: var(--gray);
}

.footer-control-box {
    display: flex;
    align-items: center;
    width: 100%;
}

.footer-control-box .lang-box-mobile {
    height: 50px;
    margin-left: auto;
}

.page-up {
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 120px;
    width: 120px;
    color: #ffffff;
    background-color: var(--yellow);
    transition: 0.4s ease-in-out;
    margin-top: 30px;
    margin-left: auto;
    cursor: pointer;
}

.footer-bottom {
    margin-top: 50px;
}

.f-b-left {
    display: inline-flex;
    align-items: center;
    justify-content: start;
}

.f-b-left p {
    margin-bottom: 0px;
    font-size: 13px;
}

.f-b-right {
    display: inline-flex;
    align-items: end;
    justify-content: end;
}

.banner-1-about {
    margin-top: 150px;
}

.banner-7 {
    height: 650px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@supports (-webkit-touch-callout: none) {
    .banner-7 {
        background-attachment: scroll;
        position: relative;
    }
}

.banner-8 {
    overflow-x: clip;
    background-color: var(--gray2);
    padding-top: 120px;
    padding-bottom: 120px;
}

.b-8-left {
    display: grid;
}

.b-8-left {
    padding-right: 300px;
}

.b-8-left img {
    width: 100%;
}

.banner-9 {
    margin-top: 50px;
}

.history-group {
    display: inline-grid;
    width: 100%;
    height: 100%;
    text-align: center;
    border-right: solid 1px #E3E3E3;
}

.history-item {
    font-size: 36px;
    color: #CBCBCB;
    font-weight: 500;
    transition: 0.4s ease-in-out;
    margin-bottom: 30px;
    cursor: pointer;
}

.history-item.active {
    font-size: 84px;
    font-weight: 800;
    color: var(--gray2);
}

.about-history-box {
    padding-left: 50px;
    padding-right: 50px;
    height: 690px;
}

.history-content {
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.history-content img {
    height: 90%;
}

.history-content .t-gray2-16 {
    margin-left: 50px;
}

.banner-10 {
    margin-top: 50px;
}

.b-10-left {
    display: inline-flex;
    align-items: center;
}

.b-10-left .owl-carousel .owl-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.quality-document-owl .item {
    border: solid 1px #E3E3E3;
}

.b-10-right {
    text-align: right;
    padding-left: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: end;
    padding-top: 30px;
    padding-bottom: 30px;
}

.b-10-right img {
    margin-left: auto;
}

.banner-11 {
    margin-top: 50px;
    background-color: var(--white2);
    padding-top: 70px;
    padding-bottom: 70px;
}

.b-11-left {
    display: inline-flex;
    align-items: center;
    justify-content: start;
}

.b-11-right {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    text-align: right;
}

.b-11-button {
    height: 70px;
    width: 500px;
    background-color: var(--gray2);
    color: #ffffff;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    padding: 0px 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 30px;
    text-align: left;
}

.b-11-button img {
    margin-left: auto;
}

.banner-12 {
    margin-top: 150px
}

.banner-12 .col-md-3 {
    margin-bottom: 25px;
}

.b-12-box {
    width: 100%;
    height: 285px;
    background-color: #DEDEDE;
    display: grid;
    justify-content: center;
    padding: 50px;
    transition: 0.4s ease-in-out;
    text-align: center;
}

.b-12-box:hover p {
    color: #ffffff;
    transition: 0.4s ease-in-out;
}

.b-12-box:hover {
    background-color: var(--gray4);
    color: #ffffff;
}

.b-12-box:hover a {
    border: solid 1px #ffffff;
    color: #ffffff;
}

.b-12-box a {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}

.b-12-box a:hover {
    background-color: #ffffff;
    color: var(--gray2);
}

.banner-13 {
    margin-top: 150px;
}

.banner-13 .col-md-6 {
    margin-bottom: 25px
}

.b-13-box {
    width: 100%;
    height: 260px;
    background-color: #F8F8F8;
    display: inline-flex;
    align-items: center;
    padding: 50px 55px;
}

.b-13-box span {
    width: 40%;
    height: 100%;
    display: grid;
}

.b-13-box span a {
    margin-top: auto;
}

.b-13-box img {
    height: 100%;
    margin-left: auto;
}

.banner-14 {
    margin-top: 150px;
}

.f-carousel__slide img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 16px;
}

#myCarousel {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 16px;
}

#myCarousel .f-carousel__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
}

.f-carousel__nav {
    position: absolute;
    bottom: 250px;
    left: 45px;
    width: 120px;
}

.f-carousel {
    --f-button-width: 48px;
    --f-button-height: 48px;

    --f-button-svg-width: 16px;
    --f-button-svg-height: 16px;
    --f-button-svg-stroke-width: 2.5;

    --f-button-color: #ffffff;
    --f-button-border-radius: 50%;
    --f-button-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0 0 / 30%);

    --f-button-bg: transparent;
    --f-button-hover-bg: #ffffff;
    --f-button-active-bg: #f0f0f0;
    --f-button-next-pos: 0px;
    --f-button-prev-pos: 0px;
}

.f-button {
    border: solid 1px #ffffff;
}

.f-carousel__thumbs.is-classic {
    --f-thumb-gap: 15px;
}

.f-thumbs__slide__button {
    border-radius: 16px;
    height: 120px;
    width: 120px;
}

.f-carousel__thumbs {
    --f-thumb-width: auto;
    --f-thumb-height: auto;
}

.product-detail-title-box {
    position: absolute;
    bottom: 35px;
    left: 45px;
    height: 150px;
    width: 440px;
    border-radius: 10px;
    background-color: #e0e0e04a;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    filter: brightness(1);
    padding: 35px;
}

.b-14-contact-button {
    display: inline-flex;
    align-items: center;
    height: 60px;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 45px;
    background-color: var(--gray);
    border-radius: 16px;
}

.b-14-contact-button img {
    margin-left: auto;
}

.category-box {
    width: 100%;
    margin-top: 20px;
    padding: 30px 48px;
    background-color: #F8F8F8;
    border-radius: 16px;
}

.category-box ul {
    padding: 0px;
}

.category-box ul li {
    border-bottom: solid 1px #E3E3E3;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.category-box ul li a {
    color: var(--gray6);
    font-size: 16px;
    font-weight: 500;
    display: block;
    transition: 0.4s ease-in-out;
    border-radius: 16px;
    padding: 6px 10px;
}

.category-box ul li a:hover {
    background-color: #dfdfdf;
}

.features {
    margin-top: 25px;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.features a {
    margin-right: auto;
    margin-left: auto;
}

.features-box {
    width: 190px;
    height: 100px;
    border: solid 1px var(--gray);
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    padding: 20px;
}

.features-box img {
    margin-right: auto;
}

.features-box p {
    margin: 0;
    line-height: normal;
}

.product-detail-buttons {
    margin-top: 25px;
    width: 100%;
    display: inline-flex;
}

.product-button img {
    margin-left: auto;
}

.product-button {
    display: inline-flex;
    align-items: center;
    height: 100px;
    width: 49%;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 30px;
    border-radius: 16px;
}

.product-button-left {
    background-color: var(--gray);
}

.product-button-right {
    background-color: var(--yellow);
    margin-left: auto;
}

.product-text-box {
    margin-top: 25px;
    width: 100%;
    height: auto;
    padding: 60px 60px;
    border-radius: 16px;
    background-color: #F8F8F8;
}

.banner-15 {
    margin-top: 150px;
}

.b-15-text {
    padding-left: 80px;
    padding-right: 80px;
    display: inline-flex;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.b-15-text .t-gray-16-l {
    margin-bottom: 25px;
    margin-top: 25px;
}

.b-15-img img {
    width: 100%;
}

.b-15-text-2 {
    text-align: right;
}

.banner-15-mobile {
    display: none;
}

.page-banner {
    margin-top: 150px;
}

.banner-16 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.banner-16 .row {
    height: 500px;
}

.banner-16 .col-md-2 {
    z-index: 1;
    display: inline-flex;
    align-items: center;
}

.overlay-media {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #4E4E4E;
    opacity: 42%;
    mix-blend-mode: multiply;
    z-index: 0;
}

.media-play {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 170px;
    width: 170px;
    border-radius: 100%;
    border: solid 1px #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #ffffff;
    font-size: 35px;
}

.media-1 {
    margin-top: 30px;
}

.media-1 img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.media-2 {
    margin-top: 50px;
}

.media-2 .col-4 {
    margin-bottom: 25px;
}

.media-2 img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.media-3 {
    margin-top: 50px;
}

.media-3 .col-md-4 {
    margin-bottom: 25px
}

.media-3 img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.banner-17 {
    padding: 40px 70px;
    background-color: var(--gray2);
    margin-top: 30px;
}

.b-17-right {
    display: inline-flex;
    align-items: center;
    justify-content: end;
}

.banner-18 img {
    width: 100%;
}

.b-18-right {
    display: inline-flex;
    align-items: center;
    padding-right: 100px;
    padding-left: 50px;
}

.banner-19 {
    margin-top: 150px;
}

.contact-form input {
    background-color: transparent;
    border-radius: 0;
    color: var(--gray);
    font-size: 16px;
    outline: none;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: solid 1px var(--gray);
    margin-bottom: 20px;
}

.contact-form input::placeholder {
    color: var(--gray);
}

.contact-form input:focus {
    background-color: transparent;
}

.contact-form textarea {
    background-color: transparent;
    color: var(--gray);
    outline: none;
    width: 100%;
    padding-left: 20px;
    border: solid 1px var(--gray);
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 16px;
}

.contact-form textarea::placeholder {
    color: var(--gray);
}

.contact-form textarea:focus {
    background-color: transparent;
}

.contact-form .btn-green {
    border: none;
    width: 120px;
    color: #ffffff;
    padding: 0;
}

.contact-right {
    padding-left: 50px;
}

.contact-right p i {
    margin-right: 20px;
}

.contact-right .t-gray-24 {
    margin-top: 50px;
}

.google-map {
    margin-top: 50px;
}

.google-map iframe {
    height: 450px;
    width: 100% !important;
}

.banner-20 {
    margin-top: 150px;
}

.banner-21 {
    margin-top: 150px;
}

.banner-22 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.b-22-left {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.b-22-right {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.banner-23 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}

@supports (-webkit-touch-callout: none) {
    .banner-23 {
        background-attachment: scroll;
        position: relative;
    }
}

.banner-23 .row {
    height: 600px;
}

.b-23-left {
    display: inline-flex;
    align-items: center;
    z-index: 1;
}

.overlay-23 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: #1c1d2291;
    mix-blend-mode: multiply;
}