@import url("all.min.css");
@import url("bootstrap.min.css");
@import url("swiper.css");
@import url("fancybox.css");
@import url("aos.css");
@import url("https://fonts.googleapis.com/css2?family=Belleza&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    backface-visibility: hidden;
}

body {
    background: rgb(77, 84, 70);
    padding-top: 98px;
}

html {
    max-width: 100%;
}

label,
p {
    margin: 0px;
    font-weight: normal;
}

button,
input,
select,
textarea {
    background: 0px 0px;
    border: none;
    outline: 0px;
    border-radius: 0px;
    appearance: none;
    box-shadow: none;
    padding: 0px;
}

textarea {
    vertical-align: middle;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

dl,
ol,
ul {
    margin-bottom: 0px;
}

button {
    cursor: pointer;
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0px;
}

.header7.header_menu {
    padding: 24px 0px;
    z-index: 10;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    transition: 0.3s;
}

.header_menu.fixed {
    background-color: rgb(255, 255, 255);
}

.header7 .the_logo1 {
    display: inline-flex;
    vertical-align: middle;
}

.header7 .the_logo1 img {
    height: 39px;
}

.header7 .hm_inner {
    display: flex;
    flex: 1 1 0%;
    justify-content: center;
}

.header7.header_menu .row>div {
    display: flex;
    align-items: center;
}

.header7.header_menu .row>div>div:last-child {
    display: flex;
}

.header7 .hm_inner ul {
    gap: 24px;
}

@media (min-width: 1201px) {
    .header7 .hm_inner>ul li {
        position: relative;
    }

    .header7 .hm_inner>ul li ul li ul {
        left: 100%;
        top: 0px;
        visibility: hidden;
        opacity: 0;
    }

    .header7 .hm_inner>ul li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header7 .src_overlay.active input {
        padding-left: 45px;
    }

    .header7 .src_button.active {
        position: relative;
        z-index: 2;
    }

    .header7 .src_button.active img:last-child {
        display: block;
    }

    .header7 .src_button.active img:first-child {
        display: none;
    }

    .header7 .hm_inner>ul {
        display: flex !important;
        align-items: center;
    }

    .header7 .hm_inner>ul>li ul li:hover>a {
        background-color: rgb(30, 30, 30);
        color: rgb(255, 255, 255);
    }

    .header7 .hm_inner>ul>li ul li:hover>ul {
        opacity: 1;
        visibility: visible;
    }

    .header7 .hm_inner>ul>li {
        position: relative;
    }

    .header7 .hm_inner>ul>li a {
        transition: 0.3s;
    }

    .header7 .hm_inner>ul>li ul {
        display: block !important;
        margin-top: 35px;
    }

    .header7 .hm_inner>ul>li ul::before {
        content: "";
        position: absolute;
        top: -35px;
        height: 35px;
        width: 100%;
    }

    .header7 .src_button.active {
        margin-right: -30px;
    }
}

.header7 .hm_inner>ul>li>a {
    color: rgb(77, 84, 70);
    font-size: 18px;
    font-weight: 300;
    height: 25px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    padding: 0px 10px;
}

.header7 .hm_inner ul li.active>a {
    font-weight: 700;
}

.header7 .hm_inner>ul>li>a.has-submenu::after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    margin-left: 7px;
}

.header7 .has-submenu+i {
    display: none;
}

.header7 .hm_inner>ul>li ul {
    position: absolute;
    left: 0px;
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    background: rgb(255, 255, 255);
}

.header7 .hm_inner>ul>li ul li a {
    display: flex;
    font-weight: 400;
    color: rgb(0, 0, 0);
    padding: 8px 40px 8px 15px;
    font-size: 16px;
    white-space: nowrap;
}

.header7 .src_button {
    margin-left: 35px;
    padding-left: 15px;
    color: rgb(150, 150, 150);
    transition: 0.3s;
    display: none;
}

.header7 .src_button img {
    height: 24px;
}

.header7 .src_button img:last-child {
    display: none;
}

.header7 .menu_trigger {
    display: none;
}

.header7 .src_overlay {
    width: 230px;
    position: relative;
}

.header7 .src_overlay.active {
    width: 260px;
}

.header7 .src_overlay input {
    transition: 0.3s;
    width: 100%;
    height: 40px;
    padding-left: 40px;
    border: 1px solid rgb(217, 217, 217);
    font-size: 13px;
    background: rgb(245, 245, 245);
    border-radius: 30px;
}

.header7 .src_overlay input:focus {
    border-color: rgb(188, 188, 188);
}

.header7 .src_overlay button {
    position: absolute;
    left: 15px;
    top: 0px;
    z-index: 2;
    width: 18px;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
    opacity: 0.5;
}

.header7 .src_overlay button i {
    width: 18px;
}

.header7.header_menu .row>div.active .the_logo1,
.header7.header_menu .row>div.active .hm_inner>button,
.header7.header_menu .row>div.active .mobile_flex .src_button {
    visibility: hidden;
}

.header7 .src_overlay button i:last-child {
    display: none;
}

.menu-icon {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.menu-icon .menu-icon__cheeckbox {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    opacity: 0;
}

.menu-icon div {
    margin: auto;
    position: absolute;
    inset: 0px;
    width: 42px;
    height: 12px;
}

.menu-icon span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgb(77, 84, 70);
    border-radius: 1px;
    transition: 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}

.menu-icon span:first-of-type {
    top: 0px;
}

.menu-icon span:last-of-type {
    bottom: 0px;
}

.menu-icon.active span:first-of-type,
.menu-icon .menu-icon__cheeckbox:checked+div span:first-of-type {
    transform: rotate(45deg);
    top: 5px;
    width: 80%;
}

