:root {
    --main-color: #005887;
    --second-color: #53ae47;
    --background-dark: #2d3548;
    --text-light: rgba(255, 255, 255, 0.6);
    --text-lighter: rgba(255, 255, 255, 0.9);
    --spacing-s: 8px;
    --spacing-m: 16px;
    --spacing-l: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 64px;
    --width-container: 1200px;
}

html,
body {
    height: 100%;
    border: 0;
}

body {
    color: #262626;
}

* {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.20px;
}


.artonomitated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.logo-loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    background: #fff;
}

.logo-loader svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*Hamburger */

.hamburger {
    width: 40px;
    z-index: 999;
    padding-top: 40px;
    display: block;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important;
    position: absolute;
    right: 15px;
    top: 25px;
    display: none
}

.hamburger-box {
    position: absolute;
    display: block;
    width: 34px;
    height: 24px;
    margin: 0 auto;
    top: 0;
    left: 50%;
    margin-left: -17px;
    margin-top: -12px
}

.hamburger--spring .hamburger-inner {
    top: 22px;
    -webkit-transition: background-color 0s linear .13s;
    -o-transition: background-color 0s linear .13s;
    transition: background-color 0s linear .13s
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 0;
    background-color: #030840;
}

.hamburger--spring .hamburger-inner:before {
    top: 8px;
    -webkit-transition: top 0.1s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.1s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top 0.1s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.1s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.1s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19), -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 34px;
    height: 2px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 0;
    background-color: var(--main-color);
}

.hamburger--spring .hamburger-inner:after {
    top: 17px;
    -webkit-transition: top 0.2s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.2s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top 0.2s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.2s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19);
    transition: top 0.2s cubic-bezier(.33333, .66667, .66667, 1) 0.2s, transform 0.13s cubic-bezier(.55, .055, .675, .19), -webkit-transform 0.13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    -o-transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.2s cubic-bezier(.33333, 0, .66667, .33333), transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top 0.1s cubic-bezier(.33333, 0, .66667, .33333) 0.15s, -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(.33333, 0, .66667, .33333) 0.15s, -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    -o-transition: top 0.1s cubic-bezier(.33333, 0, .66667, .33333) 0.15s, transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(.33333, 0, .66667, .33333) 0.15s, transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    transition: top 0.1s cubic-bezier(.33333, 0, .66667, .33333) 0.15s, transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(.215, .61, .355, 1) 0.22s;
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: var(--main-color);
}

.hamburger--spring.is-active .hamburger-inner {
    -webkit-transition-delay: .22s;
    -o-transition-delay: .22s;
    transition-delay: .22s;
    background-color: transparent !important
}

#mobileMenu {
    display: none
}

#mobileMenu .fa-sharp {
    position: absolute;
    right: 24px;
    font-size: 22px;
    color: #ED1C24;
}

#mobileMenu .nav {
    flex-direction: column;
}

.mobileSide li.result_hover .c-header__sub__menu__mobil {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.c-header__sub__menu__mobil {
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important;
}

.c-header__sub__menu__mobil li {
    color: #fff;
    border-bottom: 1px solid #fff !important;
    background: #231F20;
}

.mobileSide {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    opacity: 1;
    left: 0;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    bottom: -20px;
    border-top: 2px solid var(--main-color);
    padding-top: 0px;
    top: 95px;
}

.mobileSide.homepage {
    background: #000;
    color: #fff;
}

.mobileSide.subpage {
    background: #fff;
    color: #000;
}

.mobileSide .bartitles .active {
    width: 100%;
}

.mobileSide .bartitles a {
    padding: 10px 20px;
    display: block;
    opacity: 1;
    margin-bottom: 2%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 1px
}

.mobileSide li {
    border-bottom: 2px solid var(--main-color);
}

.mobileSide li a {
    padding: 17px 28px;
    display: block;
}

.add-style-mobilemenu {
    width: 100% !important;
    display: block !important;
}

.img-area {
    overflow: hidden
}

.img-area img {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.img-area img:hover {
    -webkit-transition: all 0.6s !important;
    -moz-transition: all 0.6s !important;
    -o-transition: all 0.6s !important;
    -webkit-transform: scale(1.06) !important;
    -moz-transform: scale(1.04) !important;
    -o-transform: scale(1.06) !important;
    transform: scale(1.06) !important;
    transition: all 0.6s !important;
}

.t5 {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/*Normalize*/




@media (min-width:1000px) {
    .container {
        max-width: 1070px;
    }
}


@media (min-width:1483px) {
    .container {
        max-width: 90%;
    }
}





.mt-100 {
    margin-top: 100px;
}

.mt-50 {
    margin-top: 50px;
}

.p--40 {
    padding: 40px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    letter-spacing: 0.50px;
    color: currentColor;
}

input,
button,
select:focus {
    outline: none !important;
}

p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

h1 {
    font-size: 83px;
    font-weight: 300;
}

h2 {
    font-size: 62px;
}

button {
    border: none;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.c-title {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
}

.c-text--small {
    font-size: 12px;
    font-weight: 300;
}

.margin-0 {
    margin-left: 0;
    margin-right: 0;
}

.c-centered {
    display: flex;
    justify-content: center;
}

.c-title-light {
    font-size: 34px;
    font-weight: 300;
    margin: 10px 0;
}

.c-title-bold {
    margin: 10px 0;
    font-size: 30px;
    font-weight: bold;
}

.c-button__link {
    border: 1px solid #262626;
    font-weight: 300;
    border-radius: 23px;
    padding: 12px 40px;
    display: inline-block;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.c-button__link:hover {
    color: #fff;
    background: var(--main-color);
}

@media (min-width: 1200px) {
    .c-button__bottom {
        position: absolute;
        right: 46%;
        bottom: 0;
    }
}



.c-button__send {
    font-size: 18px;
    padding: 12px 33px;
    border: 1px solid #262626;
    display: inline-block;
    font-weight: 300;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.c-button__send:hover {
    color: #fff;
    background: var(--main-color);
}

/*Normalize End*/
.c-header {
    padding: 10px 0;
    height: 75px;
    display: flex;
    align-items: center;
    /* bottom shadow */
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    z-index: 2;
    position: relative;
}

.c-header__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.c-header__left {
    width: 34%;
}

.c-header__logo {
    width: 20%;
    text-align: center;
    z-index: 100;
    margin-top: -13px;
}

.c-header__language {
    right: 4%;
    position: relative;
}

.logo-header-right {
    position: absolute;
    right: -5%;
    top: -5px;
    width: 90px;
}

.c-header__logo img {
    box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
    background: #fff;
    padding: 8px 13px;
    overflow: hidden;
    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.c-header__right {
    width: 34%;
}

.c-header__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 10px;
}

.c-header__menu a {
    font-size: 18px;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.c-header__menu a::before {
    content: attr(data-item);
    ;
    transition: 0.5s;
    color: var(--main-color);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    overflow: hidden;
}

.c-header__menu a:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.c-header__logo {
    position: relative;
}

.c-header__logo__img {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
}

.c-header__language {
    width: 5%;
}

.c-header__language ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.c-header__language li {
    padding-left: 12px;
}

.c-header__language li a {
    font-weight: 500;
    padding: 2px 5px;
}

.c-header__language li.active a {
    background-color: var(--main-color);
    color: #fff;
}


.c-header-mobil {
    display: none;
    padding: 10px 15px;
}

.c-header-mobil__logo {
    width: 25%;
}

.c-site {
    height: 100%;
    position: relative;
    background: rgb(0, 0, 0, 0.5);
}

.c-site__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}

.c-site__item {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    position: relative;
}

.c-site__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255, 0.5);
}

.c-site__img {
    display: block;
}

.c-site__logo {
    text-align: center;
    position: relative;
    min-height: 400px;
}

.c-site__link {
    padding: 12px 38px;
    border-radius: 28.5px;
    background: #0000003b;
    border: 1px solid #e6e6e6;
    color: #fff;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.c-site__link:hover {
    background: #1D662F;
    border: 1px solid #1D662F;
    color: #fff;
}

.c-site__link.comp1:hover {
    background: #fa8718;
    border: 1px solid #fa8718;
    color: #fff;
}

.c-site__link.comp2:hover {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
}







.c-site__center__logo {
    position: absolute;
    left: 50%;
    top: 39%;
    transform: translate(-50%, -100%);
}

.c-banner {
    background-repeat: no-repeat;

    height: 350px;
    /* background-size: 100% 100%; */
    position: relative;
    background-position: center;
    z-index: 1;

    box-shadow: 1px 5px 7px 0px rgba(0, 0, 0, 0.1);
}

.c-banner__area {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    position: relative;
    z-index: 4;
    color: #fff;
    flex-wrap: wrap;
    text-align: end;
}

.c-banner::after {
    content: '';
    position: absolute;
    right: 0;
    width: 45%;
    z-index: 1;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgba(255, 255, 255, 1));
    top: 0;
}

.c-banner__area img {
    max-height: 205px;
}

.c-banner__title {
    font-size: 60px;
    display: block;
    font-weight: bold;
    width: 100%;
}

.c-banner__liddle__title {
    font-size: 40px;
    /* width: 100%; */
}

.c-page-tab {
    position: relative;
    top: -35px;
    z-index: 3;
}

.c-page-tab.product {
    top: 65px;
    margin-top: 30px;
}

.c-page-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.c-page-tab li {
    padding: 0;
    border-bottom: 7px solid rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.7);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 1px 0px 8px rgb(0 0 0 / 17%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.c-page-tab li:hover,
.c-page-tab li.active {
    border-bottom: 7px solid var(--main-color);
}

.c-page-tab li a {
    padding: 18px 38px;
    display: inline-block;
}

.c-page-tab a {
    font-size: 19px;
    font-weight: 500;
}

.c-content {
    padding-top: 25px;
}

.c-about {
    padding: 20px 0;
    position: relative;
}

.c-about__title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 33px;
}

.c-about__wrapper {
    position: relative;
}

.c-about__wrapper::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 742px;
    height: 358px;
    background-image: url('../../images/bg-logo-holding.png');
    z-index: -1;
    background-repeat: no-repeat;
}

.c-about-two {
    background: #F2F2F2;
    padding-bottom: 20px;
}

.c-about-two .c-about__right {
    text-align: left;
    padding: 75px 0;
    position: relative;
    padding-right: 35px;
}

.c-about-two .c-about__right::after {
    content: '';
    position: absolute;
    right: -8%;
    width: 200px;
    bottom: -40px;
    height: 157.27px;
    border-bottom-right-radius: 45px;
    border-bottom: 3px solid var(--main-color);
    border-right: 3px solid var(--main-color);

}

.c-about__right ul,
.c-about ul {
    list-style: none;
}

.c-about__right ul li,
.c-about ul li {
    font-weight: 300;
    padding-left: 20px;
    position: relative;
    margin-bottom: 3px;
    font-size: 18px;
}

.c-about__right ul li::before,
.c-about ul li::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: var(--main-color);
    border-radius: 50%;
    margin-right: 10px;
    top: 13px;
    position: absolute;
    left: 4px;
    margin-top: -3px;
}


.c-about-three {
    background: var(--main-color);
    padding: 10px 0 5px 0;
    color: #fff;
    margin-top: 60px;
}

.c-about-four__wrapper {
    padding-bottom: 78px;
    border-bottom: 2px solid var(--main-color);
}

.c-about-two .about-image,
.c-about .about-image {
    margin-top: 82px;
}

.technology-block .img-area {
    padding: 15px;
}

.technology-block .img-area img {
    box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.56);
    border-radius: 33px;
}

.c-directors {
    padding-bottom: 40px;
}

.c-directors__parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.c-directors__item {
    padding: 40px 30px;
    width: 21.2%;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.c-directors__title {
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 10px;
}

.c-directors span {
    font-size: 12px;
    font-weight: 300;
    min-height: 40px;
    display: block;
}

.c-directors__wrapper {
    position: relative;
}

.c-big--bg {
    position: relative;
}

.c-big--bg::before {
    content: '';
    position: absolute;
    left: 50%;
    z-index: -1;
    height: 474px;
    top: 0;
    transform: translateX(-50%);
    width: 55%;
    background: url('../../images/yonetim/tk-bg.png') no-repeat;
    background-position: center;
}

@media (min-width:1900px) {
    .c-big--bg::before {
        width: 44%;
    }
}

.c-directors .c-linkedin {
    display: block;
    font-size: 20px;
    color: #BCBCBC;
}

.c-group__item {
    background: #fff;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-top: 80px;
    overflow: hidden;
}

.company-contact-text {
    margin-top: 5px;
}

.company-contact-text p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 0;
}

.company-image {
    margin-top: 51px;
}

