:root {
    --main-color: #005887;
    --second-color: #53ae47;
}

html,
body {
    height: 100%;
}

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%);
}

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

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

/*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: 1340px;
    }
}





.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: 18px;
    line-height: 28px;
    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: 40%;
}

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

.c-header__logo img {
    margin-left: 13px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border-radius: 210%;
}

.c-header__right {
    width: 40%;
}

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

.c-header__menu>li {
    padding: 0 10px;
}

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

/* if lang en */
html[lang="en"] .c-header__menu a {
    font-size: 16px;
}


.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%;
    position: relative;
    visibility: visible;
    /*opacity: 0;*/
}

.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 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 23px;
    display: inline-block;
}

.c-page-tab a {
    font-size: 18px;
    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: 40px 0;
    position: relative;
}

.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 {
    list-style: none;
}

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

.c-about__right ul li::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: var(--main-color);
    border-radius: 50%;
    margin-right: 10px;
    top: 50%;
    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: 43px;
}

.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;
}

.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: 35px;
    background: #F2F2F2;
    padding: 25px 0 5px 0;
}

.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: 16px;
    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__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: #000000;
}

.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--koperatif::before {
    left: 0;
    background-color: var(--main-color);
}

.c-contact--holding::before {
    right: 0;
    background-color: #985602;
}

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

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

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

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

.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);
    margin-right: 10px;
}

.c-contact--holding i {
    color: #985602;
}

.c-contact__map {
    margin-top: 75px;
    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: 251px;
}

.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: 102px !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 */

}

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);
    bottom: 25px;
}

.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__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-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: 1px solid var(--main-color);
    border-radius: 0;
    top: 50%;
    position: absolute;
    right: 4%;
    font-size: 38px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: #005887 !important;
    box-shadow: 0 0 10px #0058876e;
    line-height: 1;
    transform: translate(0, -50%);
}

.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(99%) sepia(560%) saturate(669%) hue-rotate(-547deg) brightness(52%) contrast(129%);
}

.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;
}




.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;
}


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

#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: 61%;
    display: block;
    position: relative;
    left: 0;
    border-radius: 10px;
    z-index: 6;
    display: flex;
    margin: auto;
    margin-bottom: 10px;
}

.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: 0px;
    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: none;
    border-radius: 5px;
    content: '';
    z-index: 2;
}

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

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


.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;
}

.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-slide {
    position: relative;
    z-index: 1;
}

.home-slide .text {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(0, -50%);
    background: #fff;
    padding: 40px 40px;
    z-index: 3;
    width: 100%;
    max-width: 440px;
    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-slide .text h2 {
    font-size: 38px;
    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-slide .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-slide .active .text h2 {
    top: 0;
    opacity: 1;
}

.home-slide .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: 58px;
    display: flex;
    width: max-content;
    align-items: center;
    text-align: center;
    font-weight: bold;
    visibility: visible !important;
}

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

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

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

.home-slide .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);
}

.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;
    display: flex;
    padding: 0 40px;
    height: 50px;
    display: flex;
    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 .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 a span.txt {
    font-size: 18px;
    line-height: 1.2;
    display: flex;
    padding: 16px;
    padding-left: 0;
    padding-right: 11%;
}

.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;
    text-align: center;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-around;
    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-color: 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: 38px;
    margin-top: 8px;
}

.full-intro .c-site__item {
    width: 100%;
}

.full-intro .c-site__center__logo {
    width: 13%;
    min-width: 150px;
    top: 19%;
}

.full-intro .c-site__logo img {
    margin: -70px auto 0 auto;
}

.az-arrows-2,
.az-arrows-3,
.az-arrows-4,
.az-arrows-5 {
    position: relative;
    filter: invert(99%) sepia(560%) saturate(669%) hue-rotate(-547deg) brightness(52%) contrast(129%);
}



.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: var(--main-color);
    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;
}



.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;
}


.home-logos.videos-area .img::after {
    opacity: 0;
}



.logos-slider .item {
    padding: 15px;
    margin: 20px 0px !important;
}

.categories-container .item a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    margin-bottom: 0 !important;
}

.categories-container .item.flip:hover .mask-view {
    transform: rotateY(0deg);
}