.menu-icon.active span:last-of-type,
.menu-icon .menu-icon__cheeckbox:checked+div span:last-of-type {
    transform: rotate(-45deg);
    bottom: 5px;
    width: 80%;
}

.slider5 .mainSwiper img {
    width: 100%;
    height: calc(-128px + 100vh);
    object-fit: cover;
    min-height: 550px;
}

.slider5 .mainSwiper h2 {
    color: rgb(255, 255, 255);
    font-size: 80px;
    font-weight: 400;
    margin: 0px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-family: Belleza, serif;
    width: 900px;
    max-width: 100%;
    opacity: 0;
    transform: translateY(30px);
    transition: 1s 0.3s;
}

.slider5 .mainSwiper p {
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin-top: 20px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-weight: 400;
    width: 500px;
    max-width: 100%;
    opacity: 0;
    transform: translateY(30px);
    transition: 1s 0.5s;
}

a.btn_component {
    margin-top: 24px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    padding: 0px 40px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 300;
    transition: 0.3s;
    border: 1px solid rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.swiper-slide a.btn_component {
    opacity: 0;
    transform: translateY(30px);
    transition: 1s 0.7s;
}

.mainSwiper .swiper-slide-active h2,
.mainSwiper .swiper-slide-active p,
.mainSwiper .swiper-slide-active a.btn_component {
    opacity: 1;
    transform: none;
}

.btn_component::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    transition: 0.3s;
}

.btn_component span {
    position: relative;
    z-index: 2;
    transition: 0.3s;
}

.btn_component:hover span {
    color: rgb(0, 0, 0);
}

a.btn_component:hover::before {
    width: 100%;
}

.slider5 .mainSwiper .swiper-slide {
    position: relative;
}

.slider5 .mainSwiper .swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0px;
    opacity: 0.7;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.slider5 .mainSwiper .swiper-slide .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -50px;
}

.slider5 .mainSwiper .swiper-slide .container>div {
    padding: 0px;
}

.slider5 .mainSwiper {
    position: relative;
    width: 95%;
    margin: 0px auto;
}

.slider5 .mainSwiper .swiper-slide {
    opacity: 0.5;
    transition: 0.3s;
}

.slider5 .mainSwiper .swiper-slide-active {
    opacity: 1;
}

.slider5 .mainSwiper>.container:not(.pag_overlay) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 2;
}

.slider5 .mainSwiper>.container:not(.pag_overlay) button {
    pointer-events: all;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 32px;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.2);
}

.slider5 .pag_overlay {
    position: absolute;
    left: 50%;
    width: 100%;
    text-align: center;
    bottom: 30px;
    z-index: 2;
    display: flex;
    align-items: center;
    transform: translateX(-50%);
}

#mainPagination {
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: max-content;
    display: none;
}

.the_nav {
    flex: 1 1 0%;
}

.slider5 #mainPagination .swiper-pagination-bullet {
    color: rgb(255, 255, 255);
    font-size: 18px;
    opacity: 1;
    margin: 0px;
    border: none;
    outline: none;
    position: relative;
    width: 10px;
    height: 10px;
    background: rgb(255, 255, 255);
}

.slider5 #mainPagination .swiper-pagination-bullet::before {
    position: absolute;
    left: -4px;
    right: -10px;
    height: 1px;
    top: 14px;
    background-color: rgb(255, 255, 255);
    transition: 0.3s;
    transform: translateX(-5px);
    opacity: 0;
}

.slider5 #mainPagination .swiper-pagination-bullet-active::before {
    transform: none;
    opacity: 1;
}

@media (min-width: 1400px) {
    .slider5 .mainSwiper>.container:not(.pag_overlay) {
        max-width: 1400px;
        width: 1400px;
    }
}

.section_padding {
    padding: 80px 0px;
}

section {
    overflow: hidden;
}

.title_block {
    color: rgb(255, 255, 255);
}

.title_block>span {
    font-family: Belleza, serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    position: relative;
}

.title_block>span::before {
    content: "";
    position: absolute;
    left: 25%;
    top: 11px;
    width: 100%;
    height: 1px;
    /* background-color: rgb(255, 255, 255); */
}

.title_block h2 {
    font-family: Belleza, serif;
    margin: 20px 0px;
    font-size: 50px;
    text-transform: uppercase;
}

.title_block p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    width: 520px;
    max-width: 100%;
}

.ia_images {
    display: flex;
    justify-content: space-between;
}

.ia_images>div {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.ia_images img {
    width: 100%;
}

.ia_first,
.index_corporate {
    align-items: center;
    row-gap: 40px;
}

.content-inner {
    width: 100%;
    color: rgb(255, 255, 255);
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    height: 350px;
    display: inline-block;
}

.content-inner>* {
    backface-visibility: hidden;
    transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (min-width: 1201px) {
    .content-inner:hover .content-front {
        transform: rotateY(-180deg);
    }

    .content-inner:hover .content-back {
        transform: rotateY(0deg);
    }
}

@media (min-width: 993px) {
    .cards-wrap .col-lg-4:nth-child(3n+2) {
        transition-delay: 0.5s !important;
    }

    .cards-wrap .col-lg-4:nth-child(3n+3) {
        transition-delay: 0.7s !important;
    }
}

.content-inner .content-front,
.content-inner .content-back {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    height: 100%;
    justify-content: center;
    display: flex;
}

.content-front {
    background: rgb(39, 37, 53);
    position: relative;
    cursor: pointer;
}

.content-inner .content-back {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: rotateY(180deg);
    background: rgb(91, 56, 24);
    padding-bottom: 0px;
    align-items: center;
}

.content-inner .cf-inner {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    width: 100%;
    padding: 0px 60px 50px;
    position: absolute;
    inset: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf-inner::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.11);
    z-index: 1;
}

.content-inner .cf-inner .inner span {
    color: rgb(255, 255, 255);
    font-size: 25px;
    margin-top: 20px;
    position: relative;
    top: 20px;
}

.content-inner .cf-inner .inner img {
    height: 50px;
    display: block;
    margin: 0px auto 15px;
}

.content-inner .cf-inner .inner {
    align-items: stretch;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transform: translateZ(95px) scale(0.81);
    text-align: center;
    position: relative;
    z-index: 2;
    font-family: Belleza, serif;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 1.2;
    text-shadow: rgba(0, 0, 0, 0.85) 0px 0px 10px;
}

.dec-icon {
    position: relative;
    display: inline-table;
    width: 80px;
    height: 80px;
}

.dec-icon::before,
.dec-icon::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
}