.file-item {
    text-align: center;
    margin-bottom: 28px;
    margin-top: 20px;
}

.file-item img {
    max-width: 160px;
}

.file-item span {
    margin-top: 7px;
    display: block;
    font-size: 14px;
}

.c-group__content {
    padding: 20px 40px;
}

.tesko .c-group__content {
    padding: 20px 30px;
    min-height: 205px;
}

.c-group__img {
    width: 182px;
    height: 147px;
    background: #fff;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
    position: relative;
    left: 45px;
    top: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-group__item .line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--main-color);
    top: 75px;
}

.c-group__item.tesko .line {
    top: 30%;
}

.c-group__content a.web {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

.tesko a.web {
    font-size: 12px;
    color: var(--main-color);
}

.tesko .c-button__link {
    border: 1px solid #262626;
    border-radius: 12px;
    padding: 2px 15px;
    font-size: 14px;
    margin-top: 5px;
}

.manager-divider-title {
    font-size: 38px;
    color: #474747;
}

.c-footer {
    margin-top: 160px;
    background: #F2F2F2;
    padding: 25px 0 5px 0;
    position: relative;
}

.c-footer::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 190px;
    background: #BCBCBC;
    top: -190px;
    background: url('../images/footer.jpg') no-repeat left top;
}

.c-footer__menu {

    text-align: left;
    position: relative;
}

.c-footer-menu__center::before,
.c-footer-menu__center::after {
    content: '';
    position: absolute;
    background: #BCBCBC;
    width: 2px;
    top: 0;
    height: 100%;
}

.c-footer-menu__center::before {
    left: -30px;
}

.c-footer-menu__center:after {
    right: 20px;
}

.c-footer__menu a {
    display: block;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 300;
}

.c-footer-site img {
    max-width: 135px;
}

.c-footer-site .sub-logos {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 7px;
    ;
}

.c-footer-site .logo1 {
    width: 66px;
    position: relative;
    margin-right: 14px;
}

.c-footer-site .logo1::after {
    position: absolute;
    content: '';
    height: 45px;
    top: 10px;
    right: -14px;
    width: 1px;
    background: #007943;
}

.c-footer-site .logo2 {
    width: 66px;
    margin-left: 14px;
}

.c-footer-site .logo2 {
    width: 66px;
    margin-left: 14px;
}

.c-footer__socials {
    display: flex;
    flex-wrap: wrap;
}

.c-footer__socials a:hover {
    color: var(--main-color);
}


.c-footer__socials a:hover {
    color: #75391C;
}

.c-footer__socials a:hover .fa-instagram {
    color: #d2325f;
}

.c-footer__socials a:hover .fa-facebook-f {
    color: #3b5998;
}

.c-footer__socials a:hover .fa-twitter {
    color: #55acee;
}

.c-footer__socials a:hover .fa-x-twitter {
    color: #000;
}

.c-footer__socials a:hover .fa-linkedin-in {
    color: #0077b5;
}

.c-footer__socials a:hover .fa-youtube {
    color: #cd201f;
}

.c-footer__socials li {
    margin-right: 32px;
}

.c-footer__socials a {
    color: #262626;
    font-size: 38px;
}

@media (min-width: 992px) {
    .c-footer__logo {
        text-align: center;
    }

    .c-footer-site {
        text-align: center;
    }

    .c-tk-ifno__text-end {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        text-align: right;
    }
}

.c-footer__logo img {
    max-height: 75px;
    margin-left: 35px;
}

.c-news__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
}

.others .c-news__title {
    font-size: 18px;
}

.c-news__content {
    padding-bottom: 2rem;
}

.c-news__item {
    margin-bottom: 120px;
}

.c-news__bot {

    display: flex;
    flex-wrap: wrap;
    width: 90%;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .c-news__bot {
        position: absolute;
        bottom: 0;
    }
}


.c-news__bot span {
    font-size: 18px;
    font-weight: 300;
}

.c-news-block-two {
    margin-top: 40px;
}

.c-news__tab {
    font-size: 22px;
    font-weight: 500;
    padding: 10px 25px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    display: inline-block;
}

.c-career__wrapper {
    background: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    overflow: hidden;
}

.c-career__content {
    padding: 25px 0 40px 35px;
}

.c-career .c-button__bottom {
    bottom: 35px;
}

.c-career .img-area::before {
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1)85%);
    -webkit-transition: all 1000ms linear;
    -ms-transition: all 1000ms linear;
    transition: all 1000ms linear;
}

.c-career .img-area.loaded::before {
    width: 100%;
}

.c-title-img-inner {
    position: absolute;
    bottom: 30px;
    left: 40px;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}



.c-company__title {
    font-size: 24px;
    font-weight: 500;
}

.c-company__links ul {
    justify-content: space-between;
}

.c-company__links ul li {
    font-size: 21px;
    font-weight: 700;
    color: var(--main-color);
}

.c-company__links ul li a {
    margin-right: 10px;
}

.c-contact {
    position: relative;
}

.c-contact__item {
    min-height: inherit;
    margin-bottom: 2rem;
    background: #fff;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    padding-top: 35px;
    position: relative;
}

.c-contact__item::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    width: 5px;
    transition: all 1.4s;
}

.c-contact__item.loaded::before {
    height: 100%;
}

.c-contact__map {}

.c-contact--koperatif::before {
    left: 0;
    background-color: var(--main-color);
}

.c-contact--holding::before {
    right: 0;
    background-color: var(--second-color);
}

.c-contact__logo {
    text-align: center;
}

.c-contact__logo img {
    max-width: 170px;
    max-height: 70px;
}

.c-contact__area {
    padding: 40px 35px 35px 35px;
}

.c-contact__area i {
    font-size: 22px;
    margin-right: 15px;
}

.links a {
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 48px;
}

.links i {
    margin-right: 20px;
}

.c-contact--koperatif i {
    color: var(--main-color);
}

.c-contact--holding i {
    color: var(--second-color);
}

.c-contact__map {
    margin-top: 35px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    border: 10px solid #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
}

.c-contact__map iframe {
    width: 100%;
    height: 450px;
}

.c-form--medium {
    width: 100%;
    margin: 70px auto;
}

.c-form {
    padding: 35px 33px;
    background: #fff;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    position: relative;
    margin-top: 0;
}


.c-form__textarea {
    height: 155px !important;
}

/* only input text password textarea */
.c-form input[type="text"],
.c-form input[type="password"],
.c-form input[type="email"],
.c-form input[type="phone"],
.c-form input[type="number"],
.c-form textarea {
    border: none;
    border-bottom: 2px solid var(--main-color);
    border-radius: 0;
    background: #f3f3f3;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #144674;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(10, 67, 133, 0.25);
}

.c-carier .col-md-6::before {
    content: '';
    position: absolute;
    left: 15px;
    width: 95%;
    height: 100%;
    top: 0;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #000 100%);
}

.c-tk {
    margin-top: 0;
    position: relative;
    padding-top: 30px;
}

.c-tk::before {
    content: '';
    position: absolute;
    top: 240px;
    left: 0;
    width: 0;
    height: 5px;
    background: #02793f;
    transition: all 1.4s;
}

.c-tk.active::before {
    width: 100%;
}

.c-tk__title {
    font-size: 63px;
    color: #02793F;
    font-weight: bold;
}

html[lang="en"] .c-tk__title {
    font-size: 50px;
}

.c-tk__title b {
    color: #F89C29;
}

.c-tk__title--end {
    padding-left: 380px;
}

html[lang="en"] .c-tk__title--end {
    padding-left: 190px;
}

.c-tk__wrapper {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.c-tk__date {
    position: relative;
}

.c-tk__date::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    background: url(../../images/tk-tarih.png) no-repeat;
    height: 526px;
    z-index: -1;
}

@media (min-width: 1200px) {
    .c-tk__date::before {
        left: 50%;
        top: -180px;
        width: 970px;
        transform: translateX(-50%);
    }
}

.c-tk-card {
    margin-top: 7rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-tk-card__item {
    padding-top: 17px;
    padding-bottom: 15px;
    text-align: center;
    width: 25.7%;
    background: #fff;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.12));
    -webkit-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important;
}

.c-tk-card__count {
    color: #F89C29;
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
}

.c-tk-card__title {
    color: #F89C29;
    font-weight: 300;
    font-size: 26px;
    /* shadow text */

}

.about-box-numbers.c-tk {
    padding: 80px 0;
    padding-top: 60px;
}


.about-box-numbers .c-tk-card__item {
    width: 23%;
}

.about-box-numbers .c-tk-card__count {
    font-size: 28px;
}

.about-box-numbers .c-tk-card__title {
    font-size: 14px
}

.about-box-numbers .c-tk-card__item img {
    margin: auto;
    display: block;
    height: 110px;
}

.about-box-numbers h3 {
    font-size: 18px;
    text-align: center;
}

.about-box-numbers h5 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.about-box-numbers .text-in {
    font-size: 14px;
    text-align: center;
    background-color: transparent;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    top: 10%;
    font-size: 18px;
    font-weight: bold;
}

.about-box-numbers.c-tk::before {
    top: 76%;
}

.about-box-numbers .c-tk-card {
    margin-top: 3rem
}

.about-box-numbers .c-tk-card__title,
.about-box-numbers .c-tk-card__count {
    color: var(--second-color);
    ;
}

html:lang(en) .c-tk-card__title {
    font-size: 18px;
}


.c-tk__big {
    font-size: 40px;
    font-weight: bold;
    color: #02793F;
    line-height: 1;
}

.c-tk__medium {
    font-size: 30px;
    font-weight: 300;
    color: #02793F;
}

.c-tk-info {
    padding: 30px 0 50px 0;
    width: 99%;
    margin: 0 auto;
}

.c-tk-info--center {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
}

.c-tk-info__col {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    justify-content: space-between;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.16));
    padding: 0;
    margin: 0px 5px;
    -webkit-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important;
    height: 147px;
    overflow: hidden;

}

/* .c-tk-info__col:hover,
.c-tk-card__item:hover {
    border-color: #F89C29;
    border: 1px solid #F89C29;
} */

.padding-none {
    padding: 0;
}

.c-tk-info_img {
    padding: 22px 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-tk-info_img::before {
    content: '';
    position: absolute;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.16);
    opacity: 0.5;
    width: 7px;
    top: 0;
}

.c-tk-info-line-left::before {
    left: 0;
}

.c-tk-info-line-right::before {
    right: 0;
}

.c-tk-info_img img {
    max-width: 100px;
    max-height: 150px;
}

.c-tk-info__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-tk-info__left {
    width: 38%;
}

.c-tk-info__right {
    width: 38%;
}

.c-tk__small {
    font-size: 26px;
    font-weight: bold;
    color: #F89C29;
}

.c-tk-info--bottom p {
    font-size: 26px;
}

.c-tk-info__center {
    width: 18%;
}

.c-tk-info__center__col {
    border-radius: 56px;
    background: #fff;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.16);
    text-align: center;
    padding: 22px 0 57px 0;
}

.c-tk-info__center p {
    font-size: 15px;
}

.c-history {
    position: relative;
    margin-bottom: 55px;
}

.c-history::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0%;
    height: 5px;
    background: var(--main-color);
    top: 37%;
    transition: all 3.5s ease-in-out;
}

.c-history.loaded::after {
    width: 100%;
}

.c-history__wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0 10px 0;
}

.c-history__row {
    display: flex;
    flex-wrap: wrap;
}

.c-history__item {
    display: flex;
    flex-wrap: wrap;
    width: 45%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 185px;
    position: relative;
}

.c-history__item:nth-child(n+2) {
    margin-left: 5%;
}

.c-history__img {
    width: 40%;
    position: relative;
}

.c-history__item .line {
    position: absolute;
    width: 4px;
    background-color: var(--main-color);
    height: 108px;
    left: 120px;
    top: 132px;
}

.c-history__item .line.secondary {
    top: -88px;
}

.c-history__content {
    width: 48%;
    font-size: 16px;
    position: relative;
    height: 140px !important;
}

.c-history__content p {
    position: relative;
}

.c-history__content p::before {
    content: '';
    position: absolute;
    left: -35px;
    width: 16px;
    height: 16px;
    background: var(--second-color);
    top: 6px;
}

.c-history__pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.c-history__pagination__item {
    width: 62px;
    margin-left: 20px;
    height: 73px;
    border: 1px solid #02793F;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    cursor: pointer;
    transition: all 0.5s !important;
}

.c-history__pagination__item:hover {
    background: #000;
}

.c-num-title {
    display: flex;
    padding: 0 0 0 0;
    align-items: center;
    justify-content: center;
    color: #bcbcbc;
    margin-top: -10px;
}

.c-num__text {
    padding-left: 15px;
}