.categories-container .mask-view {
    transform: rotateY(180deg);
}

.categories-container .mask-view,
.categories-container .item-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    transition: transform 0.5s ease 0s;
}

.categories-container .item .mask-view .sub-categories {
    position: relative;
    padding: 3% 0px;
}

.categories-container .sub-categories {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    margin-top: 0;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 0 19% !important;
    width: 100%;
    justify-content: center;
    margin: 0;
}

.categories-container .sub-categories span.title {
    color: rgb(255, 255, 255);
    font-size: 26px;
}

.categories-container .sub-categories span {
    color: rgb(255, 255, 255);
}

.categories-container .sub-categories .list {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding: 10% 0px;
}

.categories-container .sub-categories .list span {
    margin-bottom: 0;
    line-height: 23px;
}

.categories-container .sub-categories span {
    color: rgb(255, 255, 255);
}

.categories-container .sub-categories .list {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding: 10% 0px;
    width: max-content;
}

.categories-container .item .mask-view .sub-categories::after {
    position: absolute;
    bottom: 20px;
    content: "";
    width: 100%;
    height: 308px;
    background-color: var(--main-color);
    left: 0;
    top: 0px;
    z-index: -1;
    border: 1px solid var(--main-color);
    border-radius: 5px;
}

.categories-container .item.flip:hover .item-content {
    transform: rotateY(-180deg);
}

.categories-container .mask-view,
.categories-container .item-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    transition: transform 0.5s ease 0s;
}

.categories-container .item {
    position: relative;
    perspective: 1000px;
    width: 100%;
    height: 300px;
}

.categories-container .mask-view,
.categories-container .item-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 290px;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    transition: transform 0.5s ease 0s;
}

.categories-container .item a .img {
    position: relative;
}

.categories-container .item {
    position: relative;
    perspective: 1000px;
    width: 100%;
    height: 300px;
}

.home-logos.videos-area .img::before {
    display: none;
}



.slider-one {
    position: relative;
    background-color: #000;
}

.slider-one .item {
    background-color: #000;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (min-width: 992px) {
    .slider-one .item {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

@media (min-width: 1200px) {
    .slider-one .item {
        min-height: 794px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.slider-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    mix-blend-mode: luminosity;
    opacity: 0.7;
    background-size: cover;
}

.slider-one__line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/shapes/slider-one-top-l-1.png);
    background-repeat: repeat-x;
    display: none;
    animation: bgSlide 20s linear infinite;
}

@media (min-width: 992px) {
    .slider-one__line {
        display: block;
    }
}

.slider-one__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/shapes/slider-one-shape-1.png);
    background-repeat: no-repeat;
    background-position: top right;
    mix-blend-mode: soft-light;
    width: 585px;
    height: 100%;
    max-width: 100%;
    background-size: cover;
    transform: translateX(200px);
    opacity: 0;
}

@media (min-width: 992px) {
    .slider-one__shape-1 {
        display: block;
    }
}

.active .slider-one__shape-1 {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 1300ms;
}

.slider-one__shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/shapes/slider-one-shape-2.png);
    background-repeat: no-repeat;
    mix-blend-mode: overlay;
    background-position: top right;
    width: 643px;
    max-width: 100%;
    height: 100%;
    background-size: cover;
    transform: translateX(-100px);
    opacity: 0;
}

@media (min-width: 992px) {
    .slider-one__shape-2 {
        display: block;
    }
}

.active .slider-one__shape-2 {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 2100ms;
}

.slider-one__shape-3 {
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/shapes/slider-one-shape-3.png);
    background-repeat: no-repeat;
    background-position: top right;
    mix-blend-mode: screen;
    width: 585px;
    height: 100%;
    max-width: 100%;
    background-size: cover;
    transform: translateX(200px);
    opacity: 0;
}

@media (min-width: 992px) {
    .slider-one__shape-3 {
        display: block;
    }
}

.active .slider-one__shape-3 {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 1800ms;
}

.slider-one__content {
    position: relative;
}

.slider-one__floated {
    display: none;
    flex-direction: column-reverse;
    position: absolute;
    position: absolute;
    left: -65px;
    top: 28px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    color: rgba(255, 255, 255, .1);
    line-height: 1;
}

