@charset "UTF-8";
/*!
  * Custom v5.0.0 (https://www.cetekno.com/)
  * Copyright 2011-2025 The CETEKNO Authors (https://...)
  * Licensed under MIT (https://github.com/twbs/.../blob/main/LICENSE)
  */

@font-face {
    font-family: Roboto-Black;
    src: url('../fonts/Roboto/Roboto-Black.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-BlackItalic;
    src: url('../fonts/Roboto/Roboto-BlackItalic.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-Bold;
    src: url('../fonts/Roboto/Roboto-Bold.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-BoldItalic;
    src: url('../fonts/Roboto/Roboto-BoldItalic.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-Italic;
    src: url('../fonts/Roboto/Roboto-Italic.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-Light;
    src: url('../fonts/Roboto/Roboto-Light.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-LightItalic;
    src: url('../fonts/Roboto/Roboto-LightItalic.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-Medium;
    src: url('../fonts/Roboto/Roboto-Medium.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-MediumItalic;
    src: url('../fonts/Roboto/Roboto-MediumItalic.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-Thin;
    src: url('../fonts/Roboto/Roboto-Thin.ttf');
    font-display: swap;
}
@font-face {
    font-family: Roboto-ThinItalic;
    src: url('../fonts/Roboto/Roboto-ThinItalic.ttf');
    font-display: swap;
}

:root {
    /*--primary-rgb: 226 90 0;*/
    /*--primary-rgb: 255 116 0;*/
    --primary-rgb: 237 28 37;
    --primary-color: rgb(var(--primary-rgb));
    --primary-bg-color: rgb(var(--primary-rgb));
    --primary-bg-hover: rgb(var(--primary-rgb), 0.9);
    --primary-bg-border: rgb(var(--primary-rgb));
    --primary01: rgba(var(--primary-rgb), 0.1);
    --primary02: rgba(var(--primary-rgb), 0.2);
    --primary03: rgba(var(--primary-rgb), 0.3);
    --primary04: rgba(var(--primary-rgb), 0.4);
    --primary05: rgba(var(--primary-rgb), 0.5);
    --primary06: rgba(var(--primary-rgb), 0.6);
    --primary07: rgba(var(--primary-rgb), 0.7);
    --primary08: rgba(var(--primary-rgb), 0.8);
    --primary09: rgba(var(--primary-rgb), 0.9);
    --primary005: rgba(var(--primary-rgb), 0.05);

    --secondary-rgb: 255 243 2;
    --secondary-color: rgb(var(--secondary-rgb));
    --secondary-dark-rgb: 131 116 90;
    --secondary-dark-color: rgb(var(--secondary-dark-rgb));
    --secondary-light-rgb: 196 174 136;
    --secondary-light-color: rgb(var(--secondary-light-rgb));

    --border-rgb: 77 90 102;
    --border-color: rgb(var(--border-rgb));

    --border-secondary-rgb: 210 210 210;
    --border-secondary-rgb-color: rgb(var(--border-secondary-rgb));

    --white-color: #fff;
    --black-color: #000;
    --grey-color: #f5f5f5;
    --dark-grey-color: #424242;
    --primary-grey: #737373;
}
* {
    box-sizing: border-box;
}
*::before,
*::after {
    box-sizing: border-box;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
}
body {
    margin: 0;
    font-family: "Roboto-Light", sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5;
    color: var(--dark-grey-color);
    text-align: start;
    /*background: var(--white-color);*/
    /*background: url(../img/linedpaper2x.png) repeat #fffdf0;*/
    /*background-size: 412px 300px;*/
    overflow-x: hidden;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-color: #b6b6b6;
}
p {
    font-family: "Roboto-Light", sans-serif;
    margin-block-start: 0;
    margin-block-end: 1rem;
    font-weight: 100;
    color: var(--dark-grey-color);
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-block-end: 0;
}
address {
    margin-block-end: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    margin-block-start: 0;
    margin-block-end: 1rem;
}
li {
    font-family: "Roboto-Light", sans-serif;
    list-style: none;
    color: var(--dark-grey-color);
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-block-end: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-block-end: 0.5rem;
    margin-inline-start: 0;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
    font-family: "Roboto-Medium", sans-serif;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    inset-block-end: -0.25em;
}
sup {
    inset-block-start: -0.5em;
}
a {
    color: var(--primary-color);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    text-decoration: none;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    box-shadow: none!important;
}

input, textarea, select {
    height: 40px;
    width: 100%;
    max-width: 100%;
    padding: 6px 10px;
    margin: 0px 0px 24px;
    border-radius: 4px;
    -webkit-border-radius: 5px;
    background: #fff;
    border: 1px solid #bcbcbc;
    font-size: 0.867em;
    line-height: 1.385em;
    color: #000000;
    box-shadow: none;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
input::placeholder, textarea::placeholder {
    color: #000000;
}
/* RESET BOOTSTRAP CSS */
@media (max-width: 1399.98px) {
    .container-xxl {
        max-width: 1200px;
    }
}
@media (max-width: 1199.98px) {
    .container-xxl {
        max-width: 960px;
    }
}
@media (max-width: 991.98px) {
    .container-xxl {
        max-width: 720px;
    }
}
@media (max-width: 767.98px) {
    .container-xxl {
        max-width: 540px;
    }
}
/* RESET BOOTSTRAP CSS */

/* HEADER ACTION BAR - NAVBAR */
header {
    width: 100%;
    z-index: 1020;
    /*background-color: var(--white-color);*/
    /*transition: background-color 0.5s ease-in-out;*/
}
header {
    position: relative;
    background: #ffffff;
}
header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 20px;
    background:
            radial-gradient(
                    circle 10px at 10px 10px,
                    #ffffff 98%,
                    transparent 100%
            ) repeat-x;
    background-size: 20px 20px;
}
header .action-bar {
    background: var(--primary-color);
    font-size: 12px;
    padding: 5px 0px;
}
header .action-bar ul {
    margin-bottom: 0px;
}
header .action-bar ul li {
    float: left;
    margin: 0px 10px;
    list-style: none;
    padding: 10px 0px;
    padding-right: 20px !important;
    /*border-right: 1px solid var(--white-color);*/
}
header .action-bar ul li:first-child {
    padding-left: 0px;
    margin-left: 0px;
}
header .action-bar ul li:last-child {
    border-right: transparent;
    padding-right: 0px !important;
}
header .action-bar ul li a {
    font-size: 14px;
    color: var(--white-color);
}
header .action-bar ul li a:hover {
    color: var(--white-color);
}
header .action-bar .img {
    padding-top: 5px;
}
header .action-bar .img img {
    width: auto;
    height: 30px;
}
@media (max-width: 1199.98px) {
    header .action-bar {
        font-size: 10px;
    }
    header .action-bar ul li {
        padding: 10px 8px;
    }
}
header .navbar {
    position: initial;
    transition: all 1s ease;
    /*background: url("../img/bg-logo.png");*/
    /*background-position: -100px 0px;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 429px 95px;*/
}
header .navbar .container-xxl {
    /*background-image: url("../img/bg-logo.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: left top;*/
}
header .navbar.scrolled {
    position: fixed;
    top: 0px;
    z-index: 9;
    width: 100%;
    background: #ffffff;
}
header .navbar.scrolled::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 100%;
    height: 28px;
    background:
            radial-gradient(
                    circle 14px at 14px 14px,
                    #ffffff 98%,
                    transparent 100%
            ) repeat-x;
    background-size: 28px 28px;
}
header .navbar .navbar-brand img {
    height: auto;
}
@media (max-width: 991.98px) {
    header .navbar .navbar-brand img {
        width: 100%;
        height: 50px;
    }
}
header .navbar .nav-item {
    padding-right: 20px;
    padding-left: 20px;
}
header .navbar .nav-link,
header .navbar .navbar-nav .nav-link.active,
header .navbar .navbar-nav .nav-link.show {
    position: relative;
    font-family: "Roboto-Medium", sans-serif;
    font-size: 14px;
    line-height: 38px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    color: var(--black-color);
    /*text-transform: uppercase;*/
    transition: color 0.3s ease;
}
header .navbar .nav-link:hover {
    color: var(--primary-color);
}
/*header .navbar .nav-link::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: -2px;*/
/*    height: 4px;*/
/*    width: 0%;*/
/*    background-color: var(--primary-color);*/
/*    transition: width 0.3s ease;*/
/*}*/
/*header .navbar .nav-link:hover::after {*/
/*    width: 100%;*/
/*}*/
header .navbar .nav-link.dropdown-toggle {
    position: relative;
    padding-bottom: 5px;
}
/*header .navbar .nav-link.dropdown-toggle::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: -5px;*/
/*    height: 4px;*/
/*    width: 0%;*/
/*    background-color: var(--primary-color);*/
/*    transition: width 0.3s ease;*/
/*}*/
/*header .navbar .nav-link.dropdown-toggle:hover::before {*/
/*    width: 80%;*/
/*}*/
header .navbar .dropdown-toggle::after {
    display: none;
}
header .navbar .btn-language {
    position: relative;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 14px;
    line-height: 54px;
    margin-right: 15px;
    margin-left: 15px;
    color: var(--black-color);
    transition: color 0.3s ease;
}
header .navbar .btn-search {
    color: var(--black-color);
    line-height: 54px;
    margin-right: 15px;
    margin-left: 15px;
}
header .navbar .btn {
    position: relative;
    font-family: "Roboto-Regular", sans-serif;
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 48px;
    margin-left: 20px;
    border-radius: 30px;
    background: linear-gradient(to left, var(--primary-color) 50%, var(--secondary-color) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    border: none;
    cursor: pointer;
    transition: background-position 0.5s ease-out;
}
header .navbar .btn:hover {
    /*color: var(--white-color);*/
    /*background-position: left bottom;*/
    transform: translateY(-5px) !important;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1) !important;
    transition: all ease-out .2s;
}
header .navbar .btn .btn-border {
    position: absolute;
    top: 4px;
    left: 5px;
    right: 5px;
    bottom: 4px;
    border-radius: 30px;
    background-color: transparent;
    border: 3px dashed #fff;
    transition: all ease 0.4s;
}
header .navbar .dropdown-menu {
    margin-top: 20px;
    border-radius: 0px;
    padding: 25px 15px;
    width: 250px;
    border: none;
}
header .navbar .dropdown-menu .nav-item {
    padding-left: 10px;
    padding-right: 10px;
}
header .navbar .dropdown-menu .nav-link {
    font-size: 14px;
    color: #000;
    padding-top: 10px;
}
header .navbar .dropdown-menu .nav-link:hover{
    color: var(--primary-color);
}
header .navbar .dropdown-menu .nav-link:before {
    content: "";
    z-index: 11;
    position: absolute;
    height: 1px;
    background-color: #58585829;
    width: 100%;
    bottom: 0;
    left: 0px;
}
header .navbar .nav-link.dropdown-toggle .bi-chevron-down {
    color: var(--black-color);
    margin-left: 5px;
    transition: transform 0.3s ease;
}
header .navbar .nav-link.dropdown-toggle.show .bi-chevron-down {
    transform: rotate(180deg);
}
header .navbar .menu-toggle {
    width: 36px;
    height: 26px;
    right: 10px;
    position: relative;
    background: none;
    border: none;
    padding: 0;
    z-index: 1051;
}
header .navbar .menu-toggle .bar {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--black-color);
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
    border-radius: 2px;
}
header .navbar .menu-toggle .top {
    top: 0;
}
header .navbar .menu-toggle .middle {
    top: 12px;
}
header .navbar .menu-toggle .bottom {
    bottom: 0;
}
header .navbar .menu-toggle.hidden {
    opacity: 0;
    pointer-events: none;
}
/* HEADER ACTION BAR - NAVBAR */

/* HEADER OFFCANVAS */
.offcanvas {
    padding: 18px;
}
.offcanvas.offcanvas-start {
    width: 100vw !important;
    max-width: 100% !important;
}
.offcanvas .offcanvas-header {
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 0px;
}
.offcanvas .offcanvas-header .offcanvas-title {
    width: auto;
    height: 50px;
}
.offcanvas .offcanvas-header .btn-close {
    font-size: 24px;
}
.offcanvas .offcanvas-body {
    padding: 0px;
}
.offcanvas .offcanvas-body .nav-link {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 16px;
}
.offcanvas .offcanvas-body .nav-item {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.offcanvas .offcanvas-body .nav-item:before {
    content: "";
    z-index: 11;
    position: absolute;
    height: 1px;
    background-color: #58585829;
    width: 100%;
    bottom: 0;
    left: 0px;
}
.offcanvas .offcanvas-body .nav-item:last-child:before {
    content: none;
}
.offcanvas .offcanvas-body .nav-item:last-child {
    border: none;
}
.offcanvas .offcanvas-body .dropdown-toggle::after {
    display: none;
}
.offcanvas .offcanvas-body .dropdown-toggle .bi-chevron-down {
    position: absolute;
    right: 0;
}
.offcanvas .offcanvas-body .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin: 0;
    box-shadow: none;
    border: none;
    padding-left: 1rem;
    background-color: transparent;
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.offcanvas .offcanvas-body .dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.offcanvas .offcanvas-body .dropdown-menu .nav-item:before {
    content: none;
}
.offcanvas .offcanvas-body .btn {
    position: relative;
    width: 100%;
    font-family: "Roboto-Regular", sans-serif;
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 48px;
    border-radius: 30px;
    background: linear-gradient(to left, var(--primary-color) 50%, var(--secondary-color) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    border: none;
    cursor: pointer;
    transition: background-position 0.5s ease-out;
}
.offcanvas .offcanvas-body .btn:hover {
    /*color: var(--white-color);*/
    /*background-position: left bottom;*/
}
.offcanvas .offcanvas-body .btn .btn-border {
    position: absolute;
    top: 4px;
    left: 5px;
    right: 5px;
    bottom: 4px;
    border-radius: 30px;
    background-color: transparent;
    border: 3px dashed #fff;
    transition: all ease 0.4s;
}
.offcanvas .offcanvas-body ul.social-icons {
    margin-top: 20px;
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
}
.offcanvas .offcanvas-body ul.social-icons li {
    margin: 0px 10px;
    list-style: none;
    padding: 10px 0px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

/* SLIDER */
section.slider {
    padding: 0px;
    margin-top: -50px;
}
@media (max-width: 1399.98px) {
    section.slider {
        min-height: auto;
    }
}
section.slider .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 35%, rgba(3, 3, 3, 0.6) 100%);
    z-index: 2;
}
section.slider .carousel-item img {
    transform: scale(1.2);
    transform-origin: center center;
    animation: scale 10000ms ease-in-out forwards;
}
@keyframes scale {
    to {
        transform: scale(1);
    }
}
section.slider .carousel-indicators {
    z-index: 10;
}
section.slider .carousel-control-prev {
    z-index: 10;
}
section.slider .carousel-control-next {
    z-index: 10;
}
section.slider .carousel-caption {
    text-align: left;
    padding: 30px 20px;
    color: #ffffff;
    width: 100%;
    height: fit-content;
    top: 30%;
    left: auto;
    right: auto;
    z-index: 8;
}
section.slider .carousel-caption .container {

}
section.slider .carousel-caption span {
    color: #ffffff;
    padding-top: 20px;
}
section.slider .carousel-caption h2 {
    font-family: "Roboto-Medium", sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 46px;
    margin-top: 10px;
    font-weight: bold;
    max-width: 700px;
}
section.slider .carousel-caption p {
    max-width: 600px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 20px;
}
section.slider .carousel-caption .btn {
    position: relative;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 16px;
    margin-top: 10px;
    width: 220px;
    padding: 16px 48px;
    background: var(--primary-bg-color);
    border-radius: 30px;
    color: #ffffff;
    margin-right: 20px;
    transition: all ease-out .2s;
}
section.slider .carousel-caption .btn:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1) !important;
    transition: all ease-out .2s;
}
section.slider .carousel-caption .btn .btn-border {
    position: absolute;
    top: 4px;
    left: 5px;
    right: 5px;
    bottom: 4px;
    border-radius: 30px;
    background-color: transparent;
    border: 3px dashed #fff;
    transition: all ease 0.4s;
}
section.slider .carousel-caption .btn-white {
    background-color: #ffffff;
    color: var(--black-color);
}
@media (max-width: 1499.98px) {
    section.slider .carousel-caption {
        top: 20%;
    }
    section.slider .carousel-caption h2 {
        font-size: 46px;
    }
    section.slider .carousel-caption p {
        font-size: 18px;
    }
    section.slider .carousel-caption .btn {
        font-size: 14px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 7%;
    }
}
@media (max-width: 1199.98px) {
    section.slider .carousel-caption {
        top: 20%;
    }
    section.slider .carousel-caption h2 {
        font-size: 32px;
    }
    section.slider .carousel-caption p {
        max-width: 480px;
        font-size: 16px;
    }
    section.slider .carousel-caption .btn {
        padding: 10px 20px;
        font-size: 12px;
    }
}
@media (max-width: 991.98px) {
    section.slider .carousel-caption {
        top: 20%;
    }
    section.slider .carousel-caption h2 {
        font-size: 24px;
    }
    section.slider .carousel-caption p {
        max-width: 260px;
        font-size: 16px;
    }
    section.slider .carousel-caption .btn {
        margin-top: 5px;
        font-size: 12px;
        width: 150px;
        padding: 12px 20px;
        margin-right: 10px;
    }
}
/* SLIDER */

/* SECTION */
section {
    background: #f6f6f6;
    padding: 7rem 1rem;
}
section h2 {
    font-family: "Roboto-Light", sans-serif;
    font-size: 18px;
    max-width: 600px;
    color: var(--black-color);
}
section h3 {
    font-family: "Roboto-Medium", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--black-color);
}
section p {
    font-size: 16px;
}
section p.title {
    font-family: "Roboto-Black", sans-serif;
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 42px;
    line-height: 64px;
    max-width: 600px;
}
@media (max-width: 991.98px) {
    section p.title {
        font-size: 24px;
        line-height: 36px;
    }
}
section p.title span {
    color: var(--secondary-color);
}
section p.desc {
    max-width: 400px;
}
section .btn {
    position: relative;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 14px;
    margin-top: 20px;
    width: 220px;
    padding: 16px 48px;
    background: var(--primary-bg-color);
    border-radius: 30px;
    color: #ffffff;
    margin-right: 20px;
    transition: all ease-out .2s;
    text-transform: uppercase;
}
section .btn:hover {
    color: #ffffff;
    background: var(--primary-bg-color);
    transform: translateY(-5px) !important;
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1) !important;
    transition: all ease-out .2s;
}
section .btn .btn-border {
    position: absolute;
    top: 4px;
    left: 5px;
    right: 5px;
    bottom: 4px;
    border-radius: 30px;
    background-color: transparent;
    border: 3px dashed #fff;
    transition: all ease 0.4s;
}
/* SECTION */

/* SECTION ABOUT US */
section.about-us {
    background: url("../img/bg-tree-branch.png");
    background-repeat: no-repeat;
    background-position: -70px bottom;
}
@media (max-width: 1199.98px) {
    section.about-us {
        background: transparent;
    }
}
/* SECTION ABOUT US */

/* SECTION FEATURES */
section.features {
    background: url("../img/bg-bird.png") no-repeat bottom;
    margin-bottom: 20px;
    padding-bottom: 140px;
}
@media (max-width: 1199.98px) {
    section.features {
        background-position: right bottom;
    }
}
section.features h2 {
    max-width: 100%;
}
section.features p.title {
    font-size: 42px;
    max-width: 100%;
}
section.features h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
section.features p {
    font-size: 16px;
}
section.features .icon {
    margin-left: auto;
    margin-right: auto;
    font-size: 45px;
    color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: var(--primary-color);
    border: 3px dashed #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 3px solid var(--primary-color);
}
/* SECTION FEATURES */

/* SECTION NEWS */
section.news h2 {
    max-width: 100%;
}
section.news p {
    max-width: 100%;
}
section.news .box {
    border-radius: 4px;
}
section.news .box h2 {
    line-height: 24px;
    min-height: 72px;
}
section.news .box h3 {
    line-height: 24px;
    min-height: 72px;
}
section.news .box p {
    min-height: 72px;
}
section.news .box span.date {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    position: relative;
    top: -12px;
}
section.news .box:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
section.news .box:hover::after {
    width: 100%;
}
section.news .box img {
    height: 240px;
    object-fit: cover;
}
/* SECTION NEWS */

/* FOOTER */
footer {
    color: #000000;
    padding: 4rem 1rem;
    padding-bottom: 280px;
    background: #ffffff;
    background: url("../img/bg-flowers.png");
    background-repeat: no-repeat;
    background-position: bottom;
}
footer .logo img {
    width: auto;
    height: 120px;
    margin-bottom: 30px;
}
footer a, footer p {
    color: #000000;
}
footer h4 {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 18px;
    margin-top: 10px;
    color: #000000;
}
footer ul {
    margin-top: 40px;
    padding-left: 0px;
}
footer ul li {
    padding-bottom: 10px;
    font-weight: lighter;
    line-height: 32px;
    color: #000000;
}
footer ul li a {
    font-size: 14px;
    font-weight: lighter;
    line-height: 32px;
    color: #000000;
}
footer ul li a:hover {
    color: #000000 !important;
}
footer .social-icons .fa-brands {
    font-size: 18px;
}
footer .copyright {
    color: #000000 !important
}
/* FOOTER */

/* FORM MODAL INPUT */
#formModal .modal-content {
    color: #ffffff;
    background: #ed1c25;
}
#formModal h4 {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 24px !important;
    margin-top: 6px !important;
}
#formModal p {
    font-size: 16px;
    margin-bottom: 0px;
}
#formModal .wpcf7-not-valid-tip {
    font-family: "Roboto-Medium", sans-serif;
    margin-top: -10px;
    margin-bottom: 20px;
    padding-left: 2px;
    font-size: 14px;
    color: #ffffff;
}
#formModal .wpcf7-submit {
    font-family: "Roboto-Medium", sans-serif;
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 48px;
    margin-top: 10px;
    margin-bottom: 0px;
    height: 48px;
    border-radius: 30px;
    background: #ffffff;
    border: none;
    cursor: pointer;
}
#formModal .wpcf7-response-output {
    font-family: "Roboto-Medium", sans-serif;
    color: #ed1c25;
    background: #ffffff;
    margin: 0px;
    padding: 14px;
    border: none;
    border-radius: 4px;
}
/* FORM MODAL INPUT */