.c-num-title h1 {
    font-size: 80px;
    font-weight: bold;
}

.c-num__text h3 {
    font-size: 60px;
    font-weight: 500;
}

.c-num-title img {
    width: 176px;
    height: 170px;
}

.c-to-end {
    padding-bottom: 150px;
}

.c-processing__item {
    width: 50%;
    position: relative;
}

.c-processing__name {
    text-align: right;
    position: relative;
}

.c-processing__name::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
    transition: all 2s ease-in-out;
    transition-delay: 1s;
    z-index: 9;

}

.c-processing__name.loaded::after {
    width: 0%;
}

.c-processing__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-processing__row .img-area {
    border-radius: 12px;
}

.c-processing__kapak {
    width: 65%;
    position: relative;
}

.c-processing__wrapper:nth-child(odd) .c-processing__kapak::after {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    background: var(--main-color);
    top: 15%;
    left: -12px;
    transition: all 2s ease-in-out;
    transition-delay: 1s;
    z-index: -1;
    border-radius: 12px;
}

.c-processing__wrapper:nth-child(even) .c-processing__kapak::after {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    background: var(--main-color);
    top: 15%;
    right: -12px;
    transition: all 2s ease-in-out;
    transition-delay: 1s;
    z-index: -1;
    border-radius: 12px;
}



.c-processing__icon {
    width: 29%;
    background: #fff;
    position: relative;
}

.c-processing__logo {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 52%;
    height: 150px;
    background: #fff;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.12));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.c-processing__item::after {
    content: '';
    position: absolute;
    height: 230px;
    background: transparent;
    z-index: -1;
}

.c-processing__wrapper {
    margin-bottom: 3rem;
}

.c-processing__wrapper:last-child .c-processing__item::after {
    display: none;
}

.c-processing__wrapper:nth-child(odd) .c-processing__item::after {
    /*left: 30%;
    border-left: 4px solid var(--main-color);
    border-bottom: 4px solid var(--main-color);
    width: 0;
    height: 0;
    transition: all 2s ease-in-out;
    transition-delay: 1s;*/
}

.c-processing__wrapper:nth-child(odd) .c-processing__item.loaded::after {
    /*left: 30%;
    border-left: 4px solid var(--main-color);
    border-bottom: 4px solid var(--main-color);
    width: 70%;
    height: 230px;*/
}

.c-processing__wrapper:nth-child(odd) .c-processing__item .line1 {
    position: absolute;
    width: 4px;
    height: 0;
    z-index: -1;
    background-color: var(--main-color);
    top: 100%;
    left: 155px;
    transition: all 1s ease-in-out;
    transition-delay: 2s;
}

.c-processing__wrapper:nth-child(odd) .c-processing__item .line2 {
    position: absolute;
    height: 4px;
    width: 0;
    z-index: -1;
    background-color: var(--main-color);
    top: 153%;
    left: 155px;
    transition: all 1s ease-in-out;
    transition-delay: 3s;
}

.c-processing__wrapper:nth-child(odd) .c-processing__item.loaded .line1 {
    height: 230px;
}

.c-processing__wrapper:nth-child(odd) .c-processing__item.loaded .line2 {
    width: 360px;
}

.c-processing__wrapper:nth-child(even) .c-processing__item .line1 {
    position: absolute;
    width: 4px;
    height: 0;
    z-index: -1;
    background-color: var(--main-color);
    top: 100%;
    right: 155px;
    transition: all 1s ease-in-out;
    transition-delay: 2s;
}

.c-processing__wrapper:nth-child(even) .c-processing__item .line2 {
    position: absolute;
    height: 4px;
    width: 0;
    z-index: -1;
    background-color: var(--main-color);
    top: 150%;
    right: 155px;
    transition: all 1s ease-in-out;
    transition-delay: 3s;
}

.c-processing__wrapper:nth-child(even) .c-processing__item.loaded .line1 {
    height: 230px;
}

.c-processing__wrapper:nth-child(even) .c-processing__item.loaded .line2 {
    width: 360px;
}


.c-processing__wrapper:nth-child(even) .c-processing__item::after {
    /*right: 30%;
    border-right: 4px solid var(--main-color);
    border-bottom: 4px solid var(--main-color);
    width: 90%;*/
}

.c-processing__wrapper:nth-child(even) .c-processing__kapak {
    text-align: right;
    order: 2;
}

.c-processing__wrapper:nth-child(even) .c-processing__logo {
    left: 0;
}

.c-processing--secondary .c-processing__item::after {
    border-color: var(--main-color) !important;
}

.c-processing__wrapper:nth-child(even) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.c-producer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}

.c-producer__item {
    width: 20%;
    position: relative;
}

.c-icon-service {
    width: 150px;
    height: 150px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.12));
}

.c-icon-service img {
    padding: 25px;
}

.c-prodcer--icon {
    position: absolute;
    right: 50%;
    bottom: -60px;
    border-radius: 12px;
    margin-right: -74px;
}

.c-producer__title {
    min-height: 100px;
}

.c-producer {
    border-radius: 12px;
}

.c-proccessing-banner {
    position: relative;
    padding-top: 0px;
    width: 90%;
    margin: 0 auto;
}

.c-producer-image {
    border-radius: 12px;
}

/* .c-proccessing-banner::before {
    content: '';
    position: absolute;
    top: -49px;
    width: 562.5px;
    height: 635.37px;
    border-left: 4px solid var(--main-color);
    left: -5%;
    border-bottom: 4px solid var(--main-color);
    z-index: -1;
} */

.c-proccessing-banner__logo {
    position: absolute;
    bottom: 75px;
    width: 26%;
    height: 175px;
    background: #fff;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.12));
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px;
}

.c-proccessing-banner__logo::after {
    width: 40px;
    height: 40px;
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: var(--main-color);
    border-bottom-right-radius: 12px;
}

.c-proccessing-banner__logo::before {
    width: 40px;
    height: 40px;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    border-left: 2px solid;
    border-top: 2px solid;
    border-color: var(--main-color);
    border-top-left-radius: 12px;
}


.c-proccessing-banner__icon {
    padding-top: 2rem;
}


.history-year {
    position: relative;
    margin-top: 25px;
}

.history-year svg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}



.history-year .text--line {
    font-size: 4.5rem;
    /* arial */
    font-weight: 900;
    color: red;
}

.history-year #outline {
    fill: none;
    stroke: var(--main-color);
    stroke-dasharray: 350%;
    stroke-dashoffset: 1;
    animation-name: outline;
    animation-duration: 2.5s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}

.history-year #fill {
    fill-opacity: 0;
    fill: #CCFF00;
    animation-name: fill;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

.history-year svg.white-year {
    top: 10px;
    left: 10px;
    z-index: 0;
}

.history-year svg.white-year.blur {
    top: 10px;
    left: 10px;
    z-index: -1;
    opacity: .3;
}

.history-year svg.white-year #outline {
    stroke: #fff;
    stroke-width: 3px;
}

.history-year svg.white-year.blur #outline {
    stroke: #000;
    stroke-width: 3px;

    filter: url(#blur-filter);
    -webkit-filter: url(#blur-filter);
    -moz-filter: url(#blur-filter);
    -o-filter: url(#blur-filter);
    -ms-filter: url(#blur-filter);
}



.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 55px;
    height: 55px;
    padding: 5px !important;
    border: 1px solid var(--main-color);
    border-radius: 0;
    top: 80px;
    position: absolute;
    right: 0;
}

.owl-carousel .owl-nav button.owl-next img,
.owl-carousel .owl-nav button.owl-prev img {
    width: 25px;
    filter: invert(88%) sepia(21%) saturate(935%) hue-rotate(123deg) brightness(85%) contrast(97%);
}

.owl-carousel .owl-nav button.owl-next img path,
.owl-carousel .owl-nav button.owl-prev img path {}

.owl-carousel .owl-nav button.owl-prev {
    /*display: none !important;*/
    right: 65px;
}

.owl-theme .owl-nav {
    /* margin-top: -250px; */
    /* text-align: right; */
    /* z-index: 50; */
    /* position: relative; */
    /* height: 70px; */
    margin-top: 0;
}

#owl-history .owl-nav button.owl-prev {
    left: auto;
    right: 100px;
    position: absolute;
    top: auto;
    bottom: 0;
    box-shadow: none;
}

#owl-history .owl-nav button.owl-next {
    right: 0;
    left: auto;
    position: absolute;
    top: auto;
    bottom: 0;
    box-shadow: none;
}

#owl-history .owl-nav button.owl-next img,
#owl-history .owl-nav button.owl-prev img {
    filter: brightness(1.3);
}

.c-directors__img img {
    border-radius: 50%;

}


.company-top {
    padding: 20px 0;
    position: relative;
}

.company-top .line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #1d662f;
    transition: all 0.5s ease-in-out;
}

.company-top .line.loaded {
    width: 100%;
}


.c-processing__name .history-year {
    min-height: 115px;
    width: 350px;

}

.stroke-text {
    display: flex;
    justify-content: center;
    letter-spacing: 5px;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 4px;
    line-height: 42px;
    color: var(--main-color);

}

/* stroke text after copy text and blur */
.stroke-text.copy {
    position: absolute;
    top: 6px;
    left: 9px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #FFF;
    z-index: -1;
}

.stroke-text.blur {
    top: 6px;
    left: 9px;
    position: absolute;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #000;
    filter: url(#blur-filter);
    -webkit-filter: url(#blur-filter);
    -moz-filter: url(#blur-filter);
    -o-filter: url(#blur-filter);
    -ms-filter: url(#blur-filter);
    z-index: -10;
}

.c-directors__item:hover {
    cursor: pointer;
}

.modal-header .close span {
    font-size: 20px !important;
}

.delay-1 {
    animation-delay: .25s;
}

.delay-2 {
    animation-delay: .5s;
}

.delay-3 {
    animation-delay: .75s;
}

.delay-4 {
    animation-delay: 1s;
}

.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,
            #062516 0%,
            #02793F 29%,
            #f3683a 67%,
            var(--main-color) 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}

.animate-charcter.gray {
    background-image: linear-gradient(-225deg,
            #8b8b8b 0%,
            #a9a9a9 29%,
            #c9c9c9 67%,
            #8b8b8b 100%);
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.news-cover {
    position: relative;
    overflow: hidden;
}

.news-cover::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: #ffffff;
    filter: blur(1.5rem);
    opacity: .5;
    z-index: 1;
    transition: all 1s;
}

.news-cover.loaded::after {
    right: 100%;
}

/* .shrink-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: #ffffff;
    filter: blur(1.5rem);
    opacity: .5;
    z-index: 1;
    transition: all 1.6s;
    transition-delay: .5s
} */

.shrink-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: -85px;
    width: 200px;
    height: 100%;
    opacity: 1;
    z-index: 1;
    transition: all 1.6s;
    transition-delay: .5s;
    background: url('../images/blur.png') repeat-y center;
    opacity: 0;
}


.shrink-image.loaded::after {
    right: 120%;
}

#owl-az-1 {
    height: 335px;
}

#owl-az-3 {
    height: 390px;
}

.history-year {
    text-align: center;
    color: var(--main-color);
    font-size: 35px;
    font-weight: 600;
    letter-spacing: -1px;
}

.history-year .year {
    font-size: 54px;
}

.owl-az-slider .item {
    padding: 15px;
    position: relative;
    margin-bottom: 80px;
}

.owl-az-slider .item {
    padding: 15px;
    position: relative;
    margin-bottom: 80px;
}

.owl-az-slider .item .img-area {
    position: relative;
    overflow: inherit;
}

.owl-az-slider .item .img-area::after {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    background: var(--main-color);
    top: 15%;
    left: 12px;
    transition: all 2s ease-in-out;
    transition-delay: 1s;
    z-index: -1;
    border-radius: 12px;
    transition: all 1s ease-in;
    transition-delay: 3s;
}

.owl-az-slider .item .img-area.loaded::after {
    left: -12px;
}

.owl-az-slider .item .img-area img {
    border-radius: 12px;
}

.owl-az-slider .item .history-year {
    margin-top: 0px;
    margin-bottom: 20px;
}

.owl-az-slider .history-year .text--line {
    font-size: 3rem;
}

.owl-az-slider .item .az-logo {
    position: absolute;
    right: 50%;
    bottom: -30px;
    width: 150px;
    height: 110px;
    background: #fff;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.12));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 10px;
    margin-right: -75px;
}

#owl-az-2.owl-az-slider .item .az-logo {
    width: 200px;
    margin-right: -100px;
}

#owl-az-2 .owl-item,
#owl-az-2-1 .owl-item,
#owl-az-1-1 .owl-item {
    padding: 0 7%;
    margin-top: 10px;
}