@media (min-width: 1200px) {
    .slider-one__floated {
        display: flex;
    }
}

.slider-one__floated span {
    text-align: center;
    transform: rotate(-90deg) translateY(-40px);
    transform-origin: left top;
    opacity: 0;
    visibility: hidden;
    transition-delay: 1500ms;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}

.slider-one__floated .char1 {
    margin-top: 4px;
}

.slider-one__floated .char2 {
    margin-top: 4px;
}

.slider-one__floated .char3 {
    margin-top: 4px;
}

.slider-one__floated .char4 {
    margin-top: 4px;
}

.slider-one__floated .char5 {
    margin-top: 4px;
}

.slider-one__floated .char6 {
    margin-top: 4px;
}

.slider-one__floated .char7 {
    margin-top: 4px;
}

.slider-one__floated .char8 {
    margin-top: 9px;
}

.slider-one__floated .char9 {
    margin-top: 4px;
}

.active .slider-one__floated span {
    opacity: 1;
    visibility: visible;
    transform: rotate(-90deg) translateY(0px);
}

.slider-one__text {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    transform: translateY(-120px);
    visibility: hidden;
    opacity: 0;
    transition-delay: 1500ms;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}

@media (min-width: 768px) {
    .slider-one__text {
        font-size: 18px;
    }
}