/* BREADCRUMBS */
.breadcrumb {
    color: #ffffff;
    margin-bottom: 0px;
    padding-top: 8px;
    border-top: 1px solid var(--border-color);
    background: var(--primary-color) !important
}
.breadcrumbs {
    padding-top: 18px;
    padding-bottom: 14px;
    padding-left: 0px;
    display: inline-block;
    margin-bottom: 0px;
}
.breadcrumbs li {
    /*text-transform: uppercase;*/
    color: #ffffff!important;
    width: auto;
    float: left;
    padding-right: 10px;
    font-size: 12px;
    list-style: none;
}
@media (max-width: 991.98px) {
    .breadcrumbs li {
        padding-right: 6px;
    }
}
.breadcrumbs a {
    color: #ffffff!important;
}
/* BREADCRUMBS */

/* PAGE BANNER */
section.banner {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-right: 0;
    padding-left: 0;
    background-size: cover!important;
    background-position: center!important;
}
@media (max-width: 768px) {
    section.banner {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
section.banner h1 {
    font-family: "Roboto-Medium", sans-serif;
    position: relative;
    z-index: 3;
    text-align: center;
    color: #ffffff;
}
section.banner .overlay {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(8 71 119 / 80%);
    z-index: 2;
}
section.banner .breadcrumbs {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.banner .breadcrumbs li, section.banner .breadcrumbs li a {
    color: #ffffff!important;
}
section.banner .breadcrumbs li:last-child {
    padding-right: 0px;
}
/* PAGE BANNER */

/* PAGE CONTENT */
section.page {
    background: #ffffff;
    color: #000000;
    padding-top: 80px;
    padding-bottom: 180px;

    background: url("../img/bg-bird.png");
    background-repeat: no-repeat;
    background-position: bottom;
}
section.page h1 {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 1.5rem;
    line-height: 1.24;
    /*color: var(--primary-color);*/
    margin-bottom: 20px;
    text-transform: uppercase;
}
section.page h1.content {
    margin-top: 4px;
    margin-bottom: 60px;
    font-family: "Roboto-Medium", sans-serif;
}
@media (max-width: 991.98px) {
    section.page h1.content {
        margin-bottom: 0px;
    }
}
section.page h2 {
    font-family: "Roboto-Light", sans-serif;
    font-size: 1.4rem;
    line-height: 1.24;
    /*color: var(--primary-color);*/
    margin-bottom: 20px;
    text-transform: uppercase;
}
@media (max-width: 991.98px) {
    section.page {
        /*padding-top: 40px;*/
        /*padding-bottom: 40px;*/
        background-position: right bottom;
    }
    section.page h1 {
        font-size: 20px;
    }
    section.page h1 {
        font-size: 20px;
    }
}
section.page .title h4 {
    padding: 20px 15px 17px 0px;
    margin: 0px 30px;
    margin-left: 10px;
    font-size: 18px;
    color: #555;
    font-weight: bold;
    border-bottom: 1px solid #f7f7f7;
}
@media (max-width: 991.98px) {
    section.page .title h4 {
        margin: 0px 24px;
    }
}
section.page .title h4::after {
    content: "";
    position: relative;
    display: block;
    top: 18px;
    left: 0;
    width: 100px;
    height: 2px;
    z-index: 2;
    background: var(--primary-bg-color);
}
section.page .text strong {
    /*color: var(--primary-color);*/
}
@media (max-width: 991.98px) {
    section.page .text {
        padding-top: 10px !important;
    }
}
section.page .text li {
    padding: 10px 0px;
    list-style: inherit;
}
section.page .text h2 {
    font-family: "Roboto-Medium", sans-serif;
    /*color: var(--primary-color);*/
    padding: 10px 0 0;
    font-size: 24px;
    max-width: 100%;
    text-transform: inherit;
}
section.page .text h3 {
    font-family: "Roboto-Medium", sans-serif;
    /*color: var(--primary-color);*/
    padding: 10px 0px;
    font-size: 18px;
}
section.page .text h4 {
    font-family: "Roboto-Medium", sans-serif;
    /*color: var(--primary-color);*/
    padding: 10px 0px;
    font-size: 16px;
}
section.page .text p {
    line-height: 24px;
}
section.page .text p.text-secondary {
    font-size: 12px;
}
section.page .text a {
    font-weight: bold;
    color: var(--primary-color);
}
section.page .text #file {
    color: #ffffff;
    margin-top: 20px;
    background: var(--primary-color);
    padding: 12px 20px;
    display: block;
    width: fit-content;
}
section.page .text #file:before {
    font-family: "Font Awesome 6 Free";
    content: "\f1c1";
    display: inline-block;
    padding-right: 14px;
    vertical-align: middle;
}
section.page .text #file:hover {
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
}
section.page .text #pdf {
    color: #ffffff;
    margin-top: 20px;
    background: var(--primary-color);
    padding: 12px 20px;
    display: block;
    width: fit-content;
}
section.page .text #pdf:before {
    font-family: "Font Awesome 6 Free";
    content: "\f1c1";
    display: inline-block;
    padding-right: 14px;
    vertical-align: middle;
}
section.page .text #pdf:hover {
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
}
section.page .text #word {
    color: #ffffff;
    margin-top: 20px;
    background: var(--primary-color);
    padding: 12px 20px;
    display: block;
    width: fit-content;
}
section.page .text #word:before {
    font-family: "Font Awesome 6 Free";
    content: "\f1c2";
    display: inline-block;
    padding-right: 14px;
    vertical-align: middle;
}
section.page .text #word:hover {
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
}
section.page #link {
    font-family: "Roboto-Medium", sans-serif;
    color: var(--primary-color);
    margin-top: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #f8f9fa;
    border-radius: 0px;
    padding: 16px 20px;
    display: block;
    width: 100%;
    transition: 0.5s ease-in-out;
}
section.page #link:hover {
    box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
    transform: translateY(-5px) !important;
    transition: all ease-out .2s;
}
section.page #link:after {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    float: right;
}
section.page .text table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
section.page .text table thead tr {
    color: #ffffff;
    background-color: #000000!important;
}
section.page .text table tr:nth-of-type(odd) {
    background-color: #fbfbfb;
}
section.page .text table td,
section.page .text table th,
section.page .text table td,
section.page .text table th {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
section.page .text img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    padding: 10px;
}
@media (max-width: 767.98px) {
    section.page .text img {
        padding: 0px;
    }
}
section.page .cover img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    padding: 0px;
    margin-bottom: 20px;
}
@media (max-width: 767.98px) {
    section.page .cover img {
        height: 300px;
    }
}
section.page .galleries img {
    width: 100%;
    height: 240px!important;
    object-fit: cover;
}
section.page .btn {
    background: var(--primary-color);
    border: none;
    border-radius: 0;
    padding: 10px 30px;
    margin-top: 30px;
}
section.page .btn404 {
    font-family: "Roboto-Medium", sans-serif;
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 10px;
    width: 180px;
    border-radius: 4px;
    color: #ffffff;
    background: var(--primary-bg-color);
    transition: all ease-out .2s;
}
section.page .btn404:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #f7f7f7;
    background: var(--secondary-color);
    transition: all ease-out .2s;
}
section.page #pageStaticBackdrop .close {
    position: absolute;
    top: -16px;
    right: -12px;
    background: #ffff;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 20px;
}
section.page #pageStaticBackdrop .btn-close {
    margin-top: 7px;
    box-shadow: none!important;
}
@media (max-width: 991.98px) {
    section.page.sidebar-form .mt-4 {
        padding: 0px 14px;
    }
}
section.page.sidebar-form h4 {
    margin-left: 15px;
}
section.page.sidebar-form a {
    font-family: "Roboto-Medium", sans-serif;
    color: var(--primary-color);
}
section.page.sidebar-form .btn {
    font-family: "Roboto-Medium", sans-serif;
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
    border: 2px solid var(--primary-bg-color);
    border-radius: 0px;
    color: var(--primary-bg-color);
    transition: all ease-out .2s;
}
section.page.sidebar-form .btn:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: #f7f7f7;
    background: var(--primary-bg-color);
    transition: all ease-out .2s;
}
section.page.sidebar-form #kvkk_permission_label {
    font-size: 12px;
    margin-left: 23px;
    position: relative;
    top: -23px;
    max-width: 360px;
}
section.page.sidebar-form #kvkk_permission_label_en {
    font-size: 12px;
    margin-left: 23px;
    position: relative;
    top: -23px;
    max-width: 360px;
}
@media (min-width: 1399.98px) {
    section.page.sidebar-form #kvkk_permission_label_en {
        font-size: 12px;
        margin-left: 7px;
        position: relative;
        top: -3px;
        max-width: 360px;
    }
}
section.page.sidebar-form #email_permission_label {
    font-size: 12px;
    margin-left: 23px;
    position: relative;
    top: -23px;
    max-width: 360px;
}
section.page.sidebar-form #email_permission_label_en {
    font-size: 12px;
    margin-left: 23px;
    position: relative;
    top: -23px;
    max-width: 360px;
}
@media (max-width: 991.98px) {
    section.page.sidebar-form #kvkk_permission_label {
        margin-left: 10px;
        top: -2px;
    }
    section.page.sidebar-form #email_permission_label {
        margin-left: 26px;
        top: -21px;
        max-width: 100%;
    }
    section.page.sidebar-form #kvkk_permission_label_en {
        font-size: 12px;
        margin-left: 7px;
        position: relative;
        top: -3px;
        max-width: 360px;
    }
    section.page.sidebar-form #email_permission_label_en {
        font-size: 12px;
        margin-left: 7px;
        position: relative;
        top: -3px;
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
    section.page.sidebar-form #email_permission_label_en {
        font-size: 12px;
        margin-left: 23px;
        position: relative;
        top: -20px;
        max-width: 100%;
    }
}
/* PAGE CONTENT */