.owl-az-slider .item .az-logo img {
    max-height: 80px;
    object-fit: contain;
}

.owl-az-slider .item .az-logo::after {
    width: 40px;
    height: 40px;
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: var(--main-color);
    border-bottom-right-radius: 12px;
}

.owl-az-slider .item .az-logo::before {
    width: 40px;
    height: 40px;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    border-left: 2px solid;
    border-top: 2px solid;
    border-color: var(--main-color);
    border-top-left-radius: 12px;
}

.owl-az-slider .item .az-logo.big {
    width: 180px;
    height: 125px;
    margin-right: -90px;

}

.owl-az-slider .item .az-logo.az-logo-0 {
    right: inherit;
    left: 35px;
    margin-right: 0;
    padding: 5px;


}

.owl-az-slider .item .az-logo.az-logo-1 {
    left: inherit;
    right: 35px;
    margin-right: 0;
    padding: 5px;

}

.c-to-end .az-arrows-2 {
    width: 82%;
    margin: 0 auto;
    position: relative;
}

.c-to-end .az-arrows-3 {
    width: 91%;
    margin: 0 auto;
    position: relative;
}

#owl-az-1-1 {
    height: 520px;
}

.c-to-end .az-arrows-3.v2 {
    width: 77%;
    margin: 0 auto;
    position: relative;
}

.c-to-end .az-arrows-4 {
    width: 82%;
    margin: 0 auto;
    position: relative;
}

.c-to-end .az-arrows-5 {
    width: 88%;
    margin: 0 auto;
    position: relative;
}

.c-to-end .arrow-area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: 8;
    border-radius: 12px;
    transition: all 2s ease-in-out;
    transition-delay: 1s;
}

.c-to-end .arrow-area.loaded::before {
    height: 0;
}




.c-history.no-transition::after {
    transition: none !important;
}

.no-transition {
    transition: none !important;
}

.delay1 {
    animation-duration: 1s !important;
}

.delay2 {
    animation-duration: 2s !important;
}

.detail {
    margin-top: 100px;
    overflow: hidden;
}

.prev-link {
    display: flex;
    align-items: center;
    margin-left: 60px;
}

.prev-link img {
    margin-right: 10px;
}

.prev-link span {
    font-size: 20px;
    color: var(--second-color);
}

.detail h1 {
    color: var(--main-color);
    font-size: 48px;
    text-align: center;
    width: max-content;
    padding: 0 20px;
    border-bottom: 1px solid #E6E6E6;
    margin: auto;
    margin-bottom: 40px;
}

.info-product {
    padding-left: 60px;
}

.info-product h2 {
    font-size: 34px;
    font-weight: 300;
    color: var(--main-color);
}

.info-product h3 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 45px;
}

.table-area thead tr td {
    color: #047940;
    font-weight: 500;
    padding-bottom: 20px;
}

.table-area tbody tr td {
    color: #160D0D;
    font-weight: 300;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    padding: 6px 0;
}

.attribute-table {
    margin-bottom: 25px;
}

.detail .prod-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.detail .prod-img img {
    position: relative;
    z-index: 2;
}

.detail .prod-img::after {
    position: absolute;
    top: 0%;
    left: 50%;
    width: 60%;
    height: 74%;
    border: 2px solid var(--main-color);
    border-radius: 120px;
    content: '';
    transform: translate(-50%, 0%);
}

.btns-detail {
    padding-left: 120px;
    display: flex;
}

.btns-detail a {
    border: 1px solid #AFAFAF;
    padding: 0 30px;
    font-size: 20px;
    transition: 0.2s ease-in-out 0s;
    border-radius: 2px;
    height: 42px;
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.btns-detail a:hover,
.btns-detail a.active {
    background: #EEF2F3;
    border: 1px solid #EEF2F3
}

.btns-detail a:last-child {
    margin-right: 0;
}


.c-banner.files-banner {
    height: 700px;
    background-size: 100%;
}

.files-container {
    margin-top: 40px;
    position: relative;
    z-index: 6;
}

.files-container h1 {
    font-size: 32px;
    font-weight: 500;
    position: relative;
    width: max-content;
    margin-bottom: 60px;
}

.files-container h1::after {
    width: 110%;
    height: 2px;
    background-color: var(--main-color);
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
}

.files-container a {
    background: #ffffffde;
    transition: 0.3s ease-in-out 0s;
    top: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    box-shadow: 1px 3px 35px 0px rgba(80, 80, 80, 0.17);
    padding: 70px 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.files-container a img {
    width: 80px;
    margin: 40px auto;
    display: block;
    margin-top: 0;
}

.files-container a img {
    width: 80px;
    margin: 40px auto;
    display: block;
    margin-top: 0;
}

.files-container a:hover {
    top: -10px;
}

.files-container .item {
    margin-bottom: 78px;
}

.files-container .item span {
    display: flex;
    justify-content: center;
    border-top: 1px solid var(--main-color);
    padding-top: 5px;
    width: 80%;
    margin: auto;
    text-align: center;
    height: 40px;
    font-size: 17px;
}

.files-banner .c-banner__area img {
    max-height: 145px;
    margin-top: -200px;
}

.categories-banner .c-banner__area img {
    max-height: 100px;
    margin-top: -10px;
}

.c-banner.categories-banner {
    height: 210px;
    background-size: cover;
}

.categories-container .item {
    position: relative;
    margin-bottom: 60px;
}

.categories-container .item a {
    display: flex;
    margin: 20px 0;
}

.categories-container .item a .img {
    display: block;
    width: 100%;
    border: 2px solid #000000;
    padding: 20px 0;
    border-radius: 5px;
    position: relative;
    border-radius: 5px;
    /* overflow: hidden; */
    z-index: 3;
}

.categories-container .item a img {
    width: 101%;
    display: block;
    position: relative;
    left: -2px;
    border-radius: 10px;
    z-index: 6;
}

.categories-container .item a .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 4%;
}

.categories-container .item a .img::after {
    position: absolute;
    bottom: 20px;
    content: '';
    width: 100%;
    height: 303px;
    background: url(../img/shadow-bottom.png) no-repeat center bottom;
    background-size: 100%;
    border-radius: 5px;
    overflow: hidden;
    z-index: 6;
}

.categories-container .item a .text {
    position: absolute;
    left: 0;
    bottom: 100px;
    padding: 0 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center;
    z-index: 6;
}

.categories-container .item a .text * {
    color: #fff;
}

.categories-container .item a .text span {
    font-size: 24px;
}

.categories-container .item a .text small {
    font-size: 18px;
    font-weight: 300;
}

.categories-container .item a .img::before {
    position: absolute;
    width: 60%;
    transition: 0.3s ease-in-out 0s;
    left: 50%;
    height: 106%;
    transform: translate(-50%, -50%);
    top: 50%;
    background: #EFEFEF;
    border-radius: 5px;
    content: '';
    z-index: 2;
}

.categories-container .item:hover .img::before {
    background: var(--main-color);
}

.categories-container {
    margin-top: 106px;
}


.products-banner .c-banner__area img {
    max-height: 100px;
    margin-top: -10px;
}

.c-banner.products-banner {
    height: 210px;
    background-size: cover;
}

.products-container .item {
    position: relative;
    margin-bottom: 60px;
}

.products-container .item a {
    display: flex;
    margin: 20px 0;
}

.products-container .item a .img {
    display: block;
    width: 100%;
    padding: 20px 0;
    position: relative;
    border-radius: 5px;
    /* overflow: hidden; */
    z-index: 3;
    text-align: center;
    text-align: -webkit-center;
}

.products-container .item a img {
    width: 80%;
    display: block;
    position: relative;
    left: -2px;
    border-radius: 10px;
    z-index: 6;
    margin-top: 90px;
}

.products-container .item a .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 4%;
}

.products-container .item a .img::after {
    position: absolute;
    bottom: 20px;
    content: '';
    width: 100%;
    height: 303px;
    background: url(../img/shadow-bottom.png) no-repeat center bottom;
    background-size: 100%;
    border-radius: 5px;
    overflow: hidden;
    z-index: 6;
}

.products-container .item a .text {
    position: absolute;
    left: 0;
    top: 40px;
    padding: 0 12%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    text-align: center;
    z-index: 6;
}

.products-container .item a .text * {
    color: #fff;
}

.products-container .item a .text span {
    font-size: 24px;
    color: var(--main-color);
    letter-spacing: 0px;
    font-weight: 500;
}

.products-container .item a .text small {
    font-size: 18px;
    font-weight: 300;
}

.products-container .item a .img::before {
    position: absolute;
    width: 100%;
    transition: 0.3s ease-in-out 0s;
    left: 50%;
    height: 80%;
    transform: translate(-50%, -50%);
    top: 40%;
    border-radius: 5px;
    content: '';
    z-index: 2;
    border: 1px solid var(--main-color);
}

.products-container .item:hover .img::before {}

.products-container {
    margin-top: 0;
}


.mask {
    background: radial-gradient(circle 80px at var(--x, 0) var(--y, 0), transparent 100%, var(--main-color) 100%) fixed;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--main-color);
    font-weight: bold;
}

.mask:hover {
    cursor: none;
}



.c-page-tab.bc-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -75px;
}

.c-page-tab.bc-tab li {
    border: none;
}

.c-page-tab.bc-tab li a {
    padding: 14px 25px;
    display: inline-block;
}

.c-page-tab.bc-tab a {
    font-size: 18px;
    font-weight: 300;
}

.c-page-tab.category-tab {
    top: -15px;
}

.c-page-tab.product-detail-tab {
    top: 55px;
}


/* home-slide */
.home-slider {
    position: relative;
    z-index: 1;
}

.home-slider .text {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(0, -50%);
    background: #fff;
    padding: 40px 40px;
    z-index: 3;
    width: 100%;
    max-width: 530px;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 28%, rgba(255, 255, 255, 1) 150%);
}

.home-slider .text h2 {
    font-size: 32px;
    font-weight: bold;
    position: relative;
    opacity: 0;
    top: -50px;
    color: var(--main-color);
    ;
    line-height: 1.1;
    transition: 0.3s ease-in-out 0.2s;
}

.home-slider .text p {
    font-size: 16px;
    transition: 0.4s ease-in-out 0.3s;
    opacity: 0;
    position: relative;
    top: -50px;
    font-weight: normal;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out 0.4s;
}

.home-slider .active .text h2 {
    top: 0;
    opacity: 1;
}

.home-slider .text a {
    transition: 0.4s ease-in-out 0.3s;
    position: relative;
    opacity: 0;
    top: -50px;
    background: var(--main-color);
    border-radius: 32px;
    transition: 0.3s ease-in-out 0.6s;
    padding: 0 40px;
    height: 40px;
    display: flex;
    width: max-content;
    align-items: center;
    text-align: center;
    font-weight: bold;
    visibility: visible !important;
}

.home-slider .text a:hover {
    background: var(--second-color);
}

.home-slider .active .text p {
    top: 0;
    opacity: 1;
}

.home-slider .active .text a {
    top: 0;
    opacity: 1;
}

.home-slider .text a span {
    color: #fff;
    font-weight: normal;
}

/* home-slide */

/* products-list-area */

.products-list-area {
    padding: 60px 30px;
}

.products-list-area .col-lg-3 a img {
    width: 100%;
    display: block;
    margin: auto;
    height: 450px;
    object-fit: cover;
    transform: scale(1);
    transition: 0.4s ease 0s;
}

.products-list-area .col-lg-3 a:hover img {
    transform: scale(1.1);
}

.products-list-area {
    margin-top: 0;
}

.products-list-area .col-lg-3 a span {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    background: var(--second-color);
    ;
    z-index: 5;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    width: 80%;
    text-align: center;
    padding: 10px 0;
}

.products-list-area .col-lg-3 a {
    display: block;
    overflow: hidden;
    background: linear-gradient(180deg, #7F565E 0%, #422C30 100%);
    margin-bottom: 20px;
    position: relative;
}

/* products-list-area */


.product-group {
    padding: 55px 4%;
    background: #F7F7F7;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius-bottomright: 100px;
    border-bottom-right-radius: 100px;
    /* overflow: hidden; */
    position: relative;
    z-index: 1;
}

.product-group a {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 25px;
    color: #000 !important;
    width: 100%;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 300;
    transition: 0.3s ease-in-out 0s;
}

.product-group a::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .5;
    content: '';
    opacity: .3;
    transition: 0.3s ease-in-out 0s;
}

.product-group a:hover:after {
    opacity: .3;
}

.product-group a img {
    transition: 0.6s ease-in-out 0s;
    border-radius: 0;
    overflow: hidden;
    display: block;
    transform: scale(1);
}