.dec-icon::before {
    left: -15px;
    top: 12px;
}

.dec-icon::after {
    right: -15px;
    bottom: 12px;
}

.dec-icon i {
    z-index: 3;
}

.content-back .dec-icon {
    top: -20px;
}

.content-inner .cf-inner .inner p {
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 1.2;
    font-size: 15px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    text-transform: none;
    margin-top: 20px;
}

.content-inner .cf-inner .inner h2 {
    position: relative;
    font-size: 2.6em;
    font-weight: 500;
    padding-bottom: 10px;
}

.content-inner .cf-inner .inner h2::after {
    content: "";
    position: absolute;
    top: -20px;
    margin-left: -25px;
    left: 50%;
    width: 50px;
    height: 1px;
}

.content-inner .content-front h4 {
    display: inline-block;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px 4px;
}

.content-inner .cf-inner .inner h2::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 20px;
    height: 2px;
    margin-left: -10px;
}

.single-slider-wrap img {
    width: 100%;
    height: auto;
}

.content-inner .content-front .section-separator::before,
.content-inner .content-front .section-separator::after {
    background: rgba(255, 255, 255, 0.3);
}

.bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: repeat;
    background-origin: content-box;
}

.fs-wrapper {
    position: absolute;
    inset: 0px;
    overflow: hidden;
}

.content-inner .cf-inner .fs-wrapper {}

.content-back .cf-inner {
    align-items: center;
    padding-bottom: 0px;
}

.content-front .btn_component1 {
    pointer-events: none;
}

.groupSwiper {
    padding: 15px 0px;
}

.index_corporate .title_block {
    width: 550px;
    max-width: 100%;
    margin-left: auto;
    text-align: right;
}

.index_corporate .title_block p {
    width: 100%;
}

.index_corporate .title_block>span::before {
    left: auto;
    right: 25%;
}

img {
    max-width: 100%;
}

.full_bg {
    padding: 160px 0px;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.full_bg::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.full_bg .container {
    position: relative;
    z-index: 2;
}

footer.footer28 {
    background: rgb(41, 43, 40);
    padding: 100px 0px;
    overflow: hidden;
}

.footer28 .footer_p {
    margin-top: 24px;
    font-size: 15px;
    font-weight: 300;
    width: 350px;
    max-width: 100%;
}

.footer28 .footer_logo img {
    width: 200px;
    filter: brightness(0) invert(1);
}

footer.footer28 h3 {
    color: rgb(30, 30, 30);
    margin: 0px 0px 20px;
    font-weight: 700;
    font-size: 20px;
}

footer.footer28 ul:not(.footerSoci):not(.social_list) li a:hover {
    text-decoration: underline;
}

footer.footer28 p {
    color: rgb(255, 255, 255);
    line-height: 1.6;
}

footer.footer28 .donate_btn {
    display: flex;
    margin: 12px 0px 20px;
    height: 40px;
    font-size: 14px;
}

.footer28 .footer_bottom {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    padding-top: 48px;
    margin-top: 60px;
}

.footer28 .footer_bottom p {
    color: rgb(255, 255, 255);
    font-size: 14px;
}

.footer28 .footer_bottom a {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.41);
    gap: 8px;
    font-size: 14px;
}

.footer28 .footer_bottom a img {
    height: 18px;
}

.footer28 ul:not(.footerSoci) {
    flex: 0 0 33%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer28 ul:not(.footerSoci) li h6 {
    margin: 0px 0px 8px;
    font-weight: 400;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: Belleza, serif;
    position: relative;
    width: max-content;
}

.footer28 ul:not(.footerSoci) li h6::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 11px;
    width: 60%;
    height: 1px;
    /* background-color: rgb(255, 255, 255); */
}

.footer28 ul:not(.footerSoci) li h6 a {
    color: rgb(30, 30, 30);
    font-size: inherit;
    font-weight: 600;
    text-decoration: none !important;
}

.footer28 ul:not(.footerSoci) li a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 300;
}

.footer28 ul:not(.footerSoci) li a i {
    display: none;
}

.footer_contact_item p a {
    text-decoration: none;
}

.footer_contact_item strong {
    color: rgb(255, 255, 255);
}

.footer_contact_item+.footer_contact_item {
    margin-top: 15px;
}

.typ_overlay h6 {
    margin: 0px 0px 20px;
    font-weight: 400;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: Belleza, serif;
    position: relative;
    width: max-content;
}

.typ_overlay h6::before {
    content: "";
    position: absolute;
    left: 60%;
    top: 11px;
    width: 50%;
    height: 1px;
    /* background-color: rgb(255, 255, 255); */
}

.typ_overlay {
    padding-left: 60px;
}

.type_map {
    display: flex;
}