/* PAGE GALLERY */
section.page .portfolio-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
@media (max-width: 991.98px) {
    section.page .portfolio-item img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }
}
/* PAGE GALLERY */

/* PAGE SIDEBAR MENU */
section.page .sidebar {
    height: 100%;
    margin-right: 30px;
    border-right: 1px solid rgb(242 242 242);
}
@media (max-width: 991.98px) {
    section.page .sidebar {
        margin-right: 0px;
        border-right: none;
    }
}
section.page .sidebar .menu {
    margin-top: 34px;
    padding: 0px;
}
@media (max-width: 991.98px) {
    section.page .menu {
        margin-top: 12px;
    }
    section.page .menu h4 {
        margin-left: 15px!important;
        margin-right: 15px;
    }
}
section.page .menu li {
    line-height: 60px;
    border-bottom: 1px solid rgb(242 242 242);
}
section.page .menu .navbar-expand-lg .navbar-nav {
    width: 100%;
    flex-direction: column;
}
@media (max-width: 991.98px) {
    section.page .menu .navbar-expand-lg .navbar-nav {
        padding-top: 20px;
        margin-left: 15px;
    }
}
section.page .menu .navbar-expand-lg .navbar-nav .nav-item {

}
section.page .menu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 12px 20px;
    padding-left: 0px;
    width: 100%;
    word-wrap: break-word;
    white-space: inherit;
}
section.page .menu .navbar-expand-lg .navbar-nav .nav-link.show {
    color: rgba(0, 0, 0, 0.65);
}
section.page .menu .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--secondary-color);
}
section.page .menu .dropdown-toggle::after {
    display: none;
    position: absolute;
    right: 16px;
    top: 18px;
}
section.page .menu .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    border: none;
    font-size: 14px;
}
section.page .menu .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding: 12px 20px;
    padding-left: 35px;
    width: 100%;
    word-wrap: break-word;
    white-space: inherit;
    color: rgba(0, 0, 0, 0.65);
}
section.page .menu .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #ffffff;
    background-color: var(--primary-color);!important;
}
section.page .menu .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-sub-menu a {
    font-size: 14px;
    padding-left: 30px;
    transition: 0.5s ease-in-out;
}
section.page .menu .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-sub-menu a:hover {
    padding-left: 40px;
    transition: 0.5s ease-in-out;
}
section.page .menu .navbar-toggler {
    position: absolute;
    right: 12px;
    top: -58px;
}
section.page .menu .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/* PAGE SIDEBAR MENU */