.product-group a:hover {
    transform: scale(1);
    box-shadow: rgba(0, 0, 0, .3) 0 15px 40px -4px;
}

.product-group a:hover img {
    transform: scale(1.1);
}

.product-group a span {
    position: absolute;
    left: 22px;
    bottom: 22px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    z-index: 2;
}

.title-sub-area {
    text-align: center;
    width: 100%;
    position: relative;
    margin-bottom: 40px !important;
    display: block;
}

.title-sub-area span {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 30px;
    color: var(--main-color);
}

.title-sub-area::after {
    width: 100%;
    height: 1px;
    top: 56%;
    content: '';
    position: absolute;
    left: 0;
    background: var(--main-color);
}


.btn-area {
    position: relative;
    overflow: hidden;
}

.btn-area {
    font-style: normal;
    padding: 0 40px;
    height: 50px;
    align-items: center;
    font-weight: 500;
    border: 2px solid var(--main-color);
    border-radius: 25px;
    width: max-content;
    font-size: 18px;
    margin-top: 40px;
    line-height: 22px;
    color: #2F3E2C;
}

.btn-area::after {
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: var(--main-color);
    width: 0;
    transition: 0.4s ease 0s;
}

.btn-area:hover::after {
    width: 100%;
}

.btn-area svg {
    position: relative;
    z-index: 2;
    margin-left: 15px;
}

.btn-area span {
    position: relative;
    z-index: 2;
    transition: 0.4s ease 0s;
}

.btn-area:hover span {
    color: #fff;
}

.btn-area svg * {
    transition: 0.4s ease 0s;
}

.btn-area:hover svg * {
    stroke: #fff;
}


.product-group .title-sub-area span {
    background: #F7F7F7;
}



.videos-area .img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
}


.videos-area.only-image .img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.75);
}

.videos-area.home-logos .img {
    padding: 8px;
}

.videos-area.only-image.home-logos .img {
    -webkit-box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.75);
}


.videos-area .img::after {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    content: '';
    width: 100%;
    height: 100%;
    opacity: .25;
    z-index: 1;
    pointer-events: none;
}

.videos-area .img::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/video-icon.svg) no-repeat;
    content: '';
    width: 39px;
    height: 45px;
    opacity: 1;
    z-index: 2;
    pointer-events: none;
}


.videos-area .text-center {
    margin-bottom: 0;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.videos-area a {
    margin-bottom: 30px;
    display: block;
}

.tab-content {
    display: none;
}

.c-banner.iframe iframe {
    height: 350px !important;
    position: absolute;
    left: 0;
    top: 0;
}

.iframe.c-banner::after,
.c-banner.iframe .container {
    pointer-events: none;
}




.whatsapp-icon svg {
    width: 28px;
    margin: auto;
}

.whatsapp-icon span {
    color: #fff;
    text-align: center;
    position: relative;
    top: -11px;
    font-size: 14px;
    width: 50%;
    margin: auto;
    line-height: 1;
}

.whatsapp-icon {
    position: fixed !important;
    bottom: 30px;
    right: 40px;
    z-index: 5;
    background: var(--main-color);
    border-radius: 100px;
    animation: pulse 2000ms linear infinite;
    -webkit-animation: pulse 2000ms linear infinite;
    -moz-animation: pulse 2000ms linear infinite;
    display: flex;
    flex-direction: column-reverse;
    height: 96px;
    width: 96px;
    align-items: center;
}

.whatsapp-icon:after,
.whatsapp-icon:before {
    display: inline-block;
    margin: auto;
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background: var(--main-color);
}

.whatsapp-icon:after {
    inset: 0;
    z-index: -100;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
    animation: outer-ripple 2000ms linear infinite;
}


.whatsapp-icon:before {
    inset: 0;
    z-index: -200;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
    animation: inner-ripple 2000ms linear infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    10% {
        transform: scale(1);
        filter: alpha(opacity=1);
        opacity: 1;
    }

    20% {
        transform: scale(1);
        filter: alpha(opacity=1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }
}

@-moz-keyframes pulse {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    10% {
        transform: scale(1.1);
        filter: alpha(opacity=1);
        opacity: 1;
    }

    20% {
        transform: scale(0.9);
        filter: alpha(opacity=1);
        opacity: 1;
    }

    100% {
        transform: scale(0.8);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(0.8);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    10% {
        transform: scale(1.1);
        filter: alpha(opacity=1);
        opacity: 1;
    }

    20% {
        transform: scale(0.9);
        filter: alpha(opacity=1);
        opacity: 1;
    }

    100% {
        transform: scale(0.8);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }
}


@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    80% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@-webkit-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    80% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@-moz-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    80% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

/* inner ripple */

@keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@-webkit-keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@-moz-keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

.whatsapp-icon img {
    padding: 5px;
    width: 65px;
}

.accordion--home {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.accordion--home img {
    display: block;
    max-width: 100%;
}

.accordion--home li.slide {
    position: relative;
    width: 25%;
    display: block;
    overflow: hidden;
    float: left;
    transition: all 0.5s;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion--home:hover li.slide:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2 !important;
}

.accordion--home li.slide:after {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    left: 0;
    top: 0;
    transition: opacity 0.5s;
    z-index: 10;
    position: absolute;
}

.accordion--home:hover li.slide {
    width: 16.6666666667%;
}

.accordion--home:hover li.slide:after {
    opacity: 1;
    display: block;
}

.accordion--home li.slide img {
    display: block;
}

.accordion--home li.slide:hover {
    width: 50%;
}

.accordion--home li.slide:hover:after {
    opacity: 0;
    display: none;
}

.accordion--home .image--content {
    position: absolute;
    top: 60%;
    left: 0;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.accordion--home .image--content h2 {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    width: max-content;
    margin: auto;
    margin-bottom: 13px;
}

.accordion--home .image--content span {
    color: #fff !important;
}

.accordion--home .image--content h2:before,
.accordion--home .image--content h2:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.accordion--home .image--content h2:before {
    margin-bottom: 15px;
}

.accordion--home .image--content h2:after {
    margin-top: 10px;
}

.accordion--home .image--content ul {
    margin: 0;
    padding: 0;
}

.accordion--home .image--content ul li {
    display: inline-block;
    clear: right;
}

.c-group__img,
.c-group__item .line {
    visibility: inherit !important;
}

.brand-list-area {
    margin-top: 70px;
    position: relative;
}

.tab-content-brand {
    display: none;
}

.brand-list-area .title-sub-area.mb-0 {
    margin-bottom: 10px !important;
}

.btns-tab-area {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
}

.btns-tab-area a {
    color: #000;
    padding-bottom: 10px;
    position: relative;
    border: 1px solid #ccc;
    padding: 10px 17px;
    position: relative;
    top: 6px;
    border-bottom: 0;
    background: #fff;
    transition: 0.3s ease-in 0s;
}

.btns-tab-area a.active {
    top: 8px;
}

.btns-tab-area a:after {
    width: 0;
    transition: 0.3s ease-in-out 0s;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -8px;
    content: '';
    opacity: 0;
}

.btns-tab-area a:hover::after {
    width: 100%;
}

.btns-tab-area a.active::after {
    width: 100%;
}

.c-group__title a {
    font-size: 13px;
    height: 43px;
    display: flex;
}

.brand-list-area .c-group__item {
    margin-top: 50px;
}

.video-box-area {
    margin-top: 80px;
    position: relative;
}

.my-teknofest-img {
    width: 32%;
    margin-bottom: -30px;
}

.text-center-area-video {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.my-video-h1 {
    font-size: 37px;
    font-weight: bold;
    margin-top: 20px;
}

.my-video-h2 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 20px;
}

.my-video-button {
    padding: 5px 80px;
    border: 1px solid white;
    color: white;
    font-weight: 600;
    transition: 0.4s all ease;
    font-size: 18px;
    padding: 10px 45px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    width: max-content;
    background: var(--main-color);
}

.my-video-button:hover {
    background: var(--second-color);
}

.video-box-area video {
    width: 100%;
}

.news-big-container {
    padding-top: 60px;
    padding-bottom: 90px;
}

.news-big-container .item {
    display: flex;
}

.text-right-news {
    width: 50% !important;
}

.text-right-news h2 {
    font-size: 32px;
    font-weight: bold;
}

.text-right-news h3 {
    color: #8c9091;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
}

.news-big-container .img {
    width: 50%;
}

body {
    overflow-x: hidden;
}

.text-right-news a {
    padding: 13px 40px;
    background-color: var(--second-color);
    color: white;
    margin-left: 0;
    border: 1px solid var(--second-color);
    /* box-shadow: 0px 0 20px 0 rgba(255, 255, 255, 0.3); */
    font-weight: 500;
    /* letter-spacing: 0.5px; */
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    margin-top: 30px;
    display: flex;
    width: max-content;
    transition: 0.3s ease-in-out 0s;
}

.text-right-news a:hover {
    background: var(--main-color);
}

.news-big-container .owl-carousel .item .text-right-news {
    padding-right: 40px !important;
    padding: 0 20px;
    padding-left: 0;
}

.news-big-container .owl-carousel .owl-item p {
    font-size: 14px;
}




.blog-list .item-box {
    margin-top: 42px;
    display: flex;
    flex-direction: column;
    padding: 0 2%;
}

.blog-list .item-box img {
    margin: auto;
    margin-bottom: 20px;
    display: block;
    transform-origin: center;
}

.blog-list .item-box .title {
    font-size: 20px;
    color: #4B4B4B;
    position: relative;
    text-align: center;
    margin-bottom: 26px;
}

.blog-list .item-box .title::after {
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 58px;
    transform: translate(-50%, 0);
    background: #F39200;
    content: '';
    height: 1px;
}

.blog-list .item-box p {
    text-align: center;
    color: #8E8E8E;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 0 !important
}

.blog-list .item-box .img {
    position: relative;
}

.blog-list .item-box .img::after {
    width: 98px;
    height: 98px;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 150px;
    z-index: -1;
    left: 50%;
    top: 42%;
    background: #fff;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.15);
    content: '';
}

.blog-list .item-box .img svg {
    position: absolute;
    left: 50%;
    top: 44%;
    transform: translate(-50%, -50%);
}

.blog-list .item-box:hover .img svg * {
    stroke: #F39200;
}

.blog-list .item-box .img svg * {
    transition: 0.3s ease-in-out 0s;
    ;
}

.blog-list .locaiton-row {
    width: 100%;
}

.blog-list .locaiton-row h3 {
    font-size: 40px;
    line-height: 48px;
    color: #016983;
    position: absolute;
    left: 15%;
    top: 37%;
    transform: translate(0%, -50%);
    width: 30%;
}


.blog-list .item-box img.icon {
    height: 50px;
    position: absolute;
    left: 50%;
    top: 41%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 15s linear infinite;
    -moz-animation: rotating 15s linear infinite;
    -ms-animation: rotating 15s linear infinite;
    -o-animation: rotating 15s linear infinite;
    animation: rotating 15s linear infinite;
}


.about-page.blog-list .item:nth-child(1) .item-box .img svg {
    position: absolute;
    left: 46%;
    top: 28%;
    transform: scale(0.7) translate(-50%, -50%);
}

.about-page.blog-list .item-box:hover .img svg * {
    stroke: #F39200;
    fill: #F39200;
}

.about-page.blog-list .item .item-box .img svg {
    transform: scale(0.7) translate(-50%, -50%);
    left: 47%;
    top: 32%;
}

.about-page {
    padding-bottom: 60px;
}


.input-container-brand:nth-child(1) {}

.input-container-brand {
    transition: all 400ms;
    display: flex;
    padding: 18px;
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8c9091;
    background-color: #fff;
    align-items: center;
    border: 1px solid #004c7d !important;
    max-height: 60px;
    height: 100%;
    padding-right: 0px;
    margin-right: 4%;
    padding: 17px;
    width: 46%;
    padding-right: 0;
    padding-left: 0;
}

.input-container-brand input {
    color: #004c7d;
    font-size: 17px;
    font-weight: 600;
    margin-left: 20px;
    border: 0;
    border-color: rgb(222, 227, 234);
}

.input-container-brand select {
    appearance: none !important;
    color: #004c7d !important;
    padding: 18px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-align: left !important;
    background-color: #fff !important;
    border: 0;
    width: 100% !important;
    max-height: 60px !important;
    height: 100% !important;
    -webkit-appearance: none;
    background: url(../img/chevron-down-solid.svg) !important;
    background-position: right 18px center !important;
    background-repeat: no-repeat !important;
    background-size: 16px 16px !important;
    transition: all 400ms !important;
}

.input-container-brand .fas.fa-search {
    left: 15px;
    position: relative;
}

.my-news-button.my-search2 {
    width: 100%;
    height: 58px;
    transition: 0.3s ease-in-out 0s;
    background: var(--main-color);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.my-news-button.my-search2:hover {
    background: var(--second-color)
}

.map-tab {
    text-decoration: none !important;
    border: 1px solid #fff;
    top: 0;
    position: relative;
    padding: 10px 20px;
    margin-bottom: 0px;
    display: flex;
    opacity: 1;
    background: #005887;
    border-bottom: 0;
    margin: 0 10px;
}

.map-tab.active {
    background: #005887;
    border-bottom: 1px solid #005887;
    opacity: 1;
}

.card-h5 {
    padding-left: 20px;
}

.map-wrapper h4 {
    color: #fff;
    font-size: 28px;
    line-height: 1.4;
}

.bg-overlay-gradient-secondary-3 {
    background-color: var(--main-color);
    padding: 70px 0;
}

.home-slider .text-area {
    position: absolute;
    left: 10%;
    top: 56%;
    transform: translate(0%, -20%);
    z-index: 3;
    width: 41%;
    transition: 0.5s ease-in-out 0.3s;
    opacity: 0;
}

.home-slider .active .text-area {
    transform: translate(0, -50%);
    opacity: 1
}

.home-slider .text-area h3 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 4px;
}

.home-slider .text-area .slogan {
    color: #fff;
    font-size: 23px;
}

.home-slider .item {
    position: relative;
}

/* .home-slider .item::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    opacity: .32;
} */


.home-slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 15% !important;
    top: auto;
    text-align: right !important;
    justify-content: flex-start !important;
    width: 100% !important;
    padding-left: 10%;
    z-index: 99;
    display: flex;
}

.home-slider.owl-theme .owl-dots .owl-dot span {
    background: #fff;
}

.home-slider .owl-theme .owl-dots .owl-dot.active span {
    background: #E20A17 !important;
}

.home-slider.owl-theme .owl-dots .owl-dot.active {
    width: 48px !important
}

.home-slider.owl-theme .owl-dots .owl-dot {
    transition: 0.3s ease-in-out 0s;
}

.home-slider.owl-theme .owl-dots .owl-dot span {
    width: 100% !important;
    height: 3px;
    transition: 0.4s ease-in-out 0s;
}

.home-slider.owl-theme .owl-dots .owl-dot {
    margin: 0 5px;
    transition: 0.4s ease-in-out 0s;
}

.home-slide-area {}

/* .home-slide-area .owl-carousel .owl-item img {
    height: 100vh;
    object-fit: cover;
} */

.fw-blocks {
    margin-top: -7px;
    border-top: 3px solid var(--main-color);
}

.fw-blocks .item a {
    display: block;
}

.fw-blocks .item .bg-img {
    object-fit: cover;
    width: 100%;
}

.fw-blocks .item::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    opacity: .22;
    pointer-events: none;
    transition: 0.4s ease-in-out 0s;
}

.fw-blocks .item:hover::after {
    opacity: .28;
}

.fw-blocks .item .details {
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px;
    color: #fff;
    z-index: 4;
}

.fw-blocks .item.left .details {
    text-align: right;
}

.fw-blocks .item .details h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.fw-blocks .item .details span.text {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin-right: 45px;
    /* font-weight: 500; */
}

.fw-blocks .item.left .details span.text {
    margin-right: 0;
    margin-left: 45px;
}

.fw-blocks .item .details span.city {
    font-size: 21px;
    line-height: 1.5;
    display: block;
    margin-bottom: 5px;
    /* font-family: 'Dancing Script', cursive; */
    font-weight: 300;
}


.title-sub-area {
    text-align: center;
    width: 100%;
    position: relative;
    margin-bottom: 20px !important;
    display: block;
}

.title-sub-area span {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 30px;
    color: var(--main-color);
}

.title-sub-area::after {
    width: 100%;
    height: 1px;
    top: 56%;
    content: '';
    position: absolute;
    left: 0;
    background: var(--main-color);
}



.teaser-area {
    padding: 40px 0;
}

.web-about {
    width: 80% !important;
    margin: auto;
    margin-top: 0px !important;
    padding-top: 50px;
}

.web-about .text-top {
    width: 70%;
    margin: auto !important;
}

.web-about .icons {
    display: flex;
    justify-content: center;
    width: 100%;
}

.web-about .item {
    position: relative;
    margin-top: 40px;
    margin-bottom: 80px;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 160px;
    text-align: center;
    box-shadow: 1px 3px 35px 0px rgba(80, 80, 80, 0.17);
    padding: 43px;
    justify-content: center;
}

.web-about .item span {
    font-size: 19px;
    font-weight: 500;
}

.web-about .item:nth-child(2n+0) {
    top: 80px;
}

.web-about .item img {
    height: 100px;
    margin-bottom: 20px;
}

.product-area .box a {
    border: 1px solid #cccccc5e;
    padding: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 1px 3px 35px 0px rgba(80, 80, 80, 0.17);
}

.product-area .box a .sub-title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.product-area .box a .btn-sub {
    width: max-content;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 10px 30px;
    background: var(--main-color);
}

.product-area .box .text {
    text-align: center;
    font-size: 16px;
}


.home-notes {
    margin-top: 20px;
    margin-bottom: 140px;
}

.home-notes .container-fluid {
    max-width: 1340px;
}

.left-img {
    position: relative;
}

.left-img img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.left-img::after {
    position: absolute;
    left: 108px;
    top: 0;
    content: '';
    width: 100%;
    border: 1px solid #878A7D;
    height: 112%;
    top: -40px;
}

.notes p {
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 135.89%;
    color: #196db6;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    padding: 10px 0;
}

.notes .text {
    margin-bottom: 25px;
}

.notes a {
    background: var(--main-color);
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    width: max-content;
}

.notes .name {
    position: relative;
    display: flex;
    text-align: right;
    align-self: flex-end;
    justify-content: flex-end;
    padding-bottom: 5px;
    font-size: 17px;
}

.notes .name::after {
    width: 116px;
    height: 2px;
    position: absolute;
    bottom: -3px;
    background: #878A7D;
    right: 0;
    content: '';
}

.notes .link {
    display: flex;
    align-items: center;
    align-self: flex-end;
    justify-content: flex-end;
    margin-top: 20px;
    color: #878A7D;
}

.notes .link span {
    position: relative;
    top: 5px;
    font-weight: 500;
    font-size: 18px;
    color: #878A7D;
    margin-top: -3px;
    left: -32px;
}

.notes {
    background: #fff;
    padding: 20px;
    position: absolute;
    top: 40%;
}

.home-notes .owl-carousel .owl-stage {
    padding: 50px 0;
}

.home-notes .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.home-notes .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    background: #e9e9e9;
    margin-right: 12px;
    border-radius: 30px;
}

.home-notes .owl-dots .owl-dot.active {
    background: var(--main-color);
}




.videos-area {
    background: #fff;
    padding: 70px 0;
    overflow: hidden;
    padding-bottom: 160px;
    padding: 50px;
    padding-top: 0;
    padding: 0 10%;
}


.videos-area .img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
}


.videos-area .img::after {
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    content: '';
    width: 100%;
    height: 100%;
    opacity: .25;
    z-index: 1;
    pointer-events: none;
}

.videos-area .img::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/video-icon.svg) no-repeat;
    content: '';
    width: 39px;
    height: 45px;
    opacity: 1;
    z-index: 2;
    pointer-events: none;
}