.type_map div {
    height: 50px;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    display: flex;
    padding-left: 15px;
    align-items: center;
    flex: 1 1 0%;
    font-weight: 400;
    font-size: 15px;
    white-space: nowrap;
}

.type_map a {
    color: rgb(255, 255, 255);
    height: 50px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    font-size: 24px;
}

.type_map+p {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
}

.footerSoci {
    display: flex;
    gap: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    margin-top: 15px;
    padding-top: 15px;
    width: 350px;
    max-width: 100%;
}

.footerSoci li a {
    font-weight: 300;
    color: rgb(255, 255, 255);
    transition: 0.3s;
    position: relative;
}

.footerSoci li a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    width: 0px;
    height: 1px;
    background-color: rgb(255, 255, 255);
    transition: 0.3s;
}

.footerSoci li:hover a::before {
    width: 100%;
}

.footer28 .gap30 {
    row-gap: 40px;
}

.gap30 .row {
    row-gap: 30px;
}

.the_brd h1 {
    font-family: Belleza, serif;
    color: rgb(255, 255, 255);
    font-size: 70px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    margin: -45px 0px 0px;
}

.the_brd img {
    width: 100%;
    min-height: 270px;
    object-fit: cover;
}

.the_brd iframe {
    height: 500px;
    width: 100%;
    filter: grayscale(1) invert(1);
}

#text_page .title_block p {
    width: 100%;
}

.content-detail {
    font-size: 1rem;
    line-height: 1.6;
    color: rgb(51, 51, 51);
    overflow-wrap: break-word;
}

.content-detail h1,
.content-detail h2,
.content-detail h3,
.content-detail h4,
.content-detail h5,
.content-detail h6 {
    margin: 1em 0px 0.5em;
    line-height: 1.3;
    font-weight: 400;
    color: rgb(30, 30, 30);
}

.content-detail h1 {
    font-size: 2em;
}

.content-detail h2 {
    font-size: 1.75em;
}

.content-detail h3 {
    font-size: 1.5em;
}

.content-detail h4 {
    font-size: 1.25em;
}

.content-detail h5 {
    font-size: 1.1em;
}

.content-detail h6 {
    font-size: 1em;
}

.content-detail p {
    margin: 1em 0px;
    color: rgb(255, 255, 255);
}

.content-detail ul {
    list-style-type: disc;
    margin: 1em 0px;
    padding-left: 2em;
}

.content-detail ol {
    list-style-type: decimal;
    margin: 1em 0px;
    padding-left: 2em;
}

.content-detail ul ul,
.content-detail ol ul,
.content-detail ul ol,
.content-detail ol ol {
    list-style-type: circle;
    margin-left: 1em;
}

.content-detail li {
    margin-bottom: 0.5em;
    list-style: inherit;
}

.content-detail a {
    color: rgb(51, 51, 51);
    text-decoration: underline;
    transition: color 0.2s;
}

.content-detail a:hover {
    color: rgb(0, 64, 128);
}

.content-detail b,
.content-detail strong {
    font-weight: bold;
}

.content-detail i,
.content-detail em {
    font-style: italic;
}

.content-detail u {
    text-decoration: underline;
}

.content-detail blockquote {
    border-left: 4px solid rgb(204, 204, 204);
    margin: 1em 0px;
    padding: 1em;
    color: rgb(102, 102, 102);
    font-style: italic;
    background-color: rgb(249, 249, 249);
}

.content-detail code {
    font-family: monospace;
    background-color: rgb(244, 244, 244);
    padding: 0.2em 0.4em;
    border-radius: 4px;
}

.content-detail pre {
    font-family: monospace;
    background-color: rgb(244, 244, 244);
    padding: 1em;
    border-radius: 4px;
    overflow-x: auto;
    margin: 1em 0px;
    white-space: pre-wrap;
}

.content-detail table {
    width: 100%;
    border: none;
    margin-bottom: 40px;
}

.content-detail table td {
    border: none;
}

.content-detail th,
.content-detail td {
    border: 1px solid rgb(221, 221, 221);
    padding: 0.75em;
    text-align: left;
}

.content-detail th {
    background-color: rgb(245, 245, 245);
    font-weight: bold;
}

.content-detail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em 0px;
}

.content-detail dl {
    margin: 1em 0px;
}

.content-detail dt {
    font-weight: bold;
    margin-top: 1em;
}

.content-detail dd {
    margin-left: 1em;
}

.content-detail hr {
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-top: 1px solid rgb(221, 221, 221);
    margin: 1.5em 0px;
}

.content-detail input,
.content-detail select,
.content-detail textarea,
.content-detail button {
    font: inherit;
    padding: 0.5em;
    margin: 0.5em 0px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-sizing: border-box;
}

.content-detail button {
    background-color: rgb(0, 102, 204);
    color: white;
    cursor: pointer;
    transition: background-color 0.2s;
}

.content-detail button:hover {
    background-color: rgb(0, 64, 128);
}