.active .slider-one__text {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.slider-one__title {
    font-size: 38px;
    line-height: 1.142em;
    color: #fff;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 25px;
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    transition-delay: 2500ms;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
    transform-origin: bottom center;
}

.slider-one__title-wrapper {
    overflow: hidden;
}

@media (min-width: 768px) {
    .slider-one__title {
        font-size: 44px;
    }
}

@media (min-width: 992px) {
    .slider-one__title {
        font-size: 56px;
        margin-top: 16px;
    }
}

@media (min-width: 1200px) {
    .slider-one__title {
        font-size: 84px;
    }
}

.slider-one__title br {
    display: none;
}

@media (min-width: 992px) {
    .slider-one__title br {
        display: inherit;
    }
}

.active .slider-one__title {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.slider-one__btns {
    transform: translateY(120px);
    visibility: hidden;
    opacity: 0;
    transition-delay: 2500ms;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}

.active .slider-one__btns {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.slider-one .owl-theme .owl-nav {
    display: none;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

@media (min-width: 576px) {
    .slider-one .owl-theme .owl-nav {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .slider-one .owl-theme .owl-nav {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .slider-one .owl-theme .owl-nav {
        max-width: 960px;
        display: flex;
    }
}

@media (min-width: 1200px) {
    .slider-one .owl-theme .owl-nav {
        bottom: 80px;
        max-width: 1200px;
    }
}

.slider-one .owl-theme .owl-nav [class*=owl-] {
    width: 51px;
    height: 51px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #000;
    opacity: 0.15;
    transition: all 500ms ease;
    border-radius: 50%;
    margin: 0;
}

.slider-one .owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 1;
}

.slider-one .owl-theme .owl-nav [class*=owl-]+[class*=owl-] {
    margin-left: 10px;
}

.slider-one .owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 576px) {
    .slider-one .owl-theme .owl-dots {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .slider-one .owl-theme .owl-dots {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .slider-one .owl-theme .owl-dots {
        max-width: 960px;
        height: 51px;
    }
}

@media (min-width: 1200px) {
    .slider-one .owl-theme .owl-dots {
        bottom: 80px;
        max-width: 1200px;
    }
}

.slider-one .owl-theme .owl-dots .owl-dot+.owl-dot {
    margin-left: 10px;
}

.slider-one .owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background-color: #fff;
    opacity: 0.4;
    transition: opacity 500ms ease, transition 500ms ease;
    display: block;
    margin: 0;
}

.slider-one .owl-theme .owl-dots .owl-dot:hover span,
.slider-one .owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
    transform: scale(1.44);
}

.slider-two {
    position: relative;
}

@media (min-width: 1200px) {
    .slider-two .item {
        min-height: 870px;
    }
}

.slider-two .slider-one__btns {
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .slider-two .slider-one__content {
        padding-top: 172px;
    }
}

.slider-two__social {
    display: none;
    position: absolute;
    top: 50%;
    left: 60px;
    z-index: 10;
    transform: translateY(-50%);
    padding-top: 70px;
}

@media (min-width: 1200px) {
    .slider-two__social {
        display: block;
    }
}

.slider-two__social li+li {
    margin-top: 45px;
}

.slider-two__social li a {
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 1;
    transition: all 500ms ease;
}

.slider-two .slider-one__shape-1 {
    max-width: 330px;
    background-image: url(../images/shapes/slider-two-shape-1-1.png);
    mix-blend-mode: normal;
}

.slider-two .slider-one__title {
    text-transform: uppercase;
    margin-top: 0;
}

.slider-two .slider-one__title span {
    position: relative;
}

.slider-two .slider-one__title span::before {
    content: '';
    background-image: url(../images/shapes/slider-two-title-s-1-1.png);
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@media (min-width: 992px) {
    .slider-two .owl-theme .owl-dots {
        display: none;
    }
}

.slider-two .owl-theme .owl-nav {
    flex-direction: column;
    align-items: flex-end;
}

@media (min-width: 992px) {
    .slider-two .owl-theme .owl-nav {
        top: 50%;
        bottom: auto;
    }
}

.slider-two .owl-theme .owl-nav [class*=owl-]+[class*=owl-] {
    margin-left: 0;
    margin-top: 10px;
}

.slider-three {
    background-color: #0d0421;
}

.slider-three .slider-one__bg {
    background-color: #0d0421;
    opacity: 0.5;
}

.slider-three .item {
    background-color: #0d0421;
    padding-top: 170px;
}

@media (min-width: 992px) {
    .slider-three .item {
        padding-top: 282px;
    }
}

@media (min-width: 1200px) {
    .slider-three .item {
        min-height: 900px;
    }
}

.slider-three .slider-one__shape-1 {
    max-width: 621px;
    background-image: url(../images/shapes/slider-three-shape-2.png);
    top: auto;
    bottom: 0;
    height: 767px;
    mix-blend-mode: normal;
}

.slider-three .slider-one__shape-2 {
    max-width: 426px;
    height: 275px;
    background-image: url(../images/shapes/slider-three-shape-1.png);
    top: auto;
    right: auto;
    bottom: 0;
    mix-blend-mode: normal;
    left: 0;
}

.slider-three .slider-one__floated {
    position: relative;
    top: auto;
    left: auto;
    font-size: 62px;
    letter-spacing: 0.5em;
    margin-bottom: -35px;
    transform: translateY(120px);
    visibility: hidden;
    opacity: 0;
    transition-delay: 2000ms;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
    color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 992px) {
    .slider-three .slider-one__floated {
        display: block;
    }
}

@media (min-width: 1200px) {
    .slider-three .slider-one__floated {
        font-size: 82px;
    }
}

.slider-three .slider-one__floated span {
    transform: rotate(0deg) translateY(0px);
}

.slider-three .slider-one__floated [class*=char] {
    margin: 0;
}

.slider-three .active .slider-one__floated {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.slider-three .owl-theme .owl-dots {
    justify-content: center;
}

@media (min-width: 992px) {
    .slider-three .owl-theme .owl-dots {
        display: none;
    }
}

.slider-three .owl-theme .owl-nav {
    justify-content: space-between;
}

@media (min-width: 992px) {
    .slider-three .owl-theme .owl-nav {
        max-width: 100%;
        bottom: auto;
        padding-left: 55px;
        padding-right: 55px;
        top: 50%;
    }
}

@media (min-width: 1200px) {
    .slider-three .owl-theme .owl-nav {
        bottom: auto;
        max-width: 100%;
        padding-left: 110px;
        padding-right: 110px;
        padding-top: 30px;
    }
}






/*-------------------------------------------------------------------------------------------*/
/*  Main Banner        ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.main-banner {
    position: relative;
}

.main-banner .banner-text .sub-text {
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    z-index: 9999;
    position: relative;
}

.main-banner .banner-text h2 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.3;
    text-transform: capitalize;
    padding: 10px 0;
}

.main-banner .banner-text h2 span {
    color: #daa106;
}

.main-banner .banner-text p {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.main-banner .tp-parallax-wrap {
    z-index: 999;
}

.main-banner .tp-mask-wrap {
    height: auto;
    z-index: 999;
}

.main-banner .more-btn {
    background: #daa106;
    line-height: 30px;
    padding-left: 38px;
    padding-right: 38px;
    font-weight: 700;
    color: #fff;
}

.main-banner li .btn-text {
    line-height: 60px;
    padding-left: 38px;
    padding-right: 38px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 100px;
}

#wrapper .main-banner .tp-bullets {
    top: auto;
    left: 52%;
    display: block;
    visibility: visible;
    opacity: 1;
    bottom: 66px;
}

.main-banner .tp-bullet {
    width: 26px;
    height: 3px;
    background: #8f8f8f;
}

.main-banner .tp-bullet.selected {
    background: #ffaf36;
}

.tparrows.tp-leftarrow,
.tparrows.tp-rightarrow {
    border: 1px solid #fff;
    z-index: 99;
    cursor: pointer;
    background: none;
    visibility: hidden;
}

.main-banner:hover .tparrows.tp-leftarrow,
.main-banner:hover .tparrows.tp-rightarrow {
    visibility: visible;
}

.tparrows.tp-leftarrow:hover,
.tparrows.tp-rightarrow:hover {
    background: #daa106;
    border: 1px solid #daa106;
}

.slotholder:before {
    border-top: none;
    border-bottom: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.69);
    content: '';
    opacity: .2;
}

@media (max-width: 480px) {
    .main-banner .banner-text h2 {
        font-size: 18px;
    }

    .main-banner .banner-text p {
        line-height: 1.2;
        font-size: 15px;
    }
}

.banner_up {
    margin-top: 0;
}

@media (max-width:767px) {
    .banner_up {
        margin-top: 65px
    }
}

/*  Page Intro   ||-----------*/
.inner-intro {
    background-color: #f7f7f7;
    height: 350px;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.inner-intro {
    margin-top: -56px
}

@media (max-width:767px) {
    .inner-intro {
        margin-top: 78px
    }
}

.inner-intro.inner-intro-small {
    height: 380px;
}

.inner-intro .container {
    position: relative;
    height: 100%;
    display: table;
}

.inner-intro .container .title {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-top: 50px;
}

.bg-img {
    background: url(../images/bg_1.jpg) 0 36% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.overlay-before {
    position: relative;
    z-index: 1;
}

.overlay-before:before {
    background-color: rgba(0, 0, 0, 0.69);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

@media (max-width: 767px) {
    .inner-intro {
        height: 220px;
    }

    .overlay-before:before {
        width: 100%;
        transform: rotate(23deg);
        -webkit-transform: rotate(23deg);
        transform: rotate(0);
        -webkit-transform: rotate(0);
        transform-origin: 100% 0;
        -webkit- transform-origin: 100% 0;
        opacity: 0.9;
    }
}

/*  Testimonial   ||-----------*/
#testimonial .client-pic {
    width: 60px;
    margin: 0 auto;
    display: block;
    border: 3px solid #daa106;
}

.client-name {
    padding-top: 10px;
}

.client-name strong,
.client-name span {
    display: block;
    line-height: 1.8;
}

.star i {
    display: inline-block;
    margin: 0 1px;
    color: #daa106;
}

#testimonial-section h4 {
    font-size: 14px;
    font-weight: 400;
}

#testimonial-section h4 span {
    text-transform: capitalize;
    font-weight: 300;
    display: inline-block;
    margin-right: 5px;
}

#testimonial .owl-item .item {
    opacity: 0.7;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.8);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#testimonial .owl-item.center .item {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#testimonial .owl-controls {
    text-align: center;
    margin-top: 30px;
}

#testimonial .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #daa106;
    margin: 0 5px
}

#testimonial .owl-dot.active {
    background: #daa106;
}

/* ----------------------------------------------------------------------*/
/* Pagination Navigation   --------------------------------------------- */
/* ----------------------------------------------------------------------*/
.pagination-nav {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}

.pagination-nav ul {
    margin: 0px;
    padding: 0px;
}

.pagination-nav ul li {
    display: inline-block;
    margin: 0px 2px;
}

.pagination-nav ul li a {
    display: block;
    border: 1px solid #daa106;
    color: #daa106;
    height: 36px;
    width: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
}

.pagination-nav ul li.active a,
.pagination-nav ul li:hover a {
    background: #daa106;
    color: #fff;
}

.btn-text {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 41px;
    border: 2px solid #daa106;
    padding: 0 22px;
    border-radius: 30px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #daa106;
    height: 44px;
    text-align: center;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}





/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
    position: relative;
    display: block;
    overflow: hidden;
}

.main-slider .swiper-slide {
    position: relative;
    background-color: var(--thm-black);
}

.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 7000ms ease;
    z-index: 1;
    mix-blend-mode: luminosity;
    opacity: .3;
}