.videos-area .txt {
    margin-top: 15px;
}

.videos-area .text-center {
    font-size: 20px;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.videos-area a .btn-detail {
    background: var(--main-color);
    padding: 10px;
    color: #fff;
    widtH: max-content;
    margin-top: 20px;
    font-size: 14px;
    padding: 10px 30px;
}

.videos-area a .btn-detail:hover {
    background: var(--second-color);
    ;
}

.videos-area .video-row {
    padding-left: 0px !important;
    position: relative;
    width: 100%;
}

.videos-area .owl-theme .owl-dots .owl-dot {
    width: auto !important;
    margin: 0;
    border-radius: 0 !important;
    margin: 0;
    padding: 0;
}

.videos-area .owl-theme .owl-dots .owl-dot span {
    width: 100%;
    border-radius: 0 !important;
    padding: 0 80px !important;
    height: 4px;
    margin: 0 !important;
}

.videos-area .owl-theme .owl-dots {
    margin-top: 20px;
    position: absolute;
    left: -10%;
}

.videos-area .owl-carousel .owl-stage-outer {
    transform: scale(1.2);
}

.videos-area .owl-carousel .item {
    margin: 40px 0;
    margin-bottom: 50px;
}

.videos-area .owl-carousel .item a {
    display: flex;
    flex-direction: column;
}

.videos-area .bottom-right-link {
    margin-top: 50px;
    margin-right: 3.5%;
}

.videos-area .bottom-right-link {
    margin-top: 60px;
    margin-right: 0;
}

.videos-area .bottom-right-link span {
    line-height: 43px;
}

.btn-sub-link {
    border: 1px solid #3C3C3C;
    padding: 0 8px 0 22px;
    background: #fff;
    height: 46px;
    align-items: center;
    display: flex;
    border-radius: 30px;
    justify-content: space-between;
    width: max-content;
}


.ivySlideTxt {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.slideState {
    height: 4px;
    background: #ececec;
    position: absolute;
    width: 83%;
    top: 75%;
    left: 50%;
    transform: translate(-50%, 0px);
}

.slideState span {
    position: absolute;
    height: 100%;
    background: #C3C2C4;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    color: #FFF;
    padding-left: 15px;
}

.ivySlideTxt2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.slideState2 {
    height: 4px;
    background: #ececec;
    position: absolute;
    width: 100%;
    top: 104%;
    left: 48.5%;
    transform: translate(-50%, 0px);
}

.slideState2 span {
    position: absolute;
    height: 100%;
    background: #C3C2C4;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    color: #FFF;
    padding-left: 15px;
}

.prod-bottom .select-container .box-area input {
    position: absolute;
    display: none;
    left: 0;
    top: 2px;
    border: 0;
    width: 100%;
    height: 59px;
    border-radius: 60px;
    padding-left: 20px;
    padding-right: 70px;
    background: none;
}

.active input {
    background: #fff !important;
    display: block !important;
}

.content-right .bottom-right-link {
    margin-right: 0;
}

.box-area .item-top {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 0 0 4%;
}

.box-area .item-top small {
    font-size: 100%;
    margin-left: 8px;
}

.overFlowHidden {
    overflow: hidden !important;
}

.home-slider .text-area a img {
    height: auto !important;
    width: 140px;
    margin-right: 20px;
}

.home-slider .text-area a img.arr {
    height: auto !important;
    width: 30px;
    object-fit: inherit;
    margin-right: 0;
}

.home-slider .text-area a {
    display: flex;
    width: max-content;
    border: 1px solid #fff6;
    background: #00000040;
    border-radius: 30px;
    overflow: hidden;
    padding: 0 20px 0 15px;
    height: 60px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: space-between;
}

.btn-sub-link img {
    margin-left: 12px;
}

.btn-sub-link {
    transition: 0.4s ease-in-out 0s;
}

.btn-sub-link:hover {
    background: #00000026;
}

.pdf-container {
    padding-top: 70px;
}

.pdf-container {
    text-align: center;
    width: 100%;
}


.title-sub-area {
    text-align: center;
    width: 100%;
    position: relative;
    margin-bottom: 20px !important;
    display: block;
}

.title-sub-area span {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 30px;
    color: var(--main-color);
}

.title-sub-area::after {
    width: 100%;
    height: 1px;
    top: 56%;
    content: '';
    position: absolute;
    left: 0;
    background: var(--main-color);
}



.teaser-area {
    padding: 40px 0;
}

.web-about {
    width: 80% !important;
    margin: auto;
    margin-top: 0px !important;
    padding-top: 50px;
}

.web-about .text-top {
    width: 70%;
    margin: auto !important;
}

.web-about .icons {
    display: flex;
    justify-content: center;
    width: 100%;
}

.web-about .item {
    position: relative;
    margin-top: 40px;
    margin-bottom: 80px;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 160px;
    text-align: center;
    box-shadow: 1px 3px 35px 0px rgba(80, 80, 80, 0.17);
    padding: 43px;
    justify-content: center;
}

.web-about .item span {
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
}

.web-about .item:nth-child(2n+0) {
    top: 80px;
}

.web-about .item img {
    height: 100px;
    margin-bottom: 20px;
}

.product-area .box a {
    border: 1px solid #cccccc5e;
    padding: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 1px 3px 35px 0px rgba(80, 80, 80, 0.17);
}

.product-area .box a .sub-title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    height: 70px;
    padding-top: 10px;
}

.product-area .box a .btn-sub {
    width: max-content;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 10px 30px;
    background: var(--main-color);
}

.product-area .box .text {
    text-align: center;
    font-size: 16px;
}


.home-notes {
    margin-top: 20px;
    margin-bottom: 140px;
}

.home-notes .container-fluid {
    max-width: 1340px;
}

.left-img {
    position: relative;
}

.left-img img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.left-img::after {
    position: absolute;
    left: 108px;
    top: 0;
    content: '';
    width: 100%;
    border: 1px solid #878A7D;
    height: 112%;
    top: -40px;
}

.notes p {
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 135.89%;
    color: #196db6;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    padding: 10px 0;
}

.notes .text {
    margin-bottom: 25px;
}

.notes a {
    background: var(--main-color);
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    width: max-content;
}

.notes .name {
    position: relative;
    display: flex;
    text-align: right;
    align-self: flex-end;
    justify-content: flex-end;
    padding-bottom: 5px;
    font-size: 17px;
}

.notes .name::after {
    width: 116px;
    height: 2px;
    position: absolute;
    bottom: -3px;
    background: #878A7D;
    right: 0;
    content: '';
}

.notes .link {
    display: flex;
    align-items: center;
    align-self: flex-end;
    justify-content: flex-end;
    margin-top: 20px;
    color: #878A7D;
}

.notes .link span {
    position: relative;
    top: 5px;
    font-weight: 500;
    font-size: 18px;
    color: #878A7D;
    margin-top: -3px;
    left: -32px;
}

.notes {
    background: #fff;
    padding: 20px;
    position: absolute;
    top: 40%;
}

.home-notes .owl-carousel .owl-stage {
    padding: 50px 0;
}

.home-notes .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.home-notes .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    background: #e9e9e9;
    margin-right: 12px;
    border-radius: 30px;
}