/* PAGE FORM */
.wp-block-contact-form-7-contact-form-selector {
    color: #fff;
    padding: 30px;
    background: #ed1c25;
    border-radius: 10px;
}
.wp-block-contact-form-7-contact-form-selector p, .wp-block-contact-form-7-contact-form-selector h3 {
    color: #fff;
}
.wp-block-contact-form-7-contact-form-selector textarea {
    min-height: 100px;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-not-valid-tip {
    color: #fff;
    margin-top: -14px;
    font-size: 14px;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-submit {
    position: relative;
    font-family: "Roboto-Regular", sans-serif;
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 48px;
    margin-bottom: 0px;
    height: 48px;
    border-radius: 30px;
    background: #ffffff;
    border: none;
    cursor: pointer;
    transition: background-position 0.5s ease-out;
}
.wp-block-contact-form-7-contact-form-selector .wpcf7-response-output {
    background: #ffffff;
    color: #000;
    border: none!important;
    padding: 10px 14px!important;
    border-radius: 10px;
}
/* TAXONOMY PRODUCT */
section.product-taxonomy h1 {
    font-family: "Roboto-Medium", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
}
section.product-taxonomy h2 {
    font-family: "Roboto-Medium", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}
/* TAXONOMY PRODUCT */

/* ARCHIVE PRODUCT */
section.archive-product h1 {
    font-family: "Roboto-Medium", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
}
section.archive-product h2 {
    font-family: "Roboto-Medium", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}
/* ARCHIVE PRODUCT */

/* NEWS CONTENT */
section.single-news .post-thumbnail img {
    padding: 0px;
    margin-bottom: 20px;
}
section.single-news h1 {
    margin-top: 20px;
    line-height: 34px;
}
section.single-news h4 {
    font-size: 18px;
    font-family: "Roboto-Medium", sans-serif;
}
section.single-news .meta {
    font-size: 14px;
}
section.single-news .meta a {
    color: var(--primary-color);
}
/* NEWS CONTENT */

/* ARCHIVE PRODUCT */
section.category-news h1 {
    font-family: "Roboto-Medium", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
}
section.category-news h2 {
    font-family: "Roboto-Medium", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}
/* ARCHIVE PRODUCT */

/* PAGINATION */
.paging {
    width: 100%;
    margin: 40px 0 0px 0;
    text-align: center;
}
.paging .current {
    color: #fff;
    padding: 10px 15px 10px 15px;
    margin: 10px 10px 10px 10px;
    background-color: var(--primary-color);
    border: solid 1px var(--primary-color);
    border-radius: 3px;
}
.paging .inactive {
    color: var(--primary-color);
    padding: 10px 15px 10px 15px;
    margin: 10px 5px 10px 5px;
    background-color: #fff;
    border: solid 1px var(--primary-color);
    border-radius: 3px;
}
.paging a {
    color: #000;
    padding: 10px 15px 10px 15px;
    margin: 10px 5px 10px 5px;
    background-color: #fff;
    border: solid 1px var(--primary-color);
    border-radius: 3px;
}
/* PAGINATION */

/* WHATSAPP */
.whatsapp-float {
    position: fixed;
    bottom: 40px;
    left: 30px;
    z-index: 9999;

    padding: 18px 18px;
    border-radius: 50px;
    background: #189d0e;
    color: #fff;

    box-shadow: 0 0 0 0 #3dbc4d;
    -webkit-animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulsing;
    -moz-animation: 1.25s cubic-bezier(.66,0,0,1) infinite pulsing;
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66,0,0,1);
    animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulsing;
}
@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232,76,61,0)
    }
}
/* WHATSAPP */

/* Small Phones (iPhone SE, older devices) */
@media (max-width: 575.98px) { }

/* Medium to Large Phones (iPhone Plus, Galaxy Note, etc.) */
@media (min-width: 576px) and (max-width: 767.98px) { }

/* Tablets (iPad, small notebooks in portrait) */
@media (min-width: 768px) and (max-width: 991.98px) { }

/* Laptops (MacBook Air/Pro, Dell XPS, etc.) */
@media (min-width: 992px) and (max-width: 1399.98px) { }

/* Desktops (HD displays, iMacs, large monitors) */
@media (min-width: 1400px) and (max-width: 2559.98px) { }

/* Ultra-wide & Retina 4K+ displays */
@media (min-width: 2560px) and (max-width: 3839.98px) { }

/* True 4K+ displays (4K, 5K, Retina iMacs) */
@media (min-width: 3840px) { }


@media (max-width: 575.98px) { }

@media (max-width: 767.98px) { }

@media (max-width: 991.98px) { }

@media (max-width: 1199.98px) { }

@media (max-width: 1399.98px) { }