.main-slider-shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: cover;
    opacity: 0;
    transform: translateX(200px);
    z-index: 2;
}

.main-slider .swiper-slide-active .main-slider-shape-1 {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 200ms;
}

.main-slider .container {
    position: absolute;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 30;
    top: 55%;
    right: 30px;
    transform: translate(0%, -50%);
    max-width: 660px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: column;
}

/* .main-slider .container::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;

} */

.main-slider__content {
    position: relative;
    display: block;
    z-index: 30;
}

.main-slider h2 {
    margin: 0;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 900;
    opacity: 0;
    /* visibility: hidden;
    transform: translateY(120px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease; */
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    z-index: 30;
    text-shadow: 2px 1px 12px #686868, 0 0 1em #4e4e4e, 0 0 0.2em #363636;
    /* text stroke */
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
}

.main-slider p {
    font-size: 20px;
    color: var(--thm-base);
    margin: 0;
    line-height: 1.4;
    margin-bottom: 70px;
    /* opacity: 0;
    transform: translateY(100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease,
        opacity 2000ms ease,
        color 500ms ease,
        background 500ms ease; */
    z-index: 30;
    color: #fff;
    text-shadow: 2px 1px 12px #2e2e2e, 0 0 1em #0e0e0e, 0 0 0.2em #2e2e2e;
    font-size: 26px;
    font-weight: 700;
    /* text stroke */
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
}