.home-notes .owl-dots .owl-dot.active {
    background: var(--main-color);
}


.videos-area.only-image .img::before,
.videos-area.only-image .img::after {
    display: none;
}



.btn-sub-link {
    border: 1px solid #3C3C3C;
    padding: 0 22px 0 22px;
    background: #fff;
    height: 46px;
    align-items: center;
    display: flex;
    border-radius: 30px;
    justify-content: space-between;
    width: max-content;
}


.ivySlideTxt {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.slideState {
    height: 4px;
    background: #ececec;
    position: absolute;
    width: 83%;
    top: 75%;
    left: 50%;
    transform: translate(-50%, 0px);
}

.slideState span {
    position: absolute;
    height: 100%;
    background: #C3C2C4;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    color: #FFF;
    padding-left: 15px;
}

.ivySlideTxt2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.slideState2 {
    height: 4px;
    background: #ececec;
    position: absolute;
    width: 100%;
    top: 105%;
    left: 50%;
    transform: translate(-50%, 0px);
}

.slideState2 span {
    position: absolute;
    height: 100%;
    background: #C3C2C4;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    color: #FFF;
    padding-left: 15px;
}

.prod-bottom .select-container .box-area input {
    position: absolute;
    display: none;
    left: 0;
    top: 2px;
    border: 0;
    width: 100%;
    height: 59px;
    border-radius: 60px;
    padding-left: 20px;
    padding-right: 70px;
    background: none;
}

.active input {
    background: #fff !important;
    display: block !important;
}

.content-right .bottom-right-link {
    margin-right: 0;
}

.box-area .item-top {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 0 0 4%;
}

.box-area .item-top small {
    font-size: 100%;
    margin-left: 8px;
}

.overFlowHidden {
    overflow: hidden !important;
}

.home-slider .text-area a img {
    height: auto !important;
    width: 140px;
    margin-right: 20px;
}

.home-slider .text-area a img.arr {
    height: auto !important;
    width: 30px;
    object-fit: inherit;
    margin-right: 0;
}

.home-slider .text-area a {
    display: flex;
    width: max-content;
    border: 1px solid #fff6;
    background: #00000040;
    border-radius: 30px;
    overflow: hidden;
    padding: 0 20px 0 15px;
    height: 60px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: space-between;
}

.btn-sub-link img {
    margin-left: 12px;
}

.btn-sub-link {
    transition: 0.4s ease-in-out 0s;
}

.btn-sub-link:hover {
    background: #00000026;
}

.pdf-container {
    padding-top: 0;
}

.pdf-container {
    text-align: center;
    width: 100%;
    background: #196db61f;
    padding: 20px;
    margin-top: 60px !important;
    color: #196db6;
    border-radius: 10px;
}

.pdf-container a img {
    width: 27px;
}

.pdf-container a {
    background: #eb57573d;
    width: max-content;
    margin: auto;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.pdf-container a span {
    line-height: 1;
    color: #eb5757;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 1px;
    margin-left: 7px;
    font-weight: bold;
}


.pdf-box {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
    justify-content: center;
}

.pdf-box a img {
    width: 27px;
}

.pdf-box a {
    background: #eb57573d;
    width: 27%;
    margin: auto;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pdf-box a span {
    line-height: 1;
    color: #eb5757;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 1px;
    margin-left: 7px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
}



.product-detail h1 {
    font-size: 32px;
    font-weight: bold;
    color: var(--main-color);
}

.product-detail .text {
    text-align: justify;
}



/* tab */

.detail-tab-area {
    margin-top: 80px;
}

.tabs {
    margin: 0;
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    border-radius: 2px 2px 0px 0px;
}

@media screen and (max-width: 512px) {
    .tabs {
        height: 40px;
    }
}

/* Tab Links */
.tablinks {
    background: transparent;
    background-image: linear-gradient(90deg, transparent 70%, rgba(255, 255, 255, 0.2) 100%);
    border: none;
    outline: none;
    cursor: pointer;

    /*change depending on the number of tabs*/
    height: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    overflow: hidden;
    transition: 0.3s ease;
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width: 512px) {
    .tablinks {
        height: 40px;
        font-size: 12px;
    }
}

.tablinks:before {
    /* Gradient */
    background: var(--main-color);
    content: "";
    width: 100%;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s ease-in-out;
    z-index: 2;
}

/*tab buttons hover*/
.tablinks:hover::before {
    height: 100%;
    z-index: 2;
    bottom: 0;
}

@media screen and (max-width: 512px) {
    .tablinks:hover::before {
        height: 0;
    }
}

/* Tab active */
.tablinks.active {
    background-color: white;
    z-index: 0;
    border-right: 0px;
    border-left: 0px;
    height: 110px;
    bottom: 0px;
    overflow: hidden;
}

@media screen and (max-width: 512px) {
    .tablinks.active {
        height: 60px;
    }
}

.tablinks.active:before {
    /* Gradient */
    content: "";
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
}

/* Tabs text */
.tablinks.active p,
.tablinks.active:hover p {
    opacity: 1;
    background: var(--main-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tablinks p {
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: 0.5s ease;
    padding: 0;
    margin: 0;
    color: var(--main-color);
    backface-visibility: hidden;
    font-weight: 400;
}

.tablinks:hover p {
    color: white;
    opacity: 1;
}

@media screen and (max-width: 512px) {
    .tablinks:hover p {
        color: #686868;
        opacity: 0.6;
    }
}

/* Tabs text bigger */
.tablinks p:before {
    content: attr(data-title);
    position: absolute;
    height: auto;
    width: auto;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.1;
    font-size: 40px;
    transition: 1s ease-out;
    z-index: -1;
    font-weight: 600;
    top: 110%;
}

@media screen and (max-width: 512px) {
    .tablinks p:before {
        display: none;
    }
}

.tablinks:hover p:before {
    opacity: 0.1;
    font-size: 40px;
    top: -80%;
}

/* tab content */
.wrapper_tabcontent {
    background-color: white;
    margin-top: 0px;
    z-index: 2;
    position: relative;
    opacity: 1;
    padding: 40px 60px;
    overflow: hidden;
    transition: all 1s ease;
    top: 0;
    padding-right: 0;
    padding-left: 30px;
}

.tabcontent {
    display: none;
    min-height: 180px;
}

@keyframes tabEffect {
    from {
        top: -40px;
    }

    to {
        top: 0px;
    }
}

.tabcontent.active {
    transition: all 1s ease;
    display: block;
}

/* Tab content line */
.wrapper_tabcontent:after {
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    background: var(--main-color);
    left: 0;
    bottom: 0;
    z-index: -2;
    transition: all 1s ease;
}

/* Title */
.tabcontent h3 {
    font-size: 40px;
    top: 105px;
    transform: rotate(90deg);
    position: absolute;
    left: -90px;
    opacity: 0.1;
    width: 200px;
    height: 60px;
    background: -webkit-linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0;
    animation: city 1s ease;
}

@media screen and (max-width: 512px) {
    .tabcontent h3 {
        top: 11px;
        font-size: 23px;
        font-weight: bold;
        left: 0 !important;
        transform: translate(0, 0) !important;
        text-align: center;
        width: 100%;
        position: absolute;
    }
}

@keyframes city {
    from {
        left: -150px;
    }

    to {
        left: -90px;
    }
}

/* Text*/
.tabcontent .in-content-tab {
    color: #686868;
    margin: 0;
    padding: 0;
    line-height: 28px;
    font-weight: 100;
    transition: all 1s ease;
    animation: fadeEffect 0.6s ease;
    width: 100%;
    font-size: 16px;
    display: flex;
    text-align: justify;
}

@media screen and (max-width: 512px) {
    .tabcontent .in-content-tab {
        font-size: 14px;
        line-height: 26px;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
        margin-left: 30px;
    }

    to {
        opacity: 1;
        margin-left: 0;
    }
}


.in-content-tab {
    padding: 20px;
}

.warranty-container {
    margin-top: 80px;
}

.content-hide-box {
    padding: 20px;
}

.warranty-container .container {
    background: #cccccc45;
    padding: 30px;
}

.warranty-container .title-sub-area span {
    background: #f1f1f1;
}

.c-form__input {
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #707070;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contanct-btns .card-text a {
    font-size: 14px !important;
}



.c-proccessing-banner .col-md-12 {
    position: relative;
}

.c-proccessing-banner .col-md-12::after {
    left: -12px;
}

.c-proccessing-banner .col-md-12:nth-child(1) img {
    border-radius: 12px;
    transition: 0.4s ease-in-out 0s;
}

.c-proccessing-banner .col-md-12:nth-child(1)::after {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    background: #75391C;
    top: 15%;
    left: -5px;
    transition: all 2s ease-in-out;
    transition-delay: 1s;
    z-index: -1;
    border-radius: 12px;
    transition: all 1s ease-in;
    transition-delay: 3s;
}

.c-proccessing-banner .col-md-12:nth-child(1) img:hover {
    -webkit-transition: all 0.6s !important;
    -moz-transition: all 0.6s !important;
    -o-transition: all 0.6s !important;
    -webkit-transform: scale(1.06) !important;
    -moz-transform: scale(1.04) !important;
    -o-transform: scale(1.06) !important;
    transform: scale(1.06) !important;
    transition: all 0.6s !important;
}



.c-history .owl-carousel .owl-nav button.owl-next,
.c-history .owl-carousel .owl-nav button.owl-prev {
    border: 0 !important;
    background: none !important;
}


.owl-theme .owl-nav span {
    position: relative;
    top: -2px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 55px;
    height: 55px;
    padding: 5px !important;
    border-radius: 0;
    top: 50%;
    position: absolute;
    right: 4%;
    font-size: 38px;
    align-items: center;
    justify-content: center;
    color: var(--main-color) !important;
    background: var(--main-color) !important;
    box-shadow: 0 0 10px var(--main-color);
    line-height: 1;
    transform: translate(0, -50%);
    border: 0;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 4%;
}

.owl-carousel .owl-nav button.owl-next img,
.owl-carousel .owl-nav button.owl-prev img {
    width: 25px;
    filter: invert(88%) sepia(21%) saturate(935%) hue-rotate(123deg) brightness(85%) contrast(97%);
}


.home-slider .owl-nav button.owl-next,
.home-slider .owl-nav button.owl-prev {
    top: 44%;
    font-size: 88px;
    color: #fff !important;
    background: none !important;
    box-shadow: none;
}




.videos-area .owl-carousel .owl-nav button.owl-next,
.videos-area .owl-carousel .owl-nav button.owl-prev {
    width: 55px !important;
    height: 55px !important;
    background: url(../../images/prev.svg) no-repeat !important;
    font-size: 0 !important;
    position: absolute;
    left: 0;
    bottom: -20%;
    box-shadow: inherit !important;
    top: auto;
}

.videos-area .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0;
    background: url(../../images/next.svg) no-repeat !important;
}

@media screen and (max-width: 1460px) {
    .web-about .item {
        width: 23%;
    }
}

.whatsapp-icon img {
    padding: 5px;
    width: 38px;
    margin-top: 8px;
}



.c-proccessing-banner__logo::after {
    width: 40px;
    height: 40px;
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: var(--main-color);
    border-bottom-right-radius: 12px;
}

.c-proccessing-banner__logo::before {
    width: 40px;
    height: 40px;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    border-left: 2px solid;
    border-top: 2px solid;
    border-color: var(--main-color);
    border-top-left-radius: 12px;
}

.whatsapp-icon {
    z-index: 15;
}

table.tk-tablo {
    border-collapse: collapse;
    font-family: Tahoma, Geneva, sans-serif;
}

table.tk-tablo td {
    padding: 15px;
}

table.tk-tablo thead td {
    background-color: #54585d;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #54585d;
}

table.tk-tablo tbody td {
    color: #636363;
    border: 1px solid #dddfe1;
}

table.tk-tablo tbody tr {
    background-color: #f9fafb;
}

table.tk-tablo tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.hero-section {
    align-items: flex-start;
    /* background-image: linear-gradient(15deg, #0f4667 0%, #2a6973 150%); */
    display: flex;
    min-height: 100%;
    justify-content: center;
    padding: var(--spacing-xxl) var(--spacing-l);
}

.hero-section .card {
    background: none;
    border: none;
}

.card-grid {
    /* display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: var(--spacing-l);
    grid-row-gap: var(--spacing-l);
    max-width: var(--width-container); */
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (min-width: 540px) {
    /* .card-grid {
        grid-template-columns: repeat(2, 1fr);
    } */
}

@media (min-width: 960px) {
    /* .card-grid {
        grid-template-columns: repeat(3, 1fr);
    } */
}

.card {
    list-style: none;
    position: relative;
    flex: 1 0 calc(33.33% - 20px);
    margin: var(--spacing-l);
    max-width: 384px;
}

.card:before {
    content: "";
    display: block;
    padding-bottom: 150%;
    width: 100%;
}

.card__background {
    background-size: cover;
    background-position: center;
    border-radius: var(--spacing-l);
    bottom: 0;
    filter: brightness(0.75) saturate(1.2) contrast(0.65);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    trsnsform: scale(1) translateZ(0);
    transition: filter 200ms linear, transform 200ms linear;
    box-shadow: 1px 3px 35px 0px rgba(80, 80, 80, 0.57);

}

.card:hover .card__background {
    transform: scale(1.05) translateZ(0);

    filter: brightness(0.75) saturate(1.2) contrast(0.95);
}

.card-grid:hover>.card:not(:hover) .card__background {
    filter: brightness(0.5) saturate(0) contrast(1.2);
}

.card__content {
    left: 0;
    padding: var(--spacing-l);
    position: absolute;
    top: 0;
}

.card__category {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: var(--spacing-s);
    text-transform: uppercase;
}

.card__heading {
    color: var(--text-lighter);
    font-size: 1.9rem;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    word-spacing: 100vw;
}



.news-card {
    float: left;
    padding: 0 1.7rem;
    width: 33%;
    margin-bottom: 65px;
}

.news-card .menu-content {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.news-card .menu-content::before,
.news-card .menu-content::after {
    content: "";
    display: table;
}

.news-card .menu-content::after {
    clear: both;
}

.news-card .menu-content li {
    display: inline-block;
}

.news-card .menu-content a {
    color: #fff;
}

.news-card .menu-content span {
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 10px;
    font-weight: 700;
    font-family: "Open Sans";
    transform: translate(-50%, 0);
}

.news-card .wrapper {
    background-color: #fff;
    min-height: 540px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}

.news-card .wrapper::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #0000005d;
}

.news-card .wrapper:hover::after {
    background: none;
}

.news-card .wrapper:hover .data {
    transform: translateY(0);
}

.news-card .data {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(calc(70px + 1em));
    transition: transform 0.3s;
    z-index: 5;
}

.news-card .data .content {
    padding: 1em;
    position: relative;
    z-index: 1;
}

.news-card .author {
    font-size: 12px;
}

.news-card .title {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 300;

}

.news-card .text {
    height: 70px;
    margin: 0;
}

.news-card input[type=checkbox] {
    display: none;
}

.news-card input[type=checkbox]:checked+.menu-content {
    transform: translateY(-60px);
}

.example-1 .wrapper {
    background: url(https://images.unsplash.com/photo-1496979551903-46e46589a88b?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=cda12b505afa1beb06e49d89014cbd65&auto=format&fit=crop&w=634&q=80) 20% 1%/cover no-repeat;
}

.example-1 .date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--main-color);
    color: #fff;
    padding: 0.8em;
    z-index: 5;
}

.example-1 .date span {
    display: block;
    text-align: center;
}

.example-1 .date .day {
    font-weight: 700;
    font-size: 24px;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}

.example-1 .date .month {
    text-transform: uppercase;
}

.example-1 .date .month,
.example-1 .date .year {
    font-size: 12px;
}

.example-1 .content {
    background-color: #fff;
    box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}

.example-1 .title a {
    color: rgb(77, 77, 77);
}

.example-1 .menu-button {
    position: absolute;
    z-index: 999;
    top: 16px;
    right: 16px;
    width: 25px;
    text-align: center;
    cursor: pointer;
}

.example-1 .menu-button span {
    width: 5px;
    height: 5px;
    background-color: gray;
    color: gray;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}

.example-1 .menu-button span::after,
.example-1 .menu-button span::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: currentColor;
    position: absolute;
    border-radius: 50%;
}

.example-1 .menu-button span::before {
    left: -10px;
}

.example-1 .menu-button span::after {
    right: -10px;
}

.example-1 .menu-content {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    transition: transform 0.3s;
    transform: translateY(0);
}

.example-1 .menu-content li {
    width: 33.333333%;
    float: left;
    background-color: #77d7b9;
    height: 60px;
    position: relative;
}

.example-1 .menu-content a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
}

.example-1 .menu-content span {
    top: -10px;
}

.example-2 .wrapper {
    background: url(https://tvseriescritic.files.wordpress.com/2016/10/stranger-things-bicycle-lights-children.jpg) center/cover no-repeat;
}

.example-2 .wrapper:hover .menu-content span {
    transform: translate(-50%, -10px);
    opacity: 1;
}

.example-2 .header {
    color: #fff;
    padding: 1em;
}

.example-2 .header::before,
.example-2 .header::after {
    content: "";
    display: table;
}

.example-2 .header::after {
    clear: both;
}

.example-2 .header .date {
    float: left;
    font-size: 12px;
}

.example-2 .menu-content {
    float: right;
}

.example-2 .menu-content li {
    margin: 0 5px;
    position: relative;
}

.example-2 .menu-content span {
    transition: all 0.3s;
    opacity: 0;
}

.example-2 .data {
    color: #fff;
    transform: translateY(calc(70px + 4em));
}

.example-2 .title a {
    color: #fff;
}

.example-2 .button {
    display: block;
    width: 100px;
    margin: 2em auto 1em;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    position: relative;
    font-weight: 700;
}

.example-2 .button::after {
    content: "ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢";
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.3s;
}

.example-2 .button:hover::after {
    transform: translate(5px, -50%);
    opacity: 1;
}





.logos-slider .item {
    margin: 20px 0 !important;
    padding: 15px;
}


.logos-slider .item {
    margin: 20px 0 !important;
    padding: 15px;
}

.logos-slider.owl-carousel .owl-nav {
    position: relative;
}

.logos-slider.owl-carousel .owl-nav button.owl-prev {
    left: -170px;
    bottom: 56px;
    background: url(../../images/prev.svg) no-repeat !important;
    font-size: 0 !important;
    border: none;
}

.logos-slider.owl-carousel .owl-nav button.owl-next {
    top: inherit;
    right: -180px;
    bottom: 56px;
    background: url(../../images/next.svg) no-repeat !important;
    font-size: 0 !important;
    border: none;
}

.videos-area.home-logos {
    overflow: inherit;
}

.videos-area.home-logos .title-sub-area::after {
    opacity: 0;
}

.videos-area.home-logos .title-sub-area {
    margin-bottom: -20px !important;
}

.videos-area.only-image.home-logos {
    max-width: 75%;
}


@media (max-width:1600px) {

    .videos-area.only-image.home-logos {
        max-width: 90%;
    }

}


@media screen and (max-width: 640px) {
    .c-header-mobil {
        padding-left: 10px;
        padding-right: 0;
        padding-top: 4px;
        padding-bottom: 6px;
    }
    .hamburger{ top:15px;}

    .c-header-mobil__logo {
        width: 38%;
    }
    .c-footer__socials a{ font-size:20px;}
.home-slide-area .item .w-100{height:400px; object-fit: cover;}
.home-slide-area .item video{height:400px; object-fit: cover;}
.home-slider .text h2 {font-size:20px;}
.home-slider .text{left: 0;
top: 100px;
padding-top: 30px; }
.c-footer__menu{ text-align: center;}
.fw-blocks.two .row.no-gutters{ display: flex; flex-direction: column;}
.fw-blocks.two .row.no-gutters .col-6{width:100%; -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .home-notes .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -10px;
    }
    .c-footer__socials{ justify-content: center; margin-bottom: 10px;}
    .c-footer .c-text--small{text-align: center;margin-bottom: 120px;}
    .fw-blocks .item.left .details span.text {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0 !important; font-size:13px;
    }
    .fw-blocks .item .details h2{font-size: 17px;margin-bottom: 6px;margin-top: -4px;}
    .fw-blocks .item .details span.text{ font-size:13px;}
    .fw-blocks .item .details span.text{ margin-right:0 !important;}
    .fw-blocks .item .details span.city{ font-size: 16px;}
    .about-box-numbers h5 {font-size: 16px;}

    .about-box-numbers .c-tk-card__item {
        width: 47.5%;
    }
    .notes {
        background: #fff;
        padding: 20px;
        position: relative;
        top: 0;
    }
    .left-img::after{ opacity: 0;}
    .about-box-numbers.c-tk{ padding-bottom: 0;}
    .logos-slider.owl-carousel .owl-nav button.owl-prev {
        left: -65px;
        bottom: 75px !important;
        background: url(../../images/prev.svg) no-repeat !important;
        font-size: 0 !important;
        border: none;
        transform: scale(0.8);
    }
    .logos-slider.owl-carousel .owl-nav button.owl-next {
        right: -65px;
        bottom: 75px;
        background: url(../../images/next.svg) no-repeat !important;
        font-size: 0 !important;
        border: none;
        transform: scale(0.8);
    }
    .c-footer-menu__center::before, .c-footer-menu__center::after{ opacity: 0;}
    .mobileSide{ top:68px;}
.videos-area .owl-carousel .owl-nav button.owl-next, .videos-area .owl-carousel .owl-nav button.owl-prev{ bottom:-25%;}


.videos-area .owl-carousel.logos-slider .owl-nav button.owl-next, .videos-area.logos-slider .owl-carousel .owl-nav button.owl-prev {
    bottom: 75px !important;
}
.c-page-tab li {
    width: 49%;
    text-align: center;
    padding: 0 0;
}
.c-page-tab li a {
    padding: 8px 8px;
    display: inline-block;
    font-size: 14px;
}
.c-page-tab li {
    width: 49%;
    text-align: center;
    padding: 0 0 !important
}
.c-about-two .c-about__right {
    padding: 20px;
}
.c-about__title{margin-bottom: 0;font-size: 22px;}
.c-about__right ul li, .c-about ul li{ font-size:14px;}
    .h3, h3{font-size:22px;}
    .history-year .year {
        font-size: 34px;
    }
    .c-history__content {
        width: 100%;
        font-size: 16px;
        position: relative;
        height: auto !important;
    }
  

    .c-page-tab .container li {
        width: 100%;
        text-align: center;
        padding: 28px 0;
    }

    .hero-section .card {
        list-style: none;
        position: relative;
        flex: 1 0 calc(40% - 10px);
        margin: var(--spacing-l);
        max-width: 100%;
        width: 100%;
    }
    .hero-section{ padding-top: 0;}
    .card__heading{ font-size:18px;}

    .c-page-tab.bc-tab li a{ padding: 14px 7px;}
    .c-page-tab.bc-tab ul{ margin-left: 0;}
    .news-card{ width:100%;}
    .example-1 .title a {
        color: rgb(77, 77, 77);
        font-size: 18px;
        margin-bottom: 20px;
        display: block;
    }
    .h4, h4 {
    font-size: 1.1rem;
}
.product-detail.mt-5.pt-5{ padding-top: 0 !important; margin-top: 0 !important;}


}


.editor-area a{
    color: var(--second-color);
    font-weight: 500;

}