.content-detail sub,
.content-detail sup {
    font-size: 0.8em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.content-detail sup {
    top: -0.5em;
}

.content-detail sub {
    bottom: -0.25em;
}

.content-detail iframe,
.content-detail video {
    max-width: 100%;
    height: auto;
    margin: 1em 0px;
    border: none;
}

.content-detail figure {
    margin: 1em 0px;
    text-align: center;
}

.content-detail figcaption {
    font-size: 0.9em;
    color: rgb(102, 102, 102);
}

.content-detail mark {
    background-color: rgb(255, 255, 0);
    color: rgb(51, 51, 51);
}

.content-detail aside {
    background-color: rgb(249, 249, 249);
    padding: 1em;
    margin: 1em 0px;
    border-left: 4px solid rgb(204, 204, 204);
    font-size: 0.9em;
    color: rgb(85, 85, 85);
}

.content-detail .pull-quote {
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
    margin: 1em 0px;
    color: rgb(68, 68, 68);
}

.content-detail abbr[title] {
    border-bottom: 1px dotted rgb(51, 51, 51);
    cursor: help;
}

.feature_section164 {
    padding: 80px 0px 0px;
    overflow: visible;
}

.feature_section164 .f164_title {
    margin: 0px 0px 48px;
    text-align: center;
}

.feature_section164 .f164_title h2 {
    color: rgb(90, 154, 9);
    margin: 0px 0px 12px;
    font-size: 32px;
    font-weight: 700;
}

.feature_section164 .f164_title p {
    margin: 0px;
}

.feature_section164 .fs_inner {
    max-width: 100%;
    margin: 0px auto;
    display: flex;
    z-index: 2;
    position: relative;
}

.feature_section164 .fs_inner>a {
    width: 25%;
    padding: 48px;
    border-right: 1px solid rgba(217, 217, 217, 0.09);
    border-left: 1px solid rgba(217, 217, 217, 0.09);
    border-image: initial;
    transition: 0.3s;
    position: relative;
    border-top: none;
    border-bottom: none;
    margin-left: -1px;
}

.feature_section164 .fs_inner>a::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 19px;
    background-image: url("img/arrow.svg");
    background-position: center center;
    background-size: cover;
    z-index: 2;
    bottom: 0px;
}

.feature_section164 .fs_inner>a.active {}

.feature_section164 .fs_inner>a.active * {
    color: rgb(255, 255, 255);
}

.feature_section164 .fs_inner>a.active svg * {
    fill: rgb(255, 255, 255);
}

.feature_section164 .fs_inner>a i {
    font-size: 55px;
    margin-bottom: 30px;
    color: rgb(255, 255, 255);
}

.feature_section164 .fs_inner>a span {
    margin: 0px 0px 20px;
    font-size: 20px;
    font-weight: 700;
    display: block;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    font-family: Belleza, serif;
    text-transform: uppercase;
}

.feature_section164 .fs_inner>a p {
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 300;
}

.fixed_groups h3 {
    color: rgb(255, 255, 255);
    font-family: Belleza, serif;
    margin: 0px 0px 30px;
    font-size: 32px;
}

.fixed_groups ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fixed_groups ul li button {
    color: rgb(255, 255, 255);
    font-weight: 300;
    position: relative;
    font-size: 18px;
}

.fixed_groups ul li button.active {
    font-weight: 400;
}

.fixed_groups ul li button::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 14px;
    width: 80%;
    height: 1px;
    /* background-color: rgb(255, 255, 255); */
    transition: 0.3s;
    opacity: 0;
    transform: translateX(-15px);
}

.fixed_groups ul li button.active::after,
.fixed_groups ul li button:hover::after {
    opacity: 1;
    transform: none;
}

.prd_lister>div {
    margin-bottom: 30px;
}

.prd_lister {
    margin-bottom: -30px;
}

.prd_lister img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.fixed_groups {
    position: sticky;
    top: 120px;
}

.prd_lister a {
    position: relative;
    display: flex;
    overflow: hidden;
}

.prd_lister a img {
    transition: 1s;
}

@media (min-width: 993px) {
    .prd_lister a:hover img {
        transform: scale(1.1);
    }
}

.prd_lister a span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 300;
    z-index: 2;
    background: rgb(255, 255, 255);
    color: rgb(77, 84, 70);
    justify-content: center;
    transform: translateY(100%);
    opacity: 0;
    transition: 0.3s;
}

.prd_lister a:hover span {
    transform: none;
    opacity: 1;
}

.gal_lister>div {
    margin-bottom: 30px;
}

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

.gal_item a {
    display: flex;
    position: relative;
    overflow: hidden;
}

.gal_item a:hover img {
    transform: scale(1.1);
}

.gal_item a::before,
.gal_item a::after {
    content: "";
    position: absolute;
    border: solid rgb(255, 255, 255);
    width: 80px;
    height: 80px;
    opacity: 0;
    transition: 0.3s;
    z-index: 2;
}

.gal_item a::before {
    border-width: 1px 0px 0px 1px;
    left: 15px;
    top: 15px;
    transform: translate(-15px, -15px);
}

.gal_item a::after {
    border-width: 0px 1px 1px 0px;
    right: 15px;
    bottom: 15px;
    transform: translate(15px, 15px);
}

.gal_item a:hover::before,
.gal_item a:hover::after {
    opacity: 0.8;
    transform: none;
}

.contact_component87 {
    padding: 0px 0px 80px;
}

.contact_component87 .text_block1 {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    color: rgb(255, 255, 255);
}

.contact_component87 .text_block1 h2 {
    font-weight: 300;
    font-size: 36px;
    color: rgb(255, 255, 255);
    line-height: 1;
    margin: 0px;
}

.contact_component87 .text_block1 p {
    font-size: 20px;
}

.contact_component87 .contactForm h2 {
    color: rgb(33, 171, 104);
    font-weight: 700;
    font-size: 24px;
    margin: 0px 0px 24px;
}

.contactForm {
    margin: 15px 0px;
}

.contact_component87 .if_texts * {
    color: rgb(255, 255, 255);
}

.contact_component87 .contactForm .row {
    row-gap: 30px;
}

.contact_component87 .contactForm input,
.contact_component87 .contactForm textarea {
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.18);
    border-image: initial;
    border-width: 0px 0px 1px;
    width: 100%;
    padding-left: 15px;
    transition: 0.3s;
    background: transparent;
    height: 50px;
    font-weight: 400;
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.contact_component87 .contactForm input::placeholder,
.contact_component87 .contactForm textarea::placeholder {
    color: rgb(255, 255, 255);
}