.main-slider .thm-btn {
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease,
        opacity 2000ms ease,
        color 500ms ease,
        background 500ms ease;
}

.main-slider .swiper-slide-active .image-layer {
    transform: scale(1.15);
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active p,
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.main-slider__nav {
    width: 100%;
    max-width: 410px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 86%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}


.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 63px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--thm-base);
    background: transparent;
    border: 2px solid rgba(var(--thm-base-rgb), 1);
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    background: #fff;
}


.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
    opacity: 1;
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
    display: none;
}

.main-slider__nav .swiper-button-prev {
    margin-bottom: 0;
    margin-right: 20px;
}

.main-slider__nav .swiper-button-prev .icon-left-arrow {
    position: relative;
    transform: rotate(180deg);
}

#main-slider-pagination {
    z-index: 10;
    bottom: 30px;
    left: 55%;
    width: 100%;
    max-width: 1200px;
    -webkit-transform: translate(-50%, calc(-50% + 95px));
    transform: translate(-50%, calc(0% + 0px));
    text-align: left;
    display: none;
    align-items: center;
    padding: 0 15px;
}

#main-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0.4;
    background-color: #fff;
    transition: all 500ms ease;
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 10px;
}

#main-slider-pagination .swiper-pagination-bullet {
    margin: 0;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    opacity: 1;
}



.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--second-color);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 8px;
    transition: all 0.3s linear;
    overflow: hidden;
    letter-spacing: 0.2em;
    z-index: 1;
}

.thm-btn:hover:after {
    height: 100%;
}

.thm-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--thm-black);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}


.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.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.home-logos .img {
    padding: 8px;
}

.logos-slider.owl-carousel .owl-nav button.owl-prev {
    background: none !important;
    border: 0;
    box-shadow: inherit;
    color: #000 !important;
    left: -40px;
    top: 44%;
}

.logos-slider.owl-carousel .owl-nav button.owl-next {
    background: none !important;
    border: 0;
    box-shadow: inherit;
    color: #000 !important;
    right: -40px;
    top: 44%;
}


@media (max-width:1560px) {
    .categories-container .item .mask-view .sub-categories::after {
        height: 250px;
    }

}