.contact_component87 .contactForm input:focus,
.contact_component87 .contactForm textarea:focus {
    border-color: rgb(255, 255, 255);
}

.contact_component87 .contactForm label {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    display: none;
}

.contact_component87 .contactForm textarea {
    padding: 15px;
    height: 90px;
    resize: none;
}

.contact_component87 .contactForm button {
    background-color: rgb(91, 56, 24);
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    transition: 0.3s;
    width: 100%;
}

.contact_component87 .contactForm button:hover {
    background-color: rgb(41, 43, 40);
}

.contact_component87 .indexForm .row {
    row-gap: 20px;
}

.contact_component87 .contact_page .text_block1 p {
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact_component87 .contact_page .text_block1 p i {
    width: 36px;
    height: 36px;
    background-color: rgb(107, 118, 96);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact_component87 .mapIframe {
    padding-left: 60px;
}

.contact_component87 .mapIframe img {
    height: 100%;
    min-height: 400px;
    width: 100%;
    max-width: 100%;
}

.groupSwiper .swiper-wrapper .swiper-slide:nth-child(2) a,
.feature_section164 .fs_inner>a:nth-child(2) {
    transition-delay: 0.2s;
}

.groupSwiper .swiper-wrapper .swiper-slide:nth-child(3) a,
.feature_section164 .fs_inner>a:nth-child(3) {
    transition-delay: 0.3s;
}

.groupSwiper .swiper-wrapper .swiper-slide:nth-child(4) a,
.feature_section164 .fs_inner>a:nth-child(4) {
    transition-delay: 0.4s;
}

.groupSwiper .swiper-wrapper .swiper-slide:nth-child(5) a,
.feature_section164 .fs_inner>a:nth-child(5) {
    transition-delay: 0.5s;
}

@media (min-width: 993px) {

    .prd_lister>div:nth-child(3n+2),
    .gal_lister>div:nth-child(3n+2) {
        transition-delay: 0.2s;
    }

    .prd_lister>div:nth-child(3n+3),
    .gal_lister>div:nth-child(3n+3) {
        transition-delay: 0.3s;
    }
}

@media (min-width: 1201px) {
    .header7 .hm_inner>ul>li>a {
        position: relative;
    }

    .header7 .hm_inner>ul>li>a::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 13px;
        width: 0px;
        height: 1px;
        background-color: rgb(77, 84, 70);
        transition: 0.3s;
    }

    .header7 .hm_inner>ul>li:hover>a::before {
        width: 100%;
    }

    .header7 .hm_inner>ul>li {
        visibility: hidden;
        transition: 0.3s;
        opacity: 0;
        transform: translateY(-10px);
    }

    .header7 .hm_inner>ul>li:nth-child(1) {
        transition-delay: 0.1s;
    }

    .header7 .hm_inner>ul>li:nth-child(2) {
        transition-delay: 0.2s;
    }

    .header7 .hm_inner>ul>li:nth-child(3) {
        transition-delay: 0.3s;
    }

    .header7 .hm_inner>ul>li:nth-child(4) {
        transition-delay: 0.4s;
    }

    .header7 .hm_inner>ul>li:nth-child(5) {
        transition-delay: 0.5s;
    }

    .header7 .hm_inner>ul>li:nth-child(6) {
        transition-delay: 0.6s;
    }

    .header7 .hm_inner>ul>li:nth-child(7) {
        transition-delay: 0.7s;
    }

    .header7 .hm_inner>ul>li:nth-child(8) {
        transition-delay: 0.8s;
    }

    .header7 .hm_inner>ul>li:nth-child(9) {
        transition-delay: 0.9s;
    }

    .header7 .hm_inner>ul>li:nth-child(10) {
        transition-delay: 1s;
    }

    .header7 .hm_inner>ul.active>li {
        visibility: visible;
        opacity: 1;
        transform: none;
    }
}

#the_preloader {
    position: fixed;
    inset: 0px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

#the_preloader::before,
#the_preloader::after {
    content: "";
    position: fixed;
    width: 50%;
    height: 100%;
    top: 0px;
    background-color: rgb(77, 84, 70);
    transition: 1s 0.3s;
}

#the_preloader::before {
    left: 0px;
}

#the_preloader::after {
    right: 0px;
}

#the_preloader img {
    width: 300px;
}

#the_preloader div {
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    color: rgb(255, 255, 255);
    z-index: 2;
    transition: 0.3s;
}

#the_preloader div strong {
    font-weight: 800;
}

#the_preloader.loaded div {
    opacity: 0;
    transform: translateY(100%);
}

#the_preloader.loaded .loader {
    transform: scale(0);
}

.loader {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 6rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    z-index: 10;
    transition: 0.3s;
}

.loader::before,
.loader::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    animation: 1.8s ease-in-out 0s infinite normal none running pulsOut;
    filter: drop-shadow(rgba(255, 255, 255, 0.75) 0px 0px 1rem);
}

.loader::before {
    width: 100%;
    padding-bottom: 100%;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 1rem inset;
    animation-name: pulsIn;
}

.loader::after {
    width: calc(100% - 2rem);
    padding-bottom: calc(100% - 2rem);
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
}

#the_preloader.loaded::before,
#the_preloader.loaded::after {
    width: 0px;
}

@keyframes pulsIn {
    0% {
        box-shadow: rgb(255, 255, 255) 0px 0px 0px 1rem inset;
        opacity: 1;
    }

    50%,
    100% {
        box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px inset;
        opacity: 0;
    }
}

@keyframes pulsOut {

    0%,
    50% {
        box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
        opacity: 0;
    }

    100% {
        box-shadow: rgb(255, 255, 255) 0px 0px 0px 1rem;
        opacity: 1;
    }
}

.the_nav {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}

.the_nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 32px;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.the_nav button i {
    position: relative;
}

.ms_prev i {
    left: -20px;
}

.ms_next i {
    right: -20px;
}

.index_video {
    height: 600px;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    display: flex;
    margin: 65px 30px 0px;
}

.index_video::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.7);
}

.index_video>div {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    text-align: center;
    color: rgb(255, 255, 255);
    z-index: 2;
    width: 100%;
    left: 0px;
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.index_video div>i {
    font-size: 100px;
    color: rgb(255, 255, 255);
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
}

.index_video>div>span {
    font-size: 36px;
    font-weight: 800;
    width: 100%;
    letter-spacing: 1px;
    font-family: Belleza, serif;
    text-transform: uppercase;
}

.video-play-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 36px;
    margin-left: 4px;
    color: rgb(78, 84, 70);
}

.video-play-button::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    animation: 1100ms ease-out 0s infinite normal none running pulse-border;
}

.video-play-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    transition: 200ms;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0px;
    height: 0px;
    border-left: 19px solid rgb(255, 255, 255);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 10px;
    left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1.5);
        opacity: 0;
    }
}

.index_video>div>span span {
    font-size: 60%;
    font-weight: 400;
    display: block;
    letter-spacing: 0px;
    font-family: Roboto, sans-serif;
    text-transform: capitalize;
}

.fixed_whatsapp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 98;
}

.fixed_whatsapp img {
    width: 50px;
}

@media (max-width: 1400px) {
    .header7 .src_overlay {
        width: 160px;
        margin-left: 20px;
    }

    .header7 .hm_inner ul {
        gap: 18px;
    }

    .header7 a.get_service,
    .header7 .get_service {
        padding: 0px 15px;
    }
}

@media (max-width: 1200px) {
    .slider5 .hm_inner {
        justify-content: flex-end;
    }

    .slider5 .has-submenu.active::after {
        content: "" !important;
    }

    .slider5 .h_menu>ul>li>a.has-submenu::after,
    .slider5 .has-submenu::after {
        content: "";
        font-family: FontAwesome;
        color: rgb(255, 255, 255);
        position: static;
        height: auto;
        border-radius: 0px;
        font-size: 20px;
        line-height: normal;
    }

    .slider5 .mainSwiper h2 {
        font-size: 40px;
    }

    .slider5 .mainSwiper p {
        font-size: 18px;
    }

    a.btn_component {
        font-size: 16px;
        height: 40px;
        padding: 0px 20px;
    }

    .header7 .hm_inner>ul {
        max-height: 350px;
        overflow-y: auto;
    }

    .header7 .hm_inner>ul ul {
        padding-right: 0px !important;
    }

    .header7 .hm_inner>ul ul a {
        padding-right: 15px !important;
        font-size: 14px !important;
    }

    .header7 .hm_inner a.has-submenu::after {
        content: "";
        font-family: FontAwesome;
        margin-left: 7px;
    }

    .header7 .hm_inner a.has-submenu.active::after {
        content: "";
    }

    .header7 .mobile_flex {
        display: flex;
    }

    .header7 .src_overlay button i:last-child {
        display: block;
    }

    .header7 .src_overlay button i:first-child {
        display: none;
    }

    .header7 .the_logo1 img {}

    .header7 .src_overlay button {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        height: 34px;
        display: flex;
        align-items: center;
        padding: 0px 10px;
        left: auto;
        width: auto;
        pointer-events: all;
        font-size: 22px;
    }

    .header7 .src_overlay button i {
        height: 20px;
    }

    .header7 .src_overlay {
        position: absolute;
        top: 50%;
        left: 15px;
        width: 100%;
        background-color: rgb(255, 255, 255);
        z-index: 2;
        display: none;
        margin-left: 0px;
        transform: translateY(-50%);
        right: 15px;
    }

    .header7 .src_overlay.active {
        display: block;
        width: auto;
    }

    .header7 .src_overlay input {
        padding-left: 15px;
    }

    .header7 .hm_inner>ul>li ul {
        position: static;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        margin: 0px;
        padding: 0px 20px;
        display: none;
        transition: none;
        background: transparent;
    }

    .header7 .hm_inner>ul>li ul li a {
        color: rgb(255, 255, 255);
    }

    .header7 .menu_trigger {
        display: block;
    }

    .header7.header_menu .row {
        position: relative;
    }

    .header7 .hm_inner ul {
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        background-color: rgb(30, 30, 30);
        margin-top: 23px;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
    }

    .header7 .hm_inner ul.active {
        opacity: 1;
        visibility: visible;
    }

    .header7 .hm_inner ul li {
        width: 100%;
    }

    .header7 .hm_inner ul li a {
        color: rgb(255, 255, 255);
        height: auto;
        padding: 10px 15px;
        justify-content: space-between;
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    }

    .header7 .hm_inner ul li.active a {
        color: rgb(255, 255, 255);
    }

    .header7 .src_button {
        margin-left: 0px;
        font-size: 24px;
        display: block;
        transition: none;
        color: rgb(30, 30, 30);
    }
}

@media (max-width: 992px) {
    .contact_component87 .mapIframe img {
        margin-top: 40px;
    }

    .contact_component87 .mapIframe iframe {
        width: 100%;
    }

    .contact_component87 .mapIframe {
        padding-left: 15px;
    }

    .contact_component87 .contactForm {
        margin-left: 0px;
        width: 100%;
    }

    .fixed_groups {
        margin-bottom: 40px;
    }

    .feature_section164 {
        margin-bottom: 0px;
    }

    .feature_section164 .fs_inner>a {
        width: 50%;
    }

    .feature_section164 .fs_inner>a:nth-child(2n+2) {
        border-right: none;
        padding-right: 0px;
    }

    .feature_section164 .fs_inner>a:nth-child(2n+1) {
        padding-left: 0px;
        border-left: none;
    }

    .feature_section164 .fs_inner {
        flex-wrap: wrap;
    }

    .feature_section164 .fs_inner>a::after {
        display: none;
    }

    .feature_section164 .fs_inner>a::before {
        bottom: 30px;
    }

    .typ_overlay {
        padding-left: 15px;
    }

    .footer28 {
        margin: 30px 0px;
        justify-content: flex-start;
        padding: 0px;
    }

    .slider5 .mainSwiper h2 {
        font-size: 40px;
    }

    .slider5 .mainSwiper p {
        font-size: 18px;
    }

    .slider5 .mainSwiper>.container:not(.pag_overlay) button {
        display: none;
    }

    .slider5 .mainSwiper .swiper-slide .container>div {
        padding: 0px;
    }

    .title_block h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .fixed_whatsapp img {
        width: 40px;
    }

    .fixed_whatsapp {
        right: 15px;
        bottom: 15px;
    }

    .index_video {
        background-attachment: scroll;
    }

    .the_nav button {
        width: 30px;
        height: 30px;
        font-size: 22px;
    }

    .ms_prev i {
        left: -17px;
    }

    .ms_next i {
        right: -17px;
    }

    .the_nav {
        padding-right: 15px;
    }

    .index_video>div>span {
        font-size: 24px;
        padding: 0px 30px;
    }

    .index_video {
        margin-top: 40px;
        height: 400px;
    }

    .contact_component87 {
        padding: 40px 0px;
    }

    .contact_component87 .text_block1 h2 {
        font-size: 28px;
    }

    .contact_component87 .indexForm .if_texts {
        padding-right: 0px;
    }

    .contact_component87 .contactForm button {
        font-size: 16px;
        height: 43px;
    }

    .the_brd h1 {
        font-size: 44px;
        margin: -26px 0px 0px;
    }

    .feature_section164 {
        padding: 40px 0px 0px;
    }

    .feature_section164 .fs_inner>a span {
        font-size: 18px;
        margin: 15px 0px;
    }

    .feature_section164 .fs_inner>a {
        padding: 15px;
    }

    .feature_section164 .fs_inner>a svg {
        height: 40px;
    }

    .feature_section164 .fs_inner>a::before {
        display: none;
    }

    .feature_section164 .the_container {
        padding: 0px 15px;
    }

    .footer28 .footer_logo img {
        width: 143px;
    }

    .footer28 {
        margin: 0px;
    }

    .footer28 ul:not(.footerSoci) li h6 {
        font-size: 18px;
    }

    .footer28 ul:not(.footerSoci) {
        flex: 0 0 50%;
    }

    .footer28 .footer_bottom {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer28 .footer_bottom p {
        width: 100%;
        text-align: center;
    }

    .footer28 .footer_bottom {
        padding-top: 24px;
        margin-top: 24px;
    }

    footer.footer28 {
        padding: 60px 0px;
        border-top-width: 10px;
    }

    footer.footer28 ul:not(.footerSoci):not(.social_list) {
        row-gap: 6px;
    }

    footer.footer28 .gap30 {
        row-gap: 30px;
    }

    .full_bg {
        padding: 100px 0px;
        background-attachment: scroll;
    }

    .index_corporate {
        flex-direction: column-reverse;
    }

    .content-inner {
        height: 300px;
    }

    .title_block>span::before {
        top: 9px;
    }

    .section_padding {
        padding: 40px 0px;
    }

    .ia_images>div {
        gap: 15px;
    }

    .ia_images>div {
        width: calc(50% - 7.5px);
    }

    .title_block>span,
    .title_block p {
        font-size: 16px;
    }

    .container {
        padding: 0px 30px;
    }

    body {
        padding-top: 80px;
    }

    .slider5 .top_bar .container,
    .slider5 .header_1 .container {
        padding: 0px 15px;
    }

    .slider5 #mainPagination {
        bottom: 15px;
    }

    .slider5 .mainSwiper img {
        height: calc(-56px + 100vh);
    }

    .slider5 .mainSwiper h2 {
        font-size: 28px;
    }

    .slider5 .mainSwiper p {
        font-size: 14px;
        margin-top: 15px;
    }

    .slider5 .mainSwiper .swiper-slide .container {
        padding: 0px 15px;
    }

    a.btn_component {
        font-size: 14px;
        height: 35px;
        padding: 0px 15px;
    }

    .slider5 .mainSwiper img {
        height: 450px;
        min-height: auto;
    }

    .slider5 .mainSwiper .swiper-slide .container {
        margin-top: -25px;
    }

    .header7 a.get_service,
    .header7 .get_service {
        display: none;
    }

    .header7 .src_overlay button,
    .header7 .src_overlay input {
        height: 40px;
    }

    .header7 .src_button {
        font-size: 22px;
    }

    .header7 .ct_overlay {
        display: none;
    }

    .header7 .the_logo1 img {
        height: 28px;
    }

    .header7 .header_top {
        display: none;
    }

    .header7 .hm_inner ul {
        left: 0px;
        right: 0px;
        padding: 15px 0px;
        margin-top: 15px;
    }

    .header7.header_menu {
        padding: 15px 0px;
    }
}

@media (max-width: 570px) {
    .gal_lister img {
        height: 270px;
    }